|
@@ -29,11 +29,11 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Home));
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
this.txt_CurSupplierCode = new System.Windows.Forms.TextBox();
|
|
@@ -46,6 +46,8 @@
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.groupBox14 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.pictureBox9 = new System.Windows.Forms.PictureBox();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.pictureBoxMESStatus2 = new System.Windows.Forms.PictureBox();
|
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
@@ -73,12 +75,12 @@
|
|
|
this.colTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.colMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.imageListState = new System.Windows.Forms.ImageList(this.components);
|
|
|
- this.groupBox14 = new System.Windows.Forms.GroupBox();
|
|
|
- this.pictureBox9 = new System.Windows.Forms.PictureBox();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
+ this.groupBox14.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMESStatus2)).BeginInit();
|
|
|
this.groupBox5.SuspendLayout();
|
|
@@ -102,8 +104,6 @@
|
|
|
this.panel3.SuspendLayout();
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.systemLog)).BeginInit();
|
|
|
- this.groupBox14.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
@@ -111,9 +111,10 @@
|
|
|
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel1.Controls.Add(this.groupBox3);
|
|
|
- this.panel1.Location = new System.Drawing.Point(14, 15);
|
|
|
+ this.panel1.Location = new System.Drawing.Point(9, 10);
|
|
|
+ this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(1539, 183);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(1026, 122);
|
|
|
this.panel1.TabIndex = 0;
|
|
|
//
|
|
|
// groupBox3
|
|
@@ -129,77 +130,88 @@
|
|
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.groupBox3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.groupBox3.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.groupBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
- this.groupBox3.Size = new System.Drawing.Size(1539, 183);
|
|
|
+ this.groupBox3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBox3.Size = new System.Drawing.Size(1026, 122);
|
|
|
this.groupBox3.TabIndex = 2;
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "当前加工订单信息";
|
|
|
+ this.groupBox3.Enter += new System.EventHandler(this.groupBox3_Enter);
|
|
|
//
|
|
|
// txt_CurSupplierCode
|
|
|
//
|
|
|
this.txt_CurSupplierCode.Enabled = false;
|
|
|
- this.txt_CurSupplierCode.Location = new System.Drawing.Point(650, 120);
|
|
|
+ this.txt_CurSupplierCode.Location = new System.Drawing.Point(433, 80);
|
|
|
+ this.txt_CurSupplierCode.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.txt_CurSupplierCode.Name = "txt_CurSupplierCode";
|
|
|
- this.txt_CurSupplierCode.Size = new System.Drawing.Size(262, 36);
|
|
|
+ this.txt_CurSupplierCode.Size = new System.Drawing.Size(176, 27);
|
|
|
this.txt_CurSupplierCode.TabIndex = 95;
|
|
|
//
|
|
|
// label20
|
|
|
//
|
|
|
this.label20.AutoSize = true;
|
|
|
- this.label20.Location = new System.Drawing.Point(507, 124);
|
|
|
+ this.label20.Location = new System.Drawing.Point(338, 83);
|
|
|
+ this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label20.Name = "label20";
|
|
|
- this.label20.Size = new System.Drawing.Size(128, 30);
|
|
|
+ this.label20.Size = new System.Drawing.Size(88, 20);
|
|
|
this.label20.TabIndex = 94;
|
|
|
this.label20.Text = "供应商代码:";
|
|
|
//
|
|
|
// currentMtltmrk
|
|
|
//
|
|
|
this.currentMtltmrk.Enabled = false;
|
|
|
- this.currentMtltmrk.Location = new System.Drawing.Point(650, 58);
|
|
|
+ this.currentMtltmrk.Location = new System.Drawing.Point(433, 39);
|
|
|
+ this.currentMtltmrk.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.currentMtltmrk.Name = "currentMtltmrk";
|
|
|
- this.currentMtltmrk.Size = new System.Drawing.Size(262, 36);
|
|
|
+ this.currentMtltmrk.Size = new System.Drawing.Size(176, 27);
|
|
|
this.currentMtltmrk.TabIndex = 10;
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(530, 63);
|
|
|
+ this.label3.Location = new System.Drawing.Point(353, 42);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
- this.label3.Size = new System.Drawing.Size(106, 30);
|
|
|
+ this.label3.Size = new System.Drawing.Size(73, 20);
|
|
|
this.label3.TabIndex = 7;
|
|
|
this.label3.Text = "产品型号:";
|
|
|
//
|
|
|
// currentBN
|
|
|
//
|
|
|
this.currentBN.Enabled = false;
|
|
|
- this.currentBN.Location = new System.Drawing.Point(178, 120);
|
|
|
+ this.currentBN.Location = new System.Drawing.Point(119, 80);
|
|
|
+ this.currentBN.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.currentBN.Name = "currentBN";
|
|
|
- this.currentBN.Size = new System.Drawing.Size(262, 36);
|
|
|
+ this.currentBN.Size = new System.Drawing.Size(176, 27);
|
|
|
this.currentBN.TabIndex = 3;
|
|
|
//
|
|
|
// currentWC
|
|
|
//
|
|
|
this.currentWC.Enabled = false;
|
|
|
- this.currentWC.Location = new System.Drawing.Point(178, 58);
|
|
|
+ this.currentWC.Location = new System.Drawing.Point(119, 39);
|
|
|
+ this.currentWC.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.currentWC.Name = "currentWC";
|
|
|
- this.currentWC.Size = new System.Drawing.Size(262, 36);
|
|
|
+ this.currentWC.Size = new System.Drawing.Size(176, 27);
|
|
|
this.currentWC.TabIndex = 2;
|
|
|
//
|
|
|
// label2
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(69, 124);
|
|
|
+ this.label2.Location = new System.Drawing.Point(46, 83);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(101, 30);
|
|
|
+ this.label2.Size = new System.Drawing.Size(69, 20);
|
|
|
this.label2.TabIndex = 1;
|
|
|
this.label2.Text = "批次号:";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
- this.label1.Location = new System.Drawing.Point(28, 63);
|
|
|
+ this.label1.Location = new System.Drawing.Point(19, 42);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
- this.label1.Size = new System.Drawing.Size(128, 30);
|
|
|
+ this.label1.Size = new System.Drawing.Size(88, 20);
|
|
|
this.label1.TabIndex = 0;
|
|
|
this.label1.Text = "车间订单号:";
|
|
|
//
|
|
@@ -208,9 +220,10 @@
|
|
|
this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel2.Controls.Add(this.groupBox2);
|
|
|
- this.panel2.Location = new System.Drawing.Point(14, 682);
|
|
|
+ this.panel2.Location = new System.Drawing.Point(9, 455);
|
|
|
+ this.panel2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.panel2.Name = "panel2";
|
|
|
- this.panel2.Size = new System.Drawing.Size(1539, 150);
|
|
|
+ this.panel2.Size = new System.Drawing.Size(1026, 100);
|
|
|
this.panel2.TabIndex = 1;
|
|
|
//
|
|
|
// groupBox2
|
|
@@ -227,21 +240,53 @@
|
|
|
this.groupBox2.Controls.Add(this.groupBox13);
|
|
|
this.groupBox2.Controls.Add(this.groupBox11);
|
|
|
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.groupBox2.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.groupBox2.Location = new System.Drawing.Point(2, 2);
|
|
|
+ this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
- this.groupBox2.Size = new System.Drawing.Size(1225, 141);
|
|
|
+ this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(817, 94);
|
|
|
this.groupBox2.TabIndex = 1;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "设备状态";
|
|
|
//
|
|
|
+ // groupBox14
|
|
|
+ //
|
|
|
+ this.groupBox14.Controls.Add(this.pictureBox9);
|
|
|
+ this.groupBox14.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
+ this.groupBox14.Location = new System.Drawing.Point(707, 24);
|
|
|
+ this.groupBox14.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBox14.Name = "groupBox14";
|
|
|
+ this.groupBox14.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBox14.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
+ this.groupBox14.Size = new System.Drawing.Size(64, 60);
|
|
|
+ this.groupBox14.TabIndex = 19;
|
|
|
+ this.groupBox14.TabStop = false;
|
|
|
+ this.groupBox14.Text = "PLC9";
|
|
|
+ this.groupBox14.Visible = false;
|
|
|
+ //
|
|
|
+ // pictureBox9
|
|
|
+ //
|
|
|
+ this.pictureBox9.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox9.ErrorImage")));
|
|
|
+ this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
|
|
|
+ this.pictureBox9.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox9.InitialImage")));
|
|
|
+ this.pictureBox9.Location = new System.Drawing.Point(19, 24);
|
|
|
+ this.pictureBox9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.pictureBox9.Name = "pictureBox9";
|
|
|
+ this.pictureBox9.Size = new System.Drawing.Size(26, 28);
|
|
|
+ this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.pictureBox9.TabIndex = 18;
|
|
|
+ this.pictureBox9.TabStop = false;
|
|
|
+ //
|
|
|
// groupBox1
|
|
|
//
|
|
|
this.groupBox1.Controls.Add(this.pictureBoxMESStatus2);
|
|
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox1.Location = new System.Drawing.Point(133, 36);
|
|
|
+ this.groupBox1.Location = new System.Drawing.Point(89, 24);
|
|
|
+ this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
+ this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox1.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox1.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox1.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox1.TabIndex = 12;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "IOT";
|
|
@@ -251,9 +296,10 @@
|
|
|
this.pictureBoxMESStatus2.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMESStatus2.ErrorImage")));
|
|
|
this.pictureBoxMESStatus2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxMESStatus2.Image")));
|
|
|
this.pictureBoxMESStatus2.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMESStatus2.InitialImage")));
|
|
|
- this.pictureBoxMESStatus2.Location = new System.Drawing.Point(27, 36);
|
|
|
+ this.pictureBoxMESStatus2.Location = new System.Drawing.Point(18, 24);
|
|
|
+ this.pictureBoxMESStatus2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBoxMESStatus2.Name = "pictureBoxMESStatus2";
|
|
|
- this.pictureBoxMESStatus2.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBoxMESStatus2.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBoxMESStatus2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBoxMESStatus2.TabIndex = 10;
|
|
|
this.pictureBoxMESStatus2.TabStop = false;
|
|
@@ -262,10 +308,12 @@
|
|
|
//
|
|
|
this.groupBox5.Controls.Add(this.pictureBoxMESStatus);
|
|
|
this.groupBox5.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox5.Location = new System.Drawing.Point(30, 36);
|
|
|
+ this.groupBox5.Location = new System.Drawing.Point(20, 24);
|
|
|
+ this.groupBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox5.Name = "groupBox5";
|
|
|
+ this.groupBox5.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox5.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox5.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox5.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox5.TabIndex = 0;
|
|
|
this.groupBox5.TabStop = false;
|
|
|
this.groupBox5.Text = "MES";
|
|
@@ -275,9 +323,10 @@
|
|
|
this.pictureBoxMESStatus.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMESStatus.ErrorImage")));
|
|
|
this.pictureBoxMESStatus.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxMESStatus.Image")));
|
|
|
this.pictureBoxMESStatus.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBoxMESStatus.InitialImage")));
|
|
|
- this.pictureBoxMESStatus.Location = new System.Drawing.Point(27, 36);
|
|
|
+ this.pictureBoxMESStatus.Location = new System.Drawing.Point(18, 24);
|
|
|
+ this.pictureBoxMESStatus.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBoxMESStatus.Name = "pictureBoxMESStatus";
|
|
|
- this.pictureBoxMESStatus.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBoxMESStatus.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBoxMESStatus.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBoxMESStatus.TabIndex = 10;
|
|
|
this.pictureBoxMESStatus.TabStop = false;
|
|
@@ -286,10 +335,12 @@
|
|
|
//
|
|
|
this.groupBox7.Controls.Add(this.pictureBox6);
|
|
|
this.groupBox7.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox7.Location = new System.Drawing.Point(751, 36);
|
|
|
+ this.groupBox7.Location = new System.Drawing.Point(501, 24);
|
|
|
+ this.groupBox7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox7.Name = "groupBox7";
|
|
|
+ this.groupBox7.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox7.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox7.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox7.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox7.TabIndex = 1;
|
|
|
this.groupBox7.TabStop = false;
|
|
|
this.groupBox7.Text = "PLC6";
|
|
@@ -300,9 +351,10 @@
|
|
|
this.pictureBox6.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.ErrorImage")));
|
|
|
this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
|
|
|
this.pictureBox6.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.InitialImage")));
|
|
|
- this.pictureBox6.Location = new System.Drawing.Point(27, 36);
|
|
|
+ this.pictureBox6.Location = new System.Drawing.Point(18, 24);
|
|
|
+ this.pictureBox6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox6.Name = "pictureBox6";
|
|
|
- this.pictureBox6.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBox6.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox6.TabIndex = 16;
|
|
|
this.pictureBox6.TabStop = false;
|
|
@@ -311,10 +363,12 @@
|
|
|
//
|
|
|
this.groupBox12.Controls.Add(this.pictureBox8);
|
|
|
this.groupBox12.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox12.Location = new System.Drawing.Point(957, 36);
|
|
|
+ this.groupBox12.Location = new System.Drawing.Point(638, 24);
|
|
|
+ this.groupBox12.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox12.Name = "groupBox12";
|
|
|
+ this.groupBox12.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox12.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox12.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox12.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox12.TabIndex = 1;
|
|
|
this.groupBox12.TabStop = false;
|
|
|
this.groupBox12.Text = "PLC8";
|
|
@@ -325,9 +379,10 @@
|
|
|
this.pictureBox8.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox8.ErrorImage")));
|
|
|
this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
|
|
|
this.pictureBox8.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox8.InitialImage")));
|
|
|
- this.pictureBox8.Location = new System.Drawing.Point(28, 36);
|
|
|
+ this.pictureBox8.Location = new System.Drawing.Point(19, 24);
|
|
|
+ this.pictureBox8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox8.Name = "pictureBox8";
|
|
|
- this.pictureBox8.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBox8.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox8.TabIndex = 18;
|
|
|
this.pictureBox8.TabStop = false;
|
|
@@ -336,10 +391,12 @@
|
|
|
//
|
|
|
this.groupBox9.Controls.Add(this.pictureBox7);
|
|
|
this.groupBox9.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox9.Location = new System.Drawing.Point(854, 36);
|
|
|
+ this.groupBox9.Location = new System.Drawing.Point(569, 24);
|
|
|
+ this.groupBox9.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox9.Name = "groupBox9";
|
|
|
+ this.groupBox9.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox9.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox9.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox9.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox9.TabIndex = 1;
|
|
|
this.groupBox9.TabStop = false;
|
|
|
this.groupBox9.Text = "PLC7";
|
|
@@ -350,9 +407,10 @@
|
|
|
this.pictureBox7.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox7.ErrorImage")));
|
|
|
this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
|
|
|
this.pictureBox7.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox7.InitialImage")));
|
|
|
- this.pictureBox7.Location = new System.Drawing.Point(30, 36);
|
|
|
+ this.pictureBox7.Location = new System.Drawing.Point(20, 24);
|
|
|
+ this.pictureBox7.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox7.Name = "pictureBox7";
|
|
|
- this.pictureBox7.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBox7.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox7.TabIndex = 17;
|
|
|
this.pictureBox7.TabStop = false;
|
|
@@ -361,10 +419,12 @@
|
|
|
//
|
|
|
this.groupBox8.Controls.Add(this.pictureBox1);
|
|
|
this.groupBox8.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox8.Location = new System.Drawing.Point(236, 36);
|
|
|
+ this.groupBox8.Location = new System.Drawing.Point(157, 24);
|
|
|
+ this.groupBox8.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox8.Name = "groupBox8";
|
|
|
+ this.groupBox8.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox8.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox8.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox8.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox8.TabIndex = 1;
|
|
|
this.groupBox8.TabStop = false;
|
|
|
this.groupBox8.Text = "PLC";
|
|
@@ -374,9 +434,10 @@
|
|
|
this.pictureBox1.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.ErrorImage")));
|
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
|
this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(30, 36);
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(20, 24);
|
|
|
+ this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
- this.pictureBox1.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox1.TabIndex = 0;
|
|
|
this.pictureBox1.TabStop = false;
|
|
@@ -385,10 +446,12 @@
|
|
|
//
|
|
|
this.groupBox6.Controls.Add(this.pictureBox2);
|
|
|
this.groupBox6.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox6.Location = new System.Drawing.Point(339, 36);
|
|
|
+ this.groupBox6.Location = new System.Drawing.Point(226, 24);
|
|
|
+ this.groupBox6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox6.Name = "groupBox6";
|
|
|
+ this.groupBox6.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox6.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox6.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox6.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox6.TabIndex = 11;
|
|
|
this.groupBox6.TabStop = false;
|
|
|
this.groupBox6.Text = "PLC2";
|
|
@@ -399,9 +462,10 @@
|
|
|
this.pictureBox2.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.ErrorImage")));
|
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
|
this.pictureBox2.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox2.InitialImage")));
|
|
|
- this.pictureBox2.Location = new System.Drawing.Point(30, 36);
|
|
|
+ this.pictureBox2.Location = new System.Drawing.Point(20, 24);
|
|
|
+ this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
- this.pictureBox2.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBox2.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox2.TabIndex = 12;
|
|
|
this.pictureBox2.TabStop = false;
|
|
@@ -410,10 +474,12 @@
|
|
|
//
|
|
|
this.groupBox10.Controls.Add(this.pictureBox3);
|
|
|
this.groupBox10.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox10.Location = new System.Drawing.Point(442, 36);
|
|
|
+ this.groupBox10.Location = new System.Drawing.Point(295, 24);
|
|
|
+ this.groupBox10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox10.Name = "groupBox10";
|
|
|
+ this.groupBox10.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox10.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox10.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox10.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox10.TabIndex = 1;
|
|
|
this.groupBox10.TabStop = false;
|
|
|
this.groupBox10.Text = "PLC3";
|
|
@@ -424,9 +490,10 @@
|
|
|
this.pictureBox3.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.ErrorImage")));
|
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
|
this.pictureBox3.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.InitialImage")));
|
|
|
- this.pictureBox3.Location = new System.Drawing.Point(27, 36);
|
|
|
+ this.pictureBox3.Location = new System.Drawing.Point(18, 24);
|
|
|
+ this.pictureBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
- this.pictureBox3.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBox3.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox3.TabIndex = 13;
|
|
|
this.pictureBox3.TabStop = false;
|
|
@@ -435,10 +502,12 @@
|
|
|
//
|
|
|
this.groupBox13.Controls.Add(this.pictureBox5);
|
|
|
this.groupBox13.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox13.Location = new System.Drawing.Point(648, 36);
|
|
|
+ this.groupBox13.Location = new System.Drawing.Point(432, 24);
|
|
|
+ this.groupBox13.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox13.Name = "groupBox13";
|
|
|
+ this.groupBox13.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox13.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox13.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox13.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox13.TabIndex = 1;
|
|
|
this.groupBox13.TabStop = false;
|
|
|
this.groupBox13.Text = "PLC5";
|
|
@@ -449,9 +518,10 @@
|
|
|
this.pictureBox5.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.ErrorImage")));
|
|
|
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
|
|
|
this.pictureBox5.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.InitialImage")));
|
|
|
- this.pictureBox5.Location = new System.Drawing.Point(30, 36);
|
|
|
+ this.pictureBox5.Location = new System.Drawing.Point(20, 24);
|
|
|
+ this.pictureBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox5.Name = "pictureBox5";
|
|
|
- this.pictureBox5.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBox5.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox5.TabIndex = 15;
|
|
|
this.pictureBox5.TabStop = false;
|
|
@@ -460,10 +530,12 @@
|
|
|
//
|
|
|
this.groupBox11.Controls.Add(this.pictureBox4);
|
|
|
this.groupBox11.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox11.Location = new System.Drawing.Point(545, 36);
|
|
|
+ this.groupBox11.Location = new System.Drawing.Point(363, 24);
|
|
|
+ this.groupBox11.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox11.Name = "groupBox11";
|
|
|
+ this.groupBox11.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox11.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox11.Size = new System.Drawing.Size(96, 90);
|
|
|
+ this.groupBox11.Size = new System.Drawing.Size(64, 60);
|
|
|
this.groupBox11.TabIndex = 1;
|
|
|
this.groupBox11.TabStop = false;
|
|
|
this.groupBox11.Text = "PLC4";
|
|
@@ -474,9 +546,10 @@
|
|
|
this.pictureBox4.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.ErrorImage")));
|
|
|
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
|
|
|
this.pictureBox4.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox4.InitialImage")));
|
|
|
- this.pictureBox4.Location = new System.Drawing.Point(30, 36);
|
|
|
+ this.pictureBox4.Location = new System.Drawing.Point(20, 24);
|
|
|
+ this.pictureBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.pictureBox4.Name = "pictureBox4";
|
|
|
- this.pictureBox4.Size = new System.Drawing.Size(39, 42);
|
|
|
+ this.pictureBox4.Size = new System.Drawing.Size(26, 28);
|
|
|
this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
this.pictureBox4.TabIndex = 14;
|
|
|
this.pictureBox4.TabStop = false;
|
|
@@ -487,9 +560,10 @@
|
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.panel3.Controls.Add(this.groupBox4);
|
|
|
- this.panel3.Location = new System.Drawing.Point(14, 206);
|
|
|
+ this.panel3.Location = new System.Drawing.Point(9, 137);
|
|
|
+ this.panel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.panel3.Name = "panel3";
|
|
|
- this.panel3.Size = new System.Drawing.Size(1539, 470);
|
|
|
+ this.panel3.Size = new System.Drawing.Size(1026, 313);
|
|
|
this.panel3.TabIndex = 2;
|
|
|
//
|
|
|
// groupBox4
|
|
@@ -498,8 +572,10 @@
|
|
|
this.groupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.groupBox4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.groupBox4.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.groupBox4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
- this.groupBox4.Size = new System.Drawing.Size(1539, 470);
|
|
|
+ this.groupBox4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBox4.Size = new System.Drawing.Size(1026, 313);
|
|
|
this.groupBox4.TabIndex = 1;
|
|
|
this.groupBox4.TabStop = false;
|
|
|
this.groupBox4.Text = "数据采集";
|
|
@@ -512,14 +588,14 @@
|
|
|
this.systemLog.AllowUserToResizeRows = false;
|
|
|
this.systemLog.BackgroundColor = System.Drawing.Color.White;
|
|
|
this.systemLog.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
- dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
+ dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle1.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ dataGridViewCellStyle1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
+ dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
this.systemLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.systemLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.colDate,
|
|
@@ -528,31 +604,32 @@
|
|
|
this.systemLog.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.systemLog.EnableHeadersVisualStyles = false;
|
|
|
this.systemLog.GridColor = System.Drawing.Color.Gainsboro;
|
|
|
- this.systemLog.Location = new System.Drawing.Point(3, 32);
|
|
|
+ this.systemLog.Location = new System.Drawing.Point(2, 22);
|
|
|
+ this.systemLog.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.systemLog.Name = "systemLog";
|
|
|
this.systemLog.ReadOnly = true;
|
|
|
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
- dataGridViewCellStyle7.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
- dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle3.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ dataGridViewCellStyle3.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
+ dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.systemLog.RowHeadersVisible = false;
|
|
|
this.systemLog.RowHeadersWidth = 51;
|
|
|
this.systemLog.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
- dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
+ dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.systemLog.RowTemplate.Height = 27;
|
|
|
this.systemLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
- this.systemLog.Size = new System.Drawing.Size(1533, 435);
|
|
|
+ this.systemLog.Size = new System.Drawing.Size(1022, 289);
|
|
|
this.systemLog.TabIndex = 0;
|
|
|
//
|
|
|
// colDate
|
|
|
//
|
|
|
- dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.colDate.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.colDate.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
this.colDate.HeaderText = "日期";
|
|
|
this.colDate.MinimumWidth = 6;
|
|
|
this.colDate.Name = "colDate";
|
|
@@ -586,40 +663,16 @@
|
|
|
this.imageListState.Images.SetKeyName(1, "light_green.png");
|
|
|
this.imageListState.Images.SetKeyName(2, "light_red.png");
|
|
|
//
|
|
|
- // groupBox14
|
|
|
- //
|
|
|
- this.groupBox14.Controls.Add(this.pictureBox9);
|
|
|
- this.groupBox14.Font = new System.Drawing.Font("微软雅黑", 9.6F);
|
|
|
- this.groupBox14.Location = new System.Drawing.Point(1060, 36);
|
|
|
- this.groupBox14.Name = "groupBox14";
|
|
|
- this.groupBox14.RightToLeft = System.Windows.Forms.RightToLeft.No;
|
|
|
- this.groupBox14.Size = new System.Drawing.Size(96, 90);
|
|
|
- this.groupBox14.TabIndex = 19;
|
|
|
- this.groupBox14.TabStop = false;
|
|
|
- this.groupBox14.Text = "PLC9";
|
|
|
- this.groupBox14.Visible = false;
|
|
|
- //
|
|
|
- // pictureBox9
|
|
|
- //
|
|
|
- this.pictureBox9.ErrorImage = ((System.Drawing.Image)(resources.GetObject("pictureBox9.ErrorImage")));
|
|
|
- this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
|
|
|
- this.pictureBox9.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox9.InitialImage")));
|
|
|
- this.pictureBox9.Location = new System.Drawing.Point(28, 36);
|
|
|
- this.pictureBox9.Name = "pictureBox9";
|
|
|
- this.pictureBox9.Size = new System.Drawing.Size(39, 42);
|
|
|
- this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
- this.pictureBox9.TabIndex = 18;
|
|
|
- this.pictureBox9.TabStop = false;
|
|
|
- //
|
|
|
// Form_Home
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
- this.ClientSize = new System.Drawing.Size(1566, 842);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1044, 561);
|
|
|
this.Controls.Add(this.panel3);
|
|
|
this.Controls.Add(this.panel2);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.Name = "Form_Home";
|
|
|
this.Text = "Form_Home";
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Form_Home_FormClosed);
|
|
@@ -629,6 +682,8 @@
|
|
|
this.groupBox3.PerformLayout();
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
+ this.groupBox14.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxMESStatus2)).EndInit();
|
|
|
this.groupBox5.ResumeLayout(false);
|
|
@@ -652,8 +707,6 @@
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
this.groupBox4.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.systemLog)).EndInit();
|
|
|
- this.groupBox14.ResumeLayout(false);
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|