C# Class SoftwareDevelopment2016.FormMain

Afficher le fichier Open project: MonarchTSA/SoftwareDevelopment2016 Class Usage Examples

Private Properties

Свойство Type Description
DrawPlot void
GetCurrentDataSet DataSet
InitializeComponent void
OnCellEdit void
OnClick void
OnCreateDataSet void
OnDataSetChange void
OnDeleteDataSet void
OnDetachPlot void
OnEditDataSet void
OnEditPlots void
OnEditWindow void
OnExit void
OnExportPlot void
OnFileOpen void
OnFormClosing void
OnGetRegressionEquation void
OnKeyPress void
OnNew void
OnOrderChange void
OnPlotCheckChange void
OnRegressionCheckChange void
OnSave void
OnSaveAs void
OnZoomToPoints void
PromptUserToSave bool
ReadFromBinary void
ValidateEntry bool
WriteToBinary void
aboutToolStripMenuItem_Click void

Méthodes publiques

Méthode Description
DrawPlotBitmap ( ) : void
FormMain ( ) : System
ReattachPlot ( ) : void
RefreshPlot ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DrawPlot ( object sender, PaintEventArgs e ) : void
GetCurrentDataSet ( ) : DataSet
InitializeComponent ( ) : void

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

OnCellEdit ( object sender, DataGridViewCellEventArgs e ) : void
OnClick ( object sender, EventArgs e ) : void
OnCreateDataSet ( object sender, EventArgs e ) : void
OnDataSetChange ( object sender, EventArgs e ) : void
OnDeleteDataSet ( object sender, EventArgs e ) : void
OnDetachPlot ( object sender, EventArgs e ) : void
OnEditDataSet ( object sender, EventArgs e ) : void
OnEditPlots ( object sender, EventArgs e ) : void
OnEditWindow ( object sender, EventArgs e ) : void
OnExit ( object sender, EventArgs e ) : void
OnExportPlot ( object sender, EventArgs e ) : void
OnFileOpen ( object sender, EventArgs e ) : void
OnFormClosing ( object sender, FormClosingEventArgs e ) : void
OnGetRegressionEquation ( object sender, EventArgs e ) : void
OnKeyPress ( object sender, KeyEventArgs e ) : void
OnNew ( object sender, EventArgs e ) : void
OnOrderChange ( object sender, EventArgs e ) : void
OnPlotCheckChange ( object sender, EventArgs e ) : void
OnRegressionCheckChange ( object sender, EventArgs e ) : void
OnSave ( object sender, EventArgs e ) : void
OnSaveAs ( object sender, EventArgs e ) : void
OnZoomToPoints ( object sender, EventArgs e ) : void
PromptUserToSave ( ) : bool
ReadFromBinary ( ) : void
ValidateEntry ( DataGridViewCellEventArgs e ) : bool
WriteToBinary ( ) : void
aboutToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DrawPlotBitmap() public méthode

public DrawPlotBitmap ( ) : void
Résultat void

FormMain() public méthode

public FormMain ( ) : System
Résultat System

ReattachPlot() public méthode

public ReattachPlot ( ) : void
Résultat void

RefreshPlot() public méthode

public RefreshPlot ( ) : void
Résultat void