C# Class SoftwareDevelopment2016.FormMain

ファイルを表示 Open project: MonarchTSA/SoftwareDevelopment2016 Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
DrawPlotBitmap ( ) : void
FormMain ( ) : System
ReattachPlot ( ) : void
RefreshPlot ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

DrawPlotBitmap() public method

public DrawPlotBitmap ( ) : void
return void

FormMain() public method

public FormMain ( ) : System
return System

ReattachPlot() public method

public ReattachPlot ( ) : void
return void

RefreshPlot() public method

public RefreshPlot ( ) : void
return void