Свойство | Тип | Описание | |
---|---|---|---|
PatternPathTextBox | System.Windows.Forms.TextBox | ||
controller |
Метод | Описание | |
---|---|---|
ControllerWindow ( ) : System | ||
FillScriptComboBox ( string s ) : void | ||
GetIterations ( ) : int | ||
GetSaveBatchNumber ( ) : int | ||
SetSaveCheckBox ( bool value ) : void | ||
WriteToSaveBatchTextBox ( int number ) : void | ||
WriteToScriptPath ( string str ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
ControllerWindow_Load ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ReplicateScriptToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
getScriptPath ( ) : string | ||
lookupScriptsButton_Click ( object sender, EventArgs e ) : void | ||
newPatternToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
quitToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
readComboBox ( ComboBox box ) : string | ||
readComboHelper ( ComboBox box ) : string | ||
runButton_Click ( object sender, EventArgs e ) : void | ||
saveExperimentCheckBox_CheckedChanged ( object sender, EventArgs e ) : void | ||
selectScriptButton_Click ( object sender, EventArgs e ) : void | ||
setCheckBox ( CheckBox box, bool value ) : void | ||
setCheckHelper ( CheckBox box, bool value ) : void | ||
setTextBox ( TextBox box, string text ) : void | ||
setTextHelper ( TextBox box, string text ) : void | ||
stopButton_Click ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public FillScriptComboBox ( string s ) : void | ||
s | string | |
Результат | void |
public SetSaveCheckBox ( bool value ) : void | ||
value | bool | |
Результат | void |
public WriteToSaveBatchTextBox ( int number ) : void | ||
number | int | |
Результат | void |
public WriteToScriptPath ( string str ) : void | ||
str | string | |
Результат | void |
public System.Windows.Forms.TextBox PatternPathTextBox | ||
Результат | System.Windows.Forms.TextBox |