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.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
this.SuspendLayout();
//
// ribbon
//
this.ribbon.ExpandCollapseItem.Id = 0;
this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.ribbon.ExpandCollapseItem,
this.barButtonItem1});
this.ribbon.Location = new System.Drawing.Point(0, 0);
this.ribbon.MaxItemId = 5;
this.ribbon.Name = "ribbon";
this.ribbon.Size = new System.Drawing.Size(1033, 50);
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";
//
// 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";
//
// Main
//
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.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();
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;
}
}