|
@@ -55,10 +55,12 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.labelControl14 = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
|
|
|
- this.dpg_runtime = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
- this.dpg_count = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.dpg_receivedatasize = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
- this.dpg_starttime = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.dnc_port = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.dpg_runtime = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.dpg_interval = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.dpg_senddatasize = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.dpg_onlinetime = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.GridDeivceStatusInfo = new DevExpress.XtraGrid.GridControl();
|
|
|
this.GridViewDeviceStatusInfo = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
@@ -274,7 +276,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl11
|
|
|
//
|
|
|
this.labelControl11.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl11.Location = new System.Drawing.Point(21, 41);
|
|
|
+ this.labelControl11.Location = new System.Drawing.Point(16, 35);
|
|
|
this.labelControl11.Name = "labelControl11";
|
|
|
this.labelControl11.Size = new System.Drawing.Size(64, 16);
|
|
|
this.labelControl11.TabIndex = 11;
|
|
@@ -283,7 +285,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl12
|
|
|
//
|
|
|
this.labelControl12.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl12.Location = new System.Drawing.Point(21, 72);
|
|
|
+ this.labelControl12.Location = new System.Drawing.Point(16, 68);
|
|
|
this.labelControl12.Name = "labelControl12";
|
|
|
this.labelControl12.Size = new System.Drawing.Size(64, 16);
|
|
|
this.labelControl12.TabIndex = 12;
|
|
@@ -292,7 +294,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl9
|
|
|
//
|
|
|
this.labelControl9.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl9.Location = new System.Drawing.Point(21, 132);
|
|
|
+ this.labelControl9.Location = new System.Drawing.Point(16, 159);
|
|
|
this.labelControl9.Name = "labelControl9";
|
|
|
this.labelControl9.Size = new System.Drawing.Size(64, 16);
|
|
|
this.labelControl9.TabIndex = 14;
|
|
@@ -301,7 +303,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl14
|
|
|
//
|
|
|
this.labelControl14.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl14.Location = new System.Drawing.Point(21, 102);
|
|
|
+ this.labelControl14.Location = new System.Drawing.Point(16, 100);
|
|
|
this.labelControl14.Name = "labelControl14";
|
|
|
this.labelControl14.Size = new System.Drawing.Size(64, 16);
|
|
|
this.labelControl14.TabIndex = 15;
|
|
@@ -309,11 +311,13 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
//
|
|
|
// groupControl3
|
|
|
//
|
|
|
- this.groupControl3.Controls.Add(this.dpg_runtime);
|
|
|
- this.groupControl3.Controls.Add(this.dpg_count);
|
|
|
this.groupControl3.Controls.Add(this.dpg_receivedatasize);
|
|
|
+ this.groupControl3.Controls.Add(this.dnc_port);
|
|
|
+ this.groupControl3.Controls.Add(this.dpg_runtime);
|
|
|
+ this.groupControl3.Controls.Add(this.dpg_interval);
|
|
|
+ this.groupControl3.Controls.Add(this.dpg_senddatasize);
|
|
|
this.groupControl3.Controls.Add(this.labelControl14);
|
|
|
- this.groupControl3.Controls.Add(this.dpg_starttime);
|
|
|
+ this.groupControl3.Controls.Add(this.dpg_onlinetime);
|
|
|
this.groupControl3.Controls.Add(this.labelControl9);
|
|
|
this.groupControl3.Controls.Add(this.labelControl12);
|
|
|
this.groupControl3.Controls.Add(this.labelControl11);
|
|
@@ -323,37 +327,53 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.groupControl3.TabIndex = 2;
|
|
|
this.groupControl3.Text = "运行信息";
|
|
|
//
|
|
|
+ // dpg_receivedatasize
|
|
|
+ //
|
|
|
+ this.dpg_receivedatasize.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dpg_receivedatasize.Location = new System.Drawing.Point(97, 190);
|
|
|
+ this.dpg_receivedatasize.Name = "dpg_receivedatasize";
|
|
|
+ this.dpg_receivedatasize.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.dpg_receivedatasize.TabIndex = 18;
|
|
|
+ //
|
|
|
+ // dnc_port
|
|
|
+ //
|
|
|
+ this.dnc_port.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dnc_port.Location = new System.Drawing.Point(96, 130);
|
|
|
+ this.dnc_port.Name = "dnc_port";
|
|
|
+ this.dnc_port.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.dnc_port.TabIndex = 17;
|
|
|
+ //
|
|
|
// dpg_runtime
|
|
|
//
|
|
|
this.dpg_runtime.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dpg_runtime.Location = new System.Drawing.Point(101, 72);
|
|
|
+ this.dpg_runtime.Location = new System.Drawing.Point(96, 68);
|
|
|
this.dpg_runtime.Name = "dpg_runtime";
|
|
|
this.dpg_runtime.Size = new System.Drawing.Size(0, 16);
|
|
|
this.dpg_runtime.TabIndex = 16;
|
|
|
//
|
|
|
- // dpg_count
|
|
|
+ // dpg_interval
|
|
|
//
|
|
|
- this.dpg_count.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dpg_count.Location = new System.Drawing.Point(101, 102);
|
|
|
- this.dpg_count.Name = "dpg_count";
|
|
|
- this.dpg_count.Size = new System.Drawing.Size(0, 16);
|
|
|
- this.dpg_count.TabIndex = 3;
|
|
|
+ this.dpg_interval.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dpg_interval.Location = new System.Drawing.Point(96, 100);
|
|
|
+ this.dpg_interval.Name = "dpg_interval";
|
|
|
+ this.dpg_interval.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.dpg_interval.TabIndex = 3;
|
|
|
//
|
|
|
- // dpg_receivedatasize
|
|
|
+ // dpg_senddatasize
|
|
|
//
|
|
|
- this.dpg_receivedatasize.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dpg_receivedatasize.Location = new System.Drawing.Point(101, 132);
|
|
|
- this.dpg_receivedatasize.Name = "dpg_receivedatasize";
|
|
|
- this.dpg_receivedatasize.Size = new System.Drawing.Size(0, 16);
|
|
|
- this.dpg_receivedatasize.TabIndex = 2;
|
|
|
+ this.dpg_senddatasize.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dpg_senddatasize.Location = new System.Drawing.Point(96, 159);
|
|
|
+ this.dpg_senddatasize.Name = "dpg_senddatasize";
|
|
|
+ this.dpg_senddatasize.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.dpg_senddatasize.TabIndex = 2;
|
|
|
//
|
|
|
- // dpg_starttime
|
|
|
+ // dpg_onlinetime
|
|
|
//
|
|
|
- this.dpg_starttime.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dpg_starttime.Location = new System.Drawing.Point(101, 41);
|
|
|
- this.dpg_starttime.Name = "dpg_starttime";
|
|
|
- this.dpg_starttime.Size = new System.Drawing.Size(0, 16);
|
|
|
- this.dpg_starttime.TabIndex = 0;
|
|
|
+ this.dpg_onlinetime.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.dpg_onlinetime.Location = new System.Drawing.Point(96, 35);
|
|
|
+ this.dpg_onlinetime.Name = "dpg_onlinetime";
|
|
|
+ this.dpg_onlinetime.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.dpg_onlinetime.TabIndex = 0;
|
|
|
//
|
|
|
// GridDeivceStatusInfo
|
|
|
//
|
|
@@ -475,10 +495,10 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl11;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl12;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|
|
- private ValueLabel dpg_starttime;
|
|
|
+ private ValueLabel dpg_onlinetime;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl14;
|
|
|
- private ValueLabel dpg_receivedatasize;
|
|
|
- private ValueLabel dpg_count;
|
|
|
+ private ValueLabel dpg_senddatasize;
|
|
|
+ private ValueLabel dpg_interval;
|
|
|
private DevExpress.XtraEditors.GroupControl groupControl3;
|
|
|
private ValueLabel de_linecode;
|
|
|
private ValueLabel de_address;
|
|
@@ -499,5 +519,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceRunLog;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn drr_command;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn drr_commandfrom;
|
|
|
+ private ValueLabel dnc_port;
|
|
|
+ private ValueLabel dpg_receivedatasize;
|
|
|
}
|
|
|
}
|