C# Class YetAnotherRelogger.Forms.Wizard.DiabloOptions

ファイルを表示 Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Properties

Property Type Description
checkBox1 System.Windows.Forms.CheckBox
checkBox2 System.Windows.Forms.CheckBox
checkBox3 System.Windows.Forms.CheckBox
checkBox4 System.Windows.Forms.CheckBox
comboBox1 System.Windows.Forms.ComboBox
comboBox2 System.Windows.Forms.ComboBox
comboBox3 System.Windows.Forms.ComboBox
groupBox1 System.Windows.Forms.GroupBox
groupBox2 System.Windows.Forms.GroupBox
groupBox3 System.Windows.Forms.GroupBox
groupBox4 System.Windows.Forms.GroupBox
maskedTextBox1 System.Windows.Forms.MaskedTextBox
textBox1 System.Windows.Forms.TextBox
textBox10 System.Windows.Forms.TextBox
textBox11 System.Windows.Forms.TextBox
textBox12 System.Windows.Forms.TextBox
textBox13 System.Windows.Forms.TextBox
textBox2 System.Windows.Forms.TextBox
textBox3 System.Windows.Forms.TextBox
textBox4 System.Windows.Forms.TextBox
textBox5 System.Windows.Forms.TextBox
textBox6 System.Windows.Forms.TextBox
textBox7 System.Windows.Forms.TextBox
textBox8 System.Windows.Forms.TextBox
textBox9 System.Windows.Forms.TextBox

Public Methods

Method Description
DiabloOptions ( WizardMain parent ) : System
ValidateInput ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DiabloOptions_Load ( object sender, EventArgs e ) : void
DiabloOptions_VisibleChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

NumericCheck ( object sender, KeyPressEventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged_1 ( object sender, EventArgs e ) : void
checkBox2_CheckedChanged ( object sender, EventArgs e ) : void
checkBox3_CheckedChanged ( object sender, EventArgs e ) : void
textBox1_TextChanged ( object sender, EventArgs e ) : void

Method Details

DiabloOptions() public method

public DiabloOptions ( WizardMain parent ) : System
parent WizardMain
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

ValidateInput() public method

public ValidateInput ( ) : bool
return bool

Property Details

checkBox1 public_oe property

public System.Windows.Forms.CheckBox checkBox1
return System.Windows.Forms.CheckBox

checkBox2 public_oe property

public System.Windows.Forms.CheckBox checkBox2
return System.Windows.Forms.CheckBox

checkBox3 public_oe property

public System.Windows.Forms.CheckBox checkBox3
return System.Windows.Forms.CheckBox

checkBox4 public_oe property

public System.Windows.Forms.CheckBox checkBox4
return System.Windows.Forms.CheckBox

comboBox1 public_oe property

public System.Windows.Forms.ComboBox comboBox1
return System.Windows.Forms.ComboBox

comboBox2 public_oe property

public System.Windows.Forms.ComboBox comboBox2
return System.Windows.Forms.ComboBox

comboBox3 public_oe property

public System.Windows.Forms.ComboBox comboBox3
return System.Windows.Forms.ComboBox

groupBox1 public_oe property

public System.Windows.Forms.GroupBox groupBox1
return System.Windows.Forms.GroupBox

groupBox2 public_oe property

public System.Windows.Forms.GroupBox groupBox2
return System.Windows.Forms.GroupBox

groupBox3 public_oe property

public System.Windows.Forms.GroupBox groupBox3
return System.Windows.Forms.GroupBox

groupBox4 public_oe property

public System.Windows.Forms.GroupBox groupBox4
return System.Windows.Forms.GroupBox

maskedTextBox1 public_oe property

public System.Windows.Forms.MaskedTextBox maskedTextBox1
return System.Windows.Forms.MaskedTextBox

textBox1 public_oe property

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

textBox10 public_oe property

public System.Windows.Forms.TextBox textBox10
return System.Windows.Forms.TextBox

textBox11 public_oe property

public System.Windows.Forms.TextBox textBox11
return System.Windows.Forms.TextBox

textBox12 public_oe property

public System.Windows.Forms.TextBox textBox12
return System.Windows.Forms.TextBox

textBox13 public_oe property

public System.Windows.Forms.TextBox textBox13
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

textBox4 public_oe property

public System.Windows.Forms.TextBox textBox4
return System.Windows.Forms.TextBox

textBox5 public_oe property

public System.Windows.Forms.TextBox textBox5
return System.Windows.Forms.TextBox

textBox6 public_oe property

public System.Windows.Forms.TextBox textBox6
return System.Windows.Forms.TextBox

textBox7 public_oe property

public System.Windows.Forms.TextBox textBox7
return System.Windows.Forms.TextBox

textBox8 public_oe property

public System.Windows.Forms.TextBox textBox8
return System.Windows.Forms.TextBox

textBox9 public_oe property

public System.Windows.Forms.TextBox textBox9
return System.Windows.Forms.TextBox