|
|
@@ -139,7 +139,7 @@ namespace UAS_DeviceMonitor
|
|
|
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.CommonTipController = new DevExpress.Utils.ToolTipController(this.components);
|
|
|
+ this.CommonTipController = new System.Windows.Forms.ToolTip(this.components);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
|
|
|
this.MainTabControl.SuspendLayout();
|
|
|
@@ -1258,6 +1258,10 @@ namespace UAS_DeviceMonitor
|
|
|
this.TimerDeviceStatus.Interval = 10000;
|
|
|
this.TimerDeviceStatus.Tick += new System.EventHandler(this.TimerDeviceStatus_Tick);
|
|
|
//
|
|
|
+ // CommonTipController
|
|
|
+ //
|
|
|
+ this.CommonTipController.ShowAlways = true;
|
|
|
+ //
|
|
|
// Main
|
|
|
//
|
|
|
this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
|
|
|
@@ -1417,6 +1421,6 @@ namespace UAS_DeviceMonitor
|
|
|
private GridViewWithSerialNum GridViewWorkCenterStatus;
|
|
|
private XtraScrollableControl PanelDeviceStatus;
|
|
|
private PictureEdit pictureEdit1;
|
|
|
- private DevExpress.Utils.ToolTipController CommonTipController;
|
|
|
+ private System.Windows.Forms.ToolTip CommonTipController;
|
|
|
}
|
|
|
}
|