|
|
@@ -55,6 +55,9 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.dpg_receivedatasize = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.dpg_senddatasize = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.dpg_starttime = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ this.INQTY = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.OUTQTY = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
|
this.groupControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
|
|
@@ -149,29 +152,32 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
//
|
|
|
// groupControl2
|
|
|
//
|
|
|
+ this.groupControl2.Controls.Add(this.OUTQTY);
|
|
|
+ this.groupControl2.Controls.Add(this.INQTY);
|
|
|
+ this.groupControl2.Controls.Add(this.labelControl13);
|
|
|
this.groupControl2.Controls.Add(this.labelControl5);
|
|
|
this.groupControl2.Controls.Add(this.labelControl6);
|
|
|
this.groupControl2.Controls.Add(this.labelControl8);
|
|
|
this.groupControl2.Controls.Add(this.labelControl7);
|
|
|
this.groupControl2.Location = new System.Drawing.Point(12, 202);
|
|
|
this.groupControl2.Name = "groupControl2";
|
|
|
- this.groupControl2.Size = new System.Drawing.Size(187, 159);
|
|
|
+ this.groupControl2.Size = new System.Drawing.Size(187, 182);
|
|
|
this.groupControl2.TabIndex = 1;
|
|
|
this.groupControl2.Text = "生产信息";
|
|
|
//
|
|
|
// labelControl5
|
|
|
//
|
|
|
this.labelControl5.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl5.Location = new System.Drawing.Point(13, 128);
|
|
|
+ this.labelControl5.Location = new System.Drawing.Point(13, 127);
|
|
|
this.labelControl5.Name = "labelControl5";
|
|
|
this.labelControl5.Size = new System.Drawing.Size(32, 16);
|
|
|
this.labelControl5.TabIndex = 10;
|
|
|
- this.labelControl5.Text = "数量";
|
|
|
+ this.labelControl5.Text = "投入";
|
|
|
//
|
|
|
// labelControl6
|
|
|
//
|
|
|
this.labelControl6.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl6.Location = new System.Drawing.Point(13, 97);
|
|
|
+ this.labelControl6.Location = new System.Drawing.Point(13, 95);
|
|
|
this.labelControl6.Name = "labelControl6";
|
|
|
this.labelControl6.Size = new System.Drawing.Size(32, 16);
|
|
|
this.labelControl6.TabIndex = 9;
|
|
|
@@ -189,7 +195,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl7
|
|
|
//
|
|
|
this.labelControl7.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl7.Location = new System.Drawing.Point(13, 65);
|
|
|
+ this.labelControl7.Location = new System.Drawing.Point(13, 64);
|
|
|
this.labelControl7.Name = "labelControl7";
|
|
|
this.labelControl7.Size = new System.Drawing.Size(32, 16);
|
|
|
this.labelControl7.TabIndex = 8;
|
|
|
@@ -254,7 +260,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.groupControl3.Controls.Add(this.labelControl11);
|
|
|
this.groupControl3.Location = new System.Drawing.Point(216, 12);
|
|
|
this.groupControl3.Name = "groupControl3";
|
|
|
- this.groupControl3.Size = new System.Drawing.Size(328, 349);
|
|
|
+ this.groupControl3.Size = new System.Drawing.Size(328, 372);
|
|
|
this.groupControl3.TabIndex = 2;
|
|
|
this.groupControl3.Text = "运行信息";
|
|
|
//
|
|
|
@@ -298,11 +304,36 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.dpg_starttime.Size = new System.Drawing.Size(0, 16);
|
|
|
this.dpg_starttime.TabIndex = 0;
|
|
|
//
|
|
|
+ // labelControl13
|
|
|
+ //
|
|
|
+ this.labelControl13.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.labelControl13.Location = new System.Drawing.Point(13, 156);
|
|
|
+ this.labelControl13.Name = "labelControl13";
|
|
|
+ this.labelControl13.Size = new System.Drawing.Size(32, 16);
|
|
|
+ this.labelControl13.TabIndex = 11;
|
|
|
+ this.labelControl13.Text = "产出";
|
|
|
+ //
|
|
|
+ // INQTY
|
|
|
+ //
|
|
|
+ this.INQTY.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.INQTY.Location = new System.Drawing.Point(69, 128);
|
|
|
+ this.INQTY.Name = "INQTY";
|
|
|
+ this.INQTY.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.INQTY.TabIndex = 20;
|
|
|
+ //
|
|
|
+ // OUTQTY
|
|
|
+ //
|
|
|
+ this.OUTQTY.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.OUTQTY.Location = new System.Drawing.Point(69, 156);
|
|
|
+ this.OUTQTY.Name = "OUTQTY";
|
|
|
+ this.OUTQTY.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.OUTQTY.TabIndex = 21;
|
|
|
+ //
|
|
|
// DeviceStatusInfo
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(556, 373);
|
|
|
+ this.ClientSize = new System.Drawing.Size(556, 396);
|
|
|
this.Controls.Add(this.groupControl3);
|
|
|
this.Controls.Add(this.groupControl2);
|
|
|
this.Controls.Add(this.groupControl1);
|
|
|
@@ -354,5 +385,8 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
private ValueLabel de_wccode;
|
|
|
private ValueLabel de_name;
|
|
|
private ValueLabel dpg_runtime;
|
|
|
+ private DevExpress.XtraEditors.LabelControl labelControl13;
|
|
|
+ private ValueLabel OUTQTY;
|
|
|
+ private ValueLabel INQTY;
|
|
|
}
|
|
|
}
|