C# 클래스 MakeClassSchedule.ResultControls.ShowProfessorsScheduleForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Behzadkhosravifar/MakeClassSchedule 1 사용 예제들

공개 메소드들

메소드 설명
MergeRows ( System.Windows.Forms.DataGridView gridView ) : void
MergeRows ( System.Windows.Forms.DataGridView gridView, Color mergedCells_Color ) : void
ShowProfessorsScheduleForm ( ) : System

비공개 메소드들

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

메소드 상세

MergeRows() 공개 정적인 메소드

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

MergeRows() 공개 정적인 메소드

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

ShowProfessorsScheduleForm() 공개 메소드

public ShowProfessorsScheduleForm ( ) : System
리턴 System