Method | Description | |
---|---|---|
MainForm ( ) : System |
Method | Description | |
---|---|---|
ButtonCloseClick ( object sender, EventArgs e ) : void |
Raised when the Close button is clicked.
|
|
ButtonInputClick ( object sender, EventArgs e ) : void |
Raised when the Output field's Browse button is clicked.
|
|
ButtonOutputClick ( object sender, EventArgs e ) : void |
Raised when the Output field's Browse button is clicked.
|
|
ButtonStartClick ( object sender, EventArgs e ) : void |
Raised when the Start button is clicked.
|
|
TextboxBlockLengthEnter ( object sender, EventArgs e ) : void |
Raised when this textbox becomes the active control of the form.
|
|
TextboxFinalCantEnter ( object sender, EventArgs e ) : void |
Raised when this textbox becomes the active control of the form.
|
|
TextboxInitialCantEnter ( object sender, EventArgs e ) : void |
Raised when this textbox becomes the active control of the form.
|
|
TextboxNumberOfSegmentsEnter ( object sender, EventArgs e ) : void |
Raised when this textbox becomes the active control of the form.
|
|
TextboxRadiusEnter ( object sender, EventArgs e ) : void |
Raised when this textbox becomes the active control of the form.
|
|
TextboxRailGaugeEnter ( object sender, EventArgs e ) : void |
Raised when this textbox becomes the active control of the form.
|
|
TextboxSegmentLengthEnter ( object sender, EventArgs e ) : void |
Raised when this textbox becomes the active control of the form.
|