From eda17eddf88e6108cadbf8dcef5c2195c1a7b708 Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期三, 01 四月 2026 10:55:05 +0800
Subject: [PATCH] 提交VS生成临时文件

---
 LB_SmartVision/Forms/Pages/BarcodeReaderPage/BarcodeReadersEditPage.Designer.cs |  152 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 152 insertions(+), 0 deletions(-)

diff --git a/LB_SmartVision/Forms/Pages/BarcodeReaderPage/BarcodeReadersEditPage.Designer.cs b/LB_SmartVision/Forms/Pages/BarcodeReaderPage/BarcodeReadersEditPage.Designer.cs
new file mode 100644
index 0000000..4f738aa
--- /dev/null
+++ b/LB_SmartVision/Forms/Pages/BarcodeReaderPage/BarcodeReadersEditPage.Designer.cs
@@ -0,0 +1,152 @@
+using ReaLTaiizor.Controls;
+using System.Drawing;
+using System.Windows.Forms;
+
+namespace LB_SmartVision.Forms.Pages.BarcodeReaderPage
+{
+    partial class BarcodeReadersEditPage
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Component Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            uiButton1 = new HopeButton();
+            uiButton2 = new LostButton();
+            uiFlowLayoutPanel1 = new FlowLayoutPanel();
+            tableLayoutPanel1 = new TableLayoutPanel();
+            tableLayoutPanel2 = new TableLayoutPanel();
+            tableLayoutPanel1.SuspendLayout();
+            tableLayoutPanel2.SuspendLayout();
+            SuspendLayout();
+            //
+            // uiButton1
+            //
+            uiButton1.BorderColor = Color.FromArgb(220, 223, 230);
+            uiButton1.ButtonType = ReaLTaiizor.Util.HopeButtonType.Primary;
+            uiButton1.Cursor = Cursors.Hand;
+            uiButton1.DangerColor = Color.FromArgb(245, 108, 108);
+            uiButton1.DefaultColor = Color.FromArgb(255, 255, 255);
+            uiButton1.Dock = DockStyle.Fill;
+            uiButton1.Font = new Font("瀹嬩綋", 12F);
+            uiButton1.HoverTextColor = Color.FromArgb(48, 49, 51);
+            uiButton1.InfoColor = Color.FromArgb(144, 147, 153);
+            uiButton1.Location = new Point(503, 3);
+            uiButton1.MinimumSize = new Size(1, 1);
+            uiButton1.Name = "uiButton1";
+            uiButton1.PrimaryColor = Color.FromArgb(64, 158, 255);
+            uiButton1.Size = new Size(95, 38);
+            uiButton1.SuccessColor = Color.FromArgb(103, 194, 58);
+            uiButton1.TabIndex = 11;
+            uiButton1.Text = "鏂板";
+            uiButton1.TextColor = Color.White;
+            uiButton1.WarningColor = Color.FromArgb(230, 162, 60);
+            uiButton1.Click += uiButton1_Click;
+            //
+            // uiButton2
+            //
+            uiButton2.BackColor = Color.FromArgb(39, 41, 60);
+            uiButton2.Cursor = Cursors.Hand;
+            uiButton2.Dock = DockStyle.Fill;
+            uiButton2.Font = new Font("瀹嬩綋", 12F);
+            uiButton2.ForeColor = Color.White;
+            uiButton2.HoverColor = Color.DodgerBlue;
+            uiButton2.Image = null;
+            uiButton2.Location = new Point(403, 3);
+            uiButton2.MinimumSize = new Size(1, 1);
+            uiButton2.Name = "uiButton2";
+            uiButton2.Size = new Size(94, 38);
+            uiButton2.TabIndex = 12;
+            uiButton2.Text = "鍏ㄩ儴娓呴櫎";
+            uiButton2.Click += uiButton2_Click;
+            //
+            // uiFlowLayoutPanel1
+            //
+            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;
+            //
+            // tableLayoutPanel1
+            //
+            tableLayoutPanel1.ColumnCount = 1;
+            tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 100F));
+            tableLayoutPanel1.Controls.Add(uiFlowLayoutPanel1, 0, 0);
+            tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 0, 1);
+            tableLayoutPanel1.Dock = DockStyle.Fill;
+            tableLayoutPanel1.Location = new Point(0, 0);
+            tableLayoutPanel1.Name = "tableLayoutPanel1";
+            tableLayoutPanel1.RowCount = 2;
+            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
+            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Absolute, 50F));
+            tableLayoutPanel1.Size = new Size(607, 353);
+            tableLayoutPanel1.TabIndex = 13;
+            //
+            // tableLayoutPanel2
+            //
+            tableLayoutPanel2.ColumnCount = 6;
+            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
+            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
+            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
+            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
+            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
+            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 16.666666F));
+            tableLayoutPanel2.Controls.Add(uiButton1, 5, 0);
+            tableLayoutPanel2.Controls.Add(uiButton2, 4, 0);
+            tableLayoutPanel2.Dock = DockStyle.Fill;
+            tableLayoutPanel2.Location = new Point(3, 306);
+            tableLayoutPanel2.Name = "tableLayoutPanel2";
+            tableLayoutPanel2.RowCount = 1;
+            tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
+            tableLayoutPanel2.Size = new Size(601, 44);
+            tableLayoutPanel2.TabIndex = 11;
+            //
+            // BarcodeReadersEditPage
+            //
+            BackColor = Color.FromArgb(32, 41, 50);
+            Controls.Add(tableLayoutPanel1);
+            Name = "BarcodeReadersEditPage";
+            Size = new Size(607, 353);
+            Paint += BarcodeReadersEditPage_Paint;
+            tableLayoutPanel1.ResumeLayout(false);
+            tableLayoutPanel2.ResumeLayout(false);
+            ResumeLayout(false);
+        }
+
+        #endregion
+
+        private HopeButton uiButton1;
+        private LostButton uiButton2;
+        private FlowLayoutPanel uiFlowLayoutPanel1;
+        private TableLayoutPanel tableLayoutPanel1;
+        private TableLayoutPanel tableLayoutPanel2;
+    }
+}

--
Gitblit v1.9.3