C# 클래스 RCWizard.UserInputForm

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

공개 메소드들

메소드 설명
UserInputForm ( string>.Dictionary replacements ) : System

보호된 메소드들

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

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
UserInputForm ( ) : System

비공개 메소드들

메소드 설명
BrowseRhinocommonClick ( object sender, EventArgs e ) : void
EithertextboxTextChanged ( object sender, EventArgs e ) : void
EnableDisableImportExport ( ) : void
EnableDisablePath ( CheckBox rhino, Label path, Button browse ) : void
EnableOrDisableContinue ( ) : void
ExotericPluginsClick ( object sender, EventArgs e ) : void
ExportCheckedChanged ( object sender, EventArgs e ) : void
FinalVariableSetup ( ) : void
Get64BitPath ( ) : string
GetLocation ( string userName, string fileName, string startAt, string &location ) : bool
ImportCheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

IsTextBoxAllRight ( TextBox tb ) : bool
Rhino64BrowseClick ( object sender, EventArgs e ) : void
Rhino64CheckedChanged ( object sender, EventArgs e ) : void
UpdateRhinoCommonBasedPaths ( string rhinocommonLocation ) : void
UtilityCheckedChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

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

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

UserInputForm() 보호된 메소드

protected UserInputForm ( ) : System
리턴 System

UserInputForm() 공개 메소드

public UserInputForm ( string>.Dictionary replacements ) : System
replacements string>.Dictionary
리턴 System