From 22f0da3ef4aacd994ba48cabef708441197daf54 Mon Sep 17 00:00:00 2001 From: "nodyang@aliyun.com" Date: Mon, 21 Oct 2024 16:10:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E5=8D=884=E7=82=B9=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RfidWeb/FormMain.Designer.cs | 237 ++++--- RfidWeb/FormMain.cs | 58 +- RfidWeb/Frm/UserMain.Designer.cs | 771 +++++++++++++++++++---- RfidWeb/Frm/UserMain.cs | 5 + RfidWeb/Properties/Resources.Designer.cs | 30 + RfidWeb/Properties/Resources.resx | 15 +- RfidWeb/Resources/右箭头.png | Bin 0 -> 1550 bytes RfidWeb/Resources/左箭头.png | Bin 0 -> 1581 bytes RfidWeb/Resources/脱机.png | Bin 0 -> 16782 bytes RfidWeb/RfidWeb.csproj | 3 + 10 files changed, 884 insertions(+), 235 deletions(-) create mode 100644 RfidWeb/Resources/右箭头.png create mode 100644 RfidWeb/Resources/左箭头.png create mode 100644 RfidWeb/Resources/脱机.png diff --git a/RfidWeb/FormMain.Designer.cs b/RfidWeb/FormMain.Designer.cs index 4c4dcab..335fae1 100644 --- a/RfidWeb/FormMain.Designer.cs +++ b/RfidWeb/FormMain.Designer.cs @@ -29,13 +29,6 @@ private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); - this.panel2 = new System.Windows.Forms.Panel(); - this.panel3 = new System.Windows.Forms.Panel(); - this.pictureBox1 = new System.Windows.Forms.PictureBox(); - this.panel5 = new System.Windows.Forms.Panel(); - this.label2 = new System.Windows.Forms.Label(); - this.label1 = new System.Windows.Forms.Label(); - this.panel4 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel(); this.panel8 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); @@ -46,13 +39,24 @@ this.btnExit = new System.Windows.Forms.Button(); this.btnArgument = new System.Windows.Forms.Button(); this.btnMain = new System.Windows.Forms.Button(); + this.panel2 = new System.Windows.Forms.Panel(); + this.panel4 = new System.Windows.Forms.Panel(); + this.panel3 = new System.Windows.Forms.Panel(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.panel5 = new System.Windows.Forms.Panel(); + this.label1 = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); + this.panel7 = new System.Windows.Forms.Panel(); + this.panel9 = new System.Windows.Forms.Panel(); + this.panContent = new System.Windows.Forms.Panel(); this.panel1.SuspendLayout(); + this.panel6.SuspendLayout(); + this.panel8.SuspendLayout(); this.panel2.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel5.SuspendLayout(); - this.panel6.SuspendLayout(); - this.panel8.SuspendLayout(); + this.panel7.SuspendLayout(); this.SuspendLayout(); // // panel1 @@ -67,91 +71,11 @@ this.panel1.Size = new System.Drawing.Size(1280, 1024); this.panel1.TabIndex = 0; // - // panel2 - // - this.panel2.BackColor = System.Drawing.Color.Transparent; - this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; - this.panel2.Controls.Add(this.panel4); - this.panel2.Controls.Add(this.panel3); - this.panel2.Controls.Add(this.panel5); - this.panel2.Dock = System.Windows.Forms.DockStyle.Top; - this.panel2.Location = new System.Drawing.Point(0, 0); - this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(1280, 68); - this.panel2.TabIndex = 0; - // - // panel3 - // - this.panel3.BackColor = System.Drawing.Color.Transparent; - this.panel3.Controls.Add(this.pictureBox1); - this.panel3.Dock = System.Windows.Forms.DockStyle.Left; - this.panel3.Location = new System.Drawing.Point(0, 0); - this.panel3.Margin = new System.Windows.Forms.Padding(4); - this.panel3.Name = "panel3"; - this.panel3.Size = new System.Drawing.Size(370, 68); - this.panel3.TabIndex = 1; - // - // pictureBox1 - // - this.pictureBox1.Image = global::RfidWeb.Properties.Resources.mesnac; - this.pictureBox1.Location = new System.Drawing.Point(22, 14); - this.pictureBox1.Margin = new System.Windows.Forms.Padding(4); - this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(322, 40); - this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.pictureBox1.TabIndex = 0; - this.pictureBox1.TabStop = false; - // - // panel5 - // - this.panel5.BackColor = System.Drawing.Color.Transparent; - this.panel5.Controls.Add(this.label1); - this.panel5.Controls.Add(this.label2); - this.panel5.Dock = System.Windows.Forms.DockStyle.Right; - this.panel5.Location = new System.Drawing.Point(841, 0); - this.panel5.Margin = new System.Windows.Forms.Padding(4); - this.panel5.Name = "panel5"; - this.panel5.Size = new System.Drawing.Size(439, 68); - this.panel5.TabIndex = 3; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label2.Location = new System.Drawing.Point(236, 12); - this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(117, 40); - this.label2.TabIndex = 1; - this.label2.Text = "10:25"; - // - // label1 - // - this.label1.AutoSize = true; - this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label1.Location = new System.Drawing.Point(4, 12); - this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(217, 40); - this.label1.TabIndex = 0; - this.label1.Text = "2024/10/25"; - // - // panel4 - // - this.panel4.BackColor = System.Drawing.Color.Transparent; - this.panel4.BackgroundImage = global::RfidWeb.Properties.Resources.frm21; - this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; - this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; - this.panel4.Location = new System.Drawing.Point(370, 0); - this.panel4.Margin = new System.Windows.Forms.Padding(4); - this.panel4.Name = "panel4"; - this.panel4.Size = new System.Drawing.Size(471, 68); - this.panel4.TabIndex = 4; - // // panel6 // this.panel6.BackColor = System.Drawing.Color.Transparent; this.panel6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.panel6.Controls.Add(this.panel7); this.panel6.Controls.Add(this.panel8); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(0, 68); @@ -174,7 +98,7 @@ this.panel8.Location = new System.Drawing.Point(0, 0); this.panel8.Margin = new System.Windows.Forms.Padding(4); this.panel8.Name = "panel8"; - this.panel8.Size = new System.Drawing.Size(344, 956); + this.panel8.Size = new System.Drawing.Size(370, 956); this.panel8.TabIndex = 3; // // button4 @@ -182,7 +106,7 @@ this.button4.BackgroundImage = global::RfidWeb.Properties.Resources.照明关; this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button4.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.button4.Location = new System.Drawing.Point(22, 605); + this.button4.Location = new System.Drawing.Point(22, 590); this.button4.Margin = new System.Windows.Forms.Padding(4); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(168, 159); @@ -194,7 +118,7 @@ this.button3.BackgroundImage = global::RfidWeb.Properties.Resources.消音开; this.button3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button3.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.button3.Location = new System.Drawing.Point(22, 510); + this.button3.Location = new System.Drawing.Point(22, 495); this.button3.Margin = new System.Windows.Forms.Padding(4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(300, 87); @@ -206,7 +130,7 @@ this.btnMes.BackgroundImage = global::RfidWeb.Properties.Resources.btn; this.btnMes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnMes.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnMes.Location = new System.Drawing.Point(22, 415); + this.btnMes.Location = new System.Drawing.Point(22, 400); this.btnMes.Margin = new System.Windows.Forms.Padding(4); this.btnMes.Name = "btnMes"; this.btnMes.Size = new System.Drawing.Size(300, 87); @@ -219,7 +143,7 @@ this.btnAccount.BackgroundImage = global::RfidWeb.Properties.Resources.btn; this.btnAccount.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnAccount.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnAccount.Location = new System.Drawing.Point(22, 320); + this.btnAccount.Location = new System.Drawing.Point(22, 305); this.btnAccount.Margin = new System.Windows.Forms.Padding(4); this.btnAccount.Name = "btnAccount"; this.btnAccount.Size = new System.Drawing.Size(300, 87); @@ -232,7 +156,7 @@ this.btnAlarm.BackgroundImage = global::RfidWeb.Properties.Resources.btn; this.btnAlarm.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnAlarm.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnAlarm.Location = new System.Drawing.Point(22, 225); + this.btnAlarm.Location = new System.Drawing.Point(22, 210); this.btnAlarm.Margin = new System.Windows.Forms.Padding(4); this.btnAlarm.Name = "btnAlarm"; this.btnAlarm.Size = new System.Drawing.Size(300, 87); @@ -245,7 +169,7 @@ this.btnExit.BackgroundImage = global::RfidWeb.Properties.Resources.btn; this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnExit.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnExit.Location = new System.Drawing.Point(22, 841); + this.btnExit.Location = new System.Drawing.Point(22, 846); this.btnExit.Margin = new System.Windows.Forms.Padding(4); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(291, 87); @@ -259,7 +183,7 @@ this.btnArgument.BackgroundImage = global::RfidWeb.Properties.Resources.btn; this.btnArgument.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnArgument.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnArgument.Location = new System.Drawing.Point(22, 120); + this.btnArgument.Location = new System.Drawing.Point(22, 115); this.btnArgument.Margin = new System.Windows.Forms.Padding(4); this.btnArgument.Name = "btnArgument"; this.btnArgument.Size = new System.Drawing.Size(300, 87); @@ -272,7 +196,7 @@ this.btnMain.BackgroundImage = global::RfidWeb.Properties.Resources.btn_sel1; this.btnMain.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnMain.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.btnMain.Location = new System.Drawing.Point(22, 22); + this.btnMain.Location = new System.Drawing.Point(22, 17); this.btnMain.Margin = new System.Windows.Forms.Padding(4); this.btnMain.Name = "btnMain"; this.btnMain.Size = new System.Drawing.Size(300, 90); @@ -280,6 +204,113 @@ this.btnMain.Text = "首页"; this.btnMain.UseVisualStyleBackColor = true; // + // panel2 + // + this.panel2.BackColor = System.Drawing.Color.Transparent; + this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; + this.panel2.Controls.Add(this.panel4); + this.panel2.Controls.Add(this.panel3); + this.panel2.Controls.Add(this.panel5); + this.panel2.Dock = System.Windows.Forms.DockStyle.Top; + this.panel2.Location = new System.Drawing.Point(0, 0); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(1280, 68); + this.panel2.TabIndex = 0; + // + // panel4 + // + this.panel4.BackColor = System.Drawing.Color.Transparent; + this.panel4.BackgroundImage = global::RfidWeb.Properties.Resources.frm21; + this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; + this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel4.Location = new System.Drawing.Point(370, 0); + this.panel4.Margin = new System.Windows.Forms.Padding(4); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(471, 68); + this.panel4.TabIndex = 4; + // + // panel3 + // + this.panel3.BackColor = System.Drawing.Color.Transparent; + this.panel3.Controls.Add(this.pictureBox1); + this.panel3.Dock = System.Windows.Forms.DockStyle.Left; + this.panel3.Location = new System.Drawing.Point(0, 0); + this.panel3.Margin = new System.Windows.Forms.Padding(4); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(370, 68); + this.panel3.TabIndex = 1; + // + // pictureBox1 + // + this.pictureBox1.Image = global::RfidWeb.Properties.Resources.mesnac; + this.pictureBox1.Location = new System.Drawing.Point(22, 14); + this.pictureBox1.Margin = new System.Windows.Forms.Padding(4); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(322, 40); + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox1.TabIndex = 0; + this.pictureBox1.TabStop = false; + // + // panel5 + // + this.panel5.BackColor = System.Drawing.Color.Transparent; + this.panel5.Controls.Add(this.label1); + this.panel5.Controls.Add(this.label2); + this.panel5.Dock = System.Windows.Forms.DockStyle.Right; + this.panel5.Location = new System.Drawing.Point(841, 0); + this.panel5.Margin = new System.Windows.Forms.Padding(4); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(439, 68); + this.panel5.TabIndex = 3; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label1.Location = new System.Drawing.Point(116, 12); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(152, 27); + this.label1.TabIndex = 0; + this.label1.Text = "2024/10/25"; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label2.Location = new System.Drawing.Point(276, 12); + this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(124, 27); + this.label2.TabIndex = 1; + this.label2.Text = "10:25:01"; + // + // panel7 + // + this.panel7.Controls.Add(this.panContent); + this.panel7.Controls.Add(this.panel9); + this.panel7.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel7.Location = new System.Drawing.Point(370, 0); + this.panel7.Name = "panel7"; + this.panel7.Size = new System.Drawing.Size(910, 956); + this.panel7.TabIndex = 4; + // + // panel9 + // + this.panel9.Dock = System.Windows.Forms.DockStyle.Top; + this.panel9.Location = new System.Drawing.Point(0, 0); + this.panel9.Name = "panel9"; + this.panel9.Size = new System.Drawing.Size(910, 14); + this.panel9.TabIndex = 0; + // + // panContent + // + this.panContent.Dock = System.Windows.Forms.DockStyle.Fill; + this.panContent.Location = new System.Drawing.Point(0, 14); + this.panContent.Name = "panContent"; + this.panContent.Size = new System.Drawing.Size(910, 942); + this.panContent.TabIndex = 1; + // // FormMain // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; @@ -288,13 +319,14 @@ this.Name = "FormMain"; this.Text = "FormMain"; this.panel1.ResumeLayout(false); + this.panel6.ResumeLayout(false); + this.panel8.ResumeLayout(false); this.panel2.ResumeLayout(false); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); - this.panel6.ResumeLayout(false); - this.panel8.ResumeLayout(false); + this.panel7.ResumeLayout(false); this.ResumeLayout(false); } @@ -318,5 +350,8 @@ private System.Windows.Forms.Button btnExit; private System.Windows.Forms.Button btnArgument; private System.Windows.Forms.Button btnMain; + private System.Windows.Forms.Panel panel7; + private System.Windows.Forms.Panel panContent; + private System.Windows.Forms.Panel panel9; } } \ No newline at end of file diff --git a/RfidWeb/FormMain.cs b/RfidWeb/FormMain.cs index 7cb551e..4d2a77a 100644 --- a/RfidWeb/FormMain.cs +++ b/RfidWeb/FormMain.cs @@ -1,4 +1,9 @@ -using System; +using HslCommunication.LogNet; +using HZH_Controls.Forms; + +using NewLife.Threading; + +using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; @@ -7,25 +12,60 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; +using RfidWeb.Frm; +using Tool; namespace RfidWeb { public partial class FormMain : Form { + private ILogNet logNet = ILogNetFactory.GetLogNet; + + TimerX _timer; public FormMain() { InitializeComponent(); - if (this.FormBorderStyle == FormBorderStyle.None) + //if (this.FormBorderStyle == FormBorderStyle.None) + //{ + // this.FormBorderStyle = FormBorderStyle.FixedSingle; + // this.WindowState = FormWindowState.Normal; + //} + //else + //{ + // this.FormBorderStyle = FormBorderStyle.None; + // this.WindowState = FormWindowState.Maximized; + //} + Init(); + + } + + private void Init() + { + _timer = new TimerX(TimeState, null, 10, 1000); + // 如果所有的日志在记录之前需要在控制台显示出来 + logNet.BeforeSaveToFile += (object sender, HslEventArgs e) => { - this.FormBorderStyle = FormBorderStyle.FixedSingle; - this.WindowState = FormWindowState.Normal; - } - else + Console.WriteLine(e.HslMessage.ToString()); + }; + logNet.ConsoleOutput = true; + logNet.WriteInfo("nihao"); + + this.panContent.Controls.Clear(); + this.panContent.Controls.Add(new UserMain()); + } + + + + /// 移除过期的缓存项 + void TimeState(Object state) + { + var dataTime = DateTime.Now; + this.Invoke(() => { - this.FormBorderStyle = FormBorderStyle.None; - this.WindowState = FormWindowState.Maximized; - } + label1.Text = dataTime.ToString("yyyy'/'MM'/'dd"); + label2.Text = dataTime.ToString("HH:mm:ss"); + }); } private void btnExit_Click(object sender, EventArgs e) diff --git a/RfidWeb/Frm/UserMain.Designer.cs b/RfidWeb/Frm/UserMain.Designer.cs index 04b38d1..b0376b8 100644 --- a/RfidWeb/Frm/UserMain.Designer.cs +++ b/RfidWeb/Frm/UserMain.Designer.cs @@ -29,63 +29,81 @@ private void InitializeComponent() { this.panel2 = new System.Windows.Forms.Panel(); - this.label17 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); - this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); - this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); - this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); - this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); - this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); + this.panel1 = new System.Windows.Forms.Panel(); + this.ucBtnExt1 = new HZH_Controls.Controls.UCBtnExt(); + this.label7 = new System.Windows.Forms.Label(); + this.panel3 = new System.Windows.Forms.Panel(); + this.ucBtnExt3 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt2 = new HZH_Controls.Controls.UCBtnExt(); + this.panel4 = new System.Windows.Forms.Panel(); + this.label9 = new System.Windows.Forms.Label(); + this.ucBtnExt4 = new HZH_Controls.Controls.UCBtnExt(); + this.panel5 = new System.Windows.Forms.Panel(); + this.ucBtnExt5 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt7 = new HZH_Controls.Controls.UCBtnExt(); + this.panel6 = new System.Windows.Forms.Panel(); + this.ucBtnExt6 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt8 = new HZH_Controls.Controls.UCBtnExt(); + this.panel7 = new System.Windows.Forms.Panel(); + this.pictureBox1 = new System.Windows.Forms.PictureBox(); + this.pictureBox3 = new System.Windows.Forms.PictureBox(); + this.pictureBox2 = new System.Windows.Forms.PictureBox(); + this.label13 = new System.Windows.Forms.Label(); + this.label18 = new System.Windows.Forms.Label(); + this.ucBtnExt9 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt10 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt11 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt12 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt13 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt14 = new HZH_Controls.Controls.UCBtnExt(); + this.ucBtnExt15 = new HZH_Controls.Controls.UCBtnExt(); this.panel2.SuspendLayout(); + this.panel1.SuspendLayout(); + this.panel3.SuspendLayout(); + this.panel4.SuspendLayout(); + this.panel5.SuspendLayout(); + this.panel6.SuspendLayout(); + this.panel7.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // panel2 // - this.panel2.BackColor = System.Drawing.Color.RosyBrown; - this.panel2.Controls.Add(this.label17); + this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248))))); + this.panel2.Controls.Add(this.ucBtnExt15); + this.panel2.Controls.Add(this.ucBtnExt14); + this.panel2.Controls.Add(this.ucBtnExt13); + this.panel2.Controls.Add(this.ucBtnExt12); + this.panel2.Controls.Add(this.ucBtnExt11); + this.panel2.Controls.Add(this.ucBtnExt10); this.panel2.Controls.Add(this.label15); this.panel2.Controls.Add(this.label16); - this.panel2.Controls.Add(this.label13); this.panel2.Controls.Add(this.label14); - this.panel2.Controls.Add(this.label11); this.panel2.Controls.Add(this.label12); - this.panel2.Controls.Add(this.label9); this.panel2.Controls.Add(this.label10); - this.panel2.Controls.Add(this.label5); this.panel2.Controls.Add(this.label6); - this.panel2.Controls.Add(this.label7); this.panel2.Controls.Add(this.label8); this.panel2.Dock = System.Windows.Forms.DockStyle.Top; this.panel2.Location = new System.Drawing.Point(0, 0); - this.panel2.Margin = new System.Windows.Forms.Padding(2); this.panel2.Name = "panel2"; - this.panel2.Size = new System.Drawing.Size(615, 55); + this.panel2.Padding = new System.Windows.Forms.Padding(0, 10, 0, 0); + this.panel2.Size = new System.Drawing.Size(910, 197); this.panel2.TabIndex = 5; // - // label17 - // - this.label17.AutoSize = true; - this.label17.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label17.Location = new System.Drawing.Point(441, 34); - this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label17.Name = "label17"; - this.label17.Size = new System.Drawing.Size(11, 11); - this.label17.TabIndex = 12; - this.label17.Text = "0"; - this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label15.Location = new System.Drawing.Point(649, 65); - this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label15.Location = new System.Drawing.Point(974, 108); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(21, 22); this.label15.TabIndex = 11; @@ -95,164 +113,673 @@ // label16 // this.label16.AutoSize = true; - this.label16.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label16.Location = new System.Drawing.Point(412, 17); - this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label16.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label16.Location = new System.Drawing.Point(720, 36); this.label16.Name = "label16"; - this.label16.Size = new System.Drawing.Size(61, 11); + this.label16.Size = new System.Drawing.Size(120, 22); this.label16.TabIndex = 10; this.label16.Text = "2#裁刀温度"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // label13 - // - this.label13.AutoSize = true; - this.label13.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label13.Location = new System.Drawing.Point(327, 33); - this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label13.Name = "label13"; - this.label13.Size = new System.Drawing.Size(11, 11); - this.label13.TabIndex = 9; - this.label13.Text = "0"; - this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // label14 // this.label14.AutoSize = true; - this.label14.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label14.Location = new System.Drawing.Point(312, 17); - this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label14.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label14.Location = new System.Drawing.Point(547, 36); this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(61, 11); + this.label14.Size = new System.Drawing.Size(120, 22); this.label14.TabIndex = 8; this.label14.Text = "1#裁刀温度"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // label11 - // - this.label11.AutoSize = true; - this.label11.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label11.Location = new System.Drawing.Point(234, 34); - this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label11.Name = "label11"; - this.label11.Size = new System.Drawing.Size(11, 11); - this.label11.TabIndex = 7; - this.label11.Text = "0"; - this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // label12 // this.label12.AutoSize = true; - this.label12.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label12.Location = new System.Drawing.Point(222, 17); - this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label12.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label12.Location = new System.Drawing.Point(407, 36); this.label12.Name = "label12"; - this.label12.Size = new System.Drawing.Size(50, 11); + this.label12.Size = new System.Drawing.Size(98, 22); this.label12.TabIndex = 6; this.label12.Text = "2#收料轴"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // label9 - // - this.label9.AutoSize = true; - this.label9.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label9.Location = new System.Drawing.Point(170, 34); - this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label9.Name = "label9"; - this.label9.Size = new System.Drawing.Size(11, 11); - this.label9.TabIndex = 5; - this.label9.Text = "0"; - this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // label10 // this.label10.AutoSize = true; - this.label10.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label10.Location = new System.Drawing.Point(155, 17); - this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label10.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label10.Location = new System.Drawing.Point(268, 36); this.label10.Name = "label10"; - this.label10.Size = new System.Drawing.Size(50, 11); + this.label10.Size = new System.Drawing.Size(98, 22); this.label10.TabIndex = 4; this.label10.Text = "1#收料轴"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // label5 - // - this.label5.AutoSize = true; - this.label5.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label5.Location = new System.Drawing.Point(90, 34); - this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(11, 11); - this.label5.TabIndex = 3; - this.label5.Text = "0"; - this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // label6 // this.label6.AutoSize = true; - this.label6.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label6.Location = new System.Drawing.Point(76, 17); - this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label6.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label6.Location = new System.Drawing.Point(144, 36); this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(49, 11); + this.label6.Size = new System.Drawing.Size(98, 22); this.label6.TabIndex = 2; this.label6.Text = "裁切数量"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // - // label7 - // - this.label7.AutoSize = true; - this.label7.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label7.Location = new System.Drawing.Point(16, 34); - this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(11, 11); - this.label7.TabIndex = 1; - this.label7.Text = "0"; - this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; - // // label8 // this.label8.AutoSize = true; - this.label8.Font = new System.Drawing.Font("宋体", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.label8.Location = new System.Drawing.Point(7, 17); - this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); + this.label8.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label8.Location = new System.Drawing.Point(10, 36); this.label8.Name = "label8"; - this.label8.Size = new System.Drawing.Size(49, 11); + this.label8.Size = new System.Drawing.Size(98, 22); this.label8.TabIndex = 0; this.label8.Text = "层合数量"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248))))); + this.panel1.Controls.Add(this.ucBtnExt1); + this.panel1.Controls.Add(this.label7); + this.panel1.Location = new System.Drawing.Point(0, 210); + this.panel1.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(910, 103); + this.panel1.TabIndex = 6; + // + // ucBtnExt1 + // + this.ucBtnExt1.BackColor = System.Drawing.Color.White; + this.ucBtnExt1.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt1.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt1.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt1.BtnText = "手动操作"; + this.ucBtnExt1.ConerRadius = 5; + this.ucBtnExt1.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt1.EnabledMouseEffect = false; + this.ucBtnExt1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(151)))), ((int)(((byte)(79))))); + this.ucBtnExt1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt1.IsRadius = true; + this.ucBtnExt1.IsShowRect = true; + this.ucBtnExt1.IsShowTips = false; + this.ucBtnExt1.Location = new System.Drawing.Point(148, 21); + this.ucBtnExt1.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt1.Name = "ucBtnExt1"; + this.ucBtnExt1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(151)))), ((int)(((byte)(79))))); + this.ucBtnExt1.RectWidth = 1; + this.ucBtnExt1.Size = new System.Drawing.Size(692, 64); + this.ucBtnExt1.TabIndex = 1; + this.ucBtnExt1.TabStop = false; + this.ucBtnExt1.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(30)))), ((int)(((byte)(99))))); + this.ucBtnExt1.TipsText = ""; + // + // label7 + // + this.label7.AutoSize = true; + this.label7.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label7.Location = new System.Drawing.Point(17, 45); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(98, 22); + this.label7.TabIndex = 0; + this.label7.Text = "设备状态"; + // + // panel3 + // + this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248))))); + this.panel3.Controls.Add(this.ucBtnExt3); + this.panel3.Controls.Add(this.ucBtnExt2); + this.panel3.Location = new System.Drawing.Point(551, 465); + this.panel3.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(359, 164); + this.panel3.TabIndex = 7; + // + // ucBtnExt3 + // + this.ucBtnExt3.BackColor = System.Drawing.Color.White; + this.ucBtnExt3.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt3.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt3.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt3.BtnText = "屏蔽裁刀2#"; + this.ucBtnExt3.ConerRadius = 5; + this.ucBtnExt3.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt3.EnabledMouseEffect = false; + this.ucBtnExt3.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt3.IsRadius = true; + this.ucBtnExt3.IsShowRect = true; + this.ucBtnExt3.IsShowTips = false; + this.ucBtnExt3.Location = new System.Drawing.Point(79, 96); + this.ucBtnExt3.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt3.Name = "ucBtnExt3"; + this.ucBtnExt3.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171))))); + this.ucBtnExt3.RectWidth = 1; + this.ucBtnExt3.Size = new System.Drawing.Size(184, 52); + this.ucBtnExt3.TabIndex = 1; + this.ucBtnExt3.TabStop = false; + this.ucBtnExt3.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt3.TipsText = ""; + // + // ucBtnExt2 + // + this.ucBtnExt2.BackColor = System.Drawing.Color.White; + this.ucBtnExt2.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt2.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt2.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt2.BtnText = "屏蔽裁刀1#"; + this.ucBtnExt2.ConerRadius = 5; + this.ucBtnExt2.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt2.EnabledMouseEffect = false; + this.ucBtnExt2.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt2.IsRadius = true; + this.ucBtnExt2.IsShowRect = true; + this.ucBtnExt2.IsShowTips = false; + this.ucBtnExt2.Location = new System.Drawing.Point(79, 21); + this.ucBtnExt2.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt2.Name = "ucBtnExt2"; + this.ucBtnExt2.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171))))); + this.ucBtnExt2.RectWidth = 1; + this.ucBtnExt2.Size = new System.Drawing.Size(184, 52); + this.ucBtnExt2.TabIndex = 0; + this.ucBtnExt2.TabStop = false; + this.ucBtnExt2.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt2.TipsText = ""; + // + // panel4 + // + this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248))))); + this.panel4.Controls.Add(this.ucBtnExt9); + this.panel4.Controls.Add(this.label9); + this.panel4.Controls.Add(this.ucBtnExt4); + this.panel4.Location = new System.Drawing.Point(0, 465); + this.panel4.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(545, 164); + this.panel4.TabIndex = 8; + // + // label9 + // + this.label9.AutoSize = true; + this.label9.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label9.Location = new System.Drawing.Point(177, 64); + this.label9.Name = "label9"; + this.label9.Size = new System.Drawing.Size(54, 22); + this.label9.TabIndex = 2; + this.label9.Text = "等级"; + // + // ucBtnExt4 + // + this.ucBtnExt4.BackColor = System.Drawing.Color.White; + this.ucBtnExt4.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt4.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt4.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt4.BtnText = "登录"; + this.ucBtnExt4.ConerRadius = 5; + this.ucBtnExt4.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt4.EnabledMouseEffect = false; + this.ucBtnExt4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt4.IsRadius = true; + this.ucBtnExt4.IsShowRect = true; + this.ucBtnExt4.IsShowTips = false; + this.ucBtnExt4.Location = new System.Drawing.Point(11, 51); + this.ucBtnExt4.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt4.Name = "ucBtnExt4"; + this.ucBtnExt4.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171))))); + this.ucBtnExt4.RectWidth = 1; + this.ucBtnExt4.Size = new System.Drawing.Size(121, 52); + this.ucBtnExt4.TabIndex = 1; + this.ucBtnExt4.TabStop = false; + this.ucBtnExt4.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt4.TipsText = ""; + // + // panel5 + // + this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248))))); + this.panel5.Controls.Add(this.panel7); + this.panel5.Controls.Add(this.ucBtnExt7); + this.panel5.Controls.Add(this.ucBtnExt5); + this.panel5.Location = new System.Drawing.Point(0, 680); + this.panel5.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(430, 211); + this.panel5.TabIndex = 9; + // + // ucBtnExt5 + // + this.ucBtnExt5.BackColor = System.Drawing.Color.White; + this.ucBtnExt5.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt5.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt5.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt5.BtnText = "启动"; + this.ucBtnExt5.ConerRadius = 5; + this.ucBtnExt5.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt5.EnabledMouseEffect = false; + this.ucBtnExt5.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt5.IsRadius = true; + this.ucBtnExt5.IsShowRect = true; + this.ucBtnExt5.IsShowTips = false; + this.ucBtnExt5.Location = new System.Drawing.Point(10, 71); + this.ucBtnExt5.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt5.Name = "ucBtnExt5"; + this.ucBtnExt5.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171))))); + this.ucBtnExt5.RectWidth = 1; + this.ucBtnExt5.Size = new System.Drawing.Size(270, 55); + this.ucBtnExt5.TabIndex = 1; + this.ucBtnExt5.TabStop = false; + this.ucBtnExt5.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt5.TipsText = ""; + this.ucBtnExt5.BtnClick += new System.EventHandler(this.ucBtnExt5_BtnClick); + // + // ucBtnExt7 + // + this.ucBtnExt7.BackColor = System.Drawing.Color.White; + this.ucBtnExt7.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt7.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt7.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt7.BtnText = "回零"; + this.ucBtnExt7.ConerRadius = 5; + this.ucBtnExt7.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt7.EnabledMouseEffect = false; + this.ucBtnExt7.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(79)))), ((int)(((byte)(13))))); + this.ucBtnExt7.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt7.IsRadius = true; + this.ucBtnExt7.IsShowRect = true; + this.ucBtnExt7.IsShowTips = false; + this.ucBtnExt7.Location = new System.Drawing.Point(10, 133); + this.ucBtnExt7.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt7.Name = "ucBtnExt7"; + this.ucBtnExt7.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(79)))), ((int)(((byte)(13))))); + this.ucBtnExt7.RectWidth = 1; + this.ucBtnExt7.Size = new System.Drawing.Size(270, 55); + this.ucBtnExt7.TabIndex = 2; + this.ucBtnExt7.TabStop = false; + this.ucBtnExt7.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt7.TipsText = ""; + // + // panel6 + // + this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248))))); + this.panel6.Controls.Add(this.label18); + this.panel6.Controls.Add(this.pictureBox3); + this.panel6.Controls.Add(this.ucBtnExt6); + this.panel6.Controls.Add(this.ucBtnExt8); + this.panel6.Location = new System.Drawing.Point(478, 680); + this.panel6.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); + this.panel6.Name = "panel6"; + this.panel6.Size = new System.Drawing.Size(432, 211); + this.panel6.TabIndex = 10; + // + // ucBtnExt6 + // + this.ucBtnExt6.BackColor = System.Drawing.Color.White; + this.ucBtnExt6.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt6.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt6.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt6.BtnText = "首次上料"; + this.ucBtnExt6.ConerRadius = 5; + this.ucBtnExt6.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt6.EnabledMouseEffect = false; + this.ucBtnExt6.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(79)))), ((int)(((byte)(13))))); + this.ucBtnExt6.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt6.IsRadius = true; + this.ucBtnExt6.IsShowRect = true; + this.ucBtnExt6.IsShowTips = false; + this.ucBtnExt6.Location = new System.Drawing.Point(150, 133); + this.ucBtnExt6.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt6.Name = "ucBtnExt6"; + this.ucBtnExt6.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(79)))), ((int)(((byte)(13))))); + this.ucBtnExt6.RectWidth = 1; + this.ucBtnExt6.Size = new System.Drawing.Size(270, 55); + this.ucBtnExt6.TabIndex = 2; + this.ucBtnExt6.TabStop = false; + this.ucBtnExt6.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt6.TipsText = ""; + // + // ucBtnExt8 + // + this.ucBtnExt8.BackColor = System.Drawing.Color.White; + this.ucBtnExt8.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt8.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt8.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt8.BtnText = "启动"; + this.ucBtnExt8.ConerRadius = 5; + this.ucBtnExt8.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt8.EnabledMouseEffect = false; + this.ucBtnExt8.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt8.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt8.IsRadius = true; + this.ucBtnExt8.IsShowRect = true; + this.ucBtnExt8.IsShowTips = false; + this.ucBtnExt8.Location = new System.Drawing.Point(150, 71); + this.ucBtnExt8.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt8.Name = "ucBtnExt8"; + this.ucBtnExt8.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171))))); + this.ucBtnExt8.RectWidth = 1; + this.ucBtnExt8.Size = new System.Drawing.Size(270, 55); + this.ucBtnExt8.TabIndex = 1; + this.ucBtnExt8.TabStop = false; + this.ucBtnExt8.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt8.TipsText = ""; + // + // panel7 + // + this.panel7.Controls.Add(this.label13); + this.panel7.Controls.Add(this.pictureBox2); + this.panel7.Dock = System.Windows.Forms.DockStyle.Top; + this.panel7.Location = new System.Drawing.Point(0, 0); + this.panel7.Name = "panel7"; + this.panel7.Size = new System.Drawing.Size(430, 44); + this.panel7.TabIndex = 3; + // + // pictureBox1 + // + this.pictureBox1.BackColor = System.Drawing.Color.Transparent; + this.pictureBox1.Image = global::RfidWeb.Properties.Resources.脱机; + this.pictureBox1.Location = new System.Drawing.Point(385, 755); + this.pictureBox1.Name = "pictureBox1"; + this.pictureBox1.Size = new System.Drawing.Size(134, 134); + this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; + this.pictureBox1.TabIndex = 11; + this.pictureBox1.TabStop = false; + // + // pictureBox3 + // + this.pictureBox3.Dock = System.Windows.Forms.DockStyle.Top; + this.pictureBox3.Image = global::RfidWeb.Properties.Resources.右箭头; + this.pictureBox3.Location = new System.Drawing.Point(0, 0); + this.pictureBox3.Name = "pictureBox3"; + this.pictureBox3.Size = new System.Drawing.Size(432, 44); + this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox3.TabIndex = 3; + this.pictureBox3.TabStop = false; + // + // pictureBox2 + // + this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill; + this.pictureBox2.Image = global::RfidWeb.Properties.Resources.左箭头; + this.pictureBox2.Location = new System.Drawing.Point(0, 0); + this.pictureBox2.Name = "pictureBox2"; + this.pictureBox2.Size = new System.Drawing.Size(430, 44); + this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.pictureBox2.TabIndex = 0; + this.pictureBox2.TabStop = false; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label13.Location = new System.Drawing.Point(149, 11); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(98, 22); + this.label13.TabIndex = 1; + this.label13.Text = "裁切工位"; + // + // label18 + // + this.label18.AutoSize = true; + this.label18.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.label18.Location = new System.Drawing.Point(167, 11); + this.label18.Name = "label18"; + this.label18.Size = new System.Drawing.Size(98, 22); + this.label18.TabIndex = 4; + this.label18.Text = "层切工位"; + // + // ucBtnExt9 + // + this.ucBtnExt9.BackColor = System.Drawing.Color.White; + this.ucBtnExt9.BtnBackColor = System.Drawing.Color.White; + this.ucBtnExt9.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt9.BtnForeColor = System.Drawing.Color.White; + this.ucBtnExt9.BtnText = "登录"; + this.ucBtnExt9.ConerRadius = 5; + this.ucBtnExt9.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt9.EnabledMouseEffect = false; + this.ucBtnExt9.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt9.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt9.IsRadius = true; + this.ucBtnExt9.IsShowRect = true; + this.ucBtnExt9.IsShowTips = false; + this.ucBtnExt9.Location = new System.Drawing.Point(309, 51); + this.ucBtnExt9.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt9.Name = "ucBtnExt9"; + this.ucBtnExt9.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171))))); + this.ucBtnExt9.RectWidth = 1; + this.ucBtnExt9.Size = new System.Drawing.Size(121, 52); + this.ucBtnExt9.TabIndex = 18; + this.ucBtnExt9.TabStop = false; + this.ucBtnExt9.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt9.TipsText = ""; + // + // ucBtnExt10 + // + this.ucBtnExt10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt10.BtnBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt10.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt10.BtnForeColor = System.Drawing.Color.Black; + this.ucBtnExt10.BtnText = "0"; + this.ucBtnExt10.ConerRadius = 5; + this.ucBtnExt10.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt10.EnabledMouseEffect = false; + this.ucBtnExt10.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(248))))); + this.ucBtnExt10.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt10.IsRadius = true; + this.ucBtnExt10.IsShowRect = true; + this.ucBtnExt10.IsShowTips = false; + this.ucBtnExt10.Location = new System.Drawing.Point(10, 78); + this.ucBtnExt10.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt10.Name = "ucBtnExt10"; + this.ucBtnExt10.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(242)))), ((int)(((byte)(247))))); + this.ucBtnExt10.RectWidth = 1; + this.ucBtnExt10.Size = new System.Drawing.Size(98, 49); + this.ucBtnExt10.TabIndex = 19; + this.ucBtnExt10.TabStop = false; + this.ucBtnExt10.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt10.TipsText = ""; + // + // ucBtnExt11 + // + this.ucBtnExt11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt11.BtnBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt11.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt11.BtnForeColor = System.Drawing.Color.Black; + this.ucBtnExt11.BtnText = "0"; + this.ucBtnExt11.ConerRadius = 5; + this.ucBtnExt11.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt11.EnabledMouseEffect = false; + this.ucBtnExt11.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(248))))); + this.ucBtnExt11.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt11.IsRadius = true; + this.ucBtnExt11.IsShowRect = true; + this.ucBtnExt11.IsShowTips = false; + this.ucBtnExt11.Location = new System.Drawing.Point(144, 78); + this.ucBtnExt11.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt11.Name = "ucBtnExt11"; + this.ucBtnExt11.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(242)))), ((int)(((byte)(247))))); + this.ucBtnExt11.RectWidth = 1; + this.ucBtnExt11.Size = new System.Drawing.Size(98, 49); + this.ucBtnExt11.TabIndex = 20; + this.ucBtnExt11.TabStop = false; + this.ucBtnExt11.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt11.TipsText = ""; + // + // ucBtnExt12 + // + this.ucBtnExt12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt12.BtnBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt12.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt12.BtnForeColor = System.Drawing.Color.Black; + this.ucBtnExt12.BtnText = "0"; + this.ucBtnExt12.ConerRadius = 5; + this.ucBtnExt12.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt12.EnabledMouseEffect = false; + this.ucBtnExt12.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(248))))); + this.ucBtnExt12.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt12.IsRadius = true; + this.ucBtnExt12.IsShowRect = true; + this.ucBtnExt12.IsShowTips = false; + this.ucBtnExt12.Location = new System.Drawing.Point(272, 78); + this.ucBtnExt12.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt12.Name = "ucBtnExt12"; + this.ucBtnExt12.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(242)))), ((int)(((byte)(247))))); + this.ucBtnExt12.RectWidth = 1; + this.ucBtnExt12.Size = new System.Drawing.Size(98, 49); + this.ucBtnExt12.TabIndex = 21; + this.ucBtnExt12.TabStop = false; + this.ucBtnExt12.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt12.TipsText = ""; + // + // ucBtnExt13 + // + this.ucBtnExt13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt13.BtnBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt13.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt13.BtnForeColor = System.Drawing.Color.Black; + this.ucBtnExt13.BtnText = "0"; + this.ucBtnExt13.ConerRadius = 5; + this.ucBtnExt13.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt13.EnabledMouseEffect = false; + this.ucBtnExt13.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(248))))); + this.ucBtnExt13.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt13.IsRadius = true; + this.ucBtnExt13.IsShowRect = true; + this.ucBtnExt13.IsShowTips = false; + this.ucBtnExt13.Location = new System.Drawing.Point(407, 78); + this.ucBtnExt13.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt13.Name = "ucBtnExt13"; + this.ucBtnExt13.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(242)))), ((int)(((byte)(247))))); + this.ucBtnExt13.RectWidth = 1; + this.ucBtnExt13.Size = new System.Drawing.Size(98, 49); + this.ucBtnExt13.TabIndex = 22; + this.ucBtnExt13.TabStop = false; + this.ucBtnExt13.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt13.TipsText = ""; + // + // ucBtnExt14 + // + this.ucBtnExt14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt14.BtnBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt14.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt14.BtnForeColor = System.Drawing.Color.Black; + this.ucBtnExt14.BtnText = "0"; + this.ucBtnExt14.ConerRadius = 5; + this.ucBtnExt14.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt14.EnabledMouseEffect = false; + this.ucBtnExt14.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(248))))); + this.ucBtnExt14.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt14.IsRadius = true; + this.ucBtnExt14.IsShowRect = true; + this.ucBtnExt14.IsShowTips = false; + this.ucBtnExt14.Location = new System.Drawing.Point(551, 78); + this.ucBtnExt14.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt14.Name = "ucBtnExt14"; + this.ucBtnExt14.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(242)))), ((int)(((byte)(247))))); + this.ucBtnExt14.RectWidth = 1; + this.ucBtnExt14.Size = new System.Drawing.Size(98, 49); + this.ucBtnExt14.TabIndex = 23; + this.ucBtnExt14.TabStop = false; + this.ucBtnExt14.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt14.TipsText = ""; + // + // ucBtnExt15 + // + this.ucBtnExt15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt15.BtnBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); + this.ucBtnExt15.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.ucBtnExt15.BtnForeColor = System.Drawing.Color.Black; + this.ucBtnExt15.BtnText = "0"; + this.ucBtnExt15.ConerRadius = 5; + this.ucBtnExt15.Cursor = System.Windows.Forms.Cursors.Hand; + this.ucBtnExt15.EnabledMouseEffect = false; + this.ucBtnExt15.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(248))))); + this.ucBtnExt15.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); + this.ucBtnExt15.IsRadius = true; + this.ucBtnExt15.IsShowRect = true; + this.ucBtnExt15.IsShowTips = false; + this.ucBtnExt15.Location = new System.Drawing.Point(724, 78); + this.ucBtnExt15.Margin = new System.Windows.Forms.Padding(0); + this.ucBtnExt15.Name = "ucBtnExt15"; + this.ucBtnExt15.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(242)))), ((int)(((byte)(247))))); + this.ucBtnExt15.RectWidth = 1; + this.ucBtnExt15.Size = new System.Drawing.Size(98, 49); + this.ucBtnExt15.TabIndex = 24; + this.ucBtnExt15.TabStop = false; + this.ucBtnExt15.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); + this.ucBtnExt15.TipsText = ""; + // // UserMain // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; + this.Controls.Add(this.pictureBox1); + this.Controls.Add(this.panel6); + this.Controls.Add(this.panel5); + this.Controls.Add(this.panel4); + this.Controls.Add(this.panel3); + this.Controls.Add(this.panel1); this.Controls.Add(this.panel2); + this.Margin = new System.Windows.Forms.Padding(4, 30, 4, 4); this.Name = "UserMain"; - this.Size = new System.Drawing.Size(615, 616); + this.Size = new System.Drawing.Size(910, 935); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.panel3.ResumeLayout(false); + this.panel4.ResumeLayout(false); + this.panel4.PerformLayout(); + this.panel5.ResumeLayout(false); + this.panel6.ResumeLayout(false); + this.panel6.PerformLayout(); + this.panel7.ResumeLayout(false); + this.panel7.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); + this.PerformLayout(); } #endregion private System.Windows.Forms.Panel panel2; - private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label16; - private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; - private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; - private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; - private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; - private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Label label7; + private HZH_Controls.Controls.UCBtnExt ucBtnExt1; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Panel panel4; + private HZH_Controls.Controls.UCBtnExt ucBtnExt2; + private HZH_Controls.Controls.UCBtnExt ucBtnExt3; + private HZH_Controls.Controls.UCBtnExt ucBtnExt4; + private System.Windows.Forms.Label label9; + private System.Windows.Forms.Panel panel5; + private HZH_Controls.Controls.UCBtnExt ucBtnExt5; + private HZH_Controls.Controls.UCBtnExt ucBtnExt7; + private System.Windows.Forms.Panel panel6; + private HZH_Controls.Controls.UCBtnExt ucBtnExt6; + private HZH_Controls.Controls.UCBtnExt ucBtnExt8; + private System.Windows.Forms.PictureBox pictureBox1; + private System.Windows.Forms.Panel panel7; + private System.Windows.Forms.PictureBox pictureBox2; + private System.Windows.Forms.PictureBox pictureBox3; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Label label18; + private HZH_Controls.Controls.UCBtnExt ucBtnExt9; + private HZH_Controls.Controls.UCBtnExt ucBtnExt10; + private HZH_Controls.Controls.UCBtnExt ucBtnExt15; + private HZH_Controls.Controls.UCBtnExt ucBtnExt14; + private HZH_Controls.Controls.UCBtnExt ucBtnExt13; + private HZH_Controls.Controls.UCBtnExt ucBtnExt12; + private HZH_Controls.Controls.UCBtnExt ucBtnExt11; } } diff --git a/RfidWeb/Frm/UserMain.cs b/RfidWeb/Frm/UserMain.cs index eff546b..ee60988 100644 --- a/RfidWeb/Frm/UserMain.cs +++ b/RfidWeb/Frm/UserMain.cs @@ -16,5 +16,10 @@ namespace RfidWeb.Frm { InitializeComponent(); } + + private void ucBtnExt5_BtnClick(object sender, EventArgs e) + { + + } } } diff --git a/RfidWeb/Properties/Resources.Designer.cs b/RfidWeb/Properties/Resources.Designer.cs index dd221e5..ffda657 100644 --- a/RfidWeb/Properties/Resources.Designer.cs +++ b/RfidWeb/Properties/Resources.Designer.cs @@ -120,6 +120,26 @@ namespace RfidWeb.Properties { } } + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap 右箭头 { + get { + object obj = ResourceManager.GetObject("右箭头", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap 左箭头 { + get { + object obj = ResourceManager.GetObject("左箭头", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// 查找 System.Drawing.Bitmap 类型的本地化资源。 /// @@ -139,5 +159,15 @@ namespace RfidWeb.Properties { return ((System.Drawing.Bitmap)(obj)); } } + + /// + /// 查找 System.Drawing.Bitmap 类型的本地化资源。 + /// + internal static System.Drawing.Bitmap 脱机 { + get { + object obj = ResourceManager.GetObject("脱机", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } } } diff --git a/RfidWeb/Properties/Resources.resx b/RfidWeb/Properties/Resources.resx index 409aa57..e11f82b 100644 --- a/RfidWeb/Properties/Resources.resx +++ b/RfidWeb/Properties/Resources.resx @@ -118,15 +118,24 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + ..\Resources\左箭头.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\btn.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\消音开.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\frmBei.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\btn_sel1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\脱机.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\frmMain.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -136,10 +145,10 @@ ..\Resources\frm21.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - - ..\Resources\消音开.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a - ..\Resources\照明关.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\右箭头.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/RfidWeb/Resources/右箭头.png b/RfidWeb/Resources/右箭头.png new file mode 100644 index 0000000000000000000000000000000000000000..8c27120cf9a7497f22e2e1b5ec64401fffa8952e GIT binary patch literal 1550 zcmV+p2J!icP)Rv7>2X30T%%bB&~}yZj#d z?EC@?1^}J{=m4-l2>Cw}0(b!M*SoiGZh%Y-PQQ8e^81tHgV(Opc%hVPe73Jh2>EP? zh(DYAf4slE`sM8W;-`0S-~4F-7<~Qe<#%5`JNaQg4_e;Lhf)ekDL_8=S0;pP!jFJk zZ@WH@1@v95K>;EH5orMU>h#&ksRGp5`NfYGfTvH64_-%M)G`bMB8f7H2t|UBniC0d zGX>%;=Bi}?JqM72K52m9&EwX|@xkj~fBXGs3qZ$p8ZUf5Tqw!E_WcPVpO~8|5XFyw zzfwTInVjdQy7pui2&Mt>WWVtoK*s`LDWx2010lP`Xa@L^08l6n`_uO9*msjiqKqH{ z?mWOS1WG9ffW=h|LUs@@04DQP7|MR)^RKrXK+`TCGZx_1TVxZWmhG9QNX2InLTW=8 z10!#{$!eQGuUY+`ktYbFbs4A#JP09mLj<^;3L;gwoa+<0P$(95M8BzER)hn7ltd9_<546C*%79`EPRMGCeWwys!5r&bsfOn z;6vO@WLf&K99vuFWV%7f4v?%m=tg8&l99DL7SMI8l8i;_q7_+4!Ptx>2&p;AuYJ5# z!IY_h{S7|E{Y>Bmn+K&x5K?n)r-C5bqJshk?P?!l9tuXYimGa@o#_T4HRfS1@O(WT zNat@pEzsxso~z(kb8bd{h;5K=>~A7Vst(W2(Mji8Wh z+#0qG7!^*X7s#?wvuw8qz(|6S+B5dz+^R!9Ay}W@0)_pSfkuT75ypw|WFxLh50FVx z9*P7ZHDVSB?!35SAJzH`ZAYQwRQnKD_YvaU8fx{q9+6Na2&oab)9ri+0O&QV3#O)X z!90BYposyRc^g~;C8S0ST1FP|7Zp_&6kA^1N0q|Tau!RXs|A}CJHIFM>`FEi2|{Xw zW2$nEGO=G>k_E?1?K}bz8 z4TZy=wJQa2Mdo zpiz2Hj$zkA9A_RzP9zMdN*9z6QZJgeiK9O7@jlr2-jpB~+)g44JH-a5p^`$Yl;v5Y zQE|gSLP%|KT^k2|_mhpU&dx8s{bZvPLUx{i0EPa^+EKK0vj6}907*qoM6N<$g2pw# Ar~m)} literal 0 HcmV?d00001 diff --git a/RfidWeb/Resources/左箭头.png b/RfidWeb/Resources/左箭头.png new file mode 100644 index 0000000000000000000000000000000000000000..ade724d9d4f62962adba8175cdbd1c3c8a007335 GIT binary patch literal 1581 zcmV+|2GaS7P)dw>G(d&|0opY~mn`j` zrAvOCw*vkFT|BmHhi*lO4n>frvMtM!s1K5-10{;2M9K!@ibBsL5F)R@OL4gGz307$ zm*(vJf*A+EQ(zZxP!#3=NC5PKzuvula|H`Ac>c|+m*1bB9KH7HwHL;i+Q$B(q9_|f zL?)y0 z4XD|l^d1yNc?b-M2qIDgzIy)b^tl0Zc7E}r13dlwwu;!)JxomM-Axo zGulx~C<~!b6s5vQ_CO-=>a{O{T?=rGG4&vVt}jf(;(8nl_8M`0lKGJOCQ~*E;b!z; zx27n{10aAgrcT`K=cR%OT>C;)GE``|u;W5X5nvvgh~)O;@4;B`rw?~SilRImR{B7I zAcPygJfLVdz`ds-+4bdKeuknb8)Dx1&#+dN52rAg6xU&ZgQmfx49Rsqg$P^^ZDX6rwW-eN&Jc7M1?|8wuO{PVyGAqK3f-Mrb8bqa|6h%?0L23%Lc)J-1 zDwUZ(aXE-er#f4n!E;S63sW*R=d(1s!-z@AC`D0}&2p!3W4?{2LT^o?)xnMx=W*UK z>=1!YU;PP1sVYm!RI=hYUEcE}M$_UJZ5cS+vB*7XUV4o%g3G?9V=77&$<1!$yolU1 z=KRy?N2Mv&HOKI%X|V`h(q6}+wsgJzROtCC6pB(c5|OY>E)ixP}0#i|FsmdoP(?wV1GqA348iAXeD>#jBe0*nJ;xMpUeol4uj(Wv>9TgvZJ6lH@X3DvXp?GS-kS`>oB`|~C3 zh#RtP8;)BxWvkL%4#L@*nDM!BopWWF?F;iOAP9%MHg#9mx>J-Yu@H$=VLI_?DGAEN z0%4VO_&q#}=vMw0O)k>k^H?L+mYO7JHDBDP?Gp_?@-muEW-=_O_y z+wl02t45`wY$=IIG;218EeBJuL`0lXIVFmOa^G=Lfx&RP@8YUasVLinA@iQ!L?n*) z94uoBSDU)(2TVi3w(s8Hk6JE``@Vi$QIw5hibSH})k;r%;<-F|u)n1!N>wpu=NI2@ f`cEi|QeFN9lJfk{#|vfJ00000NkvXXu0mjf?Nsiw literal 0 HcmV?d00001 diff --git a/RfidWeb/Resources/脱机.png b/RfidWeb/Resources/脱机.png new file mode 100644 index 0000000000000000000000000000000000000000..a75b4b2ff06d2fe3034bd124ebce5975b0cda914 GIT binary patch literal 16782 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 + + + \ No newline at end of file