From 67f39752301e0e5282c1fe89a9beaa44bf45a545 Mon Sep 17 00:00:00 2001
From: C3031 <shitiangui@lanpucloud.cn>
Date: 星期一, 05 一月 2026 12:25:51 +0800
Subject: [PATCH] 优化了了历史数据查询界面操作逻辑Merge branch 'master' of http://lanpucloud.cn:1111/r/~zhengyabo/LB_TyreAppearanceInspectionSoftware
---
LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.Designer.cs | 26 ++++++++++++--------------
1 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.Designer.cs b/LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.Designer.cs
index 12bcc83..a7252aa 100644
--- a/LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/ProcessPage/ProcessInputsSelectForm.Designer.cs
@@ -30,7 +30,7 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProcessInputsSelectForm));
themeForm1 = new ReaLTaiizor.Forms.ThemeForm();
- panel = new ReaLTaiizor.Controls.Panel();
+ panel = new Panel();
controlBox1 = new ReaLTaiizor.Controls.ControlBox();
themeForm1.SuspendLayout();
SuspendLayout();
@@ -38,8 +38,8 @@
// themeForm1
//
themeForm1.BackColor = Color.FromArgb(32, 41, 50);
- themeForm1.Controls.Add(controlBox1);
themeForm1.Controls.Add(panel);
+ themeForm1.Controls.Add(controlBox1);
themeForm1.Dock = DockStyle.Fill;
themeForm1.Font = new Font("Microsoft Sans Serif", 9F);
themeForm1.Image = (Image)resources.GetObject("themeForm1.Image");
@@ -52,20 +52,18 @@
themeForm1.SmartBounds = true;
themeForm1.StartPosition = FormStartPosition.WindowsDefaultLocation;
themeForm1.TabIndex = 2;
- themeForm1.Text = "themeForm1";
+ themeForm1.Text = "ProcessInputsSelectForm";
//
// panel
//
- panel.BackColor = Color.FromArgb(39, 51, 63);
+ panel.AutoScroll = true;
panel.Dock = DockStyle.Fill;
- panel.EdgeColor = Color.FromArgb(32, 41, 50);
+ panel.ForeColor = SystemColors.Control;
panel.Location = new Point(10, 70);
panel.Name = "panel";
- panel.Padding = new Padding(5);
panel.Size = new Size(887, 405);
- panel.SmoothingType = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
- panel.TabIndex = 0;
- panel.Text = "panel1";
+ panel.TabIndex = 2;
+ panel.SizeChanged += panel_SizeChanged;
//
// controlBox1
//
@@ -77,7 +75,7 @@
controlBox1.EnableMaximizeButton = true;
controlBox1.EnableMinimizeButton = true;
controlBox1.ForeColor = Color.FromArgb(155, 155, 155);
- controlBox1.Location = new Point(804, 12);
+ controlBox1.Location = new Point(807, 18);
controlBox1.MaximizeHoverColor = Color.FromArgb(74, 74, 74);
controlBox1.MinimizeHoverColor = Color.FromArgb(63, 63, 65);
controlBox1.Name = "controlBox1";
@@ -87,14 +85,14 @@
//
// ProcessInputsSelectForm
//
- AutoScaleDimensions = new SizeF(7F, 17F);
- AutoScaleMode = AutoScaleMode.Font;
+ AutoScaleDimensions = new SizeF(96F, 96F);
+ AutoScaleMode = AutoScaleMode.Dpi;
ClientSize = new Size(907, 484);
Controls.Add(themeForm1);
FormBorderStyle = FormBorderStyle.None;
MinimumSize = new Size(261, 61);
Name = "ProcessInputsSelectForm";
- Text = "themeForm1";
+ Text = "ProcessInputsSelectForm";
TransparencyKey = Color.Fuchsia;
FormClosing += ProcessInputsSelectForm_FormClosing;
themeForm1.ResumeLayout(false);
@@ -104,7 +102,7 @@
#endregion
private Button uiButtonOK;
private ReaLTaiizor.Forms.ThemeForm themeForm1;
- private ReaLTaiizor.Controls.Panel panel;
private ReaLTaiizor.Controls.ControlBox controlBox1;
+ private Panel panel;
}
}
--
Gitblit v1.9.3