添加项目文件。
This commit is contained in:
Generated
+677
@@ -0,0 +1,677 @@
|
||||
namespace LargeSquareOne
|
||||
{
|
||||
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>
|
||||
/// 设计器支持所需的方法 - 不要修改
|
||||
/// 使用代码编辑器修改此方法的内容。
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
||||
this.MiddlePanel = new System.Windows.Forms.Panel();
|
||||
this.lbl_Title = new System.Windows.Forms.Label();
|
||||
this.label7 = new System.Windows.Forms.Label();
|
||||
this.label5 = new System.Windows.Forms.Label();
|
||||
this.led_IldeState = new SeeSharpTools.JY.GUI.LED();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.led_AlarmState = new SeeSharpTools.JY.GUI.LED();
|
||||
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.label19 = new System.Windows.Forms.Label();
|
||||
this.label18 = new System.Windows.Forms.Label();
|
||||
this.led_PLCState = new SeeSharpTools.JY.GUI.LED();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.btn_Return = new System.Windows.Forms.Button();
|
||||
this.lbl_DateTime = new System.Windows.Forms.Label();
|
||||
this.lblMES = new System.Windows.Forms.Label();
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.lblMS = new System.Windows.Forms.Label();
|
||||
this.lbl_LoginName = new System.Windows.Forms.Label();
|
||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||
this.lbl_LoginLevel = new System.Windows.Forms.Label();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.ucRollText1 = new JinYuan.ControlLib.UCRollText();
|
||||
this.btn_right = new System.Windows.Forms.Button();
|
||||
this.btn_Left = new System.Windows.Forms.Button();
|
||||
this.TopPanel = new System.Windows.Forms.Panel();
|
||||
this.nav_DataMonitor = new JinYuan.ControlLib.NaviButton2();
|
||||
this.btnScale = new System.Windows.Forms.Button();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
this.lbl_TitleBar = new System.Windows.Forms.Label();
|
||||
this.nav_CPK = new JinYuan.ControlLib.NaviButton2();
|
||||
this.label4 = new System.Windows.Forms.Label();
|
||||
this.nav_SetSystem = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_System = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_Monitor = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_AlarmLog = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_User = new JinYuan.ControlLib.NaviButton2();
|
||||
this.nav_HistotryData = new JinYuan.ControlLib.NaviButton2();
|
||||
this.btExit = new System.Windows.Forms.Button();
|
||||
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.非刷卡模式ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
||||
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.关于 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.隐藏主界面 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.显示主界面 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.退出 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.CorePanel = new JinYuan.ControlLib.PanelExt();
|
||||
this.MainPanel = new System.Windows.Forms.Panel();
|
||||
this.userStateMonitor1 = new JinYuan.ControlLib.UserStateMonitor(this.components);
|
||||
this.MiddlePanel.SuspendLayout();
|
||||
this.panel3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
this.TopPanel.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.panel2.SuspendLayout();
|
||||
this.contextMenuStrip1.SuspendLayout();
|
||||
this.contextMenuStrip2.SuspendLayout();
|
||||
this.CorePanel.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// MiddlePanel
|
||||
//
|
||||
resources.ApplyResources(this.MiddlePanel, "MiddlePanel");
|
||||
this.MiddlePanel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.MiddlePanel.Controls.Add(this.lbl_Title);
|
||||
this.MiddlePanel.Controls.Add(this.label7);
|
||||
this.MiddlePanel.Controls.Add(this.label5);
|
||||
this.MiddlePanel.Controls.Add(this.led_IldeState);
|
||||
this.MiddlePanel.Controls.Add(this.label1);
|
||||
this.MiddlePanel.Controls.Add(this.led_AlarmState);
|
||||
this.MiddlePanel.Controls.Add(this.label6);
|
||||
this.MiddlePanel.Controls.Add(this.led_RunState);
|
||||
this.MiddlePanel.Controls.Add(this.label21);
|
||||
this.MiddlePanel.Controls.Add(this.led_MESState);
|
||||
this.MiddlePanel.Controls.Add(this.label19);
|
||||
this.MiddlePanel.Controls.Add(this.label18);
|
||||
this.MiddlePanel.Controls.Add(this.led_PLCState);
|
||||
this.MiddlePanel.Controls.Add(this.panel3);
|
||||
this.MiddlePanel.Controls.Add(this.panel1);
|
||||
this.MiddlePanel.Controls.Add(this.btn_right);
|
||||
this.MiddlePanel.Controls.Add(this.btn_Left);
|
||||
this.MiddlePanel.Name = "MiddlePanel";
|
||||
//
|
||||
// lbl_Title
|
||||
//
|
||||
resources.ApplyResources(this.lbl_Title, "lbl_Title");
|
||||
this.lbl_Title.ForeColor = System.Drawing.Color.White;
|
||||
this.lbl_Title.Image = global::LargeSquareOne.Properties.Resources.Current;
|
||||
this.lbl_Title.Name = "lbl_Title";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
resources.ApplyResources(this.label7, "label7");
|
||||
this.label7.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label7.ForeColor = System.Drawing.Color.White;
|
||||
this.label7.Name = "label7";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
resources.ApplyResources(this.label5, "label5");
|
||||
this.label5.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label5.ForeColor = System.Drawing.Color.White;
|
||||
this.label5.Name = "label5";
|
||||
//
|
||||
// led_IldeState
|
||||
//
|
||||
resources.ApplyResources(this.led_IldeState, "led_IldeState");
|
||||
this.led_IldeState.BlinkColor = System.Drawing.Color.Lime;
|
||||
this.led_IldeState.BlinkInterval = 500;
|
||||
this.led_IldeState.BlinkOn = false;
|
||||
this.led_IldeState.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||||
this.led_IldeState.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
|
||||
this.led_IldeState.Name = "led_IldeState";
|
||||
this.led_IldeState.OffColor = System.Drawing.Color.Gray;
|
||||
this.led_IldeState.OnColor = System.Drawing.Color.Lime;
|
||||
this.led_IldeState.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||||
this.led_IldeState.Value = false;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
resources.ApplyResources(this.label1, "label1");
|
||||
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Name = "label1";
|
||||
//
|
||||
// led_AlarmState
|
||||
//
|
||||
resources.ApplyResources(this.led_AlarmState, "led_AlarmState");
|
||||
this.led_AlarmState.BlinkColor = System.Drawing.Color.Red;
|
||||
this.led_AlarmState.BlinkInterval = 500;
|
||||
this.led_AlarmState.BlinkOn = false;
|
||||
this.led_AlarmState.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||||
this.led_AlarmState.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
|
||||
this.led_AlarmState.Name = "led_AlarmState";
|
||||
this.led_AlarmState.OffColor = System.Drawing.Color.Gray;
|
||||
this.led_AlarmState.OnColor = System.Drawing.Color.Red;
|
||||
this.led_AlarmState.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||||
this.led_AlarmState.Value = false;
|
||||
//
|
||||
// label6
|
||||
//
|
||||
resources.ApplyResources(this.label6, "label6");
|
||||
this.label6.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label6.ForeColor = System.Drawing.Color.White;
|
||||
this.label6.Name = "label6";
|
||||
//
|
||||
// led_RunState
|
||||
//
|
||||
resources.ApplyResources(this.led_RunState, "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.Name = "led_RunState";
|
||||
this.led_RunState.OffColor = System.Drawing.Color.Gray;
|
||||
this.led_RunState.OnColor = System.Drawing.Color.Lime;
|
||||
this.led_RunState.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||||
this.led_RunState.Value = false;
|
||||
//
|
||||
// label21
|
||||
//
|
||||
resources.ApplyResources(this.label21, "label21");
|
||||
this.label21.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label21.ForeColor = System.Drawing.Color.White;
|
||||
this.label21.Name = "label21";
|
||||
//
|
||||
// led_MESState
|
||||
//
|
||||
resources.ApplyResources(this.led_MESState, "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.Name = "led_MESState";
|
||||
this.led_MESState.OffColor = System.Drawing.Color.Gray;
|
||||
this.led_MESState.OnColor = System.Drawing.Color.Lime;
|
||||
this.led_MESState.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||||
this.led_MESState.Value = false;
|
||||
//
|
||||
// label19
|
||||
//
|
||||
resources.ApplyResources(this.label19, "label19");
|
||||
this.label19.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label19.ForeColor = System.Drawing.Color.White;
|
||||
this.label19.Name = "label19";
|
||||
//
|
||||
// label18
|
||||
//
|
||||
resources.ApplyResources(this.label18, "label18");
|
||||
this.label18.BackColor = System.Drawing.Color.Transparent;
|
||||
this.label18.ForeColor = System.Drawing.Color.White;
|
||||
this.label18.Name = "label18";
|
||||
//
|
||||
// led_PLCState
|
||||
//
|
||||
resources.ApplyResources(this.led_PLCState, "led_PLCState");
|
||||
this.led_PLCState.BlinkColor = System.Drawing.Color.Lime;
|
||||
this.led_PLCState.BlinkInterval = 1000;
|
||||
this.led_PLCState.BlinkOn = false;
|
||||
this.led_PLCState.Cursor = System.Windows.Forms.Cursors.Arrow;
|
||||
this.led_PLCState.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
|
||||
this.led_PLCState.Name = "led_PLCState";
|
||||
this.led_PLCState.OffColor = System.Drawing.Color.Gray;
|
||||
this.led_PLCState.OnColor = System.Drawing.Color.Lime;
|
||||
this.led_PLCState.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
|
||||
this.led_PLCState.Value = false;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
resources.ApplyResources(this.panel3, "panel3");
|
||||
this.panel3.BackgroundImage = global::LargeSquareOne.Properties.Resources.Alarm1;
|
||||
this.panel3.Controls.Add(this.btn_Return);
|
||||
this.panel3.Controls.Add(this.lbl_DateTime);
|
||||
this.panel3.Controls.Add(this.lblMES);
|
||||
this.panel3.Controls.Add(this.label2);
|
||||
this.panel3.Controls.Add(this.lblMS);
|
||||
this.panel3.Controls.Add(this.lbl_LoginName);
|
||||
this.panel3.Controls.Add(this.pictureBox2);
|
||||
this.panel3.Controls.Add(this.lbl_LoginLevel);
|
||||
this.panel3.Name = "panel3";
|
||||
//
|
||||
// btn_Return
|
||||
//
|
||||
resources.ApplyResources(this.btn_Return, "btn_Return");
|
||||
this.btn_Return.BackColor = System.Drawing.Color.RoyalBlue;
|
||||
this.btn_Return.ForeColor = System.Drawing.Color.White;
|
||||
this.btn_Return.Name = "btn_Return";
|
||||
this.btn_Return.UseVisualStyleBackColor = false;
|
||||
this.btn_Return.Click += new System.EventHandler(this.btn_Return_Click);
|
||||
//
|
||||
// lbl_DateTime
|
||||
//
|
||||
resources.ApplyResources(this.lbl_DateTime, "lbl_DateTime");
|
||||
this.lbl_DateTime.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
|
||||
this.lbl_DateTime.Name = "lbl_DateTime";
|
||||
//
|
||||
// lblMES
|
||||
//
|
||||
resources.ApplyResources(this.lblMES, "lblMES");
|
||||
this.lblMES.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
|
||||
this.lblMES.Name = "lblMES";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
resources.ApplyResources(this.label2, "label2");
|
||||
this.label2.ForeColor = System.Drawing.Color.White;
|
||||
this.label2.Name = "label2";
|
||||
//
|
||||
// lblMS
|
||||
//
|
||||
resources.ApplyResources(this.lblMS, "lblMS");
|
||||
this.lblMS.ForeColor = System.Drawing.Color.White;
|
||||
this.lblMS.Name = "lblMS";
|
||||
//
|
||||
// lbl_LoginName
|
||||
//
|
||||
resources.ApplyResources(this.lbl_LoginName, "lbl_LoginName");
|
||||
this.lbl_LoginName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
|
||||
this.lbl_LoginName.Name = "lbl_LoginName";
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox2, "pictureBox2");
|
||||
this.pictureBox2.Image = global::LargeSquareOne.Properties.Resources.User;
|
||||
this.pictureBox2.Name = "pictureBox2";
|
||||
this.pictureBox2.TabStop = false;
|
||||
//
|
||||
// lbl_LoginLevel
|
||||
//
|
||||
resources.ApplyResources(this.lbl_LoginLevel, "lbl_LoginLevel");
|
||||
this.lbl_LoginLevel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(233)))), ((int)(((byte)(255)))));
|
||||
this.lbl_LoginLevel.Name = "lbl_LoginLevel";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
resources.ApplyResources(this.panel1, "panel1");
|
||||
this.panel1.BackgroundImage = global::LargeSquareOne.Properties.Resources.Alarm1;
|
||||
this.panel1.Controls.Add(this.ucRollText1);
|
||||
this.panel1.Name = "panel1";
|
||||
//
|
||||
// ucRollText1
|
||||
//
|
||||
resources.ApplyResources(this.ucRollText1, "ucRollText1");
|
||||
this.ucRollText1.ForeColor = System.Drawing.Color.White;
|
||||
this.ucRollText1.ISChangeReset = false;
|
||||
this.ucRollText1.IsExit = false;
|
||||
this.ucRollText1.MoveSleepTime = 150;
|
||||
this.ucRollText1.Name = "ucRollText1";
|
||||
this.ucRollText1.RollStyle = JinYuan.ControlLib.RollStyle.RightToLeft;
|
||||
//
|
||||
// btn_right
|
||||
//
|
||||
resources.ApplyResources(this.btn_right, "btn_right");
|
||||
this.btn_right.BackgroundImage = global::LargeSquareOne.Properties.Resources.Right;
|
||||
this.btn_right.FlatAppearance.BorderSize = 0;
|
||||
this.btn_right.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_right.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_right.Name = "btn_right";
|
||||
this.btn_right.UseVisualStyleBackColor = true;
|
||||
this.btn_right.Click += new System.EventHandler(this.btn_right_Click);
|
||||
//
|
||||
// btn_Left
|
||||
//
|
||||
resources.ApplyResources(this.btn_Left, "btn_Left");
|
||||
this.btn_Left.BackgroundImage = global::LargeSquareOne.Properties.Resources.Left;
|
||||
this.btn_Left.FlatAppearance.BorderSize = 0;
|
||||
this.btn_Left.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_Left.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
||||
this.btn_Left.Name = "btn_Left";
|
||||
this.btn_Left.UseVisualStyleBackColor = true;
|
||||
this.btn_Left.Click += new System.EventHandler(this.btn_Left_Click);
|
||||
//
|
||||
// TopPanel
|
||||
//
|
||||
resources.ApplyResources(this.TopPanel, "TopPanel");
|
||||
this.TopPanel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.TopPanel.Controls.Add(this.nav_DataMonitor);
|
||||
this.TopPanel.Controls.Add(this.btnScale);
|
||||
this.TopPanel.Controls.Add(this.pictureBox1);
|
||||
this.TopPanel.Controls.Add(this.panel2);
|
||||
this.TopPanel.Controls.Add(this.nav_CPK);
|
||||
this.TopPanel.Controls.Add(this.label4);
|
||||
this.TopPanel.Controls.Add(this.nav_SetSystem);
|
||||
this.TopPanel.Controls.Add(this.nav_System);
|
||||
this.TopPanel.Controls.Add(this.nav_Monitor);
|
||||
this.TopPanel.Controls.Add(this.nav_AlarmLog);
|
||||
this.TopPanel.Controls.Add(this.nav_User);
|
||||
this.TopPanel.Controls.Add(this.nav_HistotryData);
|
||||
this.TopPanel.Controls.Add(this.btExit);
|
||||
this.TopPanel.Name = "TopPanel";
|
||||
this.TopPanel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||||
this.TopPanel.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||||
//
|
||||
// nav_DataMonitor
|
||||
//
|
||||
resources.ApplyResources(this.nav_DataMonitor, "nav_DataMonitor");
|
||||
this.nav_DataMonitor.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_DataMonitor.IsLeft = true;
|
||||
this.nav_DataMonitor.IsSelected = false;
|
||||
this.nav_DataMonitor.Name = "nav_DataMonitor";
|
||||
this.nav_DataMonitor.TitleName = "数据监控";
|
||||
this.nav_DataMonitor.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// btnScale
|
||||
//
|
||||
resources.ApplyResources(this.btnScale, "btnScale");
|
||||
this.btnScale.Name = "btnScale";
|
||||
this.btnScale.UseVisualStyleBackColor = true;
|
||||
this.btnScale.Click += new System.EventHandler(this.btnScale_Click);
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
||||
this.pictureBox1.Image = global::LargeSquareOne.Properties.Resources.eve;
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
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);
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
resources.ApplyResources(this.panel2, "panel2");
|
||||
this.panel2.Controls.Add(this.label3);
|
||||
this.panel2.Controls.Add(this.lbl_TitleBar);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||||
this.panel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||||
//
|
||||
// label3
|
||||
//
|
||||
resources.ApplyResources(this.label3, "label3");
|
||||
this.label3.ForeColor = System.Drawing.Color.White;
|
||||
this.label3.Name = "label3";
|
||||
this.label3.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||||
this.label3.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||||
//
|
||||
// lbl_TitleBar
|
||||
//
|
||||
resources.ApplyResources(this.lbl_TitleBar, "lbl_TitleBar");
|
||||
this.lbl_TitleBar.ForeColor = System.Drawing.Color.White;
|
||||
this.lbl_TitleBar.Name = "lbl_TitleBar";
|
||||
this.lbl_TitleBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||||
this.lbl_TitleBar.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||||
//
|
||||
// nav_CPK
|
||||
//
|
||||
resources.ApplyResources(this.nav_CPK, "nav_CPK");
|
||||
this.nav_CPK.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_CPK.IsLeft = true;
|
||||
this.nav_CPK.IsSelected = false;
|
||||
this.nav_CPK.Name = "nav_CPK";
|
||||
this.nav_CPK.TitleName = "数据分析";
|
||||
this.nav_CPK.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// label4
|
||||
//
|
||||
resources.ApplyResources(this.label4, "label4");
|
||||
this.label4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||
this.label4.ForeColor = System.Drawing.Color.White;
|
||||
this.label4.Name = "label4";
|
||||
this.label4.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseDown);
|
||||
this.label4.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Panel_MouseMove);
|
||||
//
|
||||
// nav_SetSystem
|
||||
//
|
||||
resources.ApplyResources(this.nav_SetSystem, "nav_SetSystem");
|
||||
this.nav_SetSystem.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_SetSystem.IsLeft = false;
|
||||
this.nav_SetSystem.IsSelected = false;
|
||||
this.nav_SetSystem.Name = "nav_SetSystem";
|
||||
this.nav_SetSystem.TitleName = "参数设置";
|
||||
this.nav_SetSystem.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// nav_System
|
||||
//
|
||||
resources.ApplyResources(this.nav_System, "nav_System");
|
||||
this.nav_System.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_System.IsLeft = false;
|
||||
this.nav_System.IsSelected = false;
|
||||
this.nav_System.Name = "nav_System";
|
||||
this.nav_System.TitleName = "系统设置";
|
||||
this.nav_System.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// nav_Monitor
|
||||
//
|
||||
resources.ApplyResources(this.nav_Monitor, "nav_Monitor");
|
||||
this.nav_Monitor.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_Monitor.IsLeft = true;
|
||||
this.nav_Monitor.IsSelected = false;
|
||||
this.nav_Monitor.Name = "nav_Monitor";
|
||||
this.nav_Monitor.TitleName = "集中监控";
|
||||
this.nav_Monitor.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// nav_AlarmLog
|
||||
//
|
||||
resources.ApplyResources(this.nav_AlarmLog, "nav_AlarmLog");
|
||||
this.nav_AlarmLog.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_AlarmLog.IsLeft = true;
|
||||
this.nav_AlarmLog.IsSelected = false;
|
||||
this.nav_AlarmLog.Name = "nav_AlarmLog";
|
||||
this.nav_AlarmLog.TitleName = "日志报警";
|
||||
this.nav_AlarmLog.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// nav_User
|
||||
//
|
||||
resources.ApplyResources(this.nav_User, "nav_User");
|
||||
this.nav_User.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_User.IsLeft = false;
|
||||
this.nav_User.IsSelected = false;
|
||||
this.nav_User.Name = "nav_User";
|
||||
this.nav_User.TitleName = "用户管理";
|
||||
this.nav_User.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// nav_HistotryData
|
||||
//
|
||||
resources.ApplyResources(this.nav_HistotryData, "nav_HistotryData");
|
||||
this.nav_HistotryData.BackColor = System.Drawing.Color.Transparent;
|
||||
this.nav_HistotryData.IsLeft = false;
|
||||
this.nav_HistotryData.IsSelected = false;
|
||||
this.nav_HistotryData.Name = "nav_HistotryData";
|
||||
this.nav_HistotryData.TitleName = "数据追溯";
|
||||
this.nav_HistotryData.Click += new System.EventHandler(this.CommonNaviButton_Click);
|
||||
//
|
||||
// btExit
|
||||
//
|
||||
resources.ApplyResources(this.btExit, "btExit");
|
||||
this.btExit.BackgroundImage = global::LargeSquareOne.Properties.Resources.Exit1;
|
||||
this.btExit.FlatAppearance.BorderSize = 0;
|
||||
this.btExit.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
||||
this.btExit.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
||||
this.btExit.Name = "btExit";
|
||||
this.btExit.UseVisualStyleBackColor = true;
|
||||
this.btExit.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btExit_MouseDown);
|
||||
//
|
||||
// contextMenuStrip1
|
||||
//
|
||||
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
||||
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.非刷卡模式ToolStripMenuItem});
|
||||
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
||||
//
|
||||
// 非刷卡模式ToolStripMenuItem
|
||||
//
|
||||
resources.ApplyResources(this.非刷卡模式ToolStripMenuItem, "非刷卡模式ToolStripMenuItem");
|
||||
this.非刷卡模式ToolStripMenuItem.Name = "非刷卡模式ToolStripMenuItem";
|
||||
this.非刷卡模式ToolStripMenuItem.Click += new System.EventHandler(this.非刷卡模式ToolStripMenuItem_Click);
|
||||
//
|
||||
// notifyIcon1
|
||||
//
|
||||
resources.ApplyResources(this.notifyIcon1, "notifyIcon1");
|
||||
this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip2;
|
||||
this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseClick);
|
||||
//
|
||||
// contextMenuStrip2
|
||||
//
|
||||
resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2");
|
||||
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.关于,
|
||||
this.隐藏主界面,
|
||||
this.显示主界面,
|
||||
this.退出});
|
||||
this.contextMenuStrip2.Name = "contextMenuStrip2";
|
||||
//
|
||||
// 关于
|
||||
//
|
||||
resources.ApplyResources(this.关于, "关于");
|
||||
this.关于.Name = "关于";
|
||||
this.关于.Click += new System.EventHandler(this.关于_Click);
|
||||
//
|
||||
// 隐藏主界面
|
||||
//
|
||||
resources.ApplyResources(this.隐藏主界面, "隐藏主界面");
|
||||
this.隐藏主界面.Name = "隐藏主界面";
|
||||
this.隐藏主界面.Click += new System.EventHandler(this.隐藏主界面_Click);
|
||||
//
|
||||
// 显示主界面
|
||||
//
|
||||
resources.ApplyResources(this.显示主界面, "显示主界面");
|
||||
this.显示主界面.Name = "显示主界面";
|
||||
this.显示主界面.Click += new System.EventHandler(this.显示主界面_Click);
|
||||
//
|
||||
// 退出
|
||||
//
|
||||
resources.ApplyResources(this.退出, "退出");
|
||||
this.退出.Name = "退出";
|
||||
this.退出.Click += new System.EventHandler(this.退出_Click);
|
||||
//
|
||||
// CorePanel
|
||||
//
|
||||
resources.ApplyResources(this.CorePanel, "CorePanel");
|
||||
this.CorePanel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.CorePanel.BordeColor = System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(77)))), ((int)(((byte)(147)))));
|
||||
this.CorePanel.BordeWidth = 3;
|
||||
this.CorePanel.BottomGap = 10;
|
||||
this.CorePanel.Controls.Add(this.MainPanel);
|
||||
this.CorePanel.LeftGap = 20;
|
||||
this.CorePanel.Name = "CorePanel";
|
||||
this.CorePanel.RightGap = 20;
|
||||
this.CorePanel.TopGap = 10;
|
||||
//
|
||||
// MainPanel
|
||||
//
|
||||
resources.ApplyResources(this.MainPanel, "MainPanel");
|
||||
this.MainPanel.ContextMenuStrip = this.contextMenuStrip1;
|
||||
this.MainPanel.Name = "MainPanel";
|
||||
//
|
||||
// userStateMonitor1
|
||||
//
|
||||
this.userStateMonitor1.Timeout = 5000;
|
||||
//
|
||||
// FrmMain
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(23)))), ((int)(((byte)(38)))));
|
||||
this.Controls.Add(this.CorePanel);
|
||||
this.Controls.Add(this.MiddlePanel);
|
||||
this.Controls.Add(this.TopPanel);
|
||||
this.DoubleBuffered = true;
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Name = "FrmMain";
|
||||
this.SizeChanged += new System.EventHandler(this.FrmMain_SizeChanged);
|
||||
this.MiddlePanel.ResumeLayout(false);
|
||||
this.MiddlePanel.PerformLayout();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.TopPanel.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.contextMenuStrip1.ResumeLayout(false);
|
||||
this.contextMenuStrip2.ResumeLayout(false);
|
||||
this.CorePanel.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Panel TopPanel;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.Panel MiddlePanel;
|
||||
private System.Windows.Forms.Button btExit;
|
||||
private System.Windows.Forms.Label lbl_TitleBar;
|
||||
private System.Windows.Forms.Label lbl_Title;
|
||||
private System.Windows.Forms.Button btn_right;
|
||||
private System.Windows.Forms.Button btn_Left;
|
||||
private System.Windows.Forms.Label lbl_DateTime;
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.Label lbl_LoginLevel;
|
||||
private System.Windows.Forms.PictureBox pictureBox2;
|
||||
private JinYuan.ControlLib.PanelExt CorePanel;
|
||||
private System.Windows.Forms.Panel MainPanel;
|
||||
private System.Windows.Forms.Label label4;
|
||||
private JinYuan.ControlLib.NaviButton2 nav_HistotryData;
|
||||
private JinYuan.ControlLib.NaviButton2 nav_AlarmLog;
|
||||
private JinYuan.ControlLib.NaviButton2 nav_User;
|
||||
private JinYuan.ControlLib.NaviButton2 nav_SetSystem;
|
||||
private JinYuan.ControlLib.NaviButton2 nav_Monitor;
|
||||
private JinYuan.ControlLib.NaviButton2 nav_System;
|
||||
private JinYuan.ControlLib.NaviButton2 nav_DataMonitor;
|
||||
private JinYuan.ControlLib.NaviButton2 nav_CPK;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private System.Windows.Forms.Label label19;
|
||||
private System.Windows.Forms.Label label18;
|
||||
private System.Windows.Forms.Label label21;
|
||||
private System.Windows.Forms.Label label6;
|
||||
private SeeSharpTools.JY.GUI.LED led_PLCState;
|
||||
private System.Windows.Forms.Label lbl_LoginName;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private JinYuan.ControlLib.UCRollText ucRollText1;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private SeeSharpTools.JY.GUI.LED led_IldeState;
|
||||
private SeeSharpTools.JY.GUI.LED led_AlarmState;
|
||||
private SeeSharpTools.JY.GUI.LED led_RunState;
|
||||
private SeeSharpTools.JY.GUI.LED led_MESState;
|
||||
private System.Windows.Forms.Label label7;
|
||||
private System.Windows.Forms.Label label5;
|
||||
private System.Windows.Forms.Label lblMES;
|
||||
private System.Windows.Forms.Label lblMS;
|
||||
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
||||
private System.Windows.Forms.ToolStripMenuItem 非刷卡模式ToolStripMenuItem;
|
||||
private JinYuan.ControlLib.UserStateMonitor userStateMonitor1;
|
||||
private System.Windows.Forms.Button btnScale;
|
||||
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
||||
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
|
||||
private System.Windows.Forms.ToolStripMenuItem 关于;
|
||||
private System.Windows.Forms.ToolStripMenuItem 隐藏主界面;
|
||||
private System.Windows.Forms.ToolStripMenuItem 显示主界面;
|
||||
private System.Windows.Forms.ToolStripMenuItem 退出;
|
||||
private System.Windows.Forms.Button btn_Return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user