C# Class MOTMaster.ControllerWindow

Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Свойство Type Description
PatternPathTextBox System.Windows.Forms.TextBox
controller Controller

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public ControllerWindow ( ) : System
Résultat System

Dispose() protected méthode

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

FillScriptComboBox() public méthode

public FillScriptComboBox ( string s ) : void
s string
Résultat void

GetIterations() public méthode

public GetIterations ( ) : int
Résultat int

GetSaveBatchNumber() public méthode

public GetSaveBatchNumber ( ) : int
Résultat int

SetSaveCheckBox() public méthode

public SetSaveCheckBox ( bool value ) : void
value bool
Résultat void

WriteToSaveBatchTextBox() public méthode

public WriteToSaveBatchTextBox ( int number ) : void
number int
Résultat void

WriteToScriptPath() public méthode

public WriteToScriptPath ( string str ) : void
str string
Résultat void

Property Details

PatternPathTextBox public_oe property

public System.Windows.Forms.TextBox PatternPathTextBox
Résultat System.Windows.Forms.TextBox

controller public_oe property

public Controller,MOTMaster controller
Résultat Controller