Design Update

Design Update
This commit is contained in:
2023-03-18 10:00:27 +09:00
parent 59dac350d8
commit 49bc2f3807
10 changed files with 213 additions and 57 deletions

View File

@@ -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());