|
@@ -134,11 +134,12 @@ namespace UAS_DeviceMonitor
|
|
|
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.PanelDeviceStatus = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
this.PanelDeviceStatus = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
|
|
|
+ this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
|
|
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();
|
|
|
this.TimerDeviceStatus = new System.Windows.Forms.Timer(this.components);
|
|
this.TimerDeviceStatus = new System.Windows.Forms.Timer(this.components);
|
|
|
- this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
|
|
|
|
|
|
|
+ this.CommonTipController = new DevExpress.Utils.ToolTipController(this.components);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
|
|
|
this.MainTabControl.SuspendLayout();
|
|
this.MainTabControl.SuspendLayout();
|
|
@@ -166,10 +167,10 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).BeginInit();
|
|
|
this.PageDeviceStatus.SuspendLayout();
|
|
this.PageDeviceStatus.SuspendLayout();
|
|
|
this.PanelDeviceStatus.SuspendLayout();
|
|
this.PanelDeviceStatus.SuspendLayout();
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).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();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// RibbonNav
|
|
// RibbonNav
|
|
@@ -1208,6 +1209,15 @@ namespace UAS_DeviceMonitor
|
|
|
this.PanelDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
this.PanelDeviceStatus.Size = new System.Drawing.Size(1027, 577);
|
|
|
this.PanelDeviceStatus.TabIndex = 0;
|
|
this.PanelDeviceStatus.TabIndex = 0;
|
|
|
//
|
|
//
|
|
|
|
|
+ // pictureEdit1
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pictureEdit1.Location = new System.Drawing.Point(502, 126);
|
|
|
|
|
+ this.pictureEdit1.MenuManager = this.RibbonNav;
|
|
|
|
|
+ this.pictureEdit1.Name = "pictureEdit1";
|
|
|
|
|
+ this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
|
|
|
|
+ this.pictureEdit1.Size = new System.Drawing.Size(100, 96);
|
|
|
|
|
+ this.pictureEdit1.TabIndex = 0;
|
|
|
|
|
+ //
|
|
|
// PageWorkCenterStatus
|
|
// PageWorkCenterStatus
|
|
|
//
|
|
//
|
|
|
this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
|
|
this.PageWorkCenterStatus.Controls.Add(this.GridWorkCenterStatus);
|
|
@@ -1248,15 +1258,6 @@ namespace UAS_DeviceMonitor
|
|
|
this.TimerDeviceStatus.Interval = 10000;
|
|
this.TimerDeviceStatus.Interval = 10000;
|
|
|
this.TimerDeviceStatus.Tick += new System.EventHandler(this.TimerDeviceStatus_Tick);
|
|
this.TimerDeviceStatus.Tick += new System.EventHandler(this.TimerDeviceStatus_Tick);
|
|
|
//
|
|
//
|
|
|
- // pictureEdit1
|
|
|
|
|
- //
|
|
|
|
|
- this.pictureEdit1.Location = new System.Drawing.Point(502, 126);
|
|
|
|
|
- this.pictureEdit1.MenuManager = this.RibbonNav;
|
|
|
|
|
- this.pictureEdit1.Name = "pictureEdit1";
|
|
|
|
|
- this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
|
|
|
|
- this.pictureEdit1.Size = new System.Drawing.Size(100, 96);
|
|
|
|
|
- this.pictureEdit1.TabIndex = 0;
|
|
|
|
|
- //
|
|
|
|
|
// Main
|
|
// Main
|
|
|
//
|
|
//
|
|
|
this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
|
|
this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
|
|
@@ -1301,10 +1302,10 @@ namespace UAS_DeviceMonitor
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridViewPolling)).EndInit();
|
|
|
this.PageDeviceStatus.ResumeLayout(false);
|
|
this.PageDeviceStatus.ResumeLayout(false);
|
|
|
this.PanelDeviceStatus.ResumeLayout(false);
|
|
this.PanelDeviceStatus.ResumeLayout(false);
|
|
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).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();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
@@ -1416,5 +1417,6 @@ namespace UAS_DeviceMonitor
|
|
|
private GridViewWithSerialNum GridViewWorkCenterStatus;
|
|
private GridViewWithSerialNum GridViewWorkCenterStatus;
|
|
|
private XtraScrollableControl PanelDeviceStatus;
|
|
private XtraScrollableControl PanelDeviceStatus;
|
|
|
private PictureEdit pictureEdit1;
|
|
private PictureEdit pictureEdit1;
|
|
|
|
|
+ private DevExpress.Utils.ToolTipController CommonTipController;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|