|
@@ -30,12 +30,15 @@
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Home));
|
|
|
- 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.state_r = new System.Windows.Forms.Label();
|
|
|
+ this.state_l = new System.Windows.Forms.Label();
|
|
|
+ this.lblDeviceStates2 = new Sunny.UI.UILabel();
|
|
|
this.lblDeviceStates = new Sunny.UI.UILabel();
|
|
|
this.txt_CurSupplierCode = new System.Windows.Forms.TextBox();
|
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
@@ -78,9 +81,6 @@
|
|
|
this.colTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.colMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.imageListState = new System.Windows.Forms.ImageList(this.components);
|
|
|
- this.lblDeviceStates2 = new Sunny.UI.UILabel();
|
|
|
- this.label4 = new System.Windows.Forms.Label();
|
|
|
- this.label5 = new System.Windows.Forms.Label();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
@@ -126,8 +126,8 @@
|
|
|
//
|
|
|
// groupBox3
|
|
|
//
|
|
|
- this.groupBox3.Controls.Add(this.label5);
|
|
|
- this.groupBox3.Controls.Add(this.label4);
|
|
|
+ this.groupBox3.Controls.Add(this.state_r);
|
|
|
+ this.groupBox3.Controls.Add(this.state_l);
|
|
|
this.groupBox3.Controls.Add(this.lblDeviceStates2);
|
|
|
this.groupBox3.Controls.Add(this.lblDeviceStates);
|
|
|
this.groupBox3.Controls.Add(this.txt_CurSupplierCode);
|
|
@@ -147,12 +147,44 @@
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "当前加工订单信息";
|
|
|
//
|
|
|
+ // state_r
|
|
|
+ //
|
|
|
+ this.state_r.AutoSize = true;
|
|
|
+ this.state_r.Location = new System.Drawing.Point(1066, 123);
|
|
|
+ this.state_r.Name = "state_r";
|
|
|
+ this.state_r.Size = new System.Drawing.Size(123, 30);
|
|
|
+ this.state_r.TabIndex = 103;
|
|
|
+ this.state_r.Text = "设备状态:";
|
|
|
+ this.state_r.Visible = false;
|
|
|
+ //
|
|
|
+ // state_l
|
|
|
+ //
|
|
|
+ this.state_l.AutoSize = true;
|
|
|
+ this.state_l.Location = new System.Drawing.Point(1066, 61);
|
|
|
+ this.state_l.Name = "state_l";
|
|
|
+ this.state_l.Size = new System.Drawing.Size(123, 30);
|
|
|
+ this.state_l.TabIndex = 102;
|
|
|
+ this.state_l.Text = "设备状态:";
|
|
|
+ //
|
|
|
+ // lblDeviceStates2
|
|
|
+ //
|
|
|
+ this.lblDeviceStates2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.lblDeviceStates2.Font = new System.Drawing.Font("微软雅黑", 10.8F);
|
|
|
+ this.lblDeviceStates2.ForeColor = System.Drawing.Color.Blue;
|
|
|
+ this.lblDeviceStates2.Location = new System.Drawing.Point(1196, 115);
|
|
|
+ this.lblDeviceStates2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.lblDeviceStates2.Name = "lblDeviceStates2";
|
|
|
+ this.lblDeviceStates2.Size = new System.Drawing.Size(261, 50);
|
|
|
+ this.lblDeviceStates2.TabIndex = 101;
|
|
|
+ this.lblDeviceStates2.Text = "未初始状态";
|
|
|
+ this.lblDeviceStates2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
+ //
|
|
|
// lblDeviceStates
|
|
|
//
|
|
|
this.lblDeviceStates.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.lblDeviceStates.Font = new System.Drawing.Font("微软雅黑", 10.8F);
|
|
|
this.lblDeviceStates.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.lblDeviceStates.Location = new System.Drawing.Point(1196, 51);
|
|
|
+ this.lblDeviceStates.Location = new System.Drawing.Point(1196, 53);
|
|
|
this.lblDeviceStates.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.lblDeviceStates.Name = "lblDeviceStates";
|
|
|
this.lblDeviceStates.Size = new System.Drawing.Size(261, 50);
|
|
@@ -590,14 +622,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;
|
|
|
+ dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle9.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
+ dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.systemLog.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
this.systemLog.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.systemLog.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.colDate,
|
|
@@ -609,19 +641,19 @@
|
|
|
this.systemLog.Location = new System.Drawing.Point(3, 32);
|
|
|
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;
|
|
|
+ dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
+ dataGridViewCellStyle11.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
|
+ dataGridViewCellStyle11.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
+ dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
+ dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
+ dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.systemLog.RowHeadersDefaultCellStyle = dataGridViewCellStyle11;
|
|
|
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;
|
|
|
+ dataGridViewCellStyle12.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.systemLog.RowsDefaultCellStyle = dataGridViewCellStyle12;
|
|
|
this.systemLog.RowTemplate.Height = 27;
|
|
|
this.systemLog.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
this.systemLog.Size = new System.Drawing.Size(1533, 435);
|
|
@@ -629,8 +661,8 @@
|
|
|
//
|
|
|
// colDate
|
|
|
//
|
|
|
- dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.colDate.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
+ dataGridViewCellStyle10.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.colDate.DefaultCellStyle = dataGridViewCellStyle10;
|
|
|
this.colDate.HeaderText = "日期";
|
|
|
this.colDate.MinimumWidth = 6;
|
|
|
this.colDate.Name = "colDate";
|
|
@@ -664,39 +696,6 @@
|
|
|
this.imageListState.Images.SetKeyName(1, "light_green.png");
|
|
|
this.imageListState.Images.SetKeyName(2, "light_red.png");
|
|
|
//
|
|
|
- // lblDeviceStates2
|
|
|
- //
|
|
|
- this.lblDeviceStates2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.lblDeviceStates2.Font = new System.Drawing.Font("微软雅黑", 10.8F);
|
|
|
- this.lblDeviceStates2.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.lblDeviceStates2.Location = new System.Drawing.Point(1196, 113);
|
|
|
- this.lblDeviceStates2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.lblDeviceStates2.Name = "lblDeviceStates2";
|
|
|
- this.lblDeviceStates2.Size = new System.Drawing.Size(261, 50);
|
|
|
- this.lblDeviceStates2.TabIndex = 101;
|
|
|
- this.lblDeviceStates2.Text = "未初始状态";
|
|
|
- this.lblDeviceStates2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
- //
|
|
|
- // label4
|
|
|
- //
|
|
|
- this.label4.AutoSize = true;
|
|
|
- this.label4.Location = new System.Drawing.Point(1066, 61);
|
|
|
- this.label4.Name = "label4";
|
|
|
- this.label4.Size = new System.Drawing.Size(123, 30);
|
|
|
- this.label4.TabIndex = 102;
|
|
|
- this.label4.Text = "设备状态:";
|
|
|
- this.label4.Visible = false;
|
|
|
- //
|
|
|
- // label5
|
|
|
- //
|
|
|
- this.label5.AutoSize = true;
|
|
|
- this.label5.Location = new System.Drawing.Point(1066, 123);
|
|
|
- this.label5.Name = "label5";
|
|
|
- this.label5.Size = new System.Drawing.Size(123, 30);
|
|
|
- this.label5.TabIndex = 103;
|
|
|
- this.label5.Text = "设备状态:";
|
|
|
- this.label5.Visible = false;
|
|
|
- //
|
|
|
// Form_Home
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
@@ -796,8 +795,8 @@
|
|
|
//private Sunny.UI.UILabel uiLabel3;
|
|
|
private Sunny.UI.UILabel uiLabel1;
|
|
|
private Sunny.UI.UILabel lblDeviceStates;
|
|
|
- private System.Windows.Forms.Label label5;
|
|
|
- private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label state_r;
|
|
|
+ private System.Windows.Forms.Label state_l;
|
|
|
private Sunny.UI.UILabel lblDeviceStates2;
|
|
|
}
|
|
|
}
|