C# 클래스 SoftwareDevelopment2016.FormMain

파일 보기 프로젝트 열기: MonarchTSA/SoftwareDevelopment2016 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
DrawPlotBitmap ( ) : void
FormMain ( ) : System
ReattachPlot ( ) : void
RefreshPlot ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

DrawPlotBitmap() 공개 메소드

public DrawPlotBitmap ( ) : void
리턴 void

FormMain() 공개 메소드

public FormMain ( ) : System
리턴 System

ReattachPlot() 공개 메소드

public ReattachPlot ( ) : void
리턴 void

RefreshPlot() 공개 메소드

public RefreshPlot ( ) : void
리턴 void