|
|
@@ -133,11 +133,11 @@ namespace UAS_DeviceMonitor
|
|
|
this.pl_dccode = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.pl_remark = new DevExpress.XtraGrid.Columns.GridColumn();
|
|
|
this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
|
+ this.PanelDeviceStatus = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
|
this.PageWorkCenterStatus = new DevExpress.XtraTab.XtraTabPage();
|
|
|
this.GridWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.AutoDataGridControl.AutoDataGridControl();
|
|
|
this.GridViewWorkCenterStatus = new UAS_DeviceMonitor.CustomerControl.GridViewWithSerialNum.GridViewWithSerialNum();
|
|
|
this.TimerDeviceStatus = new System.Windows.Forms.Timer(this.components);
|
|
|
- this.PanelDeviceStatus = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
|
|
|
this.MainTabControl.SuspendLayout();
|
|
|
@@ -329,8 +329,10 @@ namespace UAS_DeviceMonitor
|
|
|
//
|
|
|
// GridDeviceList
|
|
|
//
|
|
|
+ this.GridDeviceList.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.GridDeviceList.Condition = null;
|
|
|
- this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.GridDeviceList.GetDataSQL = null;
|
|
|
this.GridDeviceList.ID = null;
|
|
|
this.GridDeviceList.InsertSQL = null;
|
|
|
@@ -339,7 +341,7 @@ namespace UAS_DeviceMonitor
|
|
|
this.GridDeviceList.MenuManager = this.RibbonNav;
|
|
|
this.GridDeviceList.Name = "GridDeviceList";
|
|
|
this.GridDeviceList.RowCount = 0;
|
|
|
- this.GridDeviceList.Size = new System.Drawing.Size(1027, 577);
|
|
|
+ this.GridDeviceList.Size = new System.Drawing.Size(1027, 545);
|
|
|
this.GridDeviceList.TabIndex = 0;
|
|
|
this.GridDeviceList.TableName = null;
|
|
|
this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
|
@@ -1194,6 +1196,14 @@ namespace UAS_DeviceMonitor
|
|
|
this.PageDeviceStatus.Text = "xtraTabPage1";
|
|
|
this.PageDeviceStatus.VisibleChanged += new System.EventHandler(this.PageDeviceStatus_VisibleChanged);
|
|
|
//
|
|
|
+ // PanelDeviceStatus
|
|
|
+ //
|
|
|
+ this.PanelDeviceStatus.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.PanelDeviceStatus.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.PanelDeviceStatus.Name = "PanelDeviceStatus";
|
|
|
+ this.PanelDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
+ this.PanelDeviceStatus.TabIndex = 0;
|
|
|
+ //
|
|
|
// PageWorkCenterStatus
|
|
|
//
|
|
|
this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
|
|
|
@@ -1234,14 +1244,6 @@ namespace UAS_DeviceMonitor
|
|
|
this.TimerDeviceStatus.Interval = 10000;
|
|
|
this.TimerDeviceStatus.Tick += new System.EventHandler(this.TimerDeviceStatus_Tick);
|
|
|
//
|
|
|
- // PanelDeviceStatus
|
|
|
- //
|
|
|
- this.PanelDeviceStatus.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.PanelDeviceStatus.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.PanelDeviceStatus.Name = "PanelDeviceStatus";
|
|
|
- this.PanelDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
- this.PanelDeviceStatus.TabIndex = 0;
|
|
|
- //
|
|
|
// Main
|
|
|
//
|
|
|
this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
|