C# Class ME3Explorer.DirectReplace

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
button1 System.Windows.Forms.Button
button2 System.Windows.Forms.Button
button3 System.Windows.Forms.Button
button4 System.Windows.Forms.Button
components System.ComponentModel.IContainer
label1 System.Windows.Forms.Label
label2 System.Windows.Forms.Label
label3 System.Windows.Forms.Label
status System.Windows.Forms.ToolStripStatusLabel
statusStrip1 System.Windows.Forms.StatusStrip
textBox1 System.Windows.Forms.TextBox
textBox2 System.Windows.Forms.TextBox
textBox3 System.Windows.Forms.TextBox

Public Methods

Method Description
DirectReplace ( ) : System
InitializeComponent ( ) : void

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
DirectReplace_Resize ( object sender, EventArgs 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

Method Details

DirectReplace() public method

public DirectReplace ( ) : System
return System

Dispose() protected method

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

InitializeComponent() public method

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

Property Details

button1 public_oe property

public System.Windows.Forms.Button button1
return System.Windows.Forms.Button

button2 public_oe property

public System.Windows.Forms.Button button2
return System.Windows.Forms.Button

button3 public_oe property

public System.Windows.Forms.Button button3
return System.Windows.Forms.Button

button4 public_oe property

public System.Windows.Forms.Button button4
return System.Windows.Forms.Button

components public_oe property

Erforderliche Designervariable.
public System.ComponentModel.IContainer components
return System.ComponentModel.IContainer

label1 public_oe property

public System.Windows.Forms.Label label1
return System.Windows.Forms.Label

label2 public_oe property

public System.Windows.Forms.Label label2
return System.Windows.Forms.Label

label3 public_oe property

public System.Windows.Forms.Label label3
return System.Windows.Forms.Label

status public_oe property

public System.Windows.Forms.ToolStripStatusLabel status
return System.Windows.Forms.ToolStripStatusLabel

statusStrip1 public_oe property

public System.Windows.Forms.StatusStrip statusStrip1
return System.Windows.Forms.StatusStrip

textBox1 public_oe property

public System.Windows.Forms.TextBox textBox1
return System.Windows.Forms.TextBox

textBox2 public_oe property

public System.Windows.Forms.TextBox textBox2
return System.Windows.Forms.TextBox

textBox3 public_oe property

public System.Windows.Forms.TextBox textBox3
return System.Windows.Forms.TextBox