修改更新界面

This commit is contained in:
2025-03-13 18:54:05 +08:00
parent a9d02a5a9d
commit 7828ca663f
36 changed files with 4485 additions and 604 deletions

View File

@ -47,17 +47,15 @@
panel2 = new AntdUI.Panel();
panel4 = new AntdUI.Panel();
panel6 = new AntdUI.Panel();
splitContainer1 = new SplitContainer();
splitContainer2 = new SplitContainer();
tabImgDisplay = new AntdUI.Tabs();
tabPage1 = new AntdUI.TabPage();
panel5 = new AntdUI.Panel();
tabs3 = new AntdUI.Tabs();
tabsStas = new AntdUI.Tabs();
tabPage3 = new AntdUI.TabPage();
richTextBox1 = new RichTextBox();
divider3 = new AntdUI.Divider();
panel3 = new AntdUI.Panel();
tabs2 = new AntdUI.Tabs();
tabsConfig = new AntdUI.Tabs();
tabPage2 = new AntdUI.TabPage();
divider1 = new AntdUI.Divider();
panel1 = new AntdUI.Panel();
segmented1 = new AntdUI.Segmented();
titlebar.SuspendLayout();
@ -66,12 +64,18 @@
panel2.SuspendLayout();
panel4.SuspendLayout();
panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
splitContainer1.Panel1.SuspendLayout();
splitContainer1.Panel2.SuspendLayout();
splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)splitContainer2).BeginInit();
splitContainer2.Panel1.SuspendLayout();
splitContainer2.Panel2.SuspendLayout();
splitContainer2.SuspendLayout();
tabImgDisplay.SuspendLayout();
panel5.SuspendLayout();
tabs3.SuspendLayout();
tabsStas.SuspendLayout();
tabPage3.SuspendLayout();
panel3.SuspendLayout();
tabs2.SuspendLayout();
tabsConfig.SuspendLayout();
panel1.SuspendLayout();
SuspendLayout();
//
@ -120,7 +124,6 @@
buttonSZ.Radius = 0;
buttonSZ.Size = new Size(50, 40);
buttonSZ.TabIndex = 0;
buttonSZ.Visible = false;
buttonSZ.WaveSize = 0;
//
// pageHeader1
@ -139,7 +142,7 @@
// label1
//
label1.AutoSize = true;
label1.Location = new Point(61, 10);
label1.Location = new Point(709, 10);
label1.Name = "label1";
label1.Size = new Size(64, 21);
label1.TabIndex = 1;
@ -148,10 +151,10 @@
// divider2
//
divider2.Dock = DockStyle.Top;
divider2.Location = new Point(0, 0);
divider2.Location = new Point(54, 0);
divider2.Name = "divider2";
divider2.OrientationMargin = 0F;
divider2.Size = new Size(1024, 10);
divider2.Size = new Size(970, 10);
divider2.TabIndex = 0;
divider2.Text = "";
//
@ -169,7 +172,6 @@
// panel2
//
panel2.Controls.Add(panel4);
panel2.Controls.Add(panel3);
panel2.Dock = DockStyle.Fill;
panel2.Location = new Point(0, 68);
panel2.Name = "panel2";
@ -180,71 +182,100 @@
// panel4
//
panel4.Controls.Add(panel6);
panel4.Controls.Add(panel5);
panel4.Dock = DockStyle.Fill;
panel4.Location = new Point(0, 0);
panel4.Name = "panel4";
panel4.Size = new Size(661, 500);
panel4.Size = new Size(1024, 500);
panel4.TabIndex = 1;
panel4.Text = "panel4";
//
// panel6
//
panel6.Controls.Add(tabImgDisplay);
panel6.Controls.Add(splitContainer1);
panel6.Dock = DockStyle.Fill;
panel6.Location = new Point(0, 0);
panel6.Name = "panel6";
panel6.Size = new Size(661, 358);
panel6.Size = new Size(1024, 500);
panel6.TabIndex = 1;
panel6.Text = "panel6";
//
// splitContainer1
//
splitContainer1.BackColor = SystemColors.Control;
splitContainer1.Dock = DockStyle.Fill;
splitContainer1.Location = new Point(0, 0);
splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
splitContainer1.Panel1.Controls.Add(splitContainer2);
//
// splitContainer1.Panel2
//
splitContainer1.Panel2.BackColor = SystemColors.ButtonFace;
splitContainer1.Panel2.Controls.Add(tabsConfig);
splitContainer1.Size = new Size(1024, 500);
splitContainer1.SplitterDistance = 580;
splitContainer1.SplitterIncrement = 2;
splitContainer1.SplitterWidth = 10;
splitContainer1.TabIndex = 0;
//
// splitContainer2
//
splitContainer2.Dock = DockStyle.Fill;
splitContainer2.Location = new Point(0, 0);
splitContainer2.Name = "splitContainer2";
splitContainer2.Orientation = Orientation.Horizontal;
//
// splitContainer2.Panel1
//
splitContainer2.Panel1.Controls.Add(tabImgDisplay);
//
// splitContainer2.Panel2
//
splitContainer2.Panel2.Controls.Add(tabsStas);
splitContainer2.Size = new Size(580, 500);
splitContainer2.SplitterDistance = 320;
splitContainer2.TabIndex = 0;
//
// tabImgDisplay
//
tabImgDisplay.Controls.Add(tabPage1);
tabImgDisplay.Dock = DockStyle.Fill;
tabImgDisplay.Location = new Point(0, 0);
tabImgDisplay.Name = "tabImgDisplay";
tabImgDisplay.Pages.Add(tabPage1);
tabImgDisplay.Size = new Size(661, 358);
tabImgDisplay.Size = new Size(580, 320);
tabImgDisplay.Style = styleCard1;
tabImgDisplay.TabIndex = 0;
tabImgDisplay.TabIndex = 1;
tabImgDisplay.Text = "tabs1";
//
// tabPage1
//
tabPage1.Location = new Point(3, 28);
tabPage1.Name = "tabPage1";
tabPage1.Size = new Size(655, 327);
tabPage1.Size = new Size(574, 289);
tabPage1.TabIndex = 0;
tabPage1.Text = "检测";
//
// panel5
// tabsStas
//
panel5.Controls.Add(tabs3);
panel5.Controls.Add(divider3);
panel5.Dock = DockStyle.Bottom;
panel5.Location = new Point(0, 358);
panel5.Name = "panel5";
panel5.Size = new Size(661, 142);
panel5.TabIndex = 0;
panel5.Text = "panel5";
//
// tabs3
//
tabs3.Dock = DockStyle.Fill;
tabs3.Location = new Point(0, 10);
tabs3.Name = "tabs3";
tabs3.Pages.Add(tabPage3);
tabs3.Size = new Size(661, 132);
tabs3.Style = styleCard2;
tabs3.TabIndex = 2;
tabs3.Text = "tabs3";
tabsStas.Controls.Add(tabPage3);
tabsStas.Dock = DockStyle.Fill;
tabsStas.Location = new Point(0, 0);
tabsStas.Name = "tabsStas";
tabsStas.Pages.Add(tabPage3);
tabsStas.Size = new Size(580, 176);
tabsStas.Style = styleCard2;
tabsStas.TabIndex = 3;
tabsStas.Text = "tabs3";
//
// tabPage3
//
tabPage3.Controls.Add(richTextBox1);
tabPage3.Location = new Point(3, 28);
tabPage3.Name = "tabPage3";
tabPage3.Size = new Size(655, 101);
tabPage3.Size = new Size(574, 145);
tabPage3.TabIndex = 0;
tabPage3.Text = "日志";
//
@ -253,61 +284,30 @@
richTextBox1.Dock = DockStyle.Fill;
richTextBox1.Location = new Point(0, 0);
richTextBox1.Name = "richTextBox1";
richTextBox1.Size = new Size(655, 101);
richTextBox1.Size = new Size(574, 145);
richTextBox1.TabIndex = 0;
richTextBox1.Text = "";
//
// divider3
// tabsConfig
//
divider3.Dock = DockStyle.Top;
divider3.Location = new Point(0, 0);
divider3.Name = "divider3";
divider3.OrientationMargin = 0F;
divider3.Size = new Size(661, 10);
divider3.TabIndex = 1;
divider3.Text = "";
//
// panel3
//
panel3.Controls.Add(tabs2);
panel3.Controls.Add(divider1);
panel3.Dock = DockStyle.Right;
panel3.Location = new Point(661, 0);
panel3.Name = "panel3";
panel3.Size = new Size(363, 500);
panel3.TabIndex = 0;
panel3.Text = "panel3";
//
// tabs2
//
tabs2.Dock = DockStyle.Fill;
tabs2.Location = new Point(10, 0);
tabs2.Name = "tabs2";
tabs2.Pages.Add(tabPage2);
tabs2.Size = new Size(353, 500);
tabs2.Style = styleCard3;
tabs2.TabIndex = 1;
tabs2.Text = "tabs2";
tabsConfig.Controls.Add(tabPage2);
tabsConfig.Dock = DockStyle.Fill;
tabsConfig.Location = new Point(0, 0);
tabsConfig.Name = "tabsConfig";
tabsConfig.Pages.Add(tabPage2);
tabsConfig.Size = new Size(434, 500);
tabsConfig.Style = styleCard3;
tabsConfig.TabIndex = 2;
tabsConfig.Text = "tabs2";
//
// tabPage2
//
tabPage2.Location = new Point(3, 28);
tabPage2.Name = "tabPage2";
tabPage2.Size = new Size(347, 469);
tabPage2.Size = new Size(428, 469);
tabPage2.TabIndex = 0;
tabPage2.Text = "配置";
//
// divider1
//
divider1.Dock = DockStyle.Left;
divider1.Location = new Point(0, 0);
divider1.Name = "divider1";
divider1.OrientationMargin = 0F;
divider1.Size = new Size(10, 500);
divider1.TabIndex = 0;
divider1.Text = "";
divider1.Vertical = true;
//
// panel1
//
panel1.Back = SystemColors.MenuHighlight;
@ -418,12 +418,18 @@
panel2.ResumeLayout(false);
panel4.ResumeLayout(false);
panel6.ResumeLayout(false);
splitContainer1.Panel1.ResumeLayout(false);
splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
splitContainer1.ResumeLayout(false);
splitContainer2.Panel1.ResumeLayout(false);
splitContainer2.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)splitContainer2).EndInit();
splitContainer2.ResumeLayout(false);
tabImgDisplay.ResumeLayout(false);
panel5.ResumeLayout(false);
tabs3.ResumeLayout(false);
tabsStas.ResumeLayout(false);
tabPage3.ResumeLayout(false);
panel3.ResumeLayout(false);
tabs2.ResumeLayout(false);
tabsConfig.ResumeLayout(false);
panel1.ResumeLayout(false);
ResumeLayout(false);
}
@ -441,17 +447,16 @@
private AntdUI.Panel panel2;
private AntdUI.Panel panel4;
private AntdUI.Panel panel6;
private AntdUI.Panel panel5;
private AntdUI.Panel panel3;
private Label label1;
private AntdUI.Splitter splitter1;
private SplitContainer splitContainer1;
private SplitContainer splitContainer2;
private AntdUI.Tabs tabImgDisplay;
private AntdUI.TabPage tabPage1;
private AntdUI.Tabs tabs3;
private AntdUI.Tabs tabsStas;
private AntdUI.TabPage tabPage3;
private AntdUI.Divider divider3;
private AntdUI.Tabs tabs2;
private AntdUI.TabPage tabPage2;
private AntdUI.Divider divider1;
private RichTextBox richTextBox1;
private Label label1;
private AntdUI.Tabs tabsConfig;
private AntdUI.TabPage tabPage2;
}
}