|
@@ -65,7 +65,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.ButtonDeleteCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
|
|
this.ButtonDeleteCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
|
|
|
this.Brand_label = new DevExpress.XtraEditors.LabelControl();
|
|
this.Brand_label = new DevExpress.XtraEditors.LabelControl();
|
|
|
this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
this.Brand = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
- this.ButtonNewCommand = new CustomerControl.Button.ButtonAddRow();
|
|
|
|
|
|
|
+ this.ButtonNewCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
|
|
|
this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonSaveGrid();
|
|
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 UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
this.GridViewCommandSet = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
@@ -75,6 +75,9 @@ namespace UAS_DeviceMonitor
|
|
|
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();
|
|
|
this.dc_value = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dc_value = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
+ this.dc_sendcoding = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
+ this.CommandSetRepositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
|
|
|
+ this.dc_receivecoding = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.ButtonDeleteNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
|
|
this.ButtonDeleteNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonDeleteRow();
|
|
|
this.ButtonAddNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
|
|
this.ButtonAddNetConfig = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
|
|
@@ -129,8 +132,6 @@ namespace UAS_DeviceMonitor
|
|
|
this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
|
- this.GridDeviceStatus = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
|
|
- this.GridViewDeviceStatus = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
|
|
|
this.PageWorkCenterStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PageWorkCenterStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.GridWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
this.GridWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
this.GridViewWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
this.GridViewWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
@@ -145,6 +146,7 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).BeginInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.CommandSetRepositoryItemComboBox1)).BeginInit();
|
|
|
this.PageDeviceNetSetting.SuspendLayout();
|
|
this.PageDeviceNetSetting.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).BeginInit();
|
|
@@ -158,9 +160,6 @@ namespace UAS_DeviceMonitor
|
|
|
this.PagePolling.SuspendLayout();
|
|
this.PagePolling.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPolling)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
|
|
|
- this.PageDeviceStatus.SuspendLayout();
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.GridDeviceStatus)).BeginInit();
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceStatus)).BeginInit();
|
|
|
|
|
this.PageWorkCenterStatus.SuspendLayout();
|
|
this.PageWorkCenterStatus.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).BeginInit();
|
|
@@ -491,6 +490,7 @@ namespace UAS_DeviceMonitor
|
|
|
// ButtonNewCommand
|
|
// ButtonNewCommand
|
|
|
//
|
|
//
|
|
|
this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ButtonNewCommand.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
+ this.ButtonNewCommand.Grid = null;
|
|
|
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);
|
|
@@ -523,7 +523,8 @@ namespace UAS_DeviceMonitor
|
|
|
this.GridCommandSetting.MenuManager = this.RibbonNav;
|
|
this.GridCommandSetting.MenuManager = this.RibbonNav;
|
|
|
this.GridCommandSetting.Name = "GridCommandSetting";
|
|
this.GridCommandSetting.Name = "GridCommandSetting";
|
|
|
this.GridCommandSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
this.GridCommandSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
- this.CheckEditCommandSet});
|
|
|
|
|
|
|
+ this.CheckEditCommandSet,
|
|
|
|
|
+ this.CommandSetRepositoryItemComboBox1});
|
|
|
this.GridCommandSetting.RowCount = 0;
|
|
this.GridCommandSetting.RowCount = 0;
|
|
|
this.GridCommandSetting.Size = new System.Drawing.Size(1027, 517);
|
|
this.GridCommandSetting.Size = new System.Drawing.Size(1027, 517);
|
|
|
this.GridCommandSetting.TabIndex = 1;
|
|
this.GridCommandSetting.TabIndex = 1;
|
|
@@ -538,7 +539,9 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_id,
|
|
this.dc_id,
|
|
|
this.dc_code,
|
|
this.dc_code,
|
|
|
this.dc_name,
|
|
this.dc_name,
|
|
|
- this.dc_value});
|
|
|
|
|
|
|
+ this.dc_value,
|
|
|
|
|
+ this.dc_sendcoding,
|
|
|
|
|
+ this.dc_receivecoding});
|
|
|
this.GridViewCommandSet.GridControl = this.GridCommandSetting;
|
|
this.GridViewCommandSet.GridControl = this.GridCommandSetting;
|
|
|
this.GridViewCommandSet.IndicatorWidth = 30;
|
|
this.GridViewCommandSet.IndicatorWidth = 30;
|
|
|
this.GridViewCommandSet.Name = "GridViewCommandSet";
|
|
this.GridViewCommandSet.Name = "GridViewCommandSet";
|
|
@@ -554,6 +557,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.CommandSetCheckedColumn.Tag = "0";
|
|
this.CommandSetCheckedColumn.Tag = "0";
|
|
|
this.CommandSetCheckedColumn.Visible = true;
|
|
this.CommandSetCheckedColumn.Visible = true;
|
|
|
this.CommandSetCheckedColumn.VisibleIndex = 0;
|
|
this.CommandSetCheckedColumn.VisibleIndex = 0;
|
|
|
|
|
+ this.CommandSetCheckedColumn.Width = 60;
|
|
|
//
|
|
//
|
|
|
// CheckEditCommandSet
|
|
// CheckEditCommandSet
|
|
|
//
|
|
//
|
|
@@ -573,7 +577,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_code.Name = "dc_code";
|
|
this.dc_code.Name = "dc_code";
|
|
|
this.dc_code.Visible = true;
|
|
this.dc_code.Visible = true;
|
|
|
this.dc_code.VisibleIndex = 1;
|
|
this.dc_code.VisibleIndex = 1;
|
|
|
- this.dc_code.Width = 118;
|
|
|
|
|
|
|
+ this.dc_code.Width = 95;
|
|
|
//
|
|
//
|
|
|
// dc_name
|
|
// dc_name
|
|
|
//
|
|
//
|
|
@@ -582,16 +586,43 @@ namespace UAS_DeviceMonitor
|
|
|
this.dc_name.Name = "dc_name";
|
|
this.dc_name.Name = "dc_name";
|
|
|
this.dc_name.Visible = true;
|
|
this.dc_name.Visible = true;
|
|
|
this.dc_name.VisibleIndex = 2;
|
|
this.dc_name.VisibleIndex = 2;
|
|
|
- this.dc_name.Width = 123;
|
|
|
|
|
|
|
+ this.dc_name.Width = 99;
|
|
|
//
|
|
//
|
|
|
- // dc_command
|
|
|
|
|
|
|
+ // dc_value
|
|
|
//
|
|
//
|
|
|
this.dc_value.Caption = "发送指令";
|
|
this.dc_value.Caption = "发送指令";
|
|
|
this.dc_value.FieldName = "DC_VALUE";
|
|
this.dc_value.FieldName = "DC_VALUE";
|
|
|
this.dc_value.Name = "dc_value";
|
|
this.dc_value.Name = "dc_value";
|
|
|
this.dc_value.Visible = true;
|
|
this.dc_value.Visible = true;
|
|
|
this.dc_value.VisibleIndex = 3;
|
|
this.dc_value.VisibleIndex = 3;
|
|
|
- this.dc_value.Width = 768;
|
|
|
|
|
|
|
+ this.dc_value.Width = 291;
|
|
|
|
|
+ //
|
|
|
|
|
+ // dc_sendcoding
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dc_sendcoding.Caption = "发送编码";
|
|
|
|
|
+ this.dc_sendcoding.ColumnEdit = this.CommandSetRepositoryItemComboBox1;
|
|
|
|
|
+ this.dc_sendcoding.FieldName = "DC_SENDCODING";
|
|
|
|
|
+ this.dc_sendcoding.Name = "dc_sendcoding";
|
|
|
|
|
+ this.dc_sendcoding.Visible = true;
|
|
|
|
|
+ this.dc_sendcoding.VisibleIndex = 4;
|
|
|
|
|
+ this.dc_sendcoding.Width = 219;
|
|
|
|
|
+ //
|
|
|
|
|
+ // CommandSetRepositoryItemComboBox1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.CommandSetRepositoryItemComboBox1.AutoHeight = false;
|
|
|
|
|
+ this.CommandSetRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
+ this.CommandSetRepositoryItemComboBox1.Name = "CommandSetRepositoryItemComboBox1";
|
|
|
|
|
+ //
|
|
|
|
|
+ // dc_receivecoding
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dc_receivecoding.Caption = "接收编码";
|
|
|
|
|
+ this.dc_receivecoding.ColumnEdit = this.CommandSetRepositoryItemComboBox1;
|
|
|
|
|
+ this.dc_receivecoding.FieldName = "DC_RECEIVECODING";
|
|
|
|
|
+ this.dc_receivecoding.Name = "dc_receivecoding";
|
|
|
|
|
+ this.dc_receivecoding.Visible = true;
|
|
|
|
|
+ this.dc_receivecoding.VisibleIndex = 5;
|
|
|
|
|
+ this.dc_receivecoding.Width = 231;
|
|
|
//
|
|
//
|
|
|
// PageDeviceNetSetting
|
|
// PageDeviceNetSetting
|
|
|
//
|
|
//
|
|
@@ -1151,39 +1182,11 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
//
|
|
|
// PageDeviceStatus
|
|
// PageDeviceStatus
|
|
|
//
|
|
//
|
|
|
- this.PageDeviceStatus.Controls.Add(this.GridDeviceStatus);
|
|
|
|
|
this.PageDeviceStatus.Name = "PageDeviceStatus";
|
|
this.PageDeviceStatus.Name = "PageDeviceStatus";
|
|
|
this.PageDeviceStatus.PageVisible = false;
|
|
this.PageDeviceStatus.PageVisible = false;
|
|
|
this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PageDeviceStatus.Text = "xtraTabPage1";
|
|
this.PageDeviceStatus.Text = "xtraTabPage1";
|
|
|
//
|
|
//
|
|
|
- // GridDeviceStatus
|
|
|
|
|
- //
|
|
|
|
|
- this.GridDeviceStatus.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)));
|
|
|
|
|
- this.GridDeviceStatus.Condition = null;
|
|
|
|
|
- this.GridDeviceStatus.GetDataSQL = null;
|
|
|
|
|
- this.GridDeviceStatus.ID = null;
|
|
|
|
|
- this.GridDeviceStatus.InsertSQL = null;
|
|
|
|
|
- this.GridDeviceStatus.Location = new System.Drawing.Point(3, 0);
|
|
|
|
|
- this.GridDeviceStatus.MainView = this.GridViewDeviceStatus;
|
|
|
|
|
- this.GridDeviceStatus.MenuManager = this.RibbonNav;
|
|
|
|
|
- this.GridDeviceStatus.Name = "GridDeviceStatus";
|
|
|
|
|
- this.GridDeviceStatus.RowCount = 0;
|
|
|
|
|
- this.GridDeviceStatus.Size = new System.Drawing.Size(1024, 577);
|
|
|
|
|
- this.GridDeviceStatus.TabIndex = 0;
|
|
|
|
|
- this.GridDeviceStatus.TableName = null;
|
|
|
|
|
- this.GridDeviceStatus.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
|
|
- this.GridViewDeviceStatus});
|
|
|
|
|
- //
|
|
|
|
|
- // GridViewDeviceStatus
|
|
|
|
|
- //
|
|
|
|
|
- this.GridViewDeviceStatus.GridControl = this.GridDeviceStatus;
|
|
|
|
|
- this.GridViewDeviceStatus.IndicatorWidth = 30;
|
|
|
|
|
- this.GridViewDeviceStatus.Name = "GridViewDeviceStatus";
|
|
|
|
|
- this.GridViewDeviceStatus.OptionsView.ShowGroupPanel = false;
|
|
|
|
|
- //
|
|
|
|
|
// PageWorkCenterStatus
|
|
// PageWorkCenterStatus
|
|
|
//
|
|
//
|
|
|
this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
|
|
this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
|
|
@@ -1246,6 +1249,7 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckEditCommandSet)).EndInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.CommandSetRepositoryItemComboBox1)).EndInit();
|
|
|
this.PageDeviceNetSetting.ResumeLayout(false);
|
|
this.PageDeviceNetSetting.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridDeviceNetSetting)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceNetSetting)).EndInit();
|
|
@@ -1259,9 +1263,6 @@ namespace UAS_DeviceMonitor
|
|
|
this.PagePolling.ResumeLayout(false);
|
|
this.PagePolling.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPolling)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
|
|
|
- this.PageDeviceStatus.ResumeLayout(false);
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.GridDeviceStatus)).EndInit();
|
|
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceStatus)).EndInit();
|
|
|
|
|
this.PageWorkCenterStatus.ResumeLayout(false);
|
|
this.PageWorkCenterStatus.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridWorkCenterStatus)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewWorkCenterStatus)).EndInit();
|
|
@@ -1355,8 +1356,6 @@ namespace UAS_DeviceMonitor
|
|
|
private GridViewWithSerialNum GridViewDeviceNetSetting;
|
|
private GridViewWithSerialNum GridViewDeviceNetSetting;
|
|
|
private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
|
|
private DevExpress.XtraTab.XtraTabPage PageDeviceStatus;
|
|
|
private DevExpress.XtraTab.XtraTabPage PageWorkCenterStatus;
|
|
private DevExpress.XtraTab.XtraTabPage PageWorkCenterStatus;
|
|
|
- private AutoDataGridControl GridDeviceStatus;
|
|
|
|
|
- private GridViewWithSerialNum GridViewDeviceStatus;
|
|
|
|
|
private AutoDataGridControl GridWorkCenterStatus;
|
|
private AutoDataGridControl GridWorkCenterStatus;
|
|
|
private GridViewWithSerialNum GridViewWorkCenterStatus;
|
|
private GridViewWithSerialNum GridViewWorkCenterStatus;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dnc_id;
|
|
private DevExpress.XtraGrid.Columns.GridColumn dnc_id;
|
|
@@ -1372,5 +1371,8 @@ namespace UAS_DeviceMonitor
|
|
|
private CustomerControl.Button.ButtonSaveGrid ButtonSaveNetConfig;
|
|
private CustomerControl.Button.ButtonSaveGrid ButtonSaveNetConfig;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn NetSettingCheckedColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn NetSettingCheckedColumn;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
|
|
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn dc_sendcoding;
|
|
|
|
|
+ private DevExpress.XtraGrid.Columns.GridColumn dc_receivecoding;
|
|
|
|
|
+ private DevExpress.XtraEditors.Repository.RepositoryItemComboBox CommandSetRepositoryItemComboBox1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|