1021 代码提交

yangw
nodyang@aliyun.com 1 month ago
parent 22f0da3ef4
commit 6a45794965

@ -111,6 +111,7 @@ namespace HZH_Controls.Forms
this.btnCancel.ConerRadius = 5; this.btnCancel.ConerRadius = 5;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill; this.btnCancel.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnCancel.EnabledMouseEffect = false;
this.btnCancel.FillColor = System.Drawing.Color.White; this.btnCancel.FillColor = System.Drawing.Color.White;
this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.btnCancel.IsRadius = false; this.btnCancel.IsRadius = false;
@ -149,6 +150,7 @@ namespace HZH_Controls.Forms
this.btnOK.ConerRadius = 5; this.btnOK.ConerRadius = 5;
this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand; this.btnOK.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOK.Dock = System.Windows.Forms.DockStyle.Fill; this.btnOK.Dock = System.Windows.Forms.DockStyle.Fill;
this.btnOK.EnabledMouseEffect = false;
this.btnOK.FillColor = System.Drawing.Color.White; this.btnOK.FillColor = System.Drawing.Color.White;
this.btnOK.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel); this.btnOK.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.btnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59))))); this.btnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(77)))), ((int)(((byte)(59)))));
@ -178,6 +180,7 @@ namespace HZH_Controls.Forms
this.lblMsg.Size = new System.Drawing.Size(427, 218); this.lblMsg.Size = new System.Drawing.Size(427, 218);
this.lblMsg.TabIndex = 2; this.lblMsg.TabIndex = 2;
this.lblMsg.Text = "这是一个提示信息。"; this.lblMsg.Text = "这是一个提示信息。";
this.lblMsg.TextAlign = System.Drawing.ContentAlignment.TopCenter;
// //
// lblTitle // lblTitle
// //

