示例#1
0
 public SchedulesPanel(ScheduleType scheduleType)
 {
     InitializeComponent();
     _iconColumn.ValuesAreIcons = true;
     _scheduleType = scheduleType;
     _schedulesDataGridView.ColumnHeadersHeight = (int)(23 * _heightFactor);
     WinFormsUtility.ResizeDataGridViewColumns(_schedulesDataGridView, _widthFactor);
 }
示例#2
0
 public ScheduleHistoryPanel()
 {
     InitializeComponent();
     _schedulesDataGridView.ColumnHeadersHeight = (int)(23 * _heightFactor);
     WinFormsUtility.ResizeDataGridViewColumns(_schedulesDataGridView, _widthFactor);
 }