C# 클래스 CyPhyMasterInterpreter.ConfigurationSelectionForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: metamorph-inc/meta-core 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddExportedCAItem void
InitializeComponent void
SelectAll void
StrCmpLogicalW int
btnCancel_Click void
btnClearAll_Click void
btnOK_Click void
btnSelectAll_Click void
chbShowDirty_CheckedChanged void
lbConfigModels_SelectedIndexChanged void
lbExportedCAs_KeyDown void
lbExportedCAs_MouseMove void
lbExportedCAs_SelectedIndexChanged void

공개 메소드들

메소드 설명
ConfigurationSelectionForm ( CyPhyMasterInterpreter.ConfigurationSelectionInput input, bool enableDebugging ) : System
InitForm ( ) : void
SaveSettingsAndResults ( ) : void

Non interactive support. This function will show no UI components.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddExportedCAItem ( CyPhyMasterInterpreter.GMELightObject config ) : void

Inserts the configurations in alphabetical order and respects the ordering if the name has numbers.

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SelectAll ( ListBox listBox ) : void
StrCmpLogicalW ( String x, String y ) : int
btnCancel_Click ( object sender, EventArgs e ) : void
btnClearAll_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
btnSelectAll_Click ( object sender, EventArgs e ) : void
chbShowDirty_CheckedChanged ( object sender, EventArgs e ) : void
lbConfigModels_SelectedIndexChanged ( object sender, EventArgs e ) : void
lbExportedCAs_KeyDown ( object sender, KeyEventArgs e ) : void
lbExportedCAs_MouseMove ( object sender, MouseEventArgs e ) : void
lbExportedCAs_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

ConfigurationSelectionForm() 공개 메소드

public ConfigurationSelectionForm ( CyPhyMasterInterpreter.ConfigurationSelectionInput input, bool enableDebugging ) : System
input CyPhyMasterInterpreter.ConfigurationSelectionInput
enableDebugging bool
리턴 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

InitForm() 공개 메소드

public InitForm ( ) : void
리턴 void

SaveSettingsAndResults() 공개 메소드

Non interactive support. This function will show no UI components.
public SaveSettingsAndResults ( ) : void
리턴 void