C# Класс MakeClassSchedule.ResultControls.ShowGroupsScheduleForm

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MergeRows ( DataGridView gridView ) : void
MergeRows ( DataGridView gridView, Color mergedCells_Color ) : void
ShowGroupsScheduleForm ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
FillDGV ( ) : void

Fill DataGridViews by Group Data

InitializeComponent ( ) : void

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

ShowGroupsScheduleForm_ClientSizeChanged ( object sender, EventArgs e ) : void
ShowGroupsScheduleForm_Load ( object sender, EventArgs e ) : void
Standard_dgv ( Point location, string Name ) : 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

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 Groups for adding to Panel

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MergeRows() публичный статический Метод

public static MergeRows ( DataGridView gridView ) : void
gridView DataGridView
Результат void

MergeRows() публичный статический Метод

public static MergeRows ( DataGridView gridView, Color mergedCells_Color ) : void
gridView DataGridView
mergedCells_Color Color
Результат void

ShowGroupsScheduleForm() публичный Метод

public ShowGroupsScheduleForm ( ) : System
Результат System