|
@@ -54,6 +54,7 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
this.de_address = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
this.de_address = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.de_wccode = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
this.de_wccode = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.de_name = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
this.de_name = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
|
|
+ this.dpg_runtime = new UAS_DeviceMonitor.CustomerControl.ValueLabel.ValueLabel();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
|
this.groupControl1.SuspendLayout();
|
|
this.groupControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
|
@@ -209,6 +210,7 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
//
|
|
//
|
|
|
// groupControl3
|
|
// groupControl3
|
|
|
//
|
|
//
|
|
|
|
|
+ this.groupControl3.Controls.Add(this.dpg_runtime);
|
|
|
this.groupControl3.Controls.Add(this.dpg_count);
|
|
this.groupControl3.Controls.Add(this.dpg_count);
|
|
|
this.groupControl3.Controls.Add(this.dpg_receivedatasize);
|
|
this.groupControl3.Controls.Add(this.dpg_receivedatasize);
|
|
|
this.groupControl3.Controls.Add(this.dpg_senddatasize);
|
|
this.groupControl3.Controls.Add(this.dpg_senddatasize);
|
|
@@ -288,6 +290,14 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
this.de_name.Size = new System.Drawing.Size(0, 16);
|
|
this.de_name.Size = new System.Drawing.Size(0, 16);
|
|
|
this.de_name.TabIndex = 16;
|
|
this.de_name.TabIndex = 16;
|
|
|
//
|
|
//
|
|
|
|
|
+ // dpg_runtime
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dpg_runtime.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
|
|
+ this.dpg_runtime.Location = new System.Drawing.Point(101, 74);
|
|
|
|
|
+ this.dpg_runtime.Name = "dpg_runtime";
|
|
|
|
|
+ this.dpg_runtime.Size = new System.Drawing.Size(0, 16);
|
|
|
|
|
+ this.dpg_runtime.TabIndex = 16;
|
|
|
|
|
+ //
|
|
|
// DeviceStatusInfo
|
|
// DeviceStatusInfo
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
@@ -343,5 +353,6 @@ namespace UAS_DeviceMonitor.Device.Infomation
|
|
|
private ValueLabel de_address;
|
|
private ValueLabel de_address;
|
|
|
private ValueLabel de_wccode;
|
|
private ValueLabel de_wccode;
|
|
|
private ValueLabel de_name;
|
|
private ValueLabel de_name;
|
|
|
|
|
+ private ValueLabel dpg_runtime;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|