C3204
2025-12-29 fec341de45f4b3fd1825807f0b3261143fa13caa
LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlEditPage.Designer.cs
@@ -33,7 +33,7 @@
        {
            uiButton1 = new HopeButton();
            uiButton2 = new LostButton();
            uiFlowLayoutPanel1 = new FlowLayoutPanel();
            uiMCLayoutPanel1 = new FlowLayoutPanel();
            tableLayoutPanel1 = new TableLayoutPanel();
            tableLayoutPanel2 = new TableLayoutPanel();
            tableLayoutPanel1.SuspendLayout();
@@ -61,6 +61,7 @@
            uiButton1.Text = "增加";
            uiButton1.TextColor = Color.White;
            uiButton1.WarningColor = Color.FromArgb(230, 162, 60);
            uiButton1.Click += uiButton1_Click;
            // 
            // uiButton2
            // 
@@ -78,27 +79,27 @@
            uiButton2.TabIndex = 12;
            uiButton2.Text = "清除";
            // 
            // uiFlowLayoutPanel1
            // uiMCLayoutPanel1
            // 
            uiFlowLayoutPanel1.BackColor = Color.FromArgb(32, 41, 50);
            uiFlowLayoutPanel1.Dock = DockStyle.Fill;
            uiFlowLayoutPanel1.Font = new Font("宋体", 12F);
            uiFlowLayoutPanel1.ForeColor = SystemColors.Control;
            uiFlowLayoutPanel1.Location = new Point(4, 5);
            uiFlowLayoutPanel1.Margin = new Padding(4, 5, 4, 5);
            uiFlowLayoutPanel1.MinimumSize = new Size(1, 1);
            uiFlowLayoutPanel1.Name = "uiFlowLayoutPanel1";
            uiFlowLayoutPanel1.Padding = new Padding(2);
            uiFlowLayoutPanel1.Size = new Size(599, 293);
            uiFlowLayoutPanel1.TabIndex = 10;
            uiFlowLayoutPanel1.Text = "`";
            uiMCLayoutPanel1.BackColor = Color.FromArgb(32, 41, 50);
            uiMCLayoutPanel1.Dock = DockStyle.Fill;
            uiMCLayoutPanel1.Font = new Font("宋体", 12F);
            uiMCLayoutPanel1.ForeColor = SystemColors.Control;
            uiMCLayoutPanel1.Location = new Point(4, 5);
            uiMCLayoutPanel1.Margin = new Padding(4, 5, 4, 5);
            uiMCLayoutPanel1.MinimumSize = new Size(1, 1);
            uiMCLayoutPanel1.Name = "uiMCLayoutPanel1";
            uiMCLayoutPanel1.Padding = new Padding(2);
            uiMCLayoutPanel1.Size = new Size(599, 293);
            uiMCLayoutPanel1.TabIndex = 10;
            uiMCLayoutPanel1.Text = "`";
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 1;
            tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
            tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Absolute, 20F));
            tableLayoutPanel1.Controls.Add(uiFlowLayoutPanel1, 0, 0);
            tableLayoutPanel1.Controls.Add(uiMCLayoutPanel1, 0, 0);
            tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 1);
            tableLayoutPanel1.Dock = DockStyle.Fill;
            tableLayoutPanel1.Location = new Point(0, 0);
@@ -130,8 +131,6 @@
            // 
            // MotionControlEditPage
            // 
            AutoScaleDimensions = new SizeF(96F, 96F);
            AutoScaleMode = AutoScaleMode.Dpi;
            BackColor = Color.FromArgb(32, 41, 50);
            Controls.Add(tableLayoutPanel1);
            ForeColor = SystemColors.Control;
@@ -147,7 +146,7 @@
        private ReaLTaiizor.Controls.HopeButton uiButton1;
        private ReaLTaiizor.Controls.LostButton uiButton2;
        private FlowLayoutPanel uiFlowLayoutPanel1;
        private FlowLayoutPanel uiMCLayoutPanel1;
        private TableLayoutPanel tableLayoutPanel1;
        private TableLayoutPanel tableLayoutPanel2;
    }