You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
384 lines
21 KiB
C#
384 lines
21 KiB
C#
namespace RfidWeb
|
|
{
|
|
partial class FormMain
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.panel1 = 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.buttonUpdateLog = new System.Windows.Forms.Button();
|
|
this.hslLanternSimplePlc = new HslControls.HslLanternSimple();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.btnShow = 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.panel2 = new System.Windows.Forms.Panel();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.labUser = new System.Windows.Forms.Label();
|
|
this.labTime = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.panel1.SuspendLayout();
|
|
this.panel6.SuspendLayout();
|
|
this.panel7.SuspendLayout();
|
|
this.panel8.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BackgroundImage = global::RfidWeb.Properties.Resources.frmBei;
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel1.Controls.Add(this.panel6);
|
|
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.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1280, 1024);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// 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, 70);
|
|
this.panel6.Name = "panel6";
|
|
this.panel6.Size = new System.Drawing.Size(1280, 954);
|
|
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, 954);
|
|
this.panel7.TabIndex = 4;
|
|
//
|
|
// panContent
|
|
//
|
|
this.panContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panContent.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panContent.Location = new System.Drawing.Point(0, 14);
|
|
this.panContent.Name = "panContent";
|
|
this.panContent.Size = new System.Drawing.Size(910, 940);
|
|
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
|
|
//
|
|
this.panel8.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel8.Controls.Add(this.buttonUpdateLog);
|
|
this.panel8.Controls.Add(this.hslLanternSimplePlc);
|
|
this.panel8.Controls.Add(this.button2);
|
|
this.panel8.Controls.Add(this.button1);
|
|
this.panel8.Controls.Add(this.btnShow);
|
|
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.Dock = System.Windows.Forms.DockStyle.Left;
|
|
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(370, 954);
|
|
this.panel8.TabIndex = 3;
|
|
//
|
|
// buttonUpdateLog
|
|
//
|
|
this.buttonUpdateLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
this.buttonUpdateLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.buttonUpdateLog.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.buttonUpdateLog.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.buttonUpdateLog.Location = new System.Drawing.Point(22, 522);
|
|
this.buttonUpdateLog.Margin = new System.Windows.Forms.Padding(4);
|
|
this.buttonUpdateLog.Name = "buttonUpdateLog";
|
|
this.buttonUpdateLog.Size = new System.Drawing.Size(300, 65);
|
|
this.buttonUpdateLog.TabIndex = 11;
|
|
this.buttonUpdateLog.Text = "参数修改记录";
|
|
this.buttonUpdateLog.UseVisualStyleBackColor = false;
|
|
this.buttonUpdateLog.Click += new System.EventHandler(this.buttonUpdateLog_Click);
|
|
//
|
|
// hslLanternSimplePlc
|
|
//
|
|
this.hslLanternSimplePlc.Location = new System.Drawing.Point(22, 641);
|
|
this.hslLanternSimplePlc.Name = "hslLanternSimplePlc";
|
|
this.hslLanternSimplePlc.Size = new System.Drawing.Size(78, 94);
|
|
this.hslLanternSimplePlc.TabIndex = 10;
|
|
this.hslLanternSimplePlc.Text = "Plc指示灯";
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.button2.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button2.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.button2.Location = new System.Drawing.Point(22, 449);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(300, 65);
|
|
this.button2.TabIndex = 9;
|
|
this.button2.Text = "扫码设置";
|
|
this.button2.UseVisualStyleBackColor = false;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.button1.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.button1.Location = new System.Drawing.Point(22, 376);
|
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(300, 65);
|
|
this.button1.TabIndex = 8;
|
|
this.button1.Text = "打印设置";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
//
|
|
// btnShow
|
|
//
|
|
this.btnShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
this.btnShow.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btnShow.Font = new System.Drawing.Font("宋体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnShow.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.btnShow.Location = new System.Drawing.Point(22, 14);
|
|
this.btnShow.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnShow.Name = "btnShow";
|
|
this.btnShow.Size = new System.Drawing.Size(300, 65);
|
|
this.btnShow.TabIndex = 7;
|
|
this.btnShow.Text = "总览图";
|
|
this.btnShow.UseVisualStyleBackColor = false;
|
|
this.btnShow.Click += new System.EventHandler(this.btnShow_Click);
|
|
//
|
|
// btnMes
|
|
//
|
|
this.btnMes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
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.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.btnMes.Location = new System.Drawing.Point(22, 304);
|
|
this.btnMes.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnMes.Name = "btnMes";
|
|
this.btnMes.Size = new System.Drawing.Size(300, 65);
|
|
this.btnMes.TabIndex = 4;
|
|
this.btnMes.Text = "生产计划";
|
|
this.btnMes.UseVisualStyleBackColor = false;
|
|
this.btnMes.Click += new System.EventHandler(this.btnMes_Click);
|
|
//
|
|
// btnAccount
|
|
//
|
|
this.btnAccount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
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.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.btnAccount.Location = new System.Drawing.Point(22, 231);
|
|
this.btnAccount.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnAccount.Name = "btnAccount";
|
|
this.btnAccount.Size = new System.Drawing.Size(300, 65);
|
|
this.btnAccount.TabIndex = 3;
|
|
this.btnAccount.Text = "账户管理";
|
|
this.btnAccount.UseVisualStyleBackColor = false;
|
|
this.btnAccount.Click += new System.EventHandler(this.btnAccount_Click);
|
|
//
|
|
// btnAlarm
|
|
//
|
|
this.btnAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
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.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.btnAlarm.Location = new System.Drawing.Point(22, 160);
|
|
this.btnAlarm.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnAlarm.Name = "btnAlarm";
|
|
this.btnAlarm.Size = new System.Drawing.Size(300, 65);
|
|
this.btnAlarm.TabIndex = 3;
|
|
this.btnAlarm.Text = "报警记录";
|
|
this.btnAlarm.UseVisualStyleBackColor = false;
|
|
this.btnAlarm.Click += new System.EventHandler(this.btnAlarm_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
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, 812);
|
|
this.btnExit.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(105, 87);
|
|
this.btnExit.TabIndex = 2;
|
|
this.btnExit.Text = "退出";
|
|
this.btnExit.UseVisualStyleBackColor = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// btnArgument
|
|
//
|
|
this.btnArgument.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
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.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.btnArgument.Location = new System.Drawing.Point(22, 87);
|
|
this.btnArgument.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnArgument.Name = "btnArgument";
|
|
this.btnArgument.Size = new System.Drawing.Size(300, 65);
|
|
this.btnArgument.TabIndex = 1;
|
|
this.btnArgument.Text = "参数界面";
|
|
this.btnArgument.UseVisualStyleBackColor = false;
|
|
this.btnArgument.Click += new System.EventHandler(this.btnArgument_Click);
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel2.BackgroundImage = global::RfidWeb.Properties.Resources._2024_11_12_170754_114;
|
|
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel2.Controls.Add(this.label3);
|
|
this.panel2.Controls.Add(this.labUser);
|
|
this.panel2.Controls.Add(this.labTime);
|
|
this.panel2.Controls.Add(this.label2);
|
|
this.panel2.Controls.Add(this.label1);
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panel2.Font = new System.Drawing.Font("新宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1280, 70);
|
|
this.panel2.TabIndex = 0;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("新宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.label3.Location = new System.Drawing.Point(884, 44);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(139, 20);
|
|
this.label3.TabIndex = 4;
|
|
this.label3.Text = "当前运行时间:";
|
|
//
|
|
// labUser
|
|
//
|
|
this.labUser.AutoSize = true;
|
|
this.labUser.Font = new System.Drawing.Font("新宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labUser.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.labUser.Location = new System.Drawing.Point(1053, 19);
|
|
this.labUser.Name = "labUser";
|
|
this.labUser.Size = new System.Drawing.Size(149, 20);
|
|
this.labUser.TabIndex = 3;
|
|
this.labUser.Text = "未登录(未授权)";
|
|
this.labUser.Click += new System.EventHandler(this.labUser_Click);
|
|
//
|
|
// labTime
|
|
//
|
|
this.labTime.AutoSize = true;
|
|
this.labTime.Font = new System.Drawing.Font("新宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(182)))), ((int)(((byte)(173)))));
|
|
this.labTime.Location = new System.Drawing.Point(1053, 44);
|
|
this.labTime.Name = "labTime";
|
|
this.labTime.Size = new System.Drawing.Size(199, 20);
|
|
this.labTime.TabIndex = 2;
|
|
this.labTime.Text = "2024/11/12 09:30:23";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("新宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.ForeColor = System.Drawing.SystemColors.Window;
|
|
this.label2.Location = new System.Drawing.Point(884, 19);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(139, 20);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "当前登录用户:";
|
|
//
|
|
// 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.ForeColor = System.Drawing.Color.White;
|
|
this.label1.Location = new System.Drawing.Point(226, 19);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(284, 27);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "佳通RFID层合裁切设备";
|
|
//
|
|
// FormMain
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.ClientSize = new System.Drawing.Size(1280, 1024);
|
|
this.Controls.Add(this.panel1);
|
|
this.Name = "FormMain";
|
|
this.Text = "FormMain";
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel6.ResumeLayout(false);
|
|
this.panel7.ResumeLayout(false);
|
|
this.panel8.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Panel panel6;
|
|
private System.Windows.Forms.Panel panel8;
|
|
private System.Windows.Forms.Button btnMes;
|
|
private System.Windows.Forms.Button btnAccount;
|
|
private System.Windows.Forms.Button btnAlarm;
|
|
private System.Windows.Forms.Button btnExit;
|
|
private System.Windows.Forms.Button btnArgument;
|
|
private System.Windows.Forms.Panel panel7;
|
|
private System.Windows.Forms.Panel panContent;
|
|
private System.Windows.Forms.Panel panel9;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Button btnShow;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Button button1;
|
|
private HslControls.HslLanternSimple hslLanternSimplePlc;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label labTime;
|
|
private System.Windows.Forms.Label labUser;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button buttonUpdateLog;
|
|
}
|
|
} |