C# Class MakeClassSchedule.ResultControls.ShowProfessorsScheduleForm

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

Public Methods

Method Description
MergeRows ( System.Windows.Forms.DataGridView gridView ) : void
MergeRows ( System.Windows.Forms.DataGridView gridView, Color mergedCells_Color ) : void
ShowProfessorsScheduleForm ( ) : System

Private Methods

Method Description
FillDGV ( ) : void

Fill DataGridViews by Professor Data

ShowProfessorsScheduleForm_Load ( object sender, EventArgs e ) : void
Standard_dgv ( Point location, string Name ) : System.Windows.Forms.DataGridView

Create a DataGridView according by a Location and Name

Standard_lbl ( Point location, string Text, string Name ) : Label

Create a Label according by a Location and Name

btnColor_Click ( object sender, EventArgs e ) : void
btnExportToExcel_Click ( object sender, EventArgs e ) : void
ef_LimitNear ( object sender, LimitEventArgs e ) : void
ef_LimitReached ( object sender, LimitEventArgs e ) : void

Non-activating component warning Excel file that more than 5 sheet and line is 150.

setPanelObj ( ) : void

Set DataGridView and Label object's according by Professors for adding to Panel

Method Details

MergeRows() public static method

public static MergeRows ( System.Windows.Forms.DataGridView gridView ) : void
gridView System.Windows.Forms.DataGridView
return void

MergeRows() public static method

public static MergeRows ( System.Windows.Forms.DataGridView gridView, Color mergedCells_Color ) : void
gridView System.Windows.Forms.DataGridView
mergedCells_Color Color
return void

ShowProfessorsScheduleForm() public method

public ShowProfessorsScheduleForm ( ) : System
return System