Méthode | Description | |
---|---|---|
CreateFrameForm ( |
constructor
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
CreateFrameForm ( ) : System |
constructor without parameter is forbidden
|
|
CreateFramingForm_Load ( object sender, EventArgs e ) : void |
initialize controls
|
|
DuplicateSymbol ( |
provide user UI to duplicate FamilySymbols
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OKButton_Click ( object sender, EventArgs e ) : void |
create the Frame
|
|
RefreshListControl ( ListControl list, |
refresh the ListControl's datasource
|
|
beamDuplicateButton_Click ( object sender, EventArgs e ) : void |
duplicate beam type
|
|
beamTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void |
set type of beam
|
|
braceDuplicateButton_Click ( object sender, EventArgs e ) : void |
duplicate brace type
|
|
braceTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void |
set type of brace
|
|
cancelButton_Click ( object sender, EventArgs e ) : void |
cancel all command
|
|
columnDuplicateButton_Click ( object sender, EventArgs e ) : void |
duplicate column type
|
|
columnTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void |
set type of column
|
|
distanceTextBox_Validating ( object sender, CancelEventArgs e ) : void |
validate the input value set back to its old value if input is invalid
|
|
floorNumberTextBox_Validating ( object sender, CancelEventArgs e ) : void |
validate the input value set back to its old value if input is invalid
|
|
levelHeightTextBox_Validating ( object sender, CancelEventArgs e ) : void |
validate the input value set back to its old value if input is invalid
|
|
originAngletextBox_Validating ( object sender, CancelEventArgs e ) : void |
validate the input value set back to its old value if input is invalid
|
|
originXtextBox_Validating ( object sender, CancelEventArgs e ) : void |
validate the input value set back to its old value if input is invalid
|
|
originYtextBox_Validating ( object sender, CancelEventArgs e ) : void |
validate the input value set back to its old value if input is invalid
|
|
xNumberTextBox_Validating ( object sender, CancelEventArgs e ) : void |
validate the input value set back to its old value if input is invalid
|
|
yNumberTextBox_Validating ( object sender, CancelEventArgs e ) : void |
validate the input value set back to its old value if input is invalid
|
public CreateFrameForm ( |
||
data | necessary data to create | |
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |