Design Update
Design Update
This commit is contained in:
@@ -33,10 +33,13 @@ namespace HSUCO_Server_Monitoring
|
||||
this.FormBorderStyle = FormBorderStyle.None;
|
||||
this.WindowState = FormWindowState.Maximized;
|
||||
Size = Screen.PrimaryScreen.WorkingArea.Size;
|
||||
tableLayoutPanelMaster.ColumnStyles[0].SizeType = SizeType.Absolute;
|
||||
tableLayoutPanelMaster.ColumnStyles[0].Width = 1490;
|
||||
tableLayoutPanelMaster.ColumnStyles[1].SizeType = SizeType.AutoSize;
|
||||
|
||||
tableLayoutPanelMaster.ColumnStyles[0].SizeType = SizeType.Absolute;
|
||||
tableLayoutPanelMaster.ColumnStyles[1].Width = 1100;
|
||||
tableLayoutPanelMaster.ColumnStyles[3].SizeType = SizeType.Absolute;
|
||||
tableLayoutPanelMaster.ColumnStyles[3].Width = 400;
|
||||
|
||||
|
||||
|
||||
|
||||
Task.Run(() => NVR_Runner());
|
||||
|
Reference in New Issue
Block a user