@ -30,6 +30,9 @@
{ {
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel();
this.panel7 = new System.Windows.Forms.Panel();
this.panContent = new System.Windows.Forms.Panel();
this.panel9 = new System.Windows.Forms.Panel();
this.panel8 = new System.Windows.Forms.Panel(); this.panel8 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button();
@ -46,17 +49,14 @@
this.panel5 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label();
this.label2 = 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.panel1.SuspendLayout();
this.panel6.SuspendLayout(); this.panel6.SuspendLayout();
this.panel7.SuspendLayout();
this.panel8.SuspendLayout(); this.panel8.SuspendLayout();
this.panel2.SuspendLayout(); this.panel2.SuspendLayout();
this.panel3.SuspendLayout(); this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel5.SuspendLayout(); this.panel5.SuspendLayout();
this.panel7.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// panel1 // panel1
@ -83,6 +83,32 @@
this.panel6.Size = new System.Drawing.Size(1280, 956); this.panel6.Size = new System.Drawing.Size(1280, 956);
this.panel6.TabIndex = 1; this.panel6.TabIndex = 1;
// //
// 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;
//
// 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;
//
// 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;
//
// panel8 // panel8
// //
this.panel8.BackColor = System.Drawing.Color.Transparent; this.panel8.BackColor = System.Drawing.Color.Transparent;
@ -106,10 +132,10 @@
this.button4.BackgroundImage = global::RfidWeb.Properties.Resources.; this.button4.BackgroundImage = global::RfidWeb.Properties.Resources.;
this.button4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 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.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button4.Location = new System.Drawing.Point(22, 590); this.button4.Location = new System.Drawing.Point(84, 590);
this.button4.Margin = new System.Windows.Forms.Padding(4); this.button4.Margin = new System.Windows.Forms.Padding(4);
this.button4.Name = "button4"; this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(168, 159); this.button4.Size = new System.Drawing.Size(146, 159);
this.button4.TabIndex = 6; this.button4.TabIndex = 6;
this.button4.UseVisualStyleBackColor = true; this.button4.UseVisualStyleBackColor = true;
// //
@ -163,13 +189,14 @@
this.btnAlarm.TabIndex = 3; this.btnAlarm.TabIndex = 3;
this.btnAlarm.Text = "报警记录"; this.btnAlarm.Text = "报警记录";
this.btnAlarm.UseVisualStyleBackColor = true; this.btnAlarm.UseVisualStyleBackColor = true;
this.btnAlarm.Click += new System.EventHandler(this.btnAlarm_Click);
// //
// btnExit // btnExit
// //
this.btnExit.BackgroundImage = global::RfidWeb.Properties.Resources.btn; this.btnExit.BackgroundImage = global::RfidWeb.Properties.Resources.btn;
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; 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.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.Location = new System.Drawing.Point(22, 846); this.btnExit.Location = new System.Drawing.Point(22, 812);
this.btnExit.Margin = new System.Windows.Forms.Padding(4); this.btnExit.Margin = new System.Windows.Forms.Padding(4);
this.btnExit.Name = "btnExit"; this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(291, 87); this.btnExit.Size = new System.Drawing.Size(291, 87);
@ -190,6 +217,7 @@
this.btnArgument.TabIndex = 1; this.btnArgument.TabIndex = 1;
this.btnArgument.Text = "参数界面"; this.btnArgument.Text = "参数界面";
this.btnArgument.UseVisualStyleBackColor = true; this.btnArgument.UseVisualStyleBackColor = true;
this.btnArgument.Click += new System.EventHandler(this.btnArgument_Click);
// //
// btnMain // btnMain
// //
@ -203,6 +231,7 @@
this.btnMain.TabIndex = 0; this.btnMain.TabIndex = 0;
this.btnMain.Text = "首页"; this.btnMain.Text = "首页";
this.btnMain.UseVisualStyleBackColor = true; this.btnMain.UseVisualStyleBackColor = true;
this.btnMain.Click += new System.EventHandler(this.btnMain_Click);
// //
// panel2 // panel2
// //
@ -246,7 +275,7 @@
this.pictureBox1.Location = new System.Drawing.Point(22, 14); this.pictureBox1.Location = new System.Drawing.Point(22, 14);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4); this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(322, 40); this.pictureBox1.Size = new System.Drawing.Size(300, 40);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0; this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false; this.pictureBox1.TabStop = false;
@ -285,32 +314,6 @@
this.label2.TabIndex = 1; this.label2.TabIndex = 1;
this.label2.Text = "10:25:01"; 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 // FormMain
// //
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
@ -320,13 +323,13 @@
this.Text = "FormMain"; this.Text = "FormMain";
this.panel1.ResumeLayout(false); this.panel1.ResumeLayout(false);
this.panel6.ResumeLayout(false); this.panel6.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel8.ResumeLayout(false); this.panel8.ResumeLayout(false);
this.panel2.ResumeLayout(false); this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false); this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel5.ResumeLayout(false); this.panel5.ResumeLayout(false);
this.panel5.PerformLayout(); this.panel5.PerformLayout();
this.panel7.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }

@ -70,7 +70,55 @@ namespace RfidWeb
private void btnExit_Click(object sender, EventArgs e) private void btnExit_Click(object sender, EventArgs e)
{ {
Application.Exit();
if (FrmDialog.ShowDialog(this, "是否退出系统?", "提示窗体", true)
== System.Windows.Forms.DialogResult.OK)
{
Application.Exit();
}
}
private void SetBackGroupImage(Button button)
{
var imageOld = Properties.Resources.btn;
List<Button> ls = new List<Button>()
{
btnMain,
btnArgument,
btnAlarm,
btnAccount,
btnMes
};
foreach (var bt in ls)
{
if (bt.BackgroundImage != imageOld)
{
bt.BackgroundImage=imageOld;
}
}
var imageNew = Properties.Resources.btn_sel1;
if (button != null)
{
button.BackgroundImage = imageNew;
}
}
private void btnMain_Click(object sender, EventArgs e)
{
SetBackGroupImage(sender as Button);
}
private void btnArgument_Click(object sender, EventArgs e)
{
SetBackGroupImage(sender as Button);
}
private void btnAlarm_Click(object sender, EventArgs e)
{
SetBackGroupImage(sender as Button);
} }
} }
} }

@ -29,6 +29,12 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.panel2 = new System.Windows.Forms.Panel(); this.panel2 = new System.Windows.Forms.Panel();
this.ucBtnExt15 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnExt14 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnExt13 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnExt12 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnExt11 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnExt10 = new HZH_Controls.Controls.UCBtnExt();
this.label15 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label();
@ -43,37 +49,32 @@
this.ucBtnExt3 = new HZH_Controls.Controls.UCBtnExt(); this.ucBtnExt3 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnExt2 = new HZH_Controls.Controls.UCBtnExt(); this.ucBtnExt2 = new HZH_Controls.Controls.UCBtnExt();
this.panel4 = new System.Windows.Forms.Panel(); this.panel4 = new System.Windows.Forms.Panel();
this.ucBtnExt9 = new HZH_Controls.Controls.UCBtnExt();
this.label9 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label();
this.ucBtnExt4 = new HZH_Controls.Controls.UCBtnExt(); this.ucBtnLogin = new HZH_Controls.Controls.UCBtnExt();
this.panel5 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel();
this.ucBtnExt5 = new HZH_Controls.Controls.UCBtnExt(); this.panel7 = new System.Windows.Forms.Panel();
this.label13 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.ucBtnExt7 = new HZH_Controls.Controls.UCBtnExt(); this.ucBtnExt7 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnExt5 = new HZH_Controls.Controls.UCBtnExt();
this.panel6 = new System.Windows.Forms.Panel(); this.panel6 = new System.Windows.Forms.Panel();
this.label18 = new System.Windows.Forms.Label();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.ucBtnExt6 = new HZH_Controls.Controls.UCBtnExt(); this.ucBtnExt6 = new HZH_Controls.Controls.UCBtnExt();
this.ucBtnExt8 = 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.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.hslMoveTxt = new HslControls.HslMoveText();
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.panel2.SuspendLayout();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.panel3.SuspendLayout(); this.panel3.SuspendLayout();
this.panel4.SuspendLayout(); this.panel4.SuspendLayout();
this.panel5.SuspendLayout(); this.panel5.SuspendLayout();
this.panel6.SuspendLayout();
this.panel7.SuspendLayout(); this.panel7.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.panel6.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout(); this.SuspendLayout();
// //
// panel2 // panel2
@ -99,6 +100,162 @@
this.panel2.Size = new System.Drawing.Size(910, 197); this.panel2.Size = new System.Drawing.Size(910, 197);
this.panel2.TabIndex = 5; this.panel2.TabIndex = 5;
// //
// 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 = "";
//
// 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 = "";
//
// 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 = "";
//
// 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 = "";
//
// 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 = "";
//
// 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 = "";
//
// label15 // label15
// //
this.label15.AutoSize = true; this.label15.AutoSize = true;
@ -291,13 +448,39 @@
this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248))))); 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.ucBtnExt9);
this.panel4.Controls.Add(this.label9); this.panel4.Controls.Add(this.label9);
this.panel4.Controls.Add(this.ucBtnExt4); this.panel4.Controls.Add(this.ucBtnLogin);
this.panel4.Location = new System.Drawing.Point(0, 465); this.panel4.Location = new System.Drawing.Point(0, 465);
this.panel4.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3); this.panel4.Margin = new System.Windows.Forms.Padding(3, 10, 3, 3);
this.panel4.Name = "panel4"; this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(545, 164); this.panel4.Size = new System.Drawing.Size(545, 164);
this.panel4.TabIndex = 8; this.panel4.TabIndex = 8;
// //
// 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 = "";
//
// label9 // label9
// //
this.label9.AutoSize = true; this.label9.AutoSize = true;
@ -308,31 +491,31 @@
this.label9.TabIndex = 2; this.label9.TabIndex = 2;
this.label9.Text = "等级"; this.label9.Text = "等级";
// //
// ucBtnExt4 // ucBtnLogin
// //
this.ucBtnExt4.BackColor = System.Drawing.Color.White; this.ucBtnLogin.BackColor = System.Drawing.Color.White;
this.ucBtnExt4.BtnBackColor = System.Drawing.Color.White; this.ucBtnLogin.BtnBackColor = System.Drawing.Color.White;
this.ucBtnExt4.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ucBtnLogin.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ucBtnExt4.BtnForeColor = System.Drawing.Color.White; this.ucBtnLogin.BtnForeColor = System.Drawing.Color.White;
this.ucBtnExt4.BtnText = "登录"; this.ucBtnLogin.BtnText = "登录";
this.ucBtnExt4.ConerRadius = 5; this.ucBtnLogin.ConerRadius = 5;
this.ucBtnExt4.Cursor = System.Windows.Forms.Cursors.Hand; this.ucBtnLogin.Cursor = System.Windows.Forms.Cursors.Hand;
this.ucBtnExt4.EnabledMouseEffect = false; this.ucBtnLogin.EnabledMouseEffect = false;
this.ucBtnExt4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); this.ucBtnLogin.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.ucBtnLogin.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
this.ucBtnExt4.IsRadius = true; this.ucBtnLogin.IsRadius = true;
this.ucBtnExt4.IsShowRect = true; this.ucBtnLogin.IsShowRect = true;
this.ucBtnExt4.IsShowTips = false; this.ucBtnLogin.IsShowTips = false;
this.ucBtnExt4.Location = new System.Drawing.Point(11, 51); this.ucBtnLogin.Location = new System.Drawing.Point(11, 51);
this.ucBtnExt4.Margin = new System.Windows.Forms.Padding(0); this.ucBtnLogin.Margin = new System.Windows.Forms.Padding(0);
this.ucBtnExt4.Name = "ucBtnExt4"; this.ucBtnLogin.Name = "ucBtnLogin";
this.ucBtnExt4.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171))))); this.ucBtnLogin.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(83)))), ((int)(((byte)(171)))));
this.ucBtnExt4.RectWidth = 1; this.ucBtnLogin.RectWidth = 1;
this.ucBtnExt4.Size = new System.Drawing.Size(121, 52); this.ucBtnLogin.Size = new System.Drawing.Size(121, 52);
this.ucBtnExt4.TabIndex = 1; this.ucBtnLogin.TabIndex = 1;
this.ucBtnExt4.TabStop = false; this.ucBtnLogin.TabStop = false;
this.ucBtnExt4.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); this.ucBtnLogin.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
this.ucBtnExt4.TipsText = ""; this.ucBtnLogin.TipsText = "";
// //
// panel5 // panel5
// //
@ -346,42 +529,46 @@
this.panel5.Size = new System.Drawing.Size(430, 211); this.panel5.Size = new System.Drawing.Size(430, 211);
this.panel5.TabIndex = 9; this.panel5.TabIndex = 9;
// //
// ucBtnExt5 // panel7
// //
this.ucBtnExt5.BackColor = System.Drawing.Color.White; this.panel7.Controls.Add(this.label13);
this.ucBtnExt5.BtnBackColor = System.Drawing.Color.White; this.panel7.Controls.Add(this.pictureBox2);
this.ucBtnExt5.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
this.ucBtnExt5.BtnForeColor = System.Drawing.Color.White; this.panel7.Location = new System.Drawing.Point(0, 0);
this.ucBtnExt5.BtnText = "启动"; this.panel7.Name = "panel7";
this.ucBtnExt5.ConerRadius = 5; this.panel7.Size = new System.Drawing.Size(430, 44);
this.ucBtnExt5.Cursor = System.Windows.Forms.Cursors.Hand; this.panel7.TabIndex = 3;
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 // label13
// //
this.ucBtnExt7.BackColor = System.Drawing.Color.White; this.label13.AutoSize = true;
this.ucBtnExt7.BtnBackColor = System.Drawing.Color.White; this.label13.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ucBtnExt7.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label13.Location = new System.Drawing.Point(149, 11);
this.ucBtnExt7.BtnForeColor = System.Drawing.Color.White; this.label13.Name = "label13";
this.ucBtnExt7.BtnText = "回零"; this.label13.Size = new System.Drawing.Size(98, 22);
this.ucBtnExt7.ConerRadius = 5; this.label13.TabIndex = 1;
this.ucBtnExt7.Cursor = System.Windows.Forms.Cursors.Hand; this.label13.Text = "裁切工位";
//
// 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;
//
// 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.EnabledMouseEffect = false;
this.ucBtnExt7.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(176)))), ((int)(((byte)(79)))), ((int)(((byte)(13))))); 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.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
@ -399,6 +586,33 @@
this.ucBtnExt7.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); this.ucBtnExt7.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
this.ucBtnExt7.TipsText = ""; this.ucBtnExt7.TipsText = "";
// //
// 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);
//
// panel6 // panel6
// //
this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248))))); this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248)))));
@ -412,6 +626,27 @@
this.panel6.Size = new System.Drawing.Size(432, 211); this.panel6.Size = new System.Drawing.Size(432, 211);
this.panel6.TabIndex = 10; this.panel6.TabIndex = 10;
// //
// 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 = "层切工位";
//
// 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;
//
// ucBtnExt6 // ucBtnExt6
// //
this.ucBtnExt6.BackColor = System.Drawing.Color.White; this.ucBtnExt6.BackColor = System.Drawing.Color.White;
@ -464,19 +699,9 @@
this.ucBtnExt8.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204))))); this.ucBtnExt8.TipsColor = System.Drawing.Color.FromArgb(((int)(((byte)(28)))), ((int)(((byte)(101)))), ((int)(((byte)(204)))));
this.ucBtnExt8.TipsText = ""; 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 // pictureBox1
// //
this.pictureBox1.BackColor = System.Drawing.Color.Transparent; this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248)))));
this.pictureBox1.Image = global::RfidWeb.Properties.Resources.; this.pictureBox1.Image = global::RfidWeb.Properties.Resources.;
this.pictureBox1.Location = new System.Drawing.Point(385, 755); this.pictureBox1.Location = new System.Drawing.Point(385, 755);
this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Name = "pictureBox1";
@ -485,234 +710,22 @@
this.pictureBox1.TabIndex = 11; this.pictureBox1.TabIndex = 11;
this.pictureBox1.TabStop = false; this.pictureBox1.TabStop = false;
// //
// pictureBox3 // hslMoveTxt
//
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.hslMoveTxt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(238)))), ((int)(((byte)(243)))), ((int)(((byte)(248)))));
this.ucBtnExt14.BtnBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(255))))); this.hslMoveTxt.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ucBtnExt14.BtnFont = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslMoveTxt.Location = new System.Drawing.Point(0, 335);
this.ucBtnExt14.BtnForeColor = System.Drawing.Color.Black; this.hslMoveTxt.MoveSpeed = 10F;
this.ucBtnExt14.BtnText = "0"; this.hslMoveTxt.Name = "hslMoveTxt";
this.ucBtnExt14.ConerRadius = 5; this.hslMoveTxt.Size = new System.Drawing.Size(910, 98);
this.ucBtnExt14.Cursor = System.Windows.Forms.Cursors.Hand; this.hslMoveTxt.TabIndex = 12;
this.ucBtnExt14.EnabledMouseEffect = false; this.hslMoveTxt.Text = "无报警信息";
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 // UserMain
// //
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
this.BackColor = System.Drawing.Color.Transparent; this.BackColor = System.Drawing.Color.Transparent;
this.Controls.Add(this.hslMoveTxt);
this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.panel6); this.Controls.Add(this.panel6);
this.Controls.Add(this.panel5); this.Controls.Add(this.panel5);
@ -731,13 +744,13 @@
this.panel4.ResumeLayout(false); this.panel4.ResumeLayout(false);
this.panel4.PerformLayout(); this.panel4.PerformLayout();
this.panel5.ResumeLayout(false); this.panel5.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel7.ResumeLayout(false); this.panel7.ResumeLayout(false);
this.panel7.PerformLayout(); this.panel7.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
@ -760,7 +773,7 @@
private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel4;
private HZH_Controls.Controls.UCBtnExt ucBtnExt2; private HZH_Controls.Controls.UCBtnExt ucBtnExt2;
private HZH_Controls.Controls.UCBtnExt ucBtnExt3; private HZH_Controls.Controls.UCBtnExt ucBtnExt3;
private HZH_Controls.Controls.UCBtnExt ucBtnExt4; private HZH_Controls.Controls.UCBtnExt ucBtnLogin;
private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label9;
private System.Windows.Forms.Panel panel5; private System.Windows.Forms.Panel panel5;
private HZH_Controls.Controls.UCBtnExt ucBtnExt5; private HZH_Controls.Controls.UCBtnExt ucBtnExt5;
@ -781,5 +794,6 @@
private HZH_Controls.Controls.UCBtnExt ucBtnExt13; private HZH_Controls.Controls.UCBtnExt ucBtnExt13;
private HZH_Controls.Controls.UCBtnExt ucBtnExt12; private HZH_Controls.Controls.UCBtnExt ucBtnExt12;
private HZH_Controls.Controls.UCBtnExt ucBtnExt11; private HZH_Controls.Controls.UCBtnExt ucBtnExt11;
private HslControls.HslMoveText hslMoveTxt;
} }
} }

@ -1,385 +0,0 @@
namespace RfidWeb
{
partial class FrmMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.panel222 = new System.Windows.Forms.Panel();
this.panel6 = new System.Windows.Forms.Panel();
this.panel7 = new System.Windows.Forms.Panel();
this.panel8 = new System.Windows.Forms.Panel();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.btnMes = new System.Windows.Forms.Button();
this.btnAccount = new System.Windows.Forms.Button();
this.btnAlarm = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnArgument = new System.Windows.Forms.Button();
this.btnMain = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1.SuspendLayout();
this.panel222.SuspendLayout();
this.panel7.SuspendLayout();
this.panel8.SuspendLayout();
this.panel2.SuspendLayout();
this.panel5.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.panel222);
this.panel1.Controls.Add(this.panel2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1284, 1005);
this.panel1.TabIndex = 0;
//
// panel222
//
this.panel222.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel222.Controls.Add(this.panel6);
this.panel222.Controls.Add(this.panel7);
this.panel222.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel222.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel222.Location = new System.Drawing.Point(0, 81);
this.panel222.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel222.Name = "panel222";
this.panel222.Size = new System.Drawing.Size(1284, 924);
this.panel222.TabIndex = 1;
//
// panel6
//
this.panel6.BackColor = System.Drawing.Color.LightCoral;
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(362, 0);
this.panel6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(922, 924);
this.panel6.TabIndex = 1;
//
// panel7
//
this.panel7.BackColor = System.Drawing.Color.Transparent;
this.panel7.Controls.Add(this.panel8);
this.panel7.Controls.Add(this.button2);
this.panel7.Controls.Add(this.button1);
this.panel7.Dock = System.Windows.Forms.DockStyle.Left;
this.panel7.Location = new System.Drawing.Point(0, 0);
this.panel7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(362, 924);
this.panel7.TabIndex = 0;
//
// panel8
//
this.panel8.BackColor = System.Drawing.Color.Transparent;
this.panel8.Controls.Add(this.button4);
this.panel8.Controls.Add(this.button3);
this.panel8.Controls.Add(this.btnMes);
this.panel8.Controls.Add(this.btnAccount);
this.panel8.Controls.Add(this.btnAlarm);
this.panel8.Controls.Add(this.btnExit);
this.panel8.Controls.Add(this.btnArgument);
this.panel8.Controls.Add(this.btnMain);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(0, 0);
this.panel8.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(362, 924);
this.panel8.TabIndex = 2;
//
// button4
//
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(32, 825);
this.button4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(168, 159);
this.button4.TabIndex = 6;
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click_1);
//
// button3
//
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(32, 694);
this.button3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(300, 87);
this.button3.TabIndex = 5;
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click_1);
//
// btnMes
//
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(32, 561);
this.btnMes.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnMes.Name = "btnMes";
this.btnMes.Size = new System.Drawing.Size(300, 87);
this.btnMes.TabIndex = 4;
this.btnMes.Text = "生产计划";
this.btnMes.UseVisualStyleBackColor = true;
//
// btnAccount
//
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(32, 436);
this.btnAccount.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAccount.Name = "btnAccount";
this.btnAccount.Size = new System.Drawing.Size(300, 87);
this.btnAccount.TabIndex = 3;
this.btnAccount.Text = "账户管理";
this.btnAccount.UseVisualStyleBackColor = true;
//
// btnAlarm
//
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(32, 316);
this.btnAlarm.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnAlarm.Name = "btnAlarm";
this.btnAlarm.Size = new System.Drawing.Size(300, 87);
this.btnAlarm.TabIndex = 3;
this.btnAlarm.Text = "报警记录";
this.btnAlarm.UseVisualStyleBackColor = true;
//
// btnExit
//
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(32, 1276);
this.btnExit.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(291, 87);
this.btnExit.TabIndex = 2;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnArgument
//
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(32, 198);
this.btnArgument.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnArgument.Name = "btnArgument";
this.btnArgument.Size = new System.Drawing.Size(300, 87);
this.btnArgument.TabIndex = 1;
this.btnArgument.Text = "参数界面";
this.btnArgument.UseVisualStyleBackColor = true;
this.btnArgument.Click += new System.EventHandler(this.button3_Click);
//
// btnMain
//
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(32, 82);
this.btnMain.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnMain.Name = "btnMain";
this.btnMain.Size = new System.Drawing.Size(300, 90);
this.btnMain.TabIndex = 0;
this.btnMain.Text = "首页";
this.btnMain.UseVisualStyleBackColor = true;
this.btnMain.Click += new System.EventHandler(this.button4_Click);
//
// button2
//
this.button2.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(66, 198);
this.button2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(225, 87);
this.button2.TabIndex = 1;
this.button2.Text = "首页";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(66, 82);
this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(225, 87);
this.button1.TabIndex = 0;
this.button1.Text = "首页";
this.button1.UseVisualStyleBackColor = true;
//
// panel2
//
this.panel2.BackgroundImage = global::RfidWeb.Properties.Resources.frmMain;
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.panel5);
this.panel2.Controls.Add(this.panel3);
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(4, 4, 4, 4);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1284, 81);
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(566, 0);
this.panel4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(152, 81);
this.panel4.TabIndex = 3;
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.Transparent;
this.panel5.Controls.Add(this.label2);
this.panel5.Controls.Add(this.label1);
this.panel5.Dock = System.Windows.Forms.DockStyle.Right;
this.panel5.Location = new System.Drawing.Point(718, 0);
this.panel5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(566, 81);
this.panel5.TabIndex = 2;
//
// 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(327, 14);
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(9, 14);
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";
//
// 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, 4, 4, 4);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(566, 81);
this.panel3.TabIndex = 0;
//
// 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, 4, 4, 4);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(410, 40);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1284, 1005);
this.Controls.Add(this.panel1);
this.Name = "FrmMain";
this.Text = "主程序";
this.panel1.ResumeLayout(false);
this.panel222.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel8.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel222;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Button btnArgument;
private System.Windows.Forms.Button btnMain;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnAlarm;
private System.Windows.Forms.Button btnMes;
private System.Windows.Forms.Button btnAccount;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Panel panel6;
}
}

@ -1,166 +0,0 @@
using Chloe.PostgreSQL.DDL;
using Chloe.RDBMS.DDL;
using DB;
using DB.Entity;
using HslCommunication;
using HslCommunication.LogNet;
using NewLife.Threading;
using System;
using System.Drawing;
using System.Web.UI;
using System.Windows.Forms;
using RfidWeb.Frm;
using Tool;
namespace RfidWeb
{
public partial class FrmMain : Form
{
private ILogNet logNet = ILogNetFactory.GetLogNet;
TimerX _timer;
public FrmMain()
{
InitializeComponent();
_timer= new TimerX(TimeState, null, 10 , 1000);
// 如果所有的日志在记录之前需要在控制台显示出来
logNet.BeforeSaveToFile += (object sender, HslEventArgs e) =>
{
Console.WriteLine(e.HslMessage.ToString());
};
logNet.ConsoleOutput = true;
logNet.WriteInfo("nihao");
Init();
}
/// <summary>移除过期的缓存项</summary>
void TimeState(Object state)
{
var dataTime = DateTime.Now;
this.Invoke(() =>
{
label1.Text = dataTime.ToString("yyyy'/'MM'/'dd");
label2.Text = dataTime.ToString("HH:mm:ss");
});
}
private void Init()
{
//if (this.FormBorderStyle == FormBorderStyle.None)
//{
// this.FormBorderStyle = FormBorderStyle.FixedSingle;
// this.WindowState = FormWindowState.Normal;
//}
//else
//{
// this.FormBorderStyle = FormBorderStyle.None;
// this.WindowState = FormWindowState.Maximized;
//}
//panel6.Dock = DockStyle.Fill;
this.panel6.Controls.Add(new UserMain());
//// 当前写入操作的代码 The code for the current write operation
//OperateResult write = PlcConnect.Instance.Write("A1", short.Parse("4"));
//if (write.IsSuccess)
//{
// Console.WriteLine("Write [A1] success");
//}
//else
//{
// Console.WriteLine("Write [A1] failed: " + write.Message);
//}
// this.panel6.Controls.Add(new UserControl1());
}
private void button1_Click(object sender, EventArgs e)
{
DbInfo.Init(typeof(RoleMapper).Assembly);
var dbContext = DbFactory.GetContext;
new PostgreSQLTableGenerator(dbContext).CreateTables(TableCreateMode.CreateNew);
dbContext.Insert(new Role()
{
ID = SnowflakeFactory.NewId,
RoleName = "管理层",
RoleLevel = 1
});
dbContext.Insert(new Role()
{
ID = SnowflakeFactory.NewId,
RoleName = "设备层",
RoleLevel = 2
});
dbContext.Insert(new Role()
{
ID = SnowflakeFactory.NewId,
RoleName = "使用层",
RoleLevel = 3
});
}
private void button4_Click(object sender, EventArgs e)
{
SetBackGroupImage(btnMain);
this.panel6.Controls.Clear();
// this.panel6.Controls.Add(new UserControl1());
}
private void button3_Click(object sender, EventArgs e)
{
SetBackGroupImage(btnArgument);
this.panel6.Controls.Clear();
// this.panel6.Controls.Add(new UserControl2());
}
private void SetBackGroupImage(Button button)
{
var imageOld = Properties.Resources.btn;
btnMain.BackgroundImage=imageOld;
btnArgument.BackgroundImage = imageOld;
var imageNew = Properties.Resources.btn_sel1;
if (button != null)
{
button.BackgroundImage=imageNew;
}
}
private void btnExit_Click(object sender, EventArgs e)
{
Application.Exit();
}
private void button3_Click_1(object sender, EventArgs e)
{
}
private void button4_Click_1(object sender, EventArgs e)
{
}
}
}

@ -1,120 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

@ -160,6 +160,16 @@ namespace RfidWeb.Properties {
} }
} }
/// <summary>
/// 查找 System.Byte[] 类型的本地化资源。
/// </summary>
internal static byte[] {
get {
object obj = ResourceManager.GetObject("照明开", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary> /// <summary>
/// 查找 System.Drawing.Bitmap 类型的本地化资源。 /// 查找 System.Drawing.Bitmap 类型的本地化资源。
/// </summary> /// </summary>

@ -151,4 +151,8 @@
<data name="右箭头" type="System.Resources.ResXFileRef, System.Windows.Forms"> <data name="右箭头" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\右箭头.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> <value>..\Resources\右箭头.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data> </data>
<data name="照明开" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\照明开.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<comment>照明开</comment>
</data>
</root> </root>

@ -124,12 +124,6 @@
<Compile Include="FormMain.Designer.cs"> <Compile Include="FormMain.Designer.cs">
<DependentUpon>FormMain.cs</DependentUpon> <DependentUpon>FormMain.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="FrmMain.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FrmMain.Designer.cs">
<DependentUpon>FrmMain.cs</DependentUpon>
</Compile>
<Compile Include="Frm\UserMain.cs"> <Compile Include="Frm\UserMain.cs">
<SubType>UserControl</SubType> <SubType>UserControl</SubType>
</Compile> </Compile>
@ -141,9 +135,6 @@
<EmbeddedResource Include="FormMain.resx"> <EmbeddedResource Include="FormMain.resx">
<DependentUpon>FormMain.cs</DependentUpon> <DependentUpon>FormMain.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
<EmbeddedResource Include="FrmMain.resx">
<DependentUpon>FrmMain.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Frm\UserMain.resx"> <EmbeddedResource Include="Frm\UserMain.resx">
<DependentUpon>UserMain.cs</DependentUpon> <DependentUpon>UserMain.cs</DependentUpon>
</EmbeddedResource> </EmbeddedResource>
@ -211,6 +202,7 @@
<ItemGroup> <ItemGroup>
<None Include="Resources\左箭头.png" /> <None Include="Resources\左箭头.png" />
<None Include="Resources\右箭头.png" /> <None Include="Resources\右箭头.png" />
<Content Include="read.txt" />
<Content Include="Resources\照明开.png" /> <Content Include="Resources\照明开.png" />
<None Include="Resources\脱机.png" /> <None Include="Resources\脱机.png" />
</ItemGroup> </ItemGroup>

@ -0,0 +1,24 @@
 DbInfo.Init(typeof(RoleMapper).Assembly);
var dbContext = DbFactory.GetContext;
new PostgreSQLTableGenerator(dbContext).CreateTables(TableCreateMode.CreateNew);
dbContext.Insert(new Role()
{
ID = SnowflakeFactory.NewId,
RoleName = "管理层",
RoleLevel = 1
});
dbContext.Insert(new Role()
{
ID = SnowflakeFactory.NewId,
RoleName = "设备层",
RoleLevel = 2
});
dbContext.Insert(new Role()
{
ID = SnowflakeFactory.NewId,
RoleName = "使用层",
RoleLevel = 3
});
Loading…
Cancel
Save