|
|
@@ -44,7 +44,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
|
|
|
this.MainTabControl = new DevExpress.XtraTab.XtraTabControl();
|
|
|
this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage();
|
|
|
- this.pageControl1 = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
|
|
|
+ this.PageControlDeviceList = new UAS_DeviceMonitor.CustomerControl.PagingControl.PageControl();
|
|
|
this.GridDeviceList = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
this.GridViewDeviceList = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
this.de_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
@@ -58,8 +58,9 @@ namespace UAS_DeviceMonitor
|
|
|
this.de_address = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.de_wccode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage();
|
|
|
+ this.ButtonSaveCommand = new UAS_DeviceMonitor.CustomerControl.Button.ButtonAddRow();
|
|
|
this.GridCommandSetting = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
- this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
+ this.GridViewCommandSet = new DevExpress.XtraGrid.Views.Grid.GridView();
|
|
|
this.dc_id = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dc_code = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.dc_name = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
@@ -97,7 +98,7 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).BeginInit();
|
|
|
this.PageCommandSet.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).BeginInit();
|
|
|
this.PagePollingSetting.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).BeginInit();
|
|
|
@@ -226,7 +227,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.MainTabControl.Name = "MainTabControl";
|
|
|
this.MainTabControl.SelectedTabPage = this.PageDeviceList;
|
|
|
this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
|
|
|
- this.MainTabControl.Size = new System.Drawing.Size(1033, 552);
|
|
|
+ this.MainTabControl.Size = new System.Drawing.Size(1033, 583);
|
|
|
this.MainTabControl.TabIndex = 3;
|
|
|
this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
|
this.PageDeviceList,
|
|
|
@@ -238,33 +239,36 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
|
// PageDeviceList
|
|
|
//
|
|
|
- this.PageDeviceList.Controls.Add(this.pageControl1);
|
|
|
+ this.PageDeviceList.Controls.Add(this.PageControlDeviceList);
|
|
|
this.PageDeviceList.Controls.Add(this.GridDeviceList);
|
|
|
this.PageDeviceList.Name = "PageDeviceList";
|
|
|
this.PageDeviceList.PageVisible = false;
|
|
|
- this.PageDeviceList.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.PageDeviceList.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PageDeviceList.Text = "xtraTabPage1";
|
|
|
//
|
|
|
- // pageControl1
|
|
|
+ // PageControlDeviceList
|
|
|
//
|
|
|
- this.pageControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.pageControl1.Gridcontrol = null;
|
|
|
- this.pageControl1.Location = new System.Drawing.Point(0, 517);
|
|
|
- this.pageControl1.Name = "pageControl1";
|
|
|
- this.pageControl1.Size = new System.Drawing.Size(1027, 29);
|
|
|
- this.pageControl1.TabIndex = 1;
|
|
|
+ this.PageControlDeviceList.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.PageControlDeviceList.Gridcontrol = null;
|
|
|
+ this.PageControlDeviceList.Location = new System.Drawing.Point(0, 548);
|
|
|
+ this.PageControlDeviceList.Name = "PageControlDeviceList";
|
|
|
+ this.PageControlDeviceList.Size = new System.Drawing.Size(1027, 29);
|
|
|
+ this.PageControlDeviceList.TabIndex = 1;
|
|
|
//
|
|
|
// GridDeviceList
|
|
|
//
|
|
|
this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.GridDeviceList.GetDataSQL = null;
|
|
|
+ this.GridDeviceList.ID = null;
|
|
|
+ this.GridDeviceList.InsertSQL = null;
|
|
|
this.GridDeviceList.Location = new System.Drawing.Point(0, 0);
|
|
|
this.GridDeviceList.MainView = this.GridViewDeviceList;
|
|
|
this.GridDeviceList.MenuManager = this.RibbonNav;
|
|
|
this.GridDeviceList.Name = "GridDeviceList";
|
|
|
this.GridDeviceList.RowCount = 0;
|
|
|
- this.GridDeviceList.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.GridDeviceList.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.GridDeviceList.TabIndex = 0;
|
|
|
+ this.GridDeviceList.TableName = null;
|
|
|
this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.GridViewDeviceList});
|
|
|
//
|
|
|
@@ -367,37 +371,50 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
|
// PageCommandSet
|
|
|
//
|
|
|
+ this.PageCommandSet.Controls.Add(this.ButtonSaveCommand);
|
|
|
this.PageCommandSet.Controls.Add(this.GridCommandSetting);
|
|
|
this.PageCommandSet.Name = "PageCommandSet";
|
|
|
this.PageCommandSet.PageVisible = false;
|
|
|
- this.PageCommandSet.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.PageCommandSet.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PageCommandSet.Text = "xtraTabPage1";
|
|
|
//
|
|
|
+ // ButtonSaveCommand
|
|
|
+ //
|
|
|
+ this.ButtonSaveCommand.Grid = null;
|
|
|
+ this.ButtonSaveCommand.Location = new System.Drawing.Point(956, 551);
|
|
|
+ this.ButtonSaveCommand.Name = "ButtonSaveCommand";
|
|
|
+ this.ButtonSaveCommand.Size = new System.Drawing.Size(64, 23);
|
|
|
+ this.ButtonSaveCommand.TabIndex = 2;
|
|
|
+ this.ButtonSaveCommand.Text = "保存";
|
|
|
+ //
|
|
|
// GridCommandSetting
|
|
|
//
|
|
|
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)));
|
|
|
this.GridCommandSetting.GetDataSQL = null;
|
|
|
+ this.GridCommandSetting.ID = null;
|
|
|
+ this.GridCommandSetting.InsertSQL = null;
|
|
|
this.GridCommandSetting.Location = new System.Drawing.Point(0, -1);
|
|
|
- this.GridCommandSetting.MainView = this.gridView2;
|
|
|
+ this.GridCommandSetting.MainView = this.GridViewCommandSet;
|
|
|
this.GridCommandSetting.MenuManager = this.RibbonNav;
|
|
|
this.GridCommandSetting.Name = "GridCommandSetting";
|
|
|
this.GridCommandSetting.RowCount = 0;
|
|
|
- this.GridCommandSetting.Size = new System.Drawing.Size(1027, 511);
|
|
|
+ this.GridCommandSetting.Size = new System.Drawing.Size(1027, 549);
|
|
|
this.GridCommandSetting.TabIndex = 1;
|
|
|
+ this.GridCommandSetting.TableName = null;
|
|
|
this.GridCommandSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
- this.gridView2});
|
|
|
+ this.GridViewCommandSet});
|
|
|
//
|
|
|
- // gridView2
|
|
|
+ // GridViewCommandSet
|
|
|
//
|
|
|
- this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
+ this.GridViewCommandSet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
|
|
|
this.dc_id,
|
|
|
this.dc_code,
|
|
|
this.dc_name,
|
|
|
this.dc_command});
|
|
|
- this.gridView2.GridControl = this.GridCommandSetting;
|
|
|
- this.gridView2.Name = "gridView2";
|
|
|
+ this.GridViewCommandSet.GridControl = this.GridCommandSetting;
|
|
|
+ this.GridViewCommandSet.Name = "GridViewCommandSet";
|
|
|
//
|
|
|
// dc_id
|
|
|
//
|
|
|
@@ -435,14 +452,14 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
|
this.PageDeviceKind.Name = "PageDeviceKind";
|
|
|
this.PageDeviceKind.PageVisible = false;
|
|
|
- this.PageDeviceKind.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.PageDeviceKind.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PageDeviceKind.Text = "xtraTabPage2";
|
|
|
//
|
|
|
// PageDeviceStatus
|
|
|
//
|
|
|
this.PageDeviceStatus.Name = "PageDeviceStatus";
|
|
|
this.PageDeviceStatus.PageVisible = false;
|
|
|
- this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PageDeviceStatus.Text = "xtraTabPage3";
|
|
|
//
|
|
|
// PagePollingSetting
|
|
|
@@ -450,12 +467,17 @@ namespace UAS_DeviceMonitor
|
|
|
this.PagePollingSetting.Controls.Add(this.GridPollingSetting);
|
|
|
this.PagePollingSetting.Name = "PagePollingSetting";
|
|
|
this.PagePollingSetting.PageVisible = false;
|
|
|
- this.PagePollingSetting.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.PagePollingSetting.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PagePollingSetting.Text = "xtraTabPage1";
|
|
|
//
|
|
|
// GridPollingSetting
|
|
|
//
|
|
|
+ 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)));
|
|
|
this.GridPollingSetting.GetDataSQL = null;
|
|
|
+ this.GridPollingSetting.ID = null;
|
|
|
+ this.GridPollingSetting.InsertSQL = null;
|
|
|
this.GridPollingSetting.Location = new System.Drawing.Point(0, 0);
|
|
|
this.GridPollingSetting.MainView = this.GridViewPollSetting;
|
|
|
this.GridPollingSetting.MenuManager = this.RibbonNav;
|
|
|
@@ -463,8 +485,9 @@ namespace UAS_DeviceMonitor
|
|
|
this.GridPollingSetting.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
this.dpc_enableCheckEdit});
|
|
|
this.GridPollingSetting.RowCount = 0;
|
|
|
- this.GridPollingSetting.Size = new System.Drawing.Size(1027, 514);
|
|
|
+ this.GridPollingSetting.Size = new System.Drawing.Size(1027, 582);
|
|
|
this.GridPollingSetting.TabIndex = 0;
|
|
|
+ this.GridPollingSetting.TableName = null;
|
|
|
this.GridPollingSetting.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.GridViewPollSetting});
|
|
|
//
|
|
|
@@ -579,20 +602,23 @@ namespace UAS_DeviceMonitor
|
|
|
this.PagePolling.Controls.Add(this.GridPolling);
|
|
|
this.PagePolling.Name = "PagePolling";
|
|
|
this.PagePolling.PageVisible = false;
|
|
|
- this.PagePolling.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.PagePolling.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PagePolling.Text = "xtraTabPage1";
|
|
|
//
|
|
|
// GridPolling
|
|
|
//
|
|
|
this.GridPolling.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.GridPolling.GetDataSQL = null;
|
|
|
+ this.GridPolling.ID = null;
|
|
|
+ this.GridPolling.InsertSQL = null;
|
|
|
this.GridPolling.Location = new System.Drawing.Point(0, 0);
|
|
|
this.GridPolling.MainView = this.GridViewPolling;
|
|
|
this.GridPolling.MenuManager = this.RibbonNav;
|
|
|
this.GridPolling.Name = "GridPolling";
|
|
|
this.GridPolling.RowCount = 0;
|
|
|
- this.GridPolling.Size = new System.Drawing.Size(1027, 546);
|
|
|
+ this.GridPolling.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.GridPolling.TabIndex = 0;
|
|
|
+ this.GridPolling.TableName = null;
|
|
|
this.GridPolling.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
this.GridViewPolling});
|
|
|
//
|
|
|
@@ -677,7 +703,7 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).EndInit();
|
|
|
this.PageCommandSet.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridCommandSetting)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.GridViewCommandSet)).EndInit();
|
|
|
this.PagePollingSetting.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPollingSetting)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPollSetting)).EndInit();
|
|
|
@@ -722,9 +748,9 @@ namespace UAS_DeviceMonitor
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_vendname;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_address;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn de_wccode;
|
|
|
- private CustomerControl.PagingControl.PageControl pageControl1;
|
|
|
+ private CustomerControl.PagingControl.PageControl PageControlDeviceList;
|
|
|
private AutoDataGridControl GridCommandSetting;
|
|
|
- private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
|
|
+ private DevExpress.XtraGrid.Views.Grid.GridView GridViewCommandSet;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_id;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_code;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dc_name;
|
|
|
@@ -750,5 +776,6 @@ namespace UAS_DeviceMonitor
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dpc_status;
|
|
|
private DevExpress.XtraGrid.Columns.GridColumn dpc_remark;
|
|
|
private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit dpc_enableCheckEdit;
|
|
|
+ private CustomerControl.Button.ButtonAddRow ButtonSaveCommand;
|
|
|
}
|
|
|
}
|