C# 클래스 MOTMaster.ControllerWindow

파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PatternPathTextBox System.Windows.Forms.TextBox
controller 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

메소드 상세

ControllerWindow() 공개 메소드

public ControllerWindow ( ) : System
리턴 System

Dispose() 보호된 메소드

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

FillScriptComboBox() 공개 메소드

public FillScriptComboBox ( string s ) : void
s string
리턴 void

GetIterations() 공개 메소드

public GetIterations ( ) : int
리턴 int

GetSaveBatchNumber() 공개 메소드

public GetSaveBatchNumber ( ) : int
리턴 int

SetSaveCheckBox() 공개 메소드

public SetSaveCheckBox ( bool value ) : void
value bool
리턴 void

WriteToSaveBatchTextBox() 공개 메소드

public WriteToSaveBatchTextBox ( int number ) : void
number int
리턴 void

WriteToScriptPath() 공개 메소드

public WriteToScriptPath ( string str ) : void
str string
리턴 void

프로퍼티 상세

PatternPathTextBox 공개적으로 프로퍼티

public System.Windows.Forms.TextBox PatternPathTextBox
리턴 System.Windows.Forms.TextBox

controller 공개적으로 프로퍼티

public Controller,MOTMaster controller
리턴 Controller