Свойство | Type | Description | |
---|---|---|---|
comboBoxEncoding | System.Windows.Forms.ComboBox | ||
numericUpDownFinalCount | System.Windows.Forms.NumericUpDown | ||
numericUpDownIncrement | System.Windows.Forms.NumericUpDown | ||
numericUpDownInitialCount | System.Windows.Forms.NumericUpDown | ||
textBoxCharacterString | System.Windows.Forms.TextBox | ||
textBoxName | System.Windows.Forms.TextBox |
Méthode | Description | |
---|---|---|
FieldsValid ( ) : bool | ||
GetGenerator ( ) : CharacterRepeater | ||
LoadGenerator ( CharacterRepeater Generator ) : void | ||
ucCharacterRepeater ( ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ucCharacter_Repeater_Load ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetGenerator ( ) : CharacterRepeater | ||
Résultat | CharacterRepeater |
public LoadGenerator ( CharacterRepeater Generator ) : void | ||
Generator | CharacterRepeater | |
Résultat | void |
public System.Windows.Forms.ComboBox comboBoxEncoding | ||
Résultat | System.Windows.Forms.ComboBox |
public System.Windows.Forms.NumericUpDown numericUpDownFinalCount | ||
Résultat | System.Windows.Forms.NumericUpDown |
public System.Windows.Forms.NumericUpDown numericUpDownIncrement | ||
Résultat | System.Windows.Forms.NumericUpDown |
public System.Windows.Forms.NumericUpDown numericUpDownInitialCount | ||
Résultat | System.Windows.Forms.NumericUpDown |
public System.Windows.Forms.TextBox textBoxCharacterString | ||
Résultat | System.Windows.Forms.TextBox |