|
@@ -31,6 +31,9 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
|
+ this.sc_name = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.de_sourcecode = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
+ this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.de_linecode = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.de_address = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
@@ -49,19 +52,21 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
|
|
|
- this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|
|
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_senddatasize = new UAS_PLCDataReader.CustomerControl.ValueLabel.ValueLabel();
|
|
|
this.dpg_starttime = 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();
|
|
|
this.data = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.GridDeviceRunLog = new DevExpress.XtraGrid.GridControl();
|
|
|
+ this.GridViewDeviceRunLog = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ this.drr_commandfrom = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.drr_command = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
|
this.groupControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
|
|
@@ -70,10 +75,15 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.groupControl3.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeivceStatusInfo)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceStatusInfo)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GridDeviceRunLog)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceRunLog)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// groupControl1
|
|
|
//
|
|
|
+ this.groupControl1.Controls.Add(this.sc_name);
|
|
|
+ this.groupControl1.Controls.Add(this.de_sourcecode);
|
|
|
+ this.groupControl1.Controls.Add(this.labelControl15);
|
|
|
this.groupControl1.Controls.Add(this.de_linecode);
|
|
|
this.groupControl1.Controls.Add(this.de_address);
|
|
|
this.groupControl1.Controls.Add(this.labelControl4);
|
|
@@ -82,16 +92,45 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.groupControl1.Controls.Add(this.de_name);
|
|
|
this.groupControl1.Controls.Add(this.labelControl2);
|
|
|
this.groupControl1.Controls.Add(this.labelControl1);
|
|
|
- this.groupControl1.Location = new System.Drawing.Point(12, 12);
|
|
|
+ this.groupControl1.Location = new System.Drawing.Point(12, 7);
|
|
|
this.groupControl1.Name = "groupControl1";
|
|
|
- this.groupControl1.Size = new System.Drawing.Size(187, 175);
|
|
|
+ this.groupControl1.Size = new System.Drawing.Size(248, 213);
|
|
|
this.groupControl1.TabIndex = 0;
|
|
|
this.groupControl1.Text = "设备信息";
|
|
|
//
|
|
|
+ // sc_name
|
|
|
+ //
|
|
|
+ this.sc_name.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.sc_name.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
|
|
|
+ this.sc_name.Location = new System.Drawing.Point(92, 192);
|
|
|
+ this.sc_name.MaximumSize = new System.Drawing.Size(140, 0);
|
|
|
+ this.sc_name.Name = "sc_name";
|
|
|
+ this.sc_name.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.sc_name.TabIndex = 22;
|
|
|
+ //
|
|
|
+ // de_sourcecode
|
|
|
+ //
|
|
|
+ this.de_sourcecode.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.de_sourcecode.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
|
|
|
+ this.de_sourcecode.Location = new System.Drawing.Point(92, 165);
|
|
|
+ this.de_sourcecode.MaximumSize = new System.Drawing.Size(140, 0);
|
|
|
+ this.de_sourcecode.Name = "de_sourcecode";
|
|
|
+ this.de_sourcecode.Size = new System.Drawing.Size(0, 16);
|
|
|
+ this.de_sourcecode.TabIndex = 21;
|
|
|
+ //
|
|
|
+ // labelControl15
|
|
|
+ //
|
|
|
+ this.labelControl15.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
+ this.labelControl15.Location = new System.Drawing.Point(13, 165);
|
|
|
+ this.labelControl15.Name = "labelControl15";
|
|
|
+ this.labelControl15.Size = new System.Drawing.Size(64, 16);
|
|
|
+ this.labelControl15.TabIndex = 20;
|
|
|
+ this.labelControl15.Text = "岗位资源";
|
|
|
+ //
|
|
|
// de_linecode
|
|
|
//
|
|
|
this.de_linecode.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.de_linecode.Location = new System.Drawing.Point(70, 137);
|
|
|
+ this.de_linecode.Location = new System.Drawing.Point(70, 131);
|
|
|
this.de_linecode.Name = "de_linecode";
|
|
|
this.de_linecode.Size = new System.Drawing.Size(0, 16);
|
|
|
this.de_linecode.TabIndex = 19;
|
|
@@ -99,7 +138,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// de_address
|
|
|
//
|
|
|
this.de_address.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.de_address.Location = new System.Drawing.Point(70, 106);
|
|
|
+ this.de_address.Location = new System.Drawing.Point(70, 100);
|
|
|
this.de_address.Name = "de_address";
|
|
|
this.de_address.Size = new System.Drawing.Size(0, 16);
|
|
|
this.de_address.TabIndex = 18;
|
|
@@ -107,7 +146,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl4
|
|
|
//
|
|
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl4.Location = new System.Drawing.Point(13, 137);
|
|
|
+ this.labelControl4.Location = new System.Drawing.Point(13, 131);
|
|
|
this.labelControl4.Name = "labelControl4";
|
|
|
this.labelControl4.Size = new System.Drawing.Size(32, 16);
|
|
|
this.labelControl4.TabIndex = 6;
|
|
@@ -116,7 +155,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// de_wccode
|
|
|
//
|
|
|
this.de_wccode.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.de_wccode.Location = new System.Drawing.Point(70, 74);
|
|
|
+ this.de_wccode.Location = new System.Drawing.Point(70, 68);
|
|
|
this.de_wccode.Name = "de_wccode";
|
|
|
this.de_wccode.Size = new System.Drawing.Size(0, 16);
|
|
|
this.de_wccode.TabIndex = 17;
|
|
@@ -124,7 +163,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl3
|
|
|
//
|
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl3.Location = new System.Drawing.Point(13, 106);
|
|
|
+ this.labelControl3.Location = new System.Drawing.Point(13, 100);
|
|
|
this.labelControl3.Name = "labelControl3";
|
|
|
this.labelControl3.Size = new System.Drawing.Size(32, 16);
|
|
|
this.labelControl3.TabIndex = 5;
|
|
@@ -133,7 +172,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// de_name
|
|
|
//
|
|
|
this.de_name.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.de_name.Location = new System.Drawing.Point(70, 41);
|
|
|
+ this.de_name.Location = new System.Drawing.Point(70, 35);
|
|
|
this.de_name.Name = "de_name";
|
|
|
this.de_name.Size = new System.Drawing.Size(0, 16);
|
|
|
this.de_name.TabIndex = 16;
|
|
@@ -141,7 +180,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl2
|
|
|
//
|
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl2.Location = new System.Drawing.Point(13, 74);
|
|
|
+ this.labelControl2.Location = new System.Drawing.Point(13, 68);
|
|
|
this.labelControl2.Name = "labelControl2";
|
|
|
this.labelControl2.Size = new System.Drawing.Size(32, 16);
|
|
|
this.labelControl2.TabIndex = 4;
|
|
@@ -150,7 +189,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// labelControl1
|
|
|
//
|
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl1.Location = new System.Drawing.Point(13, 41);
|
|
|
+ this.labelControl1.Location = new System.Drawing.Point(13, 35);
|
|
|
this.labelControl1.Name = "labelControl1";
|
|
|
this.labelControl1.Size = new System.Drawing.Size(32, 16);
|
|
|
this.labelControl1.TabIndex = 0;
|
|
@@ -165,9 +204,9 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
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.Location = new System.Drawing.Point(12, 226);
|
|
|
this.groupControl2.Name = "groupControl2";
|
|
|
- this.groupControl2.Size = new System.Drawing.Size(187, 182);
|
|
|
+ this.groupControl2.Size = new System.Drawing.Size(248, 182);
|
|
|
this.groupControl2.TabIndex = 1;
|
|
|
this.groupControl2.Text = "生产信息";
|
|
|
//
|
|
@@ -239,66 +278,55 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.labelControl11.Name = "labelControl11";
|
|
|
this.labelControl11.Size = new System.Drawing.Size(64, 16);
|
|
|
this.labelControl11.TabIndex = 11;
|
|
|
- this.labelControl11.Text = "开始时间";
|
|
|
+ this.labelControl11.Text = "开机时间";
|
|
|
//
|
|
|
// labelControl12
|
|
|
//
|
|
|
this.labelControl12.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl12.Location = new System.Drawing.Point(21, 74);
|
|
|
+ this.labelControl12.Location = new System.Drawing.Point(21, 72);
|
|
|
this.labelControl12.Name = "labelControl12";
|
|
|
this.labelControl12.Size = new System.Drawing.Size(64, 16);
|
|
|
this.labelControl12.TabIndex = 12;
|
|
|
- this.labelControl12.Text = "持续时长";
|
|
|
- //
|
|
|
- // labelControl10
|
|
|
- //
|
|
|
- this.labelControl10.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl10.Location = new System.Drawing.Point(21, 106);
|
|
|
- this.labelControl10.Name = "labelControl10";
|
|
|
- this.labelControl10.Size = new System.Drawing.Size(64, 16);
|
|
|
- this.labelControl10.TabIndex = 13;
|
|
|
- this.labelControl10.Text = "发送字节";
|
|
|
+ this.labelControl12.Text = "当前运行";
|
|
|
//
|
|
|
// labelControl9
|
|
|
//
|
|
|
this.labelControl9.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl9.Location = new System.Drawing.Point(21, 139);
|
|
|
+ this.labelControl9.Location = new System.Drawing.Point(21, 132);
|
|
|
this.labelControl9.Name = "labelControl9";
|
|
|
this.labelControl9.Size = new System.Drawing.Size(64, 16);
|
|
|
this.labelControl9.TabIndex = 14;
|
|
|
- this.labelControl9.Text = "接收字节";
|
|
|
+ this.labelControl9.Text = "最近轮询";
|
|
|
//
|
|
|
// labelControl14
|
|
|
//
|
|
|
this.labelControl14.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.labelControl14.Location = new System.Drawing.Point(21, 172);
|
|
|
+ this.labelControl14.Location = new System.Drawing.Point(21, 102);
|
|
|
this.labelControl14.Name = "labelControl14";
|
|
|
this.labelControl14.Size = new System.Drawing.Size(64, 16);
|
|
|
this.labelControl14.TabIndex = 15;
|
|
|
- this.labelControl14.Text = "轮询次数";
|
|
|
+ this.labelControl14.Text = "轮询信息";
|
|
|
//
|
|
|
// 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.dpg_senddatasize);
|
|
|
this.groupControl3.Controls.Add(this.labelControl14);
|
|
|
this.groupControl3.Controls.Add(this.dpg_starttime);
|
|
|
this.groupControl3.Controls.Add(this.labelControl9);
|
|
|
- this.groupControl3.Controls.Add(this.labelControl10);
|
|
|
this.groupControl3.Controls.Add(this.labelControl12);
|
|
|
this.groupControl3.Controls.Add(this.labelControl11);
|
|
|
- this.groupControl3.Location = new System.Drawing.Point(216, 12);
|
|
|
+ this.groupControl3.Location = new System.Drawing.Point(266, 7);
|
|
|
this.groupControl3.Name = "groupControl3";
|
|
|
- this.groupControl3.Size = new System.Drawing.Size(328, 372);
|
|
|
+ this.groupControl3.Size = new System.Drawing.Size(328, 213);
|
|
|
this.groupControl3.TabIndex = 2;
|
|
|
this.groupControl3.Text = "运行信息";
|
|
|
//
|
|
|
// 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.Location = new System.Drawing.Point(101, 72);
|
|
|
this.dpg_runtime.Name = "dpg_runtime";
|
|
|
this.dpg_runtime.Size = new System.Drawing.Size(0, 16);
|
|
|
this.dpg_runtime.TabIndex = 16;
|
|
@@ -306,7 +334,7 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// dpg_count
|
|
|
//
|
|
|
this.dpg_count.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dpg_count.Location = new System.Drawing.Point(101, 172);
|
|
|
+ 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;
|
|
@@ -314,19 +342,11 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
// dpg_receivedatasize
|
|
|
//
|
|
|
this.dpg_receivedatasize.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dpg_receivedatasize.Location = new System.Drawing.Point(101, 139);
|
|
|
+ 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;
|
|
|
//
|
|
|
- // dpg_senddatasize
|
|
|
- //
|
|
|
- this.dpg_senddatasize.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
|
- this.dpg_senddatasize.Location = new System.Drawing.Point(101, 106);
|
|
|
- this.dpg_senddatasize.Name = "dpg_senddatasize";
|
|
|
- this.dpg_senddatasize.Size = new System.Drawing.Size(0, 16);
|
|
|
- this.dpg_senddatasize.TabIndex = 1;
|
|
|
- //
|
|
|
// dpg_starttime
|
|
|
//
|
|
|
this.dpg_starttime.Appearance.Font = new System.Drawing.Font("黑体", 12F);
|
|
@@ -337,10 +357,10 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
//
|
|
|
// GridDeivceStatusInfo
|
|
|
//
|
|
|
- this.GridDeivceStatusInfo.Location = new System.Drawing.Point(550, 12);
|
|
|
+ this.GridDeivceStatusInfo.Location = new System.Drawing.Point(600, 7);
|
|
|
this.GridDeivceStatusInfo.MainView = this.GridViewDeviceStatusInfo;
|
|
|
this.GridDeivceStatusInfo.Name = "GridDeivceStatusInfo";
|
|
|
- this.GridDeivceStatusInfo.Size = new System.Drawing.Size(207, 372);
|
|
|
+ this.GridDeivceStatusInfo.Size = new System.Drawing.Size(207, 213);
|
|
|
this.GridDeivceStatusInfo.TabIndex = 3;
|
|
|
this.GridDeivceStatusInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.GridViewDeviceStatusInfo});
|
|
@@ -370,11 +390,47 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.data.Visible = true;
|
|
|
this.data.VisibleIndex = 1;
|
|
|
//
|
|
|
+ // GridDeviceRunLog
|
|
|
+ //
|
|
|
+ this.GridDeviceRunLog.Location = new System.Drawing.Point(266, 226);
|
|
|
+ this.GridDeviceRunLog.MainView = this.GridViewDeviceRunLog;
|
|
|
+ this.GridDeviceRunLog.Name = "GridDeviceRunLog";
|
|
|
+ this.GridDeviceRunLog.Size = new System.Drawing.Size(541, 182);
|
|
|
+ this.GridDeviceRunLog.TabIndex = 4;
|
|
|
+ this.GridDeviceRunLog.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
+ this.GridViewDeviceRunLog});
|
|
|
+ //
|
|
|
+ // GridViewDeviceRunLog
|
|
|
+ //
|
|
|
+ this.GridViewDeviceRunLog.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
+ this.drr_commandfrom,
|
|
|
+ this.drr_command});
|
|
|
+ this.GridViewDeviceRunLog.GridControl = this.GridDeviceRunLog;
|
|
|
+ this.GridViewDeviceRunLog.Name = "GridViewDeviceRunLog";
|
|
|
+ this.GridViewDeviceRunLog.OptionsView.ShowGroupPanel = false;
|
|
|
+ //
|
|
|
+ // drr_commandfrom
|
|
|
+ //
|
|
|
+ this.drr_commandfrom.Caption = "指令编号";
|
|
|
+ this.drr_commandfrom.FieldName = "DRR_COMMANDFROM";
|
|
|
+ this.drr_commandfrom.Name = "drr_commandfrom";
|
|
|
+ this.drr_commandfrom.Visible = true;
|
|
|
+ this.drr_commandfrom.VisibleIndex = 1;
|
|
|
+ //
|
|
|
+ // drr_command
|
|
|
+ //
|
|
|
+ this.drr_command.Caption = "指令内容";
|
|
|
+ this.drr_command.FieldName = "DRR_COMMAND";
|
|
|
+ this.drr_command.Name = "drr_command";
|
|
|
+ this.drr_command.Visible = true;
|
|
|
+ this.drr_command.VisibleIndex = 0;
|
|
|
+ //
|
|
|
// DeviceStatusInfo
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(769, 396);
|
|
|
+ this.ClientSize = new System.Drawing.Size(811, 413);
|
|
|
+ this.Controls.Add(this.GridDeviceRunLog);
|
|
|
this.Controls.Add(this.GridDeivceStatusInfo);
|
|
|
this.Controls.Add(this.groupControl3);
|
|
|
this.Controls.Add(this.groupControl2);
|
|
@@ -398,6 +454,8 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
this.groupControl3.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeivceStatusInfo)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceStatusInfo)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GridDeviceRunLog)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceRunLog)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -416,11 +474,9 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl7;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl11;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl12;
|
|
|
- private DevExpress.XtraEditors.LabelControl labelControl10;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl9;
|
|
|
private ValueLabel dpg_starttime;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl14;
|
|
|
- private ValueLabel dpg_senddatasize;
|
|
|
private ValueLabel dpg_receivedatasize;
|
|
|
private ValueLabel dpg_count;
|
|
|
private DevExpress.XtraEditors.GroupControl groupControl3;
|
|
@@ -436,5 +492,12 @@ namespace UAS_PLCDataReader.Device.Infomation
|
|
|
private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceStatusInfo;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_name;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn data;
|
|
|
+ private ValueLabel de_sourcecode;
|
|
|
+ private DevExpress.XtraEditors.LabelControl labelControl15;
|
|
|
+ private ValueLabel sc_name;
|
|
|
+ private DevExpress.XtraGrid.GridControl GridDeviceRunLog;
|
|
|
+ private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceRunLog;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn drr_command;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn drr_commandfrom;
|
|
|
}
|
|
|
}
|