C# Класс GHWizard.UserInputForm

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UserInputForm ( string>.Dictionary replacements ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
Abbreviate ( string txt, int length ) : string
EnableDisablePath ( CheckBox rhino, Label path, Button browse ) : void
EnableOrDisableContinue ( ) : void
FinalVariableSetup ( ) : void
Get64BitPath ( ) : string
GetLocation ( string userName, string fileName, string startAt, string &location ) : bool
InitializeComponent ( ) : void

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

IsTextBoxAllRight ( TextBox tb ) : bool
browseGrasshopper_Click ( object sender, EventArgs e ) : void
browseRhinocommon_Click ( object sender, EventArgs e ) : void
commandsample_CheckedChanged ( object sender, EventArgs e ) : void
eithertextbox_TextChanged ( object sender, EventArgs e ) : void
rhino64browse_Click ( 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