976 lines
58 KiB
C#
976 lines
58 KiB
C#
namespace LargeSquareOne
|
|||
|
|
{
|
||
|
|
partial class FrmMain
|
||
|
|
{
|
||
|
|
/// <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))
|
||
|
|
{
|
||
|
|
storeTimer?.Dispose();
|
||
|
|
updateTimer?.Dispose();
|
||
|
|
|
||
|
|
|
||
|
|
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.components = new System.ComponentModel.Container();
|
||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
||
|
|
this.pageHeader1 = new AntdUI.PageHeader();
|
||
|
|
this.TopPanel = new System.Windows.Forms.Panel();
|
||
|
|
this.nav_QRCode = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.nav_HistotryData = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.nav_AlarmLog = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.nav_BatteryStatus = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.lblSubtitle = new System.Windows.Forms.Label();
|
||
|
|
this.nav_UserInfo = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.nav_SetSystem = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.nav_DataMonitor = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.nav_System = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.nav_Monitor = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.nav_CPK = new JinYuan.ControlLib.NaviButton2();
|
||
|
|
this.panel1 = new AntdUI.Panel();
|
||
|
|
this.SwitchLanguage = new AntdUI.Dropdown();
|
||
|
|
this.avatar2 = new AntdUI.Avatar();
|
||
|
|
this.avMesicon = new AntdUI.Avatar();
|
||
|
|
this.btnScale = new AntdUI.Button();
|
||
|
|
this.lblMES = new System.Windows.Forms.Label();
|
||
|
|
this.lblHeading = new System.Windows.Forms.Label();
|
||
|
|
this.btExit = new AntdUI.Button();
|
||
|
|
this.lblLogTitle = new System.Windows.Forms.Label();
|
||
|
|
this.lbl_LoginName = new System.Windows.Forms.Label();
|
||
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
|
|
this.lbl_LoginLevel = new System.Windows.Forms.Label();
|
||
|
|
this.led_State = new SeeSharpTools.JY.GUI.LED();
|
||
|
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
|
this.led_RunState = new SeeSharpTools.JY.GUI.LED();
|
||
|
|
this.label21 = new System.Windows.Forms.Label();
|
||
|
|
this.led_MESState = new SeeSharpTools.JY.GUI.LED();
|
||
|
|
this.label18 = new System.Windows.Forms.Label();
|
||
|
|
this.led_PLC1State = new SeeSharpTools.JY.GUI.LED();
|
||
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
||
|
|
this.lbl_DateTime = new System.Windows.Forms.Label();
|
||
|
|
this.panel9 = new System.Windows.Forms.Panel();
|
||
|
|
this.led_PLC2State = new SeeSharpTools.JY.GUI.LED();
|
||
|
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
|
this.ucRollText1 = new JinYuan.ControlLib.UCRollText();
|
||
|
|
this.panel5 = new AntdUI.Panel();
|
||
|
|
this.panel8 = new System.Windows.Forms.Panel();
|
||
|
|
this.panel7 = new System.Windows.Forms.Panel();
|
||
|
|
this.btToggleMonitor = new AntdUI.Button();
|
||
|
|
this.cmbModelType = new HML.DropDownListPlus();
|
||
|
|
this.txtMaterialCode = new AntdUI.Input();
|
||
|
|
this.CorePanel = new JinYuan.ControlLib.PanelExt();
|
||
|
|
this.MainPanel = new System.Windows.Forms.Panel();
|
||
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||
|
|
this.非刷卡模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||
|
|
this.pageHeader1.SuspendLayout();
|
||
|
|
this.TopPanel.SuspendLayout();
|
||
|
|
this.panel1.SuspendLayout();
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
|
|
this.panel3.SuspendLayout();
|
||
|
|
this.panel9.SuspendLayout();
|
||
|
|
this.panel5.SuspendLayout();
|
||
|
|
this.panel8.SuspendLayout();
|
||
|
|
this.panel7.SuspendLayout();
|
||
|
|
this.CorePanel.SuspendLayout();
|
||
|
|
this.contextMenuStrip1.SuspendLayout();
|
||
|
|
this.SuspendLayout();
|
||
|
|
//
|
||
|
|
// pageHeader1
|
||
|
|
//
|
||
|
|
this.pageHeader1.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.pageHeader1.BackgroundImage = global::LargeSquareOne.Properties.Resources.导航栏;
|
||
|
|
this.pageHeader1.Controls.Add(this.TopPanel);
|
||
|
|
this.pageHeader1.Controls.Add(this.panel1);
|
||
|
|
this.pageHeader1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
|
this.pageHeader1.Font = new System.Drawing.Font("Cambria", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
|
this.pageHeader1.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.pageHeader1.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.pageHeader1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
|
|
this.pageHeader1.Name = "pageHeader1";
|
||
|
|
this.pageHeader1.Size = new System.Drawing.Size(1921, 116);
|
||
|
|
this.pageHeader1.SubText = "";
|
||
|
|
this.pageHeader1.TabIndex = 0;
|
||
|
|
this.pageHeader1.Text = "";
|
||
|
|
//
|
||
|
|
// TopPanel
|
||
|
|
//
|
||
|
|
this.TopPanel.Controls.Add(this.nav_QRCode);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_HistotryData);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_AlarmLog);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_BatteryStatus);
|
||
|
|
this.TopPanel.Controls.Add(this.lblSubtitle);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_UserInfo);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_SetSystem);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_DataMonitor);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_System);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_Monitor);
|
||
|
|
this.TopPanel.Controls.Add(this.nav_CPK);
|
||
|
|
this.TopPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.TopPanel.Location = new System.Drawing.Point(0, 35);
|
||
|
|
this.TopPanel.Name = "TopPanel";
|
||
|
|
this.TopPanel.Size = new System.Drawing.Size(1921, 81);
|
||
|
|
this.TopPanel.TabIndex = 16;
|
||
|
|
//
|
||
|
|
// nav_QRCode
|
||
|
|
//
|
||
|
|
this.nav_QRCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
||
|
|
this.nav_QRCode.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_QRCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_QRCode.BackgroundImage")));
|
||
|
|
this.nav_QRCode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_QRCode.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_QRCode.IsLeft = true;
|
||
|
|
this.nav_QRCode.IsSelected = false;
|
||
|
|
this.nav_QRCode.Location = new System.Drawing.Point(387, 15);
|
||
|
|
this.nav_QRCode.Margin = new System.Windows.Forms.Padding(12, 43, 12, 43);
|
||
|
|
this.nav_QRCode.Name = "nav_QRCode";
|
||
|
|
this.nav_QRCode.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_QRCode.TabIndex = 16;
|
||
|
|
this.nav_QRCode.Tag = "二维码";
|
||
|
|
this.nav_QRCode.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_QRCode.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_QRCode.TitleName = "二维码";
|
||
|
|
this.nav_QRCode.TitleTextMultiLine = false;
|
||
|
|
this.nav_QRCode.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// nav_HistotryData
|
||
|
|
//
|
||
|
|
this.nav_HistotryData.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
|
this.nav_HistotryData.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_HistotryData.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_HistotryData.BackgroundImage")));
|
||
|
|
this.nav_HistotryData.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_HistotryData.IsLeft = false;
|
||
|
|
this.nav_HistotryData.IsSelected = false;
|
||
|
|
this.nav_HistotryData.Location = new System.Drawing.Point(1280, 15);
|
||
|
|
this.nav_HistotryData.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.nav_HistotryData.Name = "nav_HistotryData";
|
||
|
|
this.nav_HistotryData.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_HistotryData.TabIndex = 15;
|
||
|
|
this.nav_HistotryData.Tag = "数据追溯";
|
||
|
|
this.nav_HistotryData.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_HistotryData.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_HistotryData.TitleName = "数据追溯";
|
||
|
|
this.nav_HistotryData.TitleTextMultiLine = true;
|
||
|
|
this.nav_HistotryData.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// nav_AlarmLog
|
||
|
|
//
|
||
|
|
this.nav_AlarmLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
||
|
|
this.nav_AlarmLog.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_AlarmLog.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_AlarmLog.BackgroundImage")));
|
||
|
|
this.nav_AlarmLog.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_AlarmLog.IsLeft = true;
|
||
|
|
this.nav_AlarmLog.IsSelected = false;
|
||
|
|
this.nav_AlarmLog.Location = new System.Drawing.Point(522, 15);
|
||
|
|
this.nav_AlarmLog.Margin = new System.Windows.Forms.Padding(4, 6, 4, 6);
|
||
|
|
this.nav_AlarmLog.Name = "nav_AlarmLog";
|
||
|
|
this.nav_AlarmLog.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_AlarmLog.TabIndex = 8;
|
||
|
|
this.nav_AlarmLog.Tag = "日志报警";
|
||
|
|
this.nav_AlarmLog.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_AlarmLog.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_AlarmLog.TitleName = "日志报警";
|
||
|
|
this.nav_AlarmLog.TitleTextMultiLine = true;
|
||
|
|
this.nav_AlarmLog.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// nav_BatteryStatus
|
||
|
|
//
|
||
|
|
this.nav_BatteryStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
||
|
|
this.nav_BatteryStatus.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_BatteryStatus.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_BatteryStatus.BackgroundImage")));
|
||
|
|
this.nav_BatteryStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_BatteryStatus.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_BatteryStatus.IsLeft = true;
|
||
|
|
this.nav_BatteryStatus.IsSelected = false;
|
||
|
|
this.nav_BatteryStatus.Location = new System.Drawing.Point(258, 15);
|
||
|
|
this.nav_BatteryStatus.Margin = new System.Windows.Forms.Padding(10, 37, 10, 37);
|
||
|
|
this.nav_BatteryStatus.Name = "nav_BatteryStatus";
|
||
|
|
this.nav_BatteryStatus.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_BatteryStatus.TabIndex = 4;
|
||
|
|
this.nav_BatteryStatus.Tag = "电池状况";
|
||
|
|
this.nav_BatteryStatus.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_BatteryStatus.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_BatteryStatus.TitleName = "电池状况";
|
||
|
|
this.nav_BatteryStatus.TitleTextMultiLine = false;
|
||
|
|
this.nav_BatteryStatus.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// lblSubtitle
|
||
|
|
//
|
||
|
|
this.lblSubtitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
|
this.lblSubtitle.Font = new System.Drawing.Font("Cambria", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
|
this.lblSubtitle.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.lblSubtitle.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.lblSubtitle.Location = new System.Drawing.Point(601, 3);
|
||
|
|
this.lblSubtitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
|
|
this.lblSubtitle.Name = "lblSubtitle";
|
||
|
|
this.lblSubtitle.Size = new System.Drawing.Size(712, 38);
|
||
|
|
this.lblSubtitle.TabIndex = 2;
|
||
|
|
this.lblSubtitle.Text = "Pack and Label Management System";
|
||
|
|
this.lblSubtitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
|
this.lblSubtitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||
|
|
this.lblSubtitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||
|
|
//
|
||
|
|
// nav_UserInfo
|
||
|
|
//
|
||
|
|
this.nav_UserInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
|
this.nav_UserInfo.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_UserInfo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_UserInfo.BackgroundImage")));
|
||
|
|
this.nav_UserInfo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_UserInfo.IsLeft = false;
|
||
|
|
this.nav_UserInfo.IsSelected = false;
|
||
|
|
this.nav_UserInfo.Location = new System.Drawing.Point(1754, 15);
|
||
|
|
this.nav_UserInfo.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.nav_UserInfo.Name = "nav_UserInfo";
|
||
|
|
this.nav_UserInfo.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_UserInfo.TabIndex = 9;
|
||
|
|
this.nav_UserInfo.Tag = "用户管理";
|
||
|
|
this.nav_UserInfo.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_UserInfo.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_UserInfo.TitleName = "用户管理";
|
||
|
|
this.nav_UserInfo.TitleTextMultiLine = true;
|
||
|
|
this.nav_UserInfo.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// nav_SetSystem
|
||
|
|
//
|
||
|
|
this.nav_SetSystem.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
|
this.nav_SetSystem.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_SetSystem.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_SetSystem.BackgroundImage")));
|
||
|
|
this.nav_SetSystem.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_SetSystem.IsLeft = false;
|
||
|
|
this.nav_SetSystem.IsSelected = false;
|
||
|
|
this.nav_SetSystem.Location = new System.Drawing.Point(1438, 15);
|
||
|
|
this.nav_SetSystem.Margin = new System.Windows.Forms.Padding(2, 4, 2, 4);
|
||
|
|
this.nav_SetSystem.Name = "nav_SetSystem";
|
||
|
|
this.nav_SetSystem.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_SetSystem.TabIndex = 10;
|
||
|
|
this.nav_SetSystem.Tag = "参数设置";
|
||
|
|
this.nav_SetSystem.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_SetSystem.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_SetSystem.TitleName = "参数设置";
|
||
|
|
this.nav_SetSystem.TitleTextMultiLine = true;
|
||
|
|
this.nav_SetSystem.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// nav_DataMonitor
|
||
|
|
//
|
||
|
|
this.nav_DataMonitor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
||
|
|
this.nav_DataMonitor.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_DataMonitor.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_DataMonitor.BackgroundImage")));
|
||
|
|
this.nav_DataMonitor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_DataMonitor.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_DataMonitor.IsLeft = true;
|
||
|
|
this.nav_DataMonitor.IsSelected = false;
|
||
|
|
this.nav_DataMonitor.Location = new System.Drawing.Point(128, 15);
|
||
|
|
this.nav_DataMonitor.Margin = new System.Windows.Forms.Padding(10, 37, 10, 37);
|
||
|
|
this.nav_DataMonitor.Name = "nav_DataMonitor";
|
||
|
|
this.nav_DataMonitor.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_DataMonitor.TabIndex = 13;
|
||
|
|
this.nav_DataMonitor.Tag = "数据监控";
|
||
|
|
this.nav_DataMonitor.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_DataMonitor.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_DataMonitor.TitleName = "数据监控";
|
||
|
|
this.nav_DataMonitor.TitleTextMultiLine = true;
|
||
|
|
this.nav_DataMonitor.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// nav_System
|
||
|
|
//
|
||
|
|
this.nav_System.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
||
|
|
this.nav_System.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_System.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_System.BackgroundImage")));
|
||
|
|
this.nav_System.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_System.IsLeft = false;
|
||
|
|
this.nav_System.IsSelected = false;
|
||
|
|
this.nav_System.Location = new System.Drawing.Point(1596, 15);
|
||
|
|
this.nav_System.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||
|
|
this.nav_System.Name = "nav_System";
|
||
|
|
this.nav_System.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_System.TabIndex = 11;
|
||
|
|
this.nav_System.Tag = "系统设置";
|
||
|
|
this.nav_System.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_System.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_System.TitleName = "系统设置";
|
||
|
|
this.nav_System.TitleTextMultiLine = true;
|
||
|
|
this.nav_System.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// nav_Monitor
|
||
|
|
//
|
||
|
|
this.nav_Monitor.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
||
|
|
this.nav_Monitor.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_Monitor.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_Monitor.BackgroundImage")));
|
||
|
|
this.nav_Monitor.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_Monitor.Font = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_Monitor.IsLeft = true;
|
||
|
|
this.nav_Monitor.IsSelected = false;
|
||
|
|
this.nav_Monitor.Location = new System.Drawing.Point(0, 15);
|
||
|
|
this.nav_Monitor.Margin = new System.Windows.Forms.Padding(12, 39, 12, 39);
|
||
|
|
this.nav_Monitor.Name = "nav_Monitor";
|
||
|
|
this.nav_Monitor.Size = new System.Drawing.Size(132, 52);
|
||
|
|
this.nav_Monitor.TabIndex = 1;
|
||
|
|
this.nav_Monitor.Tag = "集中监控";
|
||
|
|
this.nav_Monitor.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_Monitor.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_Monitor.TitleName = "集中监控";
|
||
|
|
this.nav_Monitor.TitleTextMultiLine = false;
|
||
|
|
this.nav_Monitor.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// nav_CPK
|
||
|
|
//
|
||
|
|
this.nav_CPK.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
|
|
| System.Windows.Forms.AnchorStyles.Left)));
|
||
|
|
this.nav_CPK.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.nav_CPK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("nav_CPK.BackgroundImage")));
|
||
|
|
this.nav_CPK.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.nav_CPK.IsLeft = true;
|
||
|
|
this.nav_CPK.IsSelected = false;
|
||
|
|
this.nav_CPK.Location = new System.Drawing.Point(522, 15);
|
||
|
|
this.nav_CPK.Margin = new System.Windows.Forms.Padding(5, 8, 5, 8);
|
||
|
|
this.nav_CPK.Name = "nav_CPK";
|
||
|
|
this.nav_CPK.Size = new System.Drawing.Size(120, 52);
|
||
|
|
this.nav_CPK.TabIndex = 14;
|
||
|
|
this.nav_CPK.Tag = "数据分析";
|
||
|
|
this.nav_CPK.TitleFont = new System.Drawing.Font("Cambria", 10.5F);
|
||
|
|
this.nav_CPK.TitleForeColor = System.Drawing.Color.White;
|
||
|
|
this.nav_CPK.TitleName = "数据分析";
|
||
|
|
this.nav_CPK.TitleTextMultiLine = true;
|
||
|
|
this.nav_CPK.Visible = false;
|
||
|
|
this.nav_CPK.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||
|
|
//
|
||
|
|
// panel1
|
||
|
|
//
|
||
|
|
this.panel1.Back = System.Drawing.Color.Transparent;
|
||
|
|
this.panel1.Controls.Add(this.SwitchLanguage);
|
||
|
|
this.panel1.Controls.Add(this.avatar2);
|
||
|
|
this.panel1.Controls.Add(this.avMesicon);
|
||
|
|
this.panel1.Controls.Add(this.btnScale);
|
||
|
|
this.panel1.Controls.Add(this.lblMES);
|
||
|
|
this.panel1.Controls.Add(this.lblHeading);
|
||
|
|
this.panel1.Controls.Add(this.btExit);
|
||
|
|
this.panel1.Controls.Add(this.lblLogTitle);
|
||
|
|
this.panel1.Controls.Add(this.lbl_LoginName);
|
||
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
||
|
|
this.panel1.Controls.Add(this.lbl_LoginLevel);
|
||
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
|
|
this.panel1.Name = "panel1";
|
||
|
|
this.panel1.Size = new System.Drawing.Size(1921, 35);
|
||
|
|
this.panel1.TabIndex = 15;
|
||
|
|
this.panel1.Text = "panel1";
|
||
|
|
this.panel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||
|
|
this.panel1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||
|
|
//
|
||
|
|
// SwitchLanguage
|
||
|
|
//
|
||
|
|
this.SwitchLanguage.BackActive = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(198)))), ((int)(((byte)(202)))));
|
||
|
|
this.SwitchLanguage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(89)))), ((int)(((byte)(197)))));
|
||
|
|
this.SwitchLanguage.BackHover = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(200)))), ((int)(((byte)(205)))));
|
||
|
|
this.SwitchLanguage.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
|
this.SwitchLanguage.Font = new System.Drawing.Font("Microsoft YaHei UI", 22F);
|
||
|
|
this.SwitchLanguage.Ghost = true;
|
||
|
|
this.SwitchLanguage.IconSvg = resources.GetString("SwitchLanguage.IconSvg");
|
||
|
|
this.SwitchLanguage.Items.AddRange(new object[] {
|
||
|
|
"中文",
|
||
|
|
"英文",
|
||
|
|
"匈牙利语"});
|
||
|
|
this.SwitchLanguage.Location = new System.Drawing.Point(1806, 0);
|
||
|
|
this.SwitchLanguage.Name = "SwitchLanguage";
|
||
|
|
this.SwitchLanguage.Size = new System.Drawing.Size(41, 35);
|
||
|
|
this.SwitchLanguage.TabIndex = 13;
|
||
|
|
this.SwitchLanguage.ToggleBack = System.Drawing.Color.FromArgb(((int)(((byte)(12)))), ((int)(((byte)(89)))), ((int)(((byte)(197)))));
|
||
|
|
this.SwitchLanguage.ToggleType = AntdUI.TTypeMini.Primary;
|
||
|
|
this.SwitchLanguage.Type = AntdUI.TTypeMini.Primary;
|
||
|
|
this.SwitchLanguage.SelectedValueChanged += new AntdUI.ObjectNEventHandler(this.SwitchLanguage_SelectedValueChanged);
|
||
|
|
//
|
||
|
|
// avatar2
|
||
|
|
//
|
||
|
|
this.avatar2.ImageSvg = resources.GetString("avatar2.ImageSvg");
|
||
|
|
this.avatar2.Location = new System.Drawing.Point(1630, 8);
|
||
|
|
this.avatar2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.avatar2.Name = "avatar2";
|
||
|
|
this.avatar2.Size = new System.Drawing.Size(26, 21);
|
||
|
|
this.avatar2.TabIndex = 5;
|
||
|
|
this.avatar2.Text = "";
|
||
|
|
//
|
||
|
|
// avMesicon
|
||
|
|
//
|
||
|
|
this.avMesicon.ImageSvg = resources.GetString("avMesicon.ImageSvg");
|
||
|
|
this.avMesicon.Location = new System.Drawing.Point(1523, 7);
|
||
|
|
this.avMesicon.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.avMesicon.Name = "avMesicon";
|
||
|
|
this.avMesicon.Size = new System.Drawing.Size(26, 21);
|
||
|
|
this.avMesicon.TabIndex = 4;
|
||
|
|
this.avMesicon.Text = "a";
|
||
|
|
//
|
||
|
|
// btnScale
|
||
|
|
//
|
||
|
|
this.btnScale.BackHover = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(130)))), ((int)(((byte)(133)))));
|
||
|
|
this.btnScale.DefaultBack = System.Drawing.Color.Transparent;
|
||
|
|
this.btnScale.DefaultBorderColor = System.Drawing.Color.Transparent;
|
||
|
|
this.btnScale.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
|
this.btnScale.Font = new System.Drawing.Font("Microsoft YaHei UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
|
this.btnScale.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(8)))), ((int)(((byte)(8)))));
|
||
|
|
this.btnScale.IconSvg = resources.GetString("btnScale.IconSvg");
|
||
|
|
this.btnScale.Location = new System.Drawing.Point(1847, 0);
|
||
|
|
this.btnScale.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.btnScale.Name = "btnScale";
|
||
|
|
this.btnScale.Size = new System.Drawing.Size(37, 35);
|
||
|
|
this.btnScale.TabIndex = 8;
|
||
|
|
this.btnScale.Click += new System.EventHandler(this.btnScale_Click);
|
||
|
|
//
|
||
|
|
// lblMES
|
||
|
|
//
|
||
|
|
this.lblMES.Font = new System.Drawing.Font("微软雅黑", 11.5F, System.Drawing.FontStyle.Bold);
|
||
|
|
this.lblMES.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
|
||
|
|
this.lblMES.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.lblMES.Location = new System.Drawing.Point(1548, 5);
|
||
|
|
this.lblMES.Name = "lblMES";
|
||
|
|
this.lblMES.Size = new System.Drawing.Size(74, 26);
|
||
|
|
this.lblMES.TabIndex = 7;
|
||
|
|
this.lblMES.Text = "075295";
|
||
|
|
this.lblMES.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
|
//
|
||
|
|
// lblHeading
|
||
|
|
//
|
||
|
|
this.lblHeading.Font = new System.Drawing.Font("Cambria", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
|
this.lblHeading.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.lblHeading.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.lblHeading.Location = new System.Drawing.Point(847, -2);
|
||
|
|
this.lblHeading.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
|
|
this.lblHeading.Name = "lblHeading";
|
||
|
|
this.lblHeading.Size = new System.Drawing.Size(231, 35);
|
||
|
|
this.lblHeading.TabIndex = 3;
|
||
|
|
this.lblHeading.Text = "Factory 57";
|
||
|
|
this.lblHeading.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
|
this.lblHeading.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||
|
|
this.lblHeading.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||
|
|
//
|
||
|
|
// btExit
|
||
|
|
//
|
||
|
|
this.btExit.BackHover = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(130)))), ((int)(((byte)(133)))));
|
||
|
|
this.btExit.DefaultBack = System.Drawing.Color.Transparent;
|
||
|
|
this.btExit.Dock = System.Windows.Forms.DockStyle.Right;
|
||
|
|
this.btExit.Font = new System.Drawing.Font("Microsoft YaHei UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
|
this.btExit.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
|
this.btExit.IconSvg = resources.GetString("btExit.IconSvg");
|
||
|
|
this.btExit.Location = new System.Drawing.Point(1884, 0);
|
||
|
|
this.btExit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.btExit.Name = "btExit";
|
||
|
|
this.btExit.Size = new System.Drawing.Size(37, 35);
|
||
|
|
this.btExit.TabIndex = 2;
|
||
|
|
this.btExit.ToggleBackHover = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(217)))), ((int)(((byte)(222)))));
|
||
|
|
this.btExit.Click += new System.EventHandler(this.btExit_Click);
|
||
|
|
//
|
||
|
|
// lblLogTitle
|
||
|
|
//
|
||
|
|
this.lblLogTitle.Dock = System.Windows.Forms.DockStyle.Left;
|
||
|
|
this.lblLogTitle.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
|
|
this.lblLogTitle.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
|
this.lblLogTitle.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.lblLogTitle.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.lblLogTitle.Location = new System.Drawing.Point(74, 0);
|
||
|
|
this.lblLogTitle.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||
|
|
this.lblLogTitle.Name = "lblLogTitle";
|
||
|
|
this.lblLogTitle.Size = new System.Drawing.Size(233, 35);
|
||
|
|
this.lblLogTitle.TabIndex = 7;
|
||
|
|
this.lblLogTitle.Text = "亿纬动力";
|
||
|
|
this.lblLogTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
|
this.lblLogTitle.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||
|
|
this.lblLogTitle.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||
|
|
//
|
||
|
|
// lbl_LoginName
|
||
|
|
//
|
||
|
|
this.lbl_LoginName.Font = new System.Drawing.Font("微软雅黑", 11.5F, System.Drawing.FontStyle.Bold);
|
||
|
|
this.lbl_LoginName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
|
||
|
|
this.lbl_LoginName.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.lbl_LoginName.Location = new System.Drawing.Point(1730, 6);
|
||
|
|
this.lbl_LoginName.Name = "lbl_LoginName";
|
||
|
|
this.lbl_LoginName.Size = new System.Drawing.Size(74, 26);
|
||
|
|
this.lbl_LoginName.TabIndex = 6;
|
||
|
|
this.lbl_LoginName.Text = "075295";
|
||
|
|
this.lbl_LoginName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
|
//
|
||
|
|
// pictureBox1
|
||
|
|
//
|
||
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
||
|
|
this.pictureBox1.Image = global::LargeSquareOne.Properties.Resources.eve;
|
||
|
|
this.pictureBox1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
|
|
this.pictureBox1.Name = "pictureBox1";
|
||
|
|
this.pictureBox1.Size = new System.Drawing.Size(74, 35);
|
||
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
||
|
|
this.pictureBox1.TabIndex = 0;
|
||
|
|
this.pictureBox1.TabStop = false;
|
||
|
|
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||
|
|
this.pictureBox1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||
|
|
//
|
||
|
|
// lbl_LoginLevel
|
||
|
|
//
|
||
|
|
this.lbl_LoginLevel.Font = new System.Drawing.Font("微软雅黑", 11.5F, System.Drawing.FontStyle.Bold);
|
||
|
|
this.lbl_LoginLevel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
|
||
|
|
this.lbl_LoginLevel.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.lbl_LoginLevel.Location = new System.Drawing.Point(1662, 6);
|
||
|
|
this.lbl_LoginLevel.Name = "lbl_LoginLevel";
|
||
|
|
this.lbl_LoginLevel.Size = new System.Drawing.Size(74, 26);
|
||
|
|
this.lbl_LoginLevel.TabIndex = 3;
|
||
|
|
this.lbl_LoginLevel.Text = "Admin";
|
||
|
|
this.lbl_LoginLevel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
|
//
|
||
|
|
// led_State
|
||
|
|
//
|
||
|
|
this.led_State.BlinkColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_State.BlinkInterval = 500;
|
||
|
|
this.led_State.BlinkOn = false;
|
||
|
|
this.led_State.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||
|
|
this.led_State.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
|
||
|
|
this.led_State.Location = new System.Drawing.Point(193, 5);
|
||
|
|
this.led_State.Margin = new System.Windows.Forms.Padding(10, 26, 10, 26);
|
||
|
|
this.led_State.Name = "led_State";
|
||
|
|
this.led_State.OffColor = System.Drawing.Color.Gray;
|
||
|
|
this.led_State.OnColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_State.Size = new System.Drawing.Size(25, 25);
|
||
|
|
this.led_State.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||
|
|
this.led_State.TabIndex = 20;
|
||
|
|
this.led_State.Value = false;
|
||
|
|
//
|
||
|
|
// label1
|
||
|
|
//
|
||
|
|
this.label1.AutoSize = true;
|
||
|
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.label1.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.label1.Location = new System.Drawing.Point(102, 29);
|
||
|
|
this.label1.Name = "label1";
|
||
|
|
this.label1.Size = new System.Drawing.Size(34, 17);
|
||
|
|
this.label1.TabIndex = 34;
|
||
|
|
this.label1.Text = "MES";
|
||
|
|
//
|
||
|
|
// label6
|
||
|
|
//
|
||
|
|
this.label6.AutoSize = true;
|
||
|
|
this.label6.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||
|
|
this.label6.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.label6.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.label6.Location = new System.Drawing.Point(20, 29);
|
||
|
|
this.label6.Name = "label6";
|
||
|
|
this.label6.Size = new System.Drawing.Size(41, 17);
|
||
|
|
this.label6.TabIndex = 33;
|
||
|
|
this.label6.Text = "PLC_1";
|
||
|
|
//
|
||
|
|
// led_RunState
|
||
|
|
//
|
||
|
|
this.led_RunState.BlinkColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_RunState.BlinkInterval = 500;
|
||
|
|
this.led_RunState.BlinkOn = false;
|
||
|
|
this.led_RunState.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||
|
|
this.led_RunState.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
|
||
|
|
this.led_RunState.Location = new System.Drawing.Point(151, 5);
|
||
|
|
this.led_RunState.Margin = new System.Windows.Forms.Padding(6, 9, 6, 9);
|
||
|
|
this.led_RunState.Name = "led_RunState";
|
||
|
|
this.led_RunState.OffColor = System.Drawing.Color.Gray;
|
||
|
|
this.led_RunState.OnColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_RunState.Size = new System.Drawing.Size(25, 25);
|
||
|
|
this.led_RunState.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||
|
|
this.led_RunState.TabIndex = 17;
|
||
|
|
this.led_RunState.Value = false;
|
||
|
|
//
|
||
|
|
// label21
|
||
|
|
//
|
||
|
|
this.label21.AutoSize = true;
|
||
|
|
this.label21.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.label21.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||
|
|
this.label21.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.label21.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.label21.Location = new System.Drawing.Point(189, 29);
|
||
|
|
this.label21.Name = "label21";
|
||
|
|
this.label21.Size = new System.Drawing.Size(44, 17);
|
||
|
|
this.label21.TabIndex = 24;
|
||
|
|
this.label21.Text = "STATE";
|
||
|
|
//
|
||
|
|
// led_MESState
|
||
|
|
//
|
||
|
|
this.led_MESState.BlinkColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_MESState.BlinkInterval = 1000;
|
||
|
|
this.led_MESState.BlinkOn = false;
|
||
|
|
this.led_MESState.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||
|
|
this.led_MESState.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
|
||
|
|
this.led_MESState.Location = new System.Drawing.Point(109, 5);
|
||
|
|
this.led_MESState.Margin = new System.Windows.Forms.Padding(6, 9, 6, 9);
|
||
|
|
this.led_MESState.Name = "led_MESState";
|
||
|
|
this.led_MESState.OffColor = System.Drawing.Color.Gray;
|
||
|
|
this.led_MESState.OnColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_MESState.Size = new System.Drawing.Size(25, 25);
|
||
|
|
this.led_MESState.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||
|
|
this.led_MESState.TabIndex = 16;
|
||
|
|
this.led_MESState.Value = false;
|
||
|
|
//
|
||
|
|
// label18
|
||
|
|
//
|
||
|
|
this.label18.AutoSize = true;
|
||
|
|
this.label18.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||
|
|
this.label18.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.label18.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.label18.Location = new System.Drawing.Point(136, 29);
|
||
|
|
this.label18.Name = "label18";
|
||
|
|
this.label18.Size = new System.Drawing.Size(53, 17);
|
||
|
|
this.label18.TabIndex = 27;
|
||
|
|
this.label18.Text = "SERVER";
|
||
|
|
//
|
||
|
|
// led_PLC1State
|
||
|
|
//
|
||
|
|
this.led_PLC1State.BlinkColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_PLC1State.BlinkInterval = 1000;
|
||
|
|
this.led_PLC1State.BlinkOn = false;
|
||
|
|
this.led_PLC1State.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||
|
|
this.led_PLC1State.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
|
||
|
|
this.led_PLC1State.Location = new System.Drawing.Point(25, 5);
|
||
|
|
this.led_PLC1State.Margin = new System.Windows.Forms.Padding(5);
|
||
|
|
this.led_PLC1State.Name = "led_PLC1State";
|
||
|
|
this.led_PLC1State.OffColor = System.Drawing.Color.Gray;
|
||
|
|
this.led_PLC1State.OnColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_PLC1State.Size = new System.Drawing.Size(25, 25);
|
||
|
|
this.led_PLC1State.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||
|
|
this.led_PLC1State.TabIndex = 0;
|
||
|
|
this.led_PLC1State.Value = false;
|
||
|
|
//
|
||
|
|
// panel3
|
||
|
|
//
|
||
|
|
this.panel3.BackgroundImage = global::LargeSquareOne.Properties.Resources.Alarm1;
|
||
|
|
this.panel3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.panel3.Controls.Add(this.lbl_DateTime);
|
||
|
|
this.panel3.Controls.Add(this.panel9);
|
||
|
|
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(3, 2, 3, 2);
|
||
|
|
this.panel3.Name = "panel3";
|
||
|
|
this.panel3.Size = new System.Drawing.Size(737, 46);
|
||
|
|
this.panel3.TabIndex = 9;
|
||
|
|
//
|
||
|
|
// lbl_DateTime
|
||
|
|
//
|
||
|
|
this.lbl_DateTime.AutoSize = true;
|
||
|
|
this.lbl_DateTime.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.lbl_DateTime.Font = new System.Drawing.Font("微软雅黑", 11.5F, System.Drawing.FontStyle.Bold);
|
||
|
|
this.lbl_DateTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
|
||
|
|
this.lbl_DateTime.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.lbl_DateTime.Location = new System.Drawing.Point(280, 12);
|
||
|
|
this.lbl_DateTime.Name = "lbl_DateTime";
|
||
|
|
this.lbl_DateTime.Size = new System.Drawing.Size(337, 22);
|
||
|
|
this.lbl_DateTime.TabIndex = 5;
|
||
|
|
this.lbl_DateTime.Text = "June 2, 2023 19:50:50 Monday Day Shift";
|
||
|
|
this.lbl_DateTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
|
|
//
|
||
|
|
// panel9
|
||
|
|
//
|
||
|
|
this.panel9.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.panel9.Controls.Add(this.led_PLC2State);
|
||
|
|
this.panel9.Controls.Add(this.label2);
|
||
|
|
this.panel9.Controls.Add(this.led_MESState);
|
||
|
|
this.panel9.Controls.Add(this.led_PLC1State);
|
||
|
|
this.panel9.Controls.Add(this.led_State);
|
||
|
|
this.panel9.Controls.Add(this.led_RunState);
|
||
|
|
this.panel9.Controls.Add(this.label21);
|
||
|
|
this.panel9.Controls.Add(this.label6);
|
||
|
|
this.panel9.Controls.Add(this.label1);
|
||
|
|
this.panel9.Controls.Add(this.label18);
|
||
|
|
this.panel9.Dock = System.Windows.Forms.DockStyle.Left;
|
||
|
|
this.panel9.Location = new System.Drawing.Point(0, 0);
|
||
|
|
this.panel9.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.panel9.Name = "panel9";
|
||
|
|
this.panel9.Size = new System.Drawing.Size(248, 46);
|
||
|
|
this.panel9.TabIndex = 12;
|
||
|
|
//
|
||
|
|
// led_PLC2State
|
||
|
|
//
|
||
|
|
this.led_PLC2State.BlinkColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_PLC2State.BlinkInterval = 1000;
|
||
|
|
this.led_PLC2State.BlinkOn = false;
|
||
|
|
this.led_PLC2State.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||
|
|
this.led_PLC2State.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
|
||
|
|
this.led_PLC2State.Location = new System.Drawing.Point(67, 5);
|
||
|
|
this.led_PLC2State.Margin = new System.Windows.Forms.Padding(6);
|
||
|
|
this.led_PLC2State.Name = "led_PLC2State";
|
||
|
|
this.led_PLC2State.OffColor = System.Drawing.Color.Gray;
|
||
|
|
this.led_PLC2State.OnColor = System.Drawing.Color.Lime;
|
||
|
|
this.led_PLC2State.Size = new System.Drawing.Size(25, 25);
|
||
|
|
this.led_PLC2State.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||
|
|
this.led_PLC2State.TabIndex = 35;
|
||
|
|
this.led_PLC2State.Value = false;
|
||
|
|
//
|
||
|
|
// label2
|
||
|
|
//
|
||
|
|
this.label2.AutoSize = true;
|
||
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
||
|
|
this.label2.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||
|
|
this.label2.Location = new System.Drawing.Point(61, 29);
|
||
|
|
this.label2.Name = "label2";
|
||
|
|
this.label2.Size = new System.Drawing.Size(41, 17);
|
||
|
|
this.label2.TabIndex = 36;
|
||
|
|
this.label2.Text = "PLC_2";
|
||
|
|
//
|
||
|
|
// ucRollText1
|
||
|
|
//
|
||
|
|
this.ucRollText1.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.ucRollText1.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
|
this.ucRollText1.ForeColor = System.Drawing.Color.White;
|
||
|
|
this.ucRollText1.IsChangeReset = false;
|
||
|
|
this.ucRollText1.IsExit = false;
|
||
|
|
this.ucRollText1.Location = new System.Drawing.Point(88, 0);
|
||
|
|
this.ucRollText1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.ucRollText1.MoveInterval = 80;
|
||
|
|
this.ucRollText1.Name = "ucRollText1";
|
||
|
|
this.ucRollText1.RollStyle = JinYuan.ControlLib.RollStyle.RightToLeft;
|
||
|
|
this.ucRollText1.Size = new System.Drawing.Size(631, 46);
|
||
|
|
this.ucRollText1.TabIndex = 0;
|
||
|
|
//
|
||
|
|
// panel5
|
||
|
|
//
|
||
|
|
this.panel5.Back = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.panel5.Controls.Add(this.panel8);
|
||
|
|
this.panel5.Controls.Add(this.panel7);
|
||
|
|
this.panel5.Controls.Add(this.panel3);
|
||
|
|
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
|
||
|
|
this.panel5.Location = new System.Drawing.Point(0, 116);
|
||
|
|
this.panel5.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.panel5.Name = "panel5";
|
||
|
|
this.panel5.Size = new System.Drawing.Size(1921, 46);
|
||
|
|
this.panel5.TabIndex = 3;
|
||
|
|
this.panel5.Text = "panel5";
|
||
|
|
//
|
||
|
|
// panel8
|
||
|
|
//
|
||
|
|
this.panel8.BackgroundImage = global::LargeSquareOne.Properties.Resources.Alarm1;
|
||
|
|
this.panel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
|
|
this.panel8.Controls.Add(this.ucRollText1);
|
||
|
|
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.panel8.Location = new System.Drawing.Point(1175, 0);
|
||
|
|
this.panel8.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.panel8.Name = "panel8";
|
||
|
|
this.panel8.Size = new System.Drawing.Size(746, 46);
|
||
|
|
this.panel8.TabIndex = 11;
|
||
|
|
//
|
||
|
|
// panel7
|
||
|
|
//
|
||
|
|
this.panel7.Controls.Add(this.btToggleMonitor);
|
||
|
|
this.panel7.Controls.Add(this.cmbModelType);
|
||
|
|
this.panel7.Controls.Add(this.txtMaterialCode);
|
||
|
|
this.panel7.Dock = System.Windows.Forms.DockStyle.Left;
|
||
|
|
this.panel7.Location = new System.Drawing.Point(737, 0);
|
||
|
|
this.panel7.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.panel7.Name = "panel7";
|
||
|
|
this.panel7.Size = new System.Drawing.Size(438, 46);
|
||
|
|
this.panel7.TabIndex = 10;
|
||
|
|
//
|
||
|
|
// btToggleMonitor
|
||
|
|
//
|
||
|
|
this.btToggleMonitor.DefaultBack = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(184)))), ((int)(((byte)(61)))));
|
||
|
|
this.btToggleMonitor.Font = new System.Drawing.Font("Microsoft YaHei UI", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
|
this.btToggleMonitor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||
|
|
this.btToggleMonitor.IconSvg = resources.GetString("btToggleMonitor.IconSvg");
|
||
|
|
this.btToggleMonitor.IconToggleAnimation = 300;
|
||
|
|
this.btToggleMonitor.Location = new System.Drawing.Point(161, 3);
|
||
|
|
this.btToggleMonitor.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.btToggleMonitor.Name = "btToggleMonitor";
|
||
|
|
this.btToggleMonitor.Size = new System.Drawing.Size(130, 41);
|
||
|
|
this.btToggleMonitor.TabIndex = 0;
|
||
|
|
this.btToggleMonitor.Text = "START";
|
||
|
|
this.btToggleMonitor.ToggleBackActive = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(136)))), ((int)(((byte)(190)))));
|
||
|
|
this.btToggleMonitor.ToggleFore = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(246)))), ((int)(((byte)(250)))));
|
||
|
|
this.btToggleMonitor.Click += new System.EventHandler(this.btToggleMonitor_Click);
|
||
|
|
//
|
||
|
|
// cmbModelType
|
||
|
|
//
|
||
|
|
this.cmbModelType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.cmbModelType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(90)))), ((int)(((byte)(124)))));
|
||
|
|
this.cmbModelType.ContentItemsStyle.ItemBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(30)))), ((int)(((byte)(78)))));
|
||
|
|
this.cmbModelType.DropDownButton.BackNormalColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||
|
|
this.cmbModelType.DropDownButton.DropDownFullArea = true;
|
||
|
|
this.cmbModelType.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F);
|
||
|
|
this.cmbModelType.Location = new System.Drawing.Point(7, 7);
|
||
|
|
this.cmbModelType.Margin = new System.Windows.Forms.Padding(2);
|
||
|
|
this.cmbModelType.Name = "cmbModelType";
|
||
|
|
this.cmbModelType.Size = new System.Drawing.Size(130, 33);
|
||
|
|
this.cmbModelType.TabIndex = 17;
|
||
|
|
this.cmbModelType.SelectedItemsChanged += new System.EventHandler(this.cmbModelType_SelectedItemsChanged);
|
||
|
|
this.cmbModelType.Enter += new System.EventHandler(this.cmbModelType_Enter);
|
||
|
|
//
|
||
|
|
// txtMaterialCode
|
||
|
|
//
|
||
|
|
this.txtMaterialCode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.txtMaterialCode.Font = new System.Drawing.Font("黑体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
|
|
this.txtMaterialCode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(254)))), ((int)(((byte)(255)))));
|
||
|
|
this.txtMaterialCode.Location = new System.Drawing.Point(302, 5);
|
||
|
|
this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.txtMaterialCode.Name = "txtMaterialCode";
|
||
|
|
this.txtMaterialCode.ReadOnly = true;
|
||
|
|
this.txtMaterialCode.Size = new System.Drawing.Size(130, 37);
|
||
|
|
this.txtMaterialCode.TabIndex = 15;
|
||
|
|
//
|
||
|
|
// CorePanel
|
||
|
|
//
|
||
|
|
this.CorePanel.BackColor = System.Drawing.Color.Transparent;
|
||
|
|
this.CorePanel.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(9)))), ((int)(((byte)(90)))), ((int)(((byte)(124)))));
|
||
|
|
this.CorePanel.BordeWidth = 3;
|
||
|
|
this.CorePanel.BottomGap = 10;
|
||
|
|
this.CorePanel.Controls.Add(this.MainPanel);
|
||
|
|
this.CorePanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.CorePanel.LeftGap = 20;
|
||
|
|
this.CorePanel.Location = new System.Drawing.Point(0, 162);
|
||
|
|
this.CorePanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.CorePanel.Name = "CorePanel";
|
||
|
|
this.CorePanel.Padding = new System.Windows.Forms.Padding(23, 11, 23, 11);
|
||
|
|
this.CorePanel.RightGap = 20;
|
||
|
|
this.CorePanel.Size = new System.Drawing.Size(1921, 838);
|
||
|
|
this.CorePanel.TabIndex = 4;
|
||
|
|
this.CorePanel.TopGap = 10;
|
||
|
|
//
|
||
|
|
// MainPanel
|
||
|
|
//
|
||
|
|
this.MainPanel.ContextMenuStrip = this.contextMenuStrip1;
|
||
|
|
this.MainPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
|
this.MainPanel.Location = new System.Drawing.Point(23, 11);
|
||
|
|
this.MainPanel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||
|
|
this.MainPanel.Name = "MainPanel";
|
||
|
|
this.MainPanel.Size = new System.Drawing.Size(1875, 816);
|
||
|
|
this.MainPanel.TabIndex = 0;
|
||
|
|
//
|
||
|
|
// contextMenuStrip1
|
||
|
|
//
|
||
|
|
this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
|
||
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
|
|
this.非刷卡模式ToolStripMenuItem});
|
||
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(137, 26);
|
||
|
|
//
|
||
|
|
// 非刷卡模式ToolStripMenuItem
|
||
|
|
//
|
||
|
|
this.非刷卡模式ToolStripMenuItem.Name = "非刷卡模式ToolStripMenuItem";
|
||
|
|
this.非刷卡模式ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
|
||
|
|
this.非刷卡模式ToolStripMenuItem.Text = "非刷卡模式";
|
||
|
|
this.非刷卡模式ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
|
||
|
|
//
|
||
|
|
// FrmMain
|
||
|
|
//
|
||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||
|
|
this.ClientSize = new System.Drawing.Size(1921, 1000);
|
||
|
|
this.Controls.Add(this.CorePanel);
|
||
|
|
this.Controls.Add(this.panel5);
|
||
|
|
this.Controls.Add(this.pageHeader1);
|
||
|
|
this.Dark = true;
|
||
|
|
this.Font = new System.Drawing.Font("Cambria", 9F);
|
||
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
|
|
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
||
|
|
this.Mode = AntdUI.TAMode.Dark;
|
||
|
|
this.Name = "FrmMain";
|
||
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
|
this.Text = "FrmMain";
|
||
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
|
||
|
|
this.Load += new System.EventHandler(this.FrmNewMain_Load);
|
||
|
|
this.pageHeader1.ResumeLayout(false);
|
||
|
|
this.TopPanel.ResumeLayout(false);
|
||
|
|
this.panel1.ResumeLayout(false);
|
||
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
|
|
this.panel3.ResumeLayout(false);
|
||
|
|
this.panel3.PerformLayout();
|
||
|
|
this.panel9.ResumeLayout(false);
|
||
|
|
this.panel9.PerformLayout();
|
||
|
|
this.panel5.ResumeLayout(false);
|
||
|
|
this.panel8.ResumeLayout(false);
|
||
|
|
this.panel7.ResumeLayout(false);
|
||
|
|
this.CorePanel.ResumeLayout(false);
|
||
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
||
|
|
this.ResumeLayout(false);
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
#endregion
|
||
|
|
|
||
|
|
private AntdUI.PageHeader pageHeader1;
|
||
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
||
|
|
private System.Windows.Forms.Label lblHeading;
|
||
|
|
private System.Windows.Forms.Label lblSubtitle;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_CPK;
|
||
|
|
private System.Windows.Forms.Label lblLogTitle;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_SetSystem;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_System;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_Monitor;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_DataMonitor;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_AlarmLog;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_UserInfo;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_HistotryData;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_BatteryStatus;
|
||
|
|
private AntdUI.Panel panel1;
|
||
|
|
private SeeSharpTools.JY.GUI.LED led_State;
|
||
|
|
private System.Windows.Forms.Label label1;
|
||
|
|
private System.Windows.Forms.Label label6;
|
||
|
|
private SeeSharpTools.JY.GUI.LED led_RunState;
|
||
|
|
private System.Windows.Forms.Label label21;
|
||
|
|
private SeeSharpTools.JY.GUI.LED led_MESState;
|
||
|
|
private System.Windows.Forms.Label label18;
|
||
|
|
private SeeSharpTools.JY.GUI.LED led_PLC1State;
|
||
|
|
private System.Windows.Forms.Panel panel3;
|
||
|
|
private System.Windows.Forms.Label lbl_DateTime;
|
||
|
|
private System.Windows.Forms.Label lblMES;
|
||
|
|
private System.Windows.Forms.Label lbl_LoginName;
|
||
|
|
private System.Windows.Forms.Label lbl_LoginLevel;
|
||
|
|
private JinYuan.ControlLib.UCRollText ucRollText1;
|
||
|
|
private AntdUI.Button btnScale;
|
||
|
|
private AntdUI.Button btExit;
|
||
|
|
private AntdUI.Panel panel5;
|
||
|
|
private System.Windows.Forms.Panel panel9;
|
||
|
|
private System.Windows.Forms.Panel panel8;
|
||
|
|
private System.Windows.Forms.Panel panel7;
|
||
|
|
private AntdUI.Avatar avMesicon;
|
||
|
|
private AntdUI.Avatar avatar2;
|
||
|
|
private JinYuan.ControlLib.PanelExt CorePanel;
|
||
|
|
private System.Windows.Forms.Panel MainPanel;
|
||
|
|
private AntdUI.Button btToggleMonitor;
|
||
|
|
private AntdUI.Input txtMaterialCode;
|
||
|
|
private HML.DropDownListPlus cmbModelType;
|
||
|
|
private System.Windows.Forms.Panel TopPanel;
|
||
|
|
private AntdUI.Dropdown SwitchLanguage;
|
||
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||
|
|
private System.Windows.Forms.ToolStripMenuItem 非刷卡模式ToolStripMenuItem;
|
||
|
|
private SeeSharpTools.JY.GUI.LED led_PLC2State;
|
||
|
|
private System.Windows.Forms.Label label2;
|
||
|
|
private JinYuan.ControlLib.NaviButton2 nav_QRCode;
|
||
|
|
}
|
||
|
|
}
|