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.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
this.DeviceInf = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.DeviceCommandSetting = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
this.ribbonPageGroup4 = 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();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.MainTabControl)).BeginInit();
this.MainTabControl.SuspendLayout();
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.barButtonItem4,
this.barButtonItem5});
this.ribbon.Location = new System.Drawing.Point(0, 0);
this.ribbon.MaxItemId = 11;
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.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.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ButtonItem_ItemClick);
//
// barButtonItem4
//
this.barButtonItem4.Caption = "指令设置";
this.barButtonItem4.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
this.barButtonItem4.Id = 9;
this.barButtonItem4.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.LargeGlyph")));
this.barButtonItem4.Name = "barButtonItem4";
//
// 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";
//
// 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.ButtonDeviceList);
this.ribbonPageGroup2.ItemLinks.Add(this.ButtonDeviceKind);
this.ribbonPageGroup2.ItemLinks.Add(this.ButtonDeviceStatus);
this.ribbonPageGroup2.Name = "ribbonPageGroup2";
this.ribbonPageGroup2.ShowCaptionButton = false;
//
// DeviceCommandSetting
//
this.DeviceCommandSetting.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup3});
this.DeviceCommandSetting.Name = "DeviceCommandSetting";
this.DeviceCommandSetting.Text = "设备指令配置";
this.DeviceCommandSetting.Visible = false;
//
// ribbonPageGroup3
//
this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem4);
this.ribbonPageGroup3.Name = "ribbonPageGroup3";
this.ribbonPageGroup3.Text = "ribbonPageGroup3";
//
// ribbonPage2
//
this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
this.ribbonPageGroup4});
this.ribbonPage2.Name = "ribbonPage2";
this.ribbonPage2.Text = "设备故障监控";
//
// ribbonPageGroup4
//
this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem5);
this.ribbonPageGroup4.Name = "ribbonPageGroup4";
this.ribbonPageGroup4.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});
//
// PageDeviceList
//
this.PageDeviceList.Name = "PageDeviceList";
this.PageDeviceList.Size = new System.Drawing.Size(1027, 546);
this.PageDeviceList.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.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 ribbonPageGroup2;
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 barButtonItem4;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup3;
private DevExpress.XtraBars.BarButtonItem barButtonItem5;
private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup4;
private DevExpress.XtraTab.XtraTabPage PageDeviceList;
}
}