|
|
@@ -90,6 +90,8 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_sendcoding = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.CommandSetRepositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
|
this.dc_receivecoding = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.dc_man = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.dc_date = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.db_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.ButtonDeleteNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
|
|
|
@@ -127,6 +129,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_function = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_enable = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.em_name1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_man = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
@@ -691,6 +694,8 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_value,
|
|
|
this.dc_sendcoding,
|
|
|
this.dc_receivecoding,
|
|
|
+ this.dc_man,
|
|
|
+ this.dc_date,
|
|
|
this.db_name});
|
|
|
this.GridViewCommandSet.GridControl = this.GridCommandSetting;
|
|
|
this.GridViewCommandSet.IndicatorWidth = 30;
|
|
|
@@ -707,7 +712,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.CommandSetCheckedColumn.Tag = "0";
|
|
|
this.CommandSetCheckedColumn.Visible = true;
|
|
|
this.CommandSetCheckedColumn.VisibleIndex = 0;
|
|
|
- this.CommandSetCheckedColumn.Width = 60;
|
|
|
+ this.CommandSetCheckedColumn.Width = 46;
|
|
|
//
|
|
|
// CheckEditCommandSet
|
|
|
//
|
|
|
@@ -727,7 +732,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_code.Name = "dc_code";
|
|
|
this.dc_code.Visible = true;
|
|
|
this.dc_code.VisibleIndex = 1;
|
|
|
- this.dc_code.Width = 95;
|
|
|
+ this.dc_code.Width = 64;
|
|
|
//
|
|
|
// dc_name
|
|
|
//
|
|
|
@@ -736,7 +741,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_name.Name = "dc_name";
|
|
|
this.dc_name.Visible = true;
|
|
|
this.dc_name.VisibleIndex = 2;
|
|
|
- this.dc_name.Width = 99;
|
|
|
+ this.dc_name.Width = 71;
|
|
|
//
|
|
|
// dc_type
|
|
|
//
|
|
|
@@ -745,6 +750,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_type.Name = "dc_type";
|
|
|
this.dc_type.Visible = true;
|
|
|
this.dc_type.VisibleIndex = 3;
|
|
|
+ this.dc_type.Width = 57;
|
|
|
//
|
|
|
// dc_value
|
|
|
//
|
|
|
@@ -753,7 +759,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_value.Name = "dc_value";
|
|
|
this.dc_value.Visible = true;
|
|
|
this.dc_value.VisibleIndex = 4;
|
|
|
- this.dc_value.Width = 291;
|
|
|
+ this.dc_value.Width = 154;
|
|
|
//
|
|
|
// dc_sendcoding
|
|
|
//
|
|
|
@@ -763,7 +769,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_sendcoding.Name = "dc_sendcoding";
|
|
|
this.dc_sendcoding.Visible = true;
|
|
|
this.dc_sendcoding.VisibleIndex = 5;
|
|
|
- this.dc_sendcoding.Width = 219;
|
|
|
+ this.dc_sendcoding.Width = 138;
|
|
|
//
|
|
|
// CommandSetRepositoryItemComboBox1
|
|
|
//
|
|
|
@@ -780,7 +786,25 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_receivecoding.Name = "dc_receivecoding";
|
|
|
this.dc_receivecoding.Visible = true;
|
|
|
this.dc_receivecoding.VisibleIndex = 6;
|
|
|
- this.dc_receivecoding.Width = 231;
|
|
|
+ this.dc_receivecoding.Width = 139;
|
|
|
+ //
|
|
|
+ // dc_man
|
|
|
+ //
|
|
|
+ this.dc_man.Caption = "维护人员";
|
|
|
+ this.dc_man.FieldName = "DC_MAN";
|
|
|
+ this.dc_man.Name = "dc_man";
|
|
|
+ this.dc_man.Visible = true;
|
|
|
+ this.dc_man.VisibleIndex = 8;
|
|
|
+ this.dc_man.Width = 217;
|
|
|
+ //
|
|
|
+ // dc_date
|
|
|
+ //
|
|
|
+ this.dc_date.Caption = "维护时间";
|
|
|
+ this.dc_date.FieldName = "DC_DATE";
|
|
|
+ this.dc_date.Name = "dc_date";
|
|
|
+ this.dc_date.Visible = true;
|
|
|
+ this.dc_date.VisibleIndex = 9;
|
|
|
+ this.dc_date.Width = 52;
|
|
|
//
|
|
|
// db_name
|
|
|
//
|
|
|
@@ -789,6 +813,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.db_name.Name = "db_name";
|
|
|
this.db_name.Visible = true;
|
|
|
this.db_name.VisibleIndex = 7;
|
|
|
+ this.db_name.Width = 57;
|
|
|
//
|
|
|
// PageDeviceNetSetting
|
|
|
//
|
|
|
@@ -991,12 +1016,13 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
|
this.ButtonSaveCommandSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveCommandSet.Grid = null;
|
|
|
- this.ButtonSaveCommandSet.HandlerOtherFirst = false;
|
|
|
+ this.ButtonSaveCommandSet.HandlerOtherFirst = true;
|
|
|
this.ButtonSaveCommandSet.Location = new System.Drawing.Point(956, 549);
|
|
|
this.ButtonSaveCommandSet.Name = "ButtonSaveCommandSet";
|
|
|
this.ButtonSaveCommandSet.Size = new System.Drawing.Size(64, 23);
|
|
|
this.ButtonSaveCommandSet.TabIndex = 7;
|
|
|
this.ButtonSaveCommandSet.Text = "保存";
|
|
|
+ this.ButtonSaveCommandSet.Click += new System.EventHandler(this.ButtonSaveCommandSet_Click);
|
|
|
//
|
|
|
// ButtonPausePolling
|
|
|
//
|
|
|
@@ -1052,6 +1078,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dpc_dccode,
|
|
|
this.dpc_function,
|
|
|
this.dpc_enable,
|
|
|
+ this.em_name1,
|
|
|
this.dpc_status,
|
|
|
this.dpc_man,
|
|
|
this.dpc_remark,
|
|
|
@@ -1173,6 +1200,15 @@ namespace UAS_DeviceMonitor
|
|
|
this.dpc_enable.VisibleIndex = 5;
|
|
|
this.dpc_enable.Width = 90;
|
|
|
//
|
|
|
+ // em_name1
|
|
|
+ //
|
|
|
+ this.em_name1.Caption = "维护人";
|
|
|
+ this.em_name1.FieldName = "EM_NAME";
|
|
|
+ this.em_name1.Name = "em_name1";
|
|
|
+ this.em_name1.OptionsColumn.AllowEdit = false;
|
|
|
+ this.em_name1.Visible = true;
|
|
|
+ this.em_name1.VisibleIndex = 9;
|
|
|
+ //
|
|
|
// dpc_status
|
|
|
//
|
|
|
this.dpc_status.Caption = "状态";
|
|
|
@@ -1188,8 +1224,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dpc_man.Caption = "维护人";
|
|
|
this.dpc_man.FieldName = "DPC_MAN";
|
|
|
this.dpc_man.Name = "dpc_man";
|
|
|
- this.dpc_man.Visible = true;
|
|
|
- this.dpc_man.VisibleIndex = 7;
|
|
|
+ this.dpc_man.OptionsColumn.AllowEdit = false;
|
|
|
//
|
|
|
// dpc_remark
|
|
|
//
|
|
|
@@ -1197,7 +1232,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dpc_remark.FieldName = "DPC_REMARK";
|
|
|
this.dpc_remark.Name = "dpc_remark";
|
|
|
this.dpc_remark.Visible = true;
|
|
|
- this.dpc_remark.VisibleIndex = 8;
|
|
|
+ this.dpc_remark.VisibleIndex = 7;
|
|
|
this.dpc_remark.Width = 87;
|
|
|
//
|
|
|
// POLLSETTINGSTATUSCOLUMN
|
|
|
@@ -1207,7 +1242,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.POLLSETTINGSTATUSCOLUMN.Name = "POLLSETTINGSTATUSCOLUMN";
|
|
|
this.POLLSETTINGSTATUSCOLUMN.OptionsColumn.ReadOnly = true;
|
|
|
this.POLLSETTINGSTATUSCOLUMN.Visible = true;
|
|
|
- this.POLLSETTINGSTATUSCOLUMN.VisibleIndex = 9;
|
|
|
+ this.POLLSETTINGSTATUSCOLUMN.VisibleIndex = 8;
|
|
|
this.POLLSETTINGSTATUSCOLUMN.Width = 98;
|
|
|
//
|
|
|
// PollingSetItemLookUpEdit
|
|
|
@@ -1668,5 +1703,8 @@ namespace UAS_DeviceMonitor
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_type;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn db_name;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dpc_man;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn em_name1;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn dc_man;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn dc_date;
|
|
|
}
|
|
|
}
|