|
|
@@ -98,8 +98,6 @@ namespace UAS_DeviceMonitor
|
|
|
this.dpc_status = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.POLLSETTINGSTATUSCOLUMN = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
- this.PollSettingItemColorEdit = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
|
|
|
- this.PollSettingItemColorPickEdit = new DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit();
|
|
|
this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.ButtonAddPolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
|
|
|
this.ButtonDeletePolling = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
|
|
|
@@ -128,8 +126,6 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorEdit)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorPickEdit)).BeginInit();
|
|
|
this.PagePolling.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
|
|
|
@@ -643,9 +639,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.GridPollingSetting.Name = "GridPollingSetting";
|
|
|
this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
this.dpc_enableCheckEdit,
|
|
|
- this.PollingSetItemLookUpEdit,
|
|
|
- this.PollSettingItemColorEdit,
|
|
|
- this.PollSettingItemColorPickEdit});
|
|
|
+ this.PollingSetItemLookUpEdit});
|
|
|
this.GridPollingSetting.RowCount = 0;
|
|
|
this.GridPollingSetting.Size = new System.Drawing.Size(1027, 544);
|
|
|
this.GridPollingSetting.TabIndex = 0;
|
|
|
@@ -796,34 +790,13 @@ namespace UAS_DeviceMonitor
|
|
|
// POLLSETTINGSTATUSCOLUMN
|
|
|
//
|
|
|
this.POLLSETTINGSTATUSCOLUMN.Caption = "运行状态";
|
|
|
- this.POLLSETTINGSTATUSCOLUMN.ColumnEdit = this.PollSettingItemColorEdit;
|
|
|
this.POLLSETTINGSTATUSCOLUMN.FieldName = "POLLSETTINGSTATUSCOLUMN";
|
|
|
this.POLLSETTINGSTATUSCOLUMN.Name = "POLLSETTINGSTATUSCOLUMN";
|
|
|
+ this.POLLSETTINGSTATUSCOLUMN.OptionsColumn.ReadOnly = true;
|
|
|
this.POLLSETTINGSTATUSCOLUMN.Visible = true;
|
|
|
this.POLLSETTINGSTATUSCOLUMN.VisibleIndex = 10;
|
|
|
this.POLLSETTINGSTATUSCOLUMN.Width = 98;
|
|
|
//
|
|
|
- // PollSettingItemColorEdit
|
|
|
- //
|
|
|
- this.PollSettingItemColorEdit.Appearance.BackColor = System.Drawing.Color.White;
|
|
|
- this.PollSettingItemColorEdit.Appearance.ForeColor = System.Drawing.Color.White;
|
|
|
- this.PollSettingItemColorEdit.Appearance.Options.UseBackColor = true;
|
|
|
- this.PollSettingItemColorEdit.Appearance.Options.UseForeColor = true;
|
|
|
- this.PollSettingItemColorEdit.AutoHeight = false;
|
|
|
- this.PollSettingItemColorEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.PollSettingItemColorEdit.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
|
|
|
- this.PollSettingItemColorEdit.Name = "PollSettingItemColorEdit";
|
|
|
- this.PollSettingItemColorEdit.ReadOnly = true;
|
|
|
- //
|
|
|
- // PollSettingItemColorPickEdit
|
|
|
- //
|
|
|
- this.PollSettingItemColorPickEdit.AutoHeight = false;
|
|
|
- this.PollSettingItemColorPickEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.PollSettingItemColorPickEdit.Name = "PollSettingItemColorPickEdit";
|
|
|
- this.PollSettingItemColorPickEdit.ReadOnly = true;
|
|
|
- //
|
|
|
// PagePolling
|
|
|
//
|
|
|
this.PagePolling.Controls.Add(this.ButtonAddPolling);
|
|
|
@@ -977,8 +950,6 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dpc_enableCheckEdit)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PollingSetItemLookUpEdit)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorEdit)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.PollSettingItemColorPickEdit)).EndInit();
|
|
|
this.PagePolling.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
|
|
|
@@ -1064,8 +1035,6 @@ namespace UAS_DeviceMonitor
|
|
|
private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommandSet;
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit PollingSetItemLookUpEdit;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn GRIDVIEWPOLLSETTINGCHOOSE;
|
|
|
- private DevExpress.XtraEditors.Repository.RepositoryItemColorEdit PollSettingItemColorEdit;
|
|
|
- private DevExpress.XtraEditors.Repository.RepositoryItemColorPickEdit PollSettingItemColorPickEdit;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn POLLSETTINGSTATUSCOLUMN;
|
|
|
}
|
|
|
}
|