|
@@ -99,6 +99,7 @@ namespace UAS_PLCDataReader
|
|
|
this.dc_receivecoding = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dc_receivecoding = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dc_man = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dc_man = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dc_date = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.dc_date = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
|
|
+ this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
|
|
|
this.db_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
this.db_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
|
|
this.PageDeviceNetSetting = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.ButtonDeleteNetConfig = new UAS_PLCDataReader.CustomerControl.Button.ButtonDeleteRow();
|
|
this.ButtonDeleteNetConfig = new UAS_PLCDataReader.CustomerControl.Button.ButtonDeleteRow();
|
|
@@ -183,6 +184,8 @@ namespace UAS_PLCDataReader
|
|
|
((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();
|
|
((System.ComponentModel.ISupportInitialize)(this.CommandSetRepositoryItemComboBox1)).BeginInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).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();
|
|
@@ -619,6 +622,7 @@ namespace UAS_PLCDataReader
|
|
|
this.de_indate.FieldName = "DE_INDATE";
|
|
this.de_indate.FieldName = "DE_INDATE";
|
|
|
this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
|
|
this.de_indate.FilterMode = DevExpress.XtraGrid.ColumnFilterMode.DisplayText;
|
|
|
this.de_indate.Name = "de_indate";
|
|
this.de_indate.Name = "de_indate";
|
|
|
|
|
+ this.de_indate.OptionsColumn.AllowEdit = false;
|
|
|
this.de_indate.Visible = true;
|
|
this.de_indate.Visible = true;
|
|
|
this.de_indate.VisibleIndex = 4;
|
|
this.de_indate.VisibleIndex = 4;
|
|
|
//
|
|
//
|
|
@@ -760,7 +764,8 @@ namespace UAS_PLCDataReader
|
|
|
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.CommandSetRepositoryItemComboBox1,
|
|
|
|
|
+ this.repositoryItemDateEdit1});
|
|
|
this.GridCommandSetting.RowCount = 0;
|
|
this.GridCommandSetting.RowCount = 0;
|
|
|
this.GridCommandSetting.Size = new System.Drawing.Size(1027, 546);
|
|
this.GridCommandSetting.Size = new System.Drawing.Size(1027, 546);
|
|
|
this.GridCommandSetting.TabIndex = 1;
|
|
this.GridCommandSetting.TabIndex = 1;
|
|
@@ -886,12 +891,23 @@ namespace UAS_PLCDataReader
|
|
|
// dc_date
|
|
// dc_date
|
|
|
//
|
|
//
|
|
|
this.dc_date.Caption = "维护时间";
|
|
this.dc_date.Caption = "维护时间";
|
|
|
|
|
+ this.dc_date.ColumnEdit = this.repositoryItemDateEdit1;
|
|
|
this.dc_date.FieldName = "DC_DATE";
|
|
this.dc_date.FieldName = "DC_DATE";
|
|
|
this.dc_date.Name = "dc_date";
|
|
this.dc_date.Name = "dc_date";
|
|
|
|
|
+ this.dc_date.OptionsColumn.AllowEdit = false;
|
|
|
this.dc_date.Visible = true;
|
|
this.dc_date.Visible = true;
|
|
|
this.dc_date.VisibleIndex = 9;
|
|
this.dc_date.VisibleIndex = 9;
|
|
|
this.dc_date.Width = 118;
|
|
this.dc_date.Width = 118;
|
|
|
//
|
|
//
|
|
|
|
|
+ // repositoryItemDateEdit1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.repositoryItemDateEdit1.AutoHeight = false;
|
|
|
|
|
+ this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
+ this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
+ new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
+ this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
|
|
|
|
|
+ //
|
|
|
// db_name
|
|
// db_name
|
|
|
//
|
|
//
|
|
|
this.db_name.Caption = "品牌";
|
|
this.db_name.Caption = "品牌";
|
|
@@ -1631,6 +1647,8 @@ namespace UAS_PLCDataReader
|
|
|
((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();
|
|
((System.ComponentModel.ISupportInitialize)(this.CommandSetRepositoryItemComboBox1)).EndInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).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();
|
|
@@ -1790,5 +1808,6 @@ namespace UAS_PLCDataReader
|
|
|
private CustomerControl.Button.ButtonSaveGrid ButtonSaveDevice;
|
|
private CustomerControl.Button.ButtonSaveGrid ButtonSaveDevice;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn DeviceListCheckedColumn;
|
|
private DevExpress.XtraGrid.Columns.GridColumn DeviceListCheckedColumn;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_sourcecode;
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_sourcecode;
|
|
|
|
|
+ private DevExpress.XtraEditors.Repository.RepositoryItemDateEdit repositoryItemDateEdit1;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|