C# Class Peasant.StartingForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: ryick-V/Chuukaku

Public Methods

Method Description
StartingForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Pulire le risorse in uso.

Private Methods

Method Description
BoxSet ( string s, bool b, Color color ) : void
ButtonChange ( bool b ) : void
Computator ( ) : void
CreateGraph ( ZedGraphControl zedGraphControl, string info, Color color ) : void
DeadReckoning ( ) : void
Events_Help ( int index, int shift ) : void
InitializeComponent ( ) : void

Metodo necessario per il supporto della finestra di progettazione. Non modificare il contenuto del metodo con l'editor di codice.

LaySit ( ) : void
ModAccGraph ( ) : void
ModGyrGraph ( ) : void
Motion ( ) : void
OpenCsv_Click ( object sender, EventArgs e ) : void
ReadData_Click ( object sender, EventArgs e ) : void
RefreshGraph ( ZedGraphControl zgc ) : void
SaveData ( ) : void
Self_Destruction ( ) : void
StartingForm_Load ( object sender, EventArgs e ) : void
StopEnabler ( bool b ) : void
Stop_Click ( object sender, EventArgs e ) : void
Streaming ( ) : void
Turn ( ) : void
Turn_Graph ( float angle ) : float[]
Turn_Helper ( string builder, int shift ) : void
legenda_2_MouseHover ( object sender, EventArgs e ) : void
legenda_2_MouseLeave ( object sender, EventArgs e ) : void
legenda_MouseHover ( object sender, EventArgs e ) : void
legenda_MouseLeave ( object sender, EventArgs e ) : void
startGraph ( ZedGraphControl zedGraphControl, int index ) : void
updateGraph ( ZedGraphControl zedGraphControl5, float xPoint, float yPoint, int index ) : void
updateGraph ( ZedGraphControl zedGraphControl1, float mod, int index ) : void

Method Details

Dispose() protected method

Pulire le risorse in uso.
protected Dispose ( bool disposing ) : void
disposing bool ha valore true se le risorse gestite devono essere eliminate, false in caso contrario.
return void

StartingForm() public method

public StartingForm ( ) : System
return System