C# Class ObjectBender.MainForm

显示文件 Open project: leezer3/OpenBVE

Public Methods

Method Description
MainForm ( ) : System

Private Methods

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.

Method Details

MainForm() public method

public MainForm ( ) : System
return System