C# Class ME3Creator.MoveStuff

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Aborted bool
PressedOK bool
button1 System.Windows.Forms.Button
button2 System.Windows.Forms.Button
button3 System.Windows.Forms.Button
button4 System.Windows.Forms.Button
button5 System.Windows.Forms.Button
button6 System.Windows.Forms.Button
button7 System.Windows.Forms.Button
button8 System.Windows.Forms.Button
components System.ComponentModel.IContainer
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
label4 System.Windows.Forms.Label
myType string
pcc ME3LibWV.PCCPackage
stma ME3LibWV.UnrealClasses.StaticMeshActor
textBox1 System.Windows.Forms.TextBox
textBox2 System.Windows.Forms.TextBox
textBox3 System.Windows.Forms.TextBox
textBox4 System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

MoveStuff ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Méthode Description
Move_FormClosing ( object sender, FormClosingEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
button7_Click ( object sender, EventArgs e ) : void
button8_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
Résultat void

InitializeComponent() public méthode

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
public InitializeComponent ( ) : void
Résultat void

MoveStuff() public méthode

public MoveStuff ( ) : System
Résultat System

Property Details

Aborted public_oe property

public bool Aborted
Résultat bool

PressedOK public_oe property

public bool PressedOK
Résultat bool

button1 public_oe property

public System.Windows.Forms.Button button1
Résultat System.Windows.Forms.Button

button2 public_oe property

public System.Windows.Forms.Button button2
Résultat System.Windows.Forms.Button

button3 public_oe property

public System.Windows.Forms.Button button3
Résultat System.Windows.Forms.Button

button4 public_oe property

public System.Windows.Forms.Button button4
Résultat System.Windows.Forms.Button

button5 public_oe property

public System.Windows.Forms.Button button5
Résultat System.Windows.Forms.Button

button6 public_oe property

public System.Windows.Forms.Button button6
Résultat System.Windows.Forms.Button

button7 public_oe property

public System.Windows.Forms.Button button7
Résultat System.Windows.Forms.Button

button8 public_oe property

public System.Windows.Forms.Button button8
Résultat System.Windows.Forms.Button

components public_oe property

Erforderliche Designervariable.
public System.ComponentModel.IContainer components
Résultat System.ComponentModel.IContainer

label1 public_oe property

public System.Windows.Forms.Label label1
Résultat System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
Résultat System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
Résultat System.Windows.Forms.Label

label4 public_oe property

public System.Windows.Forms.Label label4
Résultat System.Windows.Forms.Label

myType public_oe property

public string myType
Résultat string

pcc public_oe property

public PCCPackage,ME3LibWV pcc
Résultat ME3LibWV.PCCPackage

stma public_oe property

public StaticMeshActor,ME3LibWV.UnrealClasses stma
Résultat ME3LibWV.UnrealClasses.StaticMeshActor

textBox1 public_oe property

public System.Windows.Forms.TextBox textBox1
Résultat System.Windows.Forms.TextBox

textBox2 public_oe property

public System.Windows.Forms.TextBox textBox2
Résultat System.Windows.Forms.TextBox

textBox3 public_oe property

public System.Windows.Forms.TextBox textBox3
Résultat System.Windows.Forms.TextBox

textBox4 public_oe property

public System.Windows.Forms.TextBox textBox4
Résultat System.Windows.Forms.TextBox