|
|
@@ -33,7 +33,6 @@ namespace UAS_PLCDataReader
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
|
|
|
this.RibbonNav = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
|
|
this.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem();
|
|
|
@@ -199,10 +198,10 @@ namespace UAS_PLCDataReader
|
|
|
this.ButtonSaveClientParam = new DevExpress.XtraEditors.SimpleButton();
|
|
|
this.UpdateTimeSpan = new System.Windows.Forms.NumericUpDown();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
- this.TimerDeviceStatus = new System.Windows.Forms.Timer(this.components);
|
|
|
- this.CommonTipController = new DevExpress.Utils.ToolTipController(this.components);
|
|
|
- this.TimerUpdateDevice = new System.Windows.Forms.Timer(this.components);
|
|
|
- this.TimerUpdateSQL = new System.Windows.Forms.Timer(this.components);
|
|
|
+ this.TimerDeviceStatus = new System.Windows.Forms.Timer();
|
|
|
+ this.CommonTipController = new DevExpress.Utils.ToolTipController();
|
|
|
+ this.TimerUpdateDevice = new System.Windows.Forms.Timer();
|
|
|
+ this.TimerUpdateSQL = new System.Windows.Forms.Timer();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
|
|
|
this.MainTabControl.SuspendLayout();
|
|
|
@@ -2009,6 +2008,7 @@ namespace UAS_PLCDataReader
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
this.Text = "设备监控管理平台";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
+ this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Main_Load);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.RibbonNav)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit();
|