|
|
@@ -83,7 +83,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.ButtonStartPolling = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
this.GridViewPollSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
|
- this.COLUMNCHECKED = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
+ this.PollSettingCheckedColumn = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_enableCheckEdit = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
|
|
|
this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
@@ -640,7 +640,7 @@ namespace UAS_DeviceMonitor
|
|
|
// GridViewPollSetting
|
|
|
//
|
|
|
this.GridViewPollSetting.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
- this.COLUMNCHECKED,
|
|
|
+ this.PollSettingCheckedColumn,
|
|
|
this.dpc_id,
|
|
|
this.dpc_decode,
|
|
|
this.dpc_plcode,
|
|
|
@@ -658,17 +658,17 @@ namespace UAS_DeviceMonitor
|
|
|
this.GridViewPollSetting.OptionsSelection.MultiSelectMode = DevExpress.XtraGrid.Views.Grid.GridMultiSelectMode.CheckBoxRowSelect;
|
|
|
this.GridViewPollSetting.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.GridViewPollSetting_CellValueChanging);
|
|
|
//
|
|
|
- // COLUMNCHECKED
|
|
|
+ // PollSettingCheckedColumn
|
|
|
//
|
|
|
- this.COLUMNCHECKED.Caption = " ";
|
|
|
- this.COLUMNCHECKED.ColumnEdit = this.dpc_enableCheckEdit;
|
|
|
- this.COLUMNCHECKED.FieldName = "COLUMNCHECKED";
|
|
|
- this.COLUMNCHECKED.Name = "COLUMNCHECKED";
|
|
|
- this.COLUMNCHECKED.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
- this.COLUMNCHECKED.OptionsFilter.AllowFilter = false;
|
|
|
- this.COLUMNCHECKED.Tag = "0";
|
|
|
- this.COLUMNCHECKED.Visible = true;
|
|
|
- this.COLUMNCHECKED.VisibleIndex = 0;
|
|
|
+ this.PollSettingCheckedColumn.Caption = " ";
|
|
|
+ this.PollSettingCheckedColumn.ColumnEdit = this.dpc_enableCheckEdit;
|
|
|
+ this.PollSettingCheckedColumn.FieldName = "CHECKEDCOLUMN";
|
|
|
+ this.PollSettingCheckedColumn.Name = "PollSettingCheckedColumn";
|
|
|
+ this.PollSettingCheckedColumn.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
|
|
|
+ this.PollSettingCheckedColumn.OptionsFilter.AllowFilter = false;
|
|
|
+ this.PollSettingCheckedColumn.Tag = "0";
|
|
|
+ this.PollSettingCheckedColumn.Visible = true;
|
|
|
+ this.PollSettingCheckedColumn.VisibleIndex = 0;
|
|
|
//
|
|
|
// dpc_enableCheckEdit
|
|
|
//
|
|
|
@@ -1026,6 +1026,6 @@ namespace UAS_DeviceMonitor
|
|
|
private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommandSet;
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit PollingSetItemLookUpEdit;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn POLLSETTINGSTATUSCOLUMN;
|
|
|
- private DevExpress.XtraGrid.Columns.GridColumn COLUMNCHECKED;
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn PollSettingCheckedColumn;
|
|
|
}
|
|
|
}
|