|
|
@@ -296,7 +296,6 @@ namespace UAS_DeviceMonitor
|
|
|
// RibDeviceCommand
|
|
|
//
|
|
|
this.RibDeviceCommand.ItemLinks.Add(this.ButtonDeviceStatus);
|
|
|
- this.RibDeviceCommand.ItemLinks.Add(this.ButtonWorkCenterStatus);
|
|
|
this.RibDeviceCommand.Name = "RibDeviceCommand";
|
|
|
this.RibDeviceCommand.Text = "ribbonPageGroup3";
|
|
|
//
|
|
|
@@ -1338,6 +1337,7 @@ namespace UAS_DeviceMonitor
|
|
|
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();
|