C# Class MOTMaster.ControllerWindow

Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
PatternPathTextBox System.Windows.Forms.TextBox
controller Controller

Public Methods

Method Description
ControllerWindow ( ) : System
FillScriptComboBox ( string s ) : void
GetIterations ( ) : int
GetSaveBatchNumber ( ) : int
SetSaveCheckBox ( bool value ) : void
WriteToSaveBatchTextBox ( int number ) : void
WriteToScriptPath ( string str ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

ControllerWindow() public method

public ControllerWindow ( ) : System
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

FillScriptComboBox() public method

public FillScriptComboBox ( string s ) : void
s string
return void

GetIterations() public method

public GetIterations ( ) : int
return int

GetSaveBatchNumber() public method

public GetSaveBatchNumber ( ) : int
return int

SetSaveCheckBox() public method

public SetSaveCheckBox ( bool value ) : void
value bool
return void

WriteToSaveBatchTextBox() public method

public WriteToSaveBatchTextBox ( int number ) : void
number int
return void

WriteToScriptPath() public method

public WriteToScriptPath ( string str ) : void
str string
return void

Property Details

PatternPathTextBox public property

public System.Windows.Forms.TextBox PatternPathTextBox
return System.Windows.Forms.TextBox

controller public property

public Controller,MOTMaster controller
return Controller