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.ButtonDeviceList = new DevExpress.XtraBars.BarButtonItem(); this.ButtonDeviceKind = new DevExpress.XtraBars.BarButtonItem(); this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup(); this.ButtonDeviceStatus = new DevExpress.XtraBars.BarButtonItem(); this.ButtonCommandSet = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.RibDeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.RibDeviceCommand = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.RibDeviceBadInf = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); 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(); this.PageDeviceList = new DevExpress.XtraTab.XtraTabPage(); this.GridDeviceList = new DevExpress.XtraGrid.GridControl(); this.GridViewDeviceList = new DevExpress.XtraGrid.Views.Grid.GridView(); this.PageCommandSet = new DevExpress.XtraTab.XtraTabPage(); this.PageDeviceKind = new DevExpress.XtraTab.XtraTabPage(); this.PageDeviceStatus = new DevExpress.XtraTab.XtraTabPage(); this.ButtonPollingSetting = new DevExpress.XtraBars.BarButtonItem(); this.ButtionPolling = new DevExpress.XtraBars.BarButtonItem(); this.PagePollingSetting = new DevExpress.XtraTab.XtraTabPage(); this.PagePolling = new DevExpress.XtraTab.XtraTabPage(); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit(); this.MainTabControl.SuspendLayout(); this.PageDeviceList.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).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.ButtonDeviceList, this.ButtonDeviceKind, this.barButtonGroup1, this.ButtonDeviceStatus, this.ButtonCommandSet, this.barButtonItem5, this.ButtonPollingSetting, this.ButtionPolling}); this.ribbon.Location = new System.Drawing.Point(0, 0); this.ribbon.MaxItemId = 13; this.ribbon.Name = "ribbon"; this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { this.DeviceInf, this.DeviceCommandSetting, 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"; // // ButtonDeviceList // this.ButtonDeviceList.Caption = "设备清单"; this.ButtonDeviceList.Id = 5; this.ButtonDeviceList.LargeGlyph = global::UAS_DeviceMonitor.Properties.Resources.netstatus_tx_64px_18991_easyicon_net; this.ButtonDeviceList.Name = "ButtonDeviceList"; this.ButtonDeviceList.Tag = "PageDeviceList"; this.ButtonDeviceList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // ButtonDeviceKind // this.ButtonDeviceKind.Caption = "设备类型维护"; this.ButtonDeviceKind.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.Glyph"))); this.ButtonDeviceKind.Id = 6; this.ButtonDeviceKind.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceKind.LargeGlyph"))); this.ButtonDeviceKind.Name = "ButtonDeviceKind"; this.ButtonDeviceKind.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large; this.ButtonDeviceKind.Tag = "PageDeviceKind"; this.ButtonDeviceKind.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"; // // ButtonDeviceStatus // this.ButtonDeviceStatus.Caption = "运行状态"; this.ButtonDeviceStatus.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.Glyph"))); this.ButtonDeviceStatus.Id = 8; this.ButtonDeviceStatus.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonDeviceStatus.LargeGlyph"))); this.ButtonDeviceStatus.Name = "ButtonDeviceStatus"; this.ButtonDeviceStatus.Tag = "PageDeviceStatus"; this.ButtonDeviceStatus.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // ButtonCommandSet // this.ButtonCommandSet.Caption = "指令设置"; this.ButtonCommandSet.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.Glyph"))); this.ButtonCommandSet.Id = 9; this.ButtonCommandSet.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonCommandSet.LargeGlyph"))); this.ButtonCommandSet.Name = "ButtonCommandSet"; this.ButtonCommandSet.Tag = "PageCommandSet"; this.ButtonCommandSet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // barButtonItem5 // this.barButtonItem5.Caption = "故障信息维护"; this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph"))); this.barButtonItem5.Id = 10; this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph"))); this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick); // // DeviceInf // this.DeviceInf.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.RibDeviceInf}); this.DeviceInf.Name = "DeviceInf"; this.DeviceInf.Text = "设备信息"; // // RibDeviceInf // this.RibDeviceInf.AllowTextClipping = false; this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceList); this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceKind); this.RibDeviceInf.ItemLinks.Add(this.ButtonDeviceStatus); this.RibDeviceInf.Name = "RibDeviceInf"; this.RibDeviceInf.ShowCaptionButton = false; // // DeviceCommandSetting // this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.RibDeviceCommand}); this.DeviceCommandSetting.Name = "DeviceCommandSetting"; this.DeviceCommandSetting.Text = "设备指令配置"; this.DeviceCommandSetting.Visible = false; // // RibDeviceCommand // this.RibDeviceCommand.ItemLinks.Add(this.ButtonCommandSet); this.RibDeviceCommand.ItemLinks.Add(this.ButtonPollingSetting); this.RibDeviceCommand.ItemLinks.Add(this.ButtionPolling); this.RibDeviceCommand.Name = "RibDeviceCommand"; this.RibDeviceCommand.Text = "ribbonPageGroup3"; // // ribbonPage2 // this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.RibDeviceBadInf}); this.ribbonPage2.Name = "ribbonPage2"; this.ribbonPage2.Text = "设备故障监控"; // // RibDeviceBadInf // this.RibDeviceBadInf.ItemLinks.Add(this.barButtonItem5); this.RibDeviceBadInf.Name = "RibDeviceBadInf"; this.RibDeviceBadInf.Text = "ribbonPageGroup4"; // // 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.SelectedTabPage = this.PageDeviceList; this.MainTabControl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False; this.MainTabControl.Size = new System.Drawing.Size(1033, 552); this.MainTabControl.TabIndex = 3; this.MainTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] { this.PageDeviceList, this.PageCommandSet, this.PageDeviceKind, this.PageDeviceStatus, this.PagePollingSetting, this.PagePolling}); // // PageDeviceList // this.PageDeviceList.Controls.Add(this.GridDeviceList); this.PageDeviceList.Name = "PageDeviceList"; this.PageDeviceList.Size = new System.Drawing.Size(1027, 546); this.PageDeviceList.Text = "xtraTabPage1"; // // GridDeviceList // this.GridDeviceList.Dock = System.Windows.Forms.DockStyle.Fill; this.GridDeviceList.Location = new System.Drawing.Point(0, 0); this.GridDeviceList.MainView = this.GridViewDeviceList; this.GridDeviceList.MenuManager = this.ribbon; this.GridDeviceList.Name = "GridDeviceList"; this.GridDeviceList.Size = new System.Drawing.Size(1027, 546); this.GridDeviceList.TabIndex = 0; this.GridDeviceList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { this.GridViewDeviceList}); // // GridViewDeviceList // this.GridViewDeviceList.GridControl = this.GridDeviceList; this.GridViewDeviceList.Name = "GridViewDeviceList"; // // PageCommandSet // this.PageCommandSet.Name = "PageCommandSet"; this.PageCommandSet.Size = new System.Drawing.Size(1027, 546); this.PageCommandSet.Text = "xtraTabPage1"; // // PageDeviceKind // this.PageDeviceKind.Name = "PageDeviceKind"; this.PageDeviceKind.Size = new System.Drawing.Size(1027, 546); this.PageDeviceKind.Text = "xtraTabPage2"; // // PageDeviceStatus // this.PageDeviceStatus.Name = "PageDeviceStatus"; this.PageDeviceStatus.Size = new System.Drawing.Size(1027, 546); this.PageDeviceStatus.Text = "xtraTabPage3"; // // ButtonPollingSetting // this.ButtonPollingSetting.Caption = "轮询配置"; this.ButtonPollingSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.Glyph"))); this.ButtonPollingSetting.Id = 11; this.ButtonPollingSetting.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtonPollingSetting.LargeGlyph"))); this.ButtonPollingSetting.Name = "ButtonPollingSetting"; this.ButtonPollingSetting.Tag = "PagePollingSetting"; // // ButtionPolling // this.ButtionPolling.Caption = "轮询业务"; this.ButtionPolling.Glyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.Glyph"))); this.ButtionPolling.Id = 12; this.ButtionPolling.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ButtionPolling.LargeGlyph"))); this.ButtionPolling.Name = "ButtionPolling"; this.ButtionPolling.Tag = "PagePolling"; // // PagePollingSetting // this.PagePollingSetting.Name = "PagePollingSetting"; this.PagePollingSetting.Size = new System.Drawing.Size(1027, 546); this.PagePollingSetting.Text = "xtraTabPage1"; // // PagePolling // this.PagePolling.Name = "PagePolling"; this.PagePolling.Size = new System.Drawing.Size(1027, 546); this.PagePolling.Text = "xtraTabPage1"; // // 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 = "设备监控管理平台"; this.Load += new System.EventHandler(this.Main_Load); ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).EndInit(); this.MainTabControl.ResumeLayout(false); this.PageDeviceList.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.GridDeviceList)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.GridViewDeviceList)).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 ButtonDeviceList; private DevExpress.XtraBars.Ribbon.RibbonPage DeviceInf; private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceInf; private DevExpress.XtraBars.BarButtonItem ButtonDeviceKind; private DevExpress.XtraBars.BarButtonGroup barButtonGroup1; private DevExpress.XtraTab.XtraTabControl MainTabControl; private DevExpress.XtraBars.BarButtonItem ButtonDeviceStatus; private DevExpress.XtraBars.Ribbon.RibbonPage DeviceCommandSetting; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage2; private DevExpress.XtraBars.BarButtonItem ButtonCommandSet; private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceCommand; private DevExpress.XtraBars.BarButtonItem barButtonItem5; private DevExpress.XtraBars.Ribbon.RibbonPageGroup RibDeviceBadInf; private DevExpress.XtraTab.XtraTabPage PageDeviceList; private DevExpress.XtraTab.XtraTabPage PageCommandSet; private DevExpress.XtraTab.XtraTabPage PageDeviceKind; private DevExpress.XtraTab.XtraTabPage PageDeviceStatus; private DevExpress.XtraGrid.GridControl GridDeviceList; private DevExpress.XtraGrid.Views.Grid.GridView GridViewDeviceList; private DevExpress.XtraBars.BarButtonItem ButtonPollingSetting; private DevExpress.XtraBars.BarButtonItem ButtionPolling; private DevExpress.XtraTab.XtraTabPage PagePollingSetting; private DevExpress.XtraTab.XtraTabPage PagePolling; } }