namespace UAS_DeviceMonitor { partial class Main { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main)); this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.DeviceList = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.MainTabControl = new DevExpress.XtraTab.XtraTabControl(); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit(); this.SuspendLayout(); // // ribbon // this.ribbon.ApplicationIcon = global::UAS_DeviceMonitor.Properties.Resources.U_Letter_72px_1121581_easyicon_net; this.ribbon.DrawGroupCaptions = DevExpress.Utils.DefaultBoolean.False; this.ribbon.ExpandCollapseItem.Id = 0; this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbon.ExpandCollapseItem, this.barButtonItem1, this.DeviceList, this.barButtonItem2, this.barButtonGroup1, this.barButtonItem3}); this.ribbon.Location = new System.Drawing.Point(0, 0); this.ribbon.MaxItemId = 9; this.ribbon.Name = "ribbon"; this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.DeviceInf, this.ribbonPage2}); this.ribbon.Size = new System.Drawing.Size(1033, 128); this.ribbon.StatusBar = this.ribbonStatusBar; // // barButtonItem1 // this.barButtonItem1.Caption = "barButtonItem1"; this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph"))); this.barButtonItem1.Id = 3; this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph"))); this.barButtonItem1.Name = "barButtonItem1"; // // DeviceList // this.DeviceList.Caption = "设备清单"; this.DeviceList.Id = 5; this.DeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net; this.DeviceList.Name = "DeviceList"; this.DeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // barButtonItem2 // this.barButtonItem2.Caption = "设备类型维护"; this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph"))); this.barButtonItem2.Id = 6; this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph"))); this.barButtonItem2.Name = "barButtonItem2"; this.barButtonItem2.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large; this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // barButtonGroup1 // this.barButtonGroup1.Caption = "barButtonGroup1"; this.barButtonGroup1.Glyph = global::UAS_DeviceMonitor.Properties.Resources.Png_Device; this.barButtonGroup1.Id = 7; this.barButtonGroup1.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.Png_Device; this.barButtonGroup1.Name = "barButtonGroup1"; // // barButtonItem3 // this.barButtonItem3.Caption = "运行状态"; this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph"))); this.barButtonItem3.Id = 8; this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph"))); this.barButtonItem3.Name = "barButtonItem3"; this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // DeviceInf // this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup2}); this.DeviceInf.Name = "DeviceInf"; this.DeviceInf.Text = "设备信息"; // // ribbonPageGroup2 // this.ribbonPageGroup2.AllowTextClipping = false; this.ribbonPageGroup2.ItemLinks.Add(this.DeviceList); this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem2); this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem3); this.ribbonPageGroup2.Name = "ribbonPageGroup2"; this.ribbonPageGroup2.ShowCaptionButton = false; // // ribbonPage2 // this.ribbonPage2.Name = "ribbonPage2"; this.ribbonPage2.Text = "ribbonPage2"; // // ribbonStatusBar // this.ribbonStatusBar.Location = new System.Drawing.Point(0, 680); this.ribbonStatusBar.Name = "ribbonStatusBar"; this.ribbonStatusBar.Ribbon = this.ribbon; this.ribbonStatusBar.Size = new System.Drawing.Size(1033, 31); // // ribbonPageGroup1 // this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "ribbonPageGroup1"; // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "ribbonPage11"; // // MainTabControl // this.MainTabControl.Dock = System.Windows.Forms.DockStyle.Fill; this.MainTabControl.Location = new System.Drawing.Point(0, 128); this.MainTabControl.Name = "MainTabControl"; this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False; this.MainTabControl.Size = new System.Drawing.Size(1033, 552); this.MainTabControl.TabIndex = 3; // // Main // this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False; this.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128))))); this.Appearance.Options.UseForeColor = true; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1033, 711); this.Controls.Add(this.MainTabControl); this.Controls.Add(this.ribbonStatusBar); this.Controls.Add(this.ribbon); this.Name = "Main"; this.Ribbon = this.ribbon; this.StatusBar = this.ribbonStatusBar; this.Text = "设备监控管理平台"; ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbon; private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar; private DevExpress.XtraBars.BarButtonItem barButtonItem1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.BarButtonItem DeviceList; private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; private DevExpress.XtraBars.BarButtonItem barButtonItem2; private DevExpress.XtraBars.BarButtonGroup barButtonGroup1; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage2; private DevExpress.XtraTab.XtraTabControl MainTabControl; private DevExpress.XtraBars.BarButtonItem barButtonItem3; } }