|
|
|
@ -47,8 +47,6 @@
|
|
|
|
|
this.btnLanguage = new Rs.Controls.ButtonEx();
|
|
|
|
|
this.panel14 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnPermission = new Rs.Controls.ButtonEx();
|
|
|
|
|
this.panel15 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.btnQuit = new Rs.Controls.ButtonEx();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.panel16 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.lblMonitorFlow = new System.Windows.Forms.Label();
|
|
|
|
@ -81,7 +79,6 @@
|
|
|
|
|
this.panel12.SuspendLayout();
|
|
|
|
|
this.panel13.SuspendLayout();
|
|
|
|
|
this.panel14.SuspendLayout();
|
|
|
|
|
this.panel15.SuspendLayout();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.panel16.SuspendLayout();
|
|
|
|
|
this.panel7.SuspendLayout();
|
|
|
|
@ -111,7 +108,6 @@
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panel12, 5, 0);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panel13, 6, 0);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panel14, 7, 0);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panel15, 8, 0);
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
//
|
|
|
|
|
// btnRunData
|
|
|
|
@ -292,29 +288,6 @@
|
|
|
|
|
this.btnPermission.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnPermission.Click += new System.EventHandler(this.Menu_Clicked);
|
|
|
|
|
//
|
|
|
|
|
// panel15
|
|
|
|
|
//
|
|
|
|
|
this.panel15.Controls.Add(this.btnQuit);
|
|
|
|
|
resources.ApplyResources(this.panel15, "panel15");
|
|
|
|
|
this.panel15.Name = "panel15";
|
|
|
|
|
//
|
|
|
|
|
// btnQuit
|
|
|
|
|
//
|
|
|
|
|
this.btnQuit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
|
|
|
|
|
this.btnQuit.ButtonType = Rs.Controls.EButtonType.Quit;
|
|
|
|
|
this.btnQuit.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
|
|
resources.ApplyResources(this.btnQuit, "btnQuit");
|
|
|
|
|
this.btnQuit.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnQuit.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.btnQuit.Name = "btnQuit";
|
|
|
|
|
this.btnQuit.Selected = false;
|
|
|
|
|
this.btnQuit.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203)))));
|
|
|
|
|
this.btnQuit.ShowIcon = null;
|
|
|
|
|
this.btnQuit.ShowText = "退出";
|
|
|
|
|
this.btnQuit.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104)))));
|
|
|
|
|
this.btnQuit.UseVisualStyleBackColor = false;
|
|
|
|
|
this.btnQuit.Click += new System.EventHandler(this.Menu_Clicked);
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.BackColor = System.Drawing.Color.Red;
|
|
|
|
@ -470,15 +443,13 @@
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
|
this.Controls.Add(this.panel_main);
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.HeadText = "Dewey tester";
|
|
|
|
|
this.Name = "Home";
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Home_FormClosing);
|
|
|
|
|
this.Load += new System.EventHandler(this.Home2_Load);
|
|
|
|
|
this.Controls.SetChildIndex(this.panel1, 0);
|
|
|
|
|
this.Controls.SetChildIndex(this.tableLayoutPanel2, 0);
|
|
|
|
|
this.Controls.SetChildIndex(this.panel_main, 0);
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.panel8.ResumeLayout(false);
|
|
|
|
|
this.panel9.ResumeLayout(false);
|
|
|
|
@ -487,7 +458,6 @@
|
|
|
|
|
this.panel12.ResumeLayout(false);
|
|
|
|
|
this.panel13.ResumeLayout(false);
|
|
|
|
|
this.panel14.ResumeLayout(false);
|
|
|
|
|
this.panel15.ResumeLayout(false);
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.panel16.ResumeLayout(false);
|
|
|
|
|
this.panel7.ResumeLayout(false);
|
|
|
|
@ -509,7 +479,6 @@
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
|
|
private Controls.ButtonEx btnPermission;
|
|
|
|
|
private Controls.ButtonEx btnAbout;
|
|
|
|
|
private Controls.ButtonEx btnQuit;
|
|
|
|
|
private Controls.ButtonEx btnLanguage;
|
|
|
|
|
private Controls.ButtonEx btnData;
|
|
|
|
|
private Controls.ButtonEx btnMain;
|
|
|
|
@ -542,7 +511,6 @@
|
|
|
|
|
private System.Windows.Forms.Panel panel12;
|
|
|
|
|
private System.Windows.Forms.Panel panel13;
|
|
|
|
|
private System.Windows.Forms.Panel panel14;
|
|
|
|
|
private System.Windows.Forms.Panel panel15;
|
|
|
|
|
private System.Windows.Forms.Label lblStockPlaceFlow;
|
|
|
|
|
private System.Windows.Forms.Label lblFixturePlaceFlow;
|
|
|
|
|
private System.Windows.Forms.Panel panel16;
|
|
|
|
|