|
@@ -1,5 +1,7 @@
|
|
|
using DevExpress.XtraEditors;
|
|
using DevExpress.XtraEditors;
|
|
|
using UAS_DeviceMonitor.CustomerControl.AutoDataGridControl;
|
|
using UAS_DeviceMonitor.CustomerControl.AutoDataGridControl;
|
|
|
|
|
+using UAS_DeviceMonitor.CustomerControl;
|
|
|
|
|
+using UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum;
|
|
|
|
|
|
|
|
namespace UAS_DeviceMonitor
|
|
namespace UAS_DeviceMonitor
|
|
|
{
|
|
{
|
|
@@ -47,7 +49,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.PageControlDeviceList = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
|
|
this.PageControlDeviceList = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
|
|
|
this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
- this.GridViewDeviceList = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
|
|
+ this.GridViewDeviceList = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
|
this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.de_code = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.de_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
@@ -59,10 +61,12 @@ namespace UAS_DeviceMonitor
|
|
|
this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
|
|
|
- this.ButtonNewCommand = new SimpleButton();
|
|
|
|
|
- this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
|
|
|
|
|
|
|
+ this.Brand_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
+ this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
|
|
+ this.ButtonNewCommand = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
+ this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
|
|
|
this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
- this.GridViewCommandSet = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
|
|
+ this.GridViewCommandSet = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
|
this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
@@ -71,7 +75,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
this.GridPollingSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
- this.GridViewPollSetting = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
|
|
+ this.GridViewPollSetting = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
|
this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dpc_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dpc_decode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dpc_plcode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dpc_plcode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
@@ -85,7 +89,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dpc_remark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PagePolling = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.GridPolling = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
this.GridPolling = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
- this.GridViewPolling = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
|
|
|
|
+ this.GridViewPolling = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
|
this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.pl_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.pl_code = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.pl_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
@@ -99,6 +103,7 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
|
|
|
this.PageCommandSet.SuspendLayout();
|
|
this.PageCommandSet.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
|
|
|
this.PagePollingSetting.SuspendLayout();
|
|
this.PagePollingSetting.SuspendLayout();
|
|
@@ -288,6 +293,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.de_address,
|
|
this.de_address,
|
|
|
this.de_wccode});
|
|
this.de_wccode});
|
|
|
this.GridViewDeviceList.GridControl = this.GridDeviceList;
|
|
this.GridViewDeviceList.GridControl = this.GridDeviceList;
|
|
|
|
|
+ this.GridViewDeviceList.IndicatorWidth = 30;
|
|
|
this.GridViewDeviceList.Name = "GridViewDeviceList";
|
|
this.GridViewDeviceList.Name = "GridViewDeviceList";
|
|
|
//
|
|
//
|
|
|
// de_id
|
|
// de_id
|
|
@@ -373,6 +379,8 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
// PageCommandSet
|
|
// PageCommandSet
|
|
|
//
|
|
//
|
|
|
|
|
+ this.PageCommandSet.Controls.Add(this.Brand_label);
|
|
|
|
|
+ this.PageCommandSet.Controls.Add(this.Brand);
|
|
|
this.PageCommandSet.Controls.Add(this.ButtonNewCommand);
|
|
this.PageCommandSet.Controls.Add(this.ButtonNewCommand);
|
|
|
this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
|
|
this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
|
|
|
this.PageCommandSet.Controls.Add(this.GridCommandSetting);
|
|
this.PageCommandSet.Controls.Add(this.GridCommandSetting);
|
|
@@ -380,9 +388,30 @@ namespace UAS_DeviceMonitor
|
|
|
this.PageCommandSet.PageVisible = false;
|
|
this.PageCommandSet.PageVisible = false;
|
|
|
this.PageCommandSet.Size = new System.Drawing.Size(1027, 577);
|
|
this.PageCommandSet.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PageCommandSet.Text = "xtraTabPage1";
|
|
this.PageCommandSet.Text = "xtraTabPage1";
|
|
|
|
|
+ this.PageCommandSet.VisibleChanged += new System.EventHandler(this.PageCommandSet_VisibleChanged);
|
|
|
|
|
+ //
|
|
|
|
|
+ // Brand_label
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Brand_label.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
+ this.Brand_label.Location = new System.Drawing.Point(8, 5);
|
|
|
|
|
+ this.Brand_label.Name = "Brand_label";
|
|
|
|
|
+ this.Brand_label.Size = new System.Drawing.Size(32, 21);
|
|
|
|
|
+ this.Brand_label.TabIndex = 5;
|
|
|
|
|
+ this.Brand_label.Text = "品牌";
|
|
|
|
|
+ //
|
|
|
|
|
+ // Brand
|
|
|
|
|
+ //
|
|
|
|
|
+ this.Brand.Location = new System.Drawing.Point(47, 6);
|
|
|
|
|
+ this.Brand.MenuManager = this.RibbonNav;
|
|
|
|
|
+ this.Brand.Name = "Brand";
|
|
|
|
|
+ this.Brand.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
+ this.Brand.Size = new System.Drawing.Size(100, 20);
|
|
|
|
|
+ this.Brand.TabIndex = 4;
|
|
|
//
|
|
//
|
|
|
// ButtonNewCommand
|
|
// ButtonNewCommand
|
|
|
//
|
|
//
|
|
|
|
|
+ this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonNewCommand.Location = new System.Drawing.Point(886, 551);
|
|
this.ButtonNewCommand.Location = new System.Drawing.Point(886, 551);
|
|
|
this.ButtonNewCommand.Name = "ButtonNewCommand";
|
|
this.ButtonNewCommand.Name = "ButtonNewCommand";
|
|
|
this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
|
|
this.ButtonNewCommand.Size = new System.Drawing.Size(64, 23);
|
|
@@ -392,6 +421,7 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
// ButtonSaveCommand
|
|
// ButtonSaveCommand
|
|
|
//
|
|
//
|
|
|
|
|
+ this.ButtonSaveCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ButtonSaveCommand.Grid = null;
|
|
this.ButtonSaveCommand.Grid = null;
|
|
|
this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
|
|
this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
|
|
|
this.ButtonSaveCommand.Name = "ButtonSaveCommand";
|
|
this.ButtonSaveCommand.Name = "ButtonSaveCommand";
|
|
@@ -401,18 +431,18 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
// GridCommandSetting
|
|
// GridCommandSetting
|
|
|
//
|
|
//
|
|
|
- this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
- | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
|
+ this.GridCommandSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.GridCommandSetting.GetDataSQL = null;
|
|
this.GridCommandSetting.GetDataSQL = null;
|
|
|
this.GridCommandSetting.ID = null;
|
|
this.GridCommandSetting.ID = null;
|
|
|
this.GridCommandSetting.InsertSQL = null;
|
|
this.GridCommandSetting.InsertSQL = null;
|
|
|
- this.GridCommandSetting.Location = new System.Drawing.Point(0, -1);
|
|
|
|
|
|
|
+ this.GridCommandSetting.Location = new System.Drawing.Point(0, 31);
|
|
|
this.GridCommandSetting.MainView = this.GridViewCommandSet;
|
|
this.GridCommandSetting.MainView = this.GridViewCommandSet;
|
|
|
this.GridCommandSetting.MenuManager = this.RibbonNav;
|
|
this.GridCommandSetting.MenuManager = this.RibbonNav;
|
|
|
this.GridCommandSetting.Name = "GridCommandSetting";
|
|
this.GridCommandSetting.Name = "GridCommandSetting";
|
|
|
this.GridCommandSetting.RowCount = 0;
|
|
this.GridCommandSetting.RowCount = 0;
|
|
|
- this.GridCommandSetting.Size = new System.Drawing.Size(1027, 549);
|
|
|
|
|
|
|
+ this.GridCommandSetting.Size = new System.Drawing.Size(1027, 517);
|
|
|
this.GridCommandSetting.TabIndex = 1;
|
|
this.GridCommandSetting.TabIndex = 1;
|
|
|
this.GridCommandSetting.TableName = null;
|
|
this.GridCommandSetting.TableName = null;
|
|
|
this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
@@ -426,6 +456,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_name,
|
|
this.dc_name,
|
|
|
this.dc_command});
|
|
this.dc_command});
|
|
|
this.GridViewCommandSet.GridControl = this.GridCommandSetting;
|
|
this.GridViewCommandSet.GridControl = this.GridCommandSetting;
|
|
|
|
|
+ this.GridViewCommandSet.IndicatorWidth = 30;
|
|
|
this.GridViewCommandSet.Name = "GridViewCommandSet";
|
|
this.GridViewCommandSet.Name = "GridViewCommandSet";
|
|
|
//
|
|
//
|
|
|
// dc_id
|
|
// dc_id
|
|
@@ -484,8 +515,8 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
// GridPollingSetting
|
|
// GridPollingSetting
|
|
|
//
|
|
//
|
|
|
- this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
- | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
|
|
+ this.GridPollingSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
|
|
|
+ | System.Windows.Forms.AnchorStyles.Left)
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.GridPollingSetting.GetDataSQL = null;
|
|
this.GridPollingSetting.GetDataSQL = null;
|
|
|
this.GridPollingSetting.ID = null;
|
|
this.GridPollingSetting.ID = null;
|
|
@@ -517,6 +548,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dpc_status,
|
|
this.dpc_status,
|
|
|
this.dpc_remark});
|
|
this.dpc_remark});
|
|
|
this.GridViewPollSetting.GridControl = this.GridPollingSetting;
|
|
this.GridViewPollSetting.GridControl = this.GridPollingSetting;
|
|
|
|
|
+ this.GridViewPollSetting.IndicatorWidth = 30;
|
|
|
this.GridViewPollSetting.Name = "GridViewPollSetting";
|
|
this.GridViewPollSetting.Name = "GridViewPollSetting";
|
|
|
this.GridViewPollSetting.OptionsSelection.MultiSelect = true;
|
|
this.GridViewPollSetting.OptionsSelection.MultiSelect = true;
|
|
|
//
|
|
//
|
|
@@ -644,6 +676,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.pl_dccode,
|
|
this.pl_dccode,
|
|
|
this.pl_remark});
|
|
this.pl_remark});
|
|
|
this.GridViewPolling.GridControl = this.GridPolling;
|
|
this.GridViewPolling.GridControl = this.GridPolling;
|
|
|
|
|
+ this.GridViewPolling.IndicatorWidth = 30;
|
|
|
this.GridViewPolling.Name = "GridViewPolling";
|
|
this.GridViewPolling.Name = "GridViewPolling";
|
|
|
//
|
|
//
|
|
|
// pl_id
|
|
// pl_id
|
|
@@ -713,6 +746,8 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
|
|
|
this.PageCommandSet.ResumeLayout(false);
|
|
this.PageCommandSet.ResumeLayout(false);
|
|
|
|
|
+ this.PageCommandSet.PerformLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.Brand.Properties)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
|
|
|
this.PagePollingSetting.ResumeLayout(false);
|
|
this.PagePollingSetting.ResumeLayout(false);
|
|
@@ -748,7 +783,6 @@ namespace UAS_DeviceMonitor
|
|
|
private DevExpress.XtraBars.BarButtonItem ButtionPolling;
|
|
private DevExpress.XtraBars.BarButtonItem ButtionPolling;
|
|
|
private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
|
|
private DevExpress.XtraTab.XtraTabPage PagePollingSetting;
|
|
|
private DevExpress.XtraTab.XtraTabPage PagePolling;
|
|
private DevExpress.XtraTab.XtraTabPage PagePolling;
|
|
|
- private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceList;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_id;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_code;
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_code;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_name;
|
|
@@ -761,15 +795,12 @@ namespace UAS_DeviceMonitor
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
|
|
|
private CustomerControl.PagingControl.PageControl PageControlDeviceList;
|
|
private CustomerControl.PagingControl.PageControl PageControlDeviceList;
|
|
|
private AutoDataGridControl GridCommandSetting;
|
|
private AutoDataGridControl GridCommandSetting;
|
|
|
- private DevExpress.XtraGrid.Views.Grid.GridView GridViewCommandSet;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_id;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_code;
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_code;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_name;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_command;
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_command;
|
|
|
private AutoDataGridControl GridPolling;
|
|
private AutoDataGridControl GridPolling;
|
|
|
- private DevExpress.XtraGrid.Views.Grid.GridView GridViewPolling;
|
|
|
|
|
private AutoDataGridControl GridPollingSetting;
|
|
private AutoDataGridControl GridPollingSetting;
|
|
|
- private DevExpress.XtraGrid.Views.Grid.GridView GridViewPollSetting;
|
|
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn pl_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn pl_id;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn pl_code;
|
|
private DevExpress.XtraGrid.Columns.GridColumn pl_code;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn pl_name;
|
|
private DevExpress.XtraGrid.Columns.GridColumn pl_name;
|
|
@@ -787,7 +818,13 @@ namespace UAS_DeviceMonitor
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
|
|
private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
|
|
private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
|
|
|
- private CustomerControl.Button.ButtonAddRow ButtonSaveCommand;
|
|
|
|
|
|
|
+ private CustomerControl.Button.ButtonSaveGrid ButtonSaveCommand;
|
|
|
private SimpleButton ButtonNewCommand;
|
|
private SimpleButton ButtonNewCommand;
|
|
|
|
|
+ private GridViewWithSerialNum GridViewDeviceList;
|
|
|
|
|
+ private GridViewWithSerialNum GridViewCommandSet;
|
|
|
|
|
+ private GridViewWithSerialNum GridViewPolling;
|
|
|
|
|
+ private GridViewWithSerialNum GridViewPollSetting;
|
|
|
|
|
+ private LabelControl Brand_label;
|
|
|
|
|
+ private ComboBoxEdit Brand;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|