C# Class MakeClassSchedule.ResultControls.ResultForm

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: Behzadkhosravifar/MakeClassSchedule Class Usage Examples

Public Properties

Property Type Description
AA MakeClassSchedule.Algorithm.Algorithm
_setting Setting
create_GridView SpannedDataGridView.CreateDataGridViews
lblGeneration System.Windows.Forms.Label
state ThreadState

Public Methods

Method Description
ResultForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ResultForm_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
ResultForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
ResultForm_Load ( object sender, EventArgs e ) : void
Save ( Schedule schedule ) : void
ShowPerformanceCounter ( ) : void
btnPause_Click ( object sender, EventArgs e ) : void
btnSetting_Click ( object sender, EventArgs e ) : void
btnStart_Click ( object sender, EventArgs e ) : void
btnStop_Click ( object sender, EventArgs e ) : void
chPerformanceCounter_CheckedChanged ( object sender, EventArgs e ) : void
timerWorkingSet_Tick ( 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

ResultForm() public method

public ResultForm ( ) : System
return System

Property Details

AA public_oe static_oe property

public static Algorithm,MakeClassSchedule.Algorithm AA
return MakeClassSchedule.Algorithm.Algorithm

_setting public_oe static_oe property

public static Setting,MakeClassSchedule.ResultControls _setting
return Setting

create_GridView public_oe static_oe property

public static CreateDataGridViews,SpannedDataGridView create_GridView
return SpannedDataGridView.CreateDataGridViews

lblGeneration public_oe property

public System.Windows.Forms.Label lblGeneration
return System.Windows.Forms.Label

state public_oe static_oe property

public static ThreadState state
return ThreadState