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 0000000..8c27120
Binary files /dev/null and b/RfidWeb/Resources/右箭头.png differ
diff --git a/RfidWeb/Resources/左箭头.png b/RfidWeb/Resources/左箭头.png
new file mode 100644
index 0000000..ade724d
Binary files /dev/null and b/RfidWeb/Resources/左箭头.png differ
diff --git a/RfidWeb/Resources/脱机.png b/RfidWeb/Resources/脱机.png
new file mode 100644
index 0000000..a75b4b2
Binary files /dev/null and b/RfidWeb/Resources/脱机.png differ
diff --git a/RfidWeb/RfidWeb.csproj b/RfidWeb/RfidWeb.csproj
index e8846e9..07f8b3a 100644
--- a/RfidWeb/RfidWeb.csproj
+++ b/RfidWeb/RfidWeb.csproj
@@ -209,7 +209,10 @@
+
+
+
\ No newline at end of file