namespace UAS_MES_NEW
{
partial class Main
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
this.MainTabControl = new System.Windows.Forms.TabControl();
this.NavBar = new UAS_MES_NEW.CustomControl.AccordionMenu.NavagationBar();
this.BarManagerBottom = new DevExpress.XtraBars.BarManager(this.components);
this.BaseInf = new DevExpress.XtraBars.Bar();
this.Inf_username_label = new DevExpress.XtraBars.BarStaticItem();
this.Inf_currentstep_label = new DevExpress.XtraBars.BarStaticItem();
this.Inf_linecode_label = new DevExpress.XtraBars.BarStaticItem();
this.Inf_source_label = new DevExpress.XtraBars.BarStaticItem();
this.Inf_db_label = new DevExpress.XtraBars.BarStaticItem();
this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
this.barLinkContainerItem1 = new DevExpress.XtraBars.BarLinkContainerItem();
this.barLinkContainerItem2 = new DevExpress.XtraBars.BarLinkContainerItem();
this.barLinkContainerItem3 = new DevExpress.XtraBars.BarLinkContainerItem();
this.barWorkspaceMenuItem1 = new DevExpress.XtraBars.BarWorkspaceMenuItem();
this.barDockingMenuItem1 = new DevExpress.XtraBars.BarDockingMenuItem();
this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
this.barToolbarsListItem1 = new DevExpress.XtraBars.BarToolbarsListItem();
this.skinBarSubItem1 = new DevExpress.XtraBars.SkinBarSubItem();
this.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockingMenuItem2 = new DevExpress.XtraBars.BarDockingMenuItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.Title = new DevExpress.XtraBars.BarHeaderItem();
this.barHeaderItem3 = new DevExpress.XtraBars.BarHeaderItem();
this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
this.Function = new DevExpress.XtraBars.BarLinkContainerItem();
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
this.barHeaderItem2 = new DevExpress.XtraBars.BarHeaderItem();
this.barWindow = new DevExpress.XtraBars.BarSubItem();
this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
this.headBar1 = new UAS_MES_NEW.CustomControl.HeadBar();
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NavBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BarManagerBottom)).BeginInit();
this.SuspendLayout();
//
// repositoryItemTextEdit1
//
this.repositoryItemTextEdit1.AutoHeight = false;
this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
//
// MainTabControl
//
this.MainTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.MainTabControl.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.MainTabControl.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.MainTabControl.ItemSize = new System.Drawing.Size(96, 25);
this.MainTabControl.Location = new System.Drawing.Point(167, 32);
this.MainTabControl.Name = "MainTabControl";
this.MainTabControl.SelectedIndex = 0;
this.MainTabControl.Size = new System.Drawing.Size(811, 565);
this.MainTabControl.TabIndex = 7;
this.MainTabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.MainTabControl_Selected);
this.MainTabControl.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.MainTabControl_ControlRemoved);
//
// NavBar
//
this.NavBar.ActiveGroup = null;
this.NavBar.Appearance.GroupHeader.Font = new System.Drawing.Font("微软雅黑", 12F);
this.NavBar.Appearance.GroupHeader.Options.UseFont = true;
this.NavBar.Appearance.Item.Font = new System.Drawing.Font("微软雅黑", 10F);
this.NavBar.Appearance.Item.Options.UseFont = true;
this.NavBar.Appearance.ItemActive.Font = new System.Drawing.Font("微软雅黑", 10F);
this.NavBar.Appearance.ItemActive.Options.UseFont = true;
this.NavBar.Appearance.ItemHotTracked.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.NavBar.Appearance.ItemHotTracked.Options.UseFont = true;
this.NavBar.Appearance.ItemPressed.Font = new System.Drawing.Font("微软雅黑", 10F);
this.NavBar.Appearance.ItemPressed.Options.UseFont = true;
this.NavBar.BackColor = System.Drawing.SystemColors.Control;
this.NavBar.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.NavBar.Dock = System.Windows.Forms.DockStyle.Left;
this.NavBar.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NavBar.LinkInterval = 2;
this.NavBar.Location = new System.Drawing.Point(0, 0);
this.NavBar.Name = "NavBar";
this.NavBar.NavigationPaneGroupClientHeight = 300;
this.NavBar.OptionsNavPane.ExpandedWidth = 167;
this.NavBar.OptionsNavPane.ShowOverflowButton = false;
this.NavBar.OptionsNavPane.ShowOverflowPanel = false;
this.NavBar.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
this.NavBar.ShowGroupHint = false;
this.NavBar.ShowLinkHint = false;
this.NavBar.Size = new System.Drawing.Size(167, 597);
this.NavBar.TabIndex = 8;
this.NavBar.Text = " ";
this.NavBar.SizeChanged += new System.EventHandler(this.NavBar_SizeChanged);
//
// BarManagerBottom
//
this.BarManagerBottom.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.BaseInf});
this.BarManagerBottom.DockControls.Add(this.barDockControl1);
this.BarManagerBottom.DockControls.Add(this.barDockControl2);
this.BarManagerBottom.DockControls.Add(this.barDockControl3);
this.BarManagerBottom.DockControls.Add(this.barDockControl4);
this.BarManagerBottom.Form = this;
this.BarManagerBottom.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
this.Inf_username_label,
this.Inf_currentstep_label,
this.Inf_linecode_label,
this.Inf_source_label,
this.Inf_db_label});
this.BarManagerBottom.MaxItemId = 29;
this.BarManagerBottom.PopupMenuAlignment = DevExpress.XtraBars.PopupMenuAlignment.Right;
this.BarManagerBottom.RightToLeft = DevExpress.Utils.DefaultBoolean.False;
this.BarManagerBottom.ShowCloseButton = true;
this.BarManagerBottom.StatusBar = this.BaseInf;
//
// BaseInf
//
this.BaseInf.BarAppearance.Disabled.BackColor = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Disabled.BackColor2 = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Disabled.BorderColor = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Disabled.Options.UseBackColor = true;
this.BaseInf.BarAppearance.Disabled.Options.UseBorderColor = true;
this.BaseInf.BarAppearance.Hovered.BackColor = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Hovered.BackColor2 = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Hovered.Options.UseBackColor = true;
this.BaseInf.BarAppearance.Normal.BackColor = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Normal.BackColor2 = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Normal.BorderColor = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Normal.Options.UseBackColor = true;
this.BaseInf.BarAppearance.Normal.Options.UseBorderColor = true;
this.BaseInf.BarAppearance.Pressed.BackColor = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Pressed.BackColor2 = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Pressed.BorderColor = System.Drawing.Color.DodgerBlue;
this.BaseInf.BarAppearance.Pressed.Options.UseBackColor = true;
this.BaseInf.BarAppearance.Pressed.Options.UseBorderColor = true;
this.BaseInf.BarName = "Status bar";
this.BaseInf.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
this.BaseInf.DockCol = 0;
this.BaseInf.DockRow = 0;
this.BaseInf.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
this.BaseInf.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.Inf_username_label),
new DevExpress.XtraBars.LinkPersistInfo(this.Inf_currentstep_label),
new DevExpress.XtraBars.LinkPersistInfo(this.Inf_linecode_label),
new DevExpress.XtraBars.LinkPersistInfo(this.Inf_source_label),
new DevExpress.XtraBars.LinkPersistInfo(this.Inf_db_label)});
this.BaseInf.OptionsBar.AllowQuickCustomization = false;
this.BaseInf.OptionsBar.DrawDragBorder = false;
this.BaseInf.OptionsBar.UseWholeRow = true;
this.BaseInf.Text = "Status bar";
//
// Inf_username_label
//
this.Inf_username_label.Caption = "barStaticItem1";
this.Inf_username_label.Id = 3;
this.Inf_username_label.Name = "Inf_username_label";
this.Inf_username_label.TextAlignment = System.Drawing.StringAlignment.Near;
//
// Inf_currentstep_label
//
this.Inf_currentstep_label.Caption = "barStaticItem2";
this.Inf_currentstep_label.Id = 4;
this.Inf_currentstep_label.Name = "Inf_currentstep_label";
this.Inf_currentstep_label.TextAlignment = System.Drawing.StringAlignment.Near;
//
// Inf_linecode_label
//
this.Inf_linecode_label.Caption = "barStaticItem3";
this.Inf_linecode_label.Id = 5;
this.Inf_linecode_label.Name = "Inf_linecode_label";
this.Inf_linecode_label.TextAlignment = System.Drawing.StringAlignment.Near;
//
// Inf_source_label
//
this.Inf_source_label.Caption = "barStaticItem4";
this.Inf_source_label.Id = 6;
this.Inf_source_label.Name = "Inf_source_label";
this.Inf_source_label.TextAlignment = System.Drawing.StringAlignment.Near;
//
// Inf_db_label
//
this.Inf_db_label.Caption = "barStaticItem5";
this.Inf_db_label.Id = 7;
this.Inf_db_label.Name = "Inf_db_label";
this.Inf_db_label.TextAlignment = System.Drawing.StringAlignment.Near;
//
// barDockControl1
//
this.barDockControl1.CausesValidation = false;
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControl1.Location = new System.Drawing.Point(0, 0);
this.barDockControl1.Size = new System.Drawing.Size(978, 0);
//
// barDockControl2
//
this.barDockControl2.CausesValidation = false;
this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.barDockControl2.Location = new System.Drawing.Point(0, 597);
this.barDockControl2.Size = new System.Drawing.Size(978, 27);
//
// barDockControl3
//
this.barDockControl3.CausesValidation = false;
this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Left;
this.barDockControl3.Location = new System.Drawing.Point(0, 0);
this.barDockControl3.Size = new System.Drawing.Size(0, 597);
//
// barDockControl4
//
this.barDockControl4.CausesValidation = false;
this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Right;
this.barDockControl4.Location = new System.Drawing.Point(978, 0);
this.barDockControl4.Size = new System.Drawing.Size(0, 597);
//
// barButtonItem1
//
this.barButtonItem1.Caption = "barButtonItem1";
this.barButtonItem1.Id = 0;
this.barButtonItem1.Name = "barButtonItem1";
//
// barButtonItem2
//
this.barButtonItem2.Caption = "barButtonItem2";
this.barButtonItem2.Id = 1;
this.barButtonItem2.Name = "barButtonItem2";
//
// barCheckItem1
//
this.barCheckItem1.Caption = "barCheckItem1";
this.barCheckItem1.Id = 2;
this.barCheckItem1.Name = "barCheckItem1";
//
// barLinkContainerItem1
//
this.barLinkContainerItem1.Caption = "barLinkContainerItem1";
this.barLinkContainerItem1.Id = 8;
this.barLinkContainerItem1.Name = "barLinkContainerItem1";
//
// barLinkContainerItem2
//
this.barLinkContainerItem2.Caption = "修改密码";
this.barLinkContainerItem2.Id = 10;
this.barLinkContainerItem2.Name = "barLinkContainerItem2";
//
// barLinkContainerItem3
//
this.barLinkContainerItem3.Caption = "注销";
this.barLinkContainerItem3.Id = 11;
this.barLinkContainerItem3.Name = "barLinkContainerItem3";
//
// barWorkspaceMenuItem1
//
this.barWorkspaceMenuItem1.Caption = "barWorkspaceMenuItem1";
this.barWorkspaceMenuItem1.Id = 13;
this.barWorkspaceMenuItem1.Name = "barWorkspaceMenuItem1";
//
// barDockingMenuItem1
//
this.barDockingMenuItem1.Caption = "barDockingMenuItem1";
this.barDockingMenuItem1.Id = 14;
this.barDockingMenuItem1.Name = "barDockingMenuItem1";
//
// barHeaderItem1
//
this.barHeaderItem1.Caption = "barHeaderItem1";
this.barHeaderItem1.Id = 15;
this.barHeaderItem1.Name = "barHeaderItem1";
//
// barButtonItem4
//
this.barButtonItem4.Caption = "barButtonItem4";
this.barButtonItem4.Id = 16;
this.barButtonItem4.Name = "barButtonItem4";
//
// barToolbarsListItem1
//
this.barToolbarsListItem1.Caption = "barToolbarsListItem1";
this.barToolbarsListItem1.Id = 17;
this.barToolbarsListItem1.Name = "barToolbarsListItem1";
//
// skinBarSubItem1
//
this.skinBarSubItem1.Caption = "skinBarSubItem1";
this.skinBarSubItem1.Id = 18;
this.skinBarSubItem1.MenuBarWidth = 20;
this.skinBarSubItem1.Name = "skinBarSubItem1";
//
// barLargeButtonItem1
//
this.barLargeButtonItem1.Caption = "barLargeButtonItem1";
this.barLargeButtonItem1.Id = 19;
this.barLargeButtonItem1.Name = "barLargeButtonItem1";
//
// barDockingMenuItem2
//
this.barDockingMenuItem2.Caption = "barDockingMenuItem2";
this.barDockingMenuItem2.Id = 20;
this.barDockingMenuItem2.Name = "barDockingMenuItem2";
//
// barSubItem1
//
this.barSubItem1.Caption = "barSubItem1";
this.barSubItem1.Id = 21;
this.barSubItem1.Name = "barSubItem1";
//
// Title
//
this.Title.Caption = "UAS制造执行系统";
this.Title.Id = 22;
this.Title.Name = "Title";
//
// barHeaderItem3
//
this.barHeaderItem3.Caption = "barHeaderItem3";
this.barHeaderItem3.Id = 23;
this.barHeaderItem3.Name = "barHeaderItem3";
//
// barEditItem1
//
this.barEditItem1.Caption = "barEditItem1";
this.barEditItem1.Edit = this.repositoryItemTextEdit1;
this.barEditItem1.Id = 24;
this.barEditItem1.Name = "barEditItem1";
//
// Function
//
this.Function.Caption = "功能";
this.Function.Id = 25;
this.Function.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
this.Function.Name = "Function";
//
// barButtonItem5
//
this.barButtonItem5.Caption = "修改密码";
this.barButtonItem5.Id = 26;
this.barButtonItem5.Name = "barButtonItem5";
//
// barButtonItem6
//
this.barButtonItem6.Caption = "注销";
this.barButtonItem6.Id = 27;
this.barButtonItem6.Name = "barButtonItem6";
//
// barHeaderItem2
//
this.barHeaderItem2.Caption = "UAS制造执行系统";
this.barHeaderItem2.Id = 28;
this.barHeaderItem2.Name = "barHeaderItem2";
//
// barWindow
//
this.barWindow.Caption = "窗口";
this.barWindow.Id = 8;
this.barWindow.Name = "barWindow";
//
// barSubItem4
//
this.barSubItem4.Caption = "窗口";
this.barSubItem4.Id = 8;
this.barSubItem4.Name = "barSubItem4";
//
// headBar1
//
this.headBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
this.headBar1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
this.headBar1.Location = new System.Drawing.Point(167, 0);
this.headBar1.Name = "headBar1";
this.headBar1.Size = new System.Drawing.Size(811, 32);
this.headBar1.TabIndex = 13;
this.headBar1.Title = "UAS制造执行系统";
this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar_MouseDown);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(978, 624);
this.Controls.Add(this.headBar1);
this.Controls.Add(this.NavBar);
this.Controls.Add(this.MainTabControl);
this.Controls.Add(this.barDockControl3);
this.Controls.Add(this.barDockControl4);
this.Controls.Add(this.barDockControl2);
this.Controls.Add(this.barDockControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.Text = "优软科技MES系统";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
this.Load += new System.EventHandler(this.Main_Load);
((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NavBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BarManagerBottom)).EndInit();
this.ResumeLayout(true);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TabControl MainTabControl;
private CustomControl.AccordionMenu.NavagationBar NavBar;
private DevExpress.XtraBars.BarDockControl barDockControl3;
private DevExpress.XtraBars.BarDockControl barDockControl4;
private DevExpress.XtraBars.BarDockControl barDockControl2;
private DevExpress.XtraBars.BarDockControl barDockControl1;
private DevExpress.XtraBars.BarManager BarManagerBottom;
private DevExpress.XtraBars.BarCheckItem barCheckItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem2;
private DevExpress.XtraBars.Bar BaseInf;
public DevExpress.XtraBars.BarStaticItem Inf_username_label;
private DevExpress.XtraBars.BarStaticItem Inf_currentstep_label;
private DevExpress.XtraBars.BarStaticItem Inf_linecode_label;
private DevExpress.XtraBars.BarStaticItem Inf_source_label;
private DevExpress.XtraBars.BarStaticItem Inf_db_label;
private DevExpress.XtraBars.BarLinkContainerItem barLinkContainerItem1;
private DevExpress.XtraBars.BarLinkContainerItem barLinkContainerItem2;
private DevExpress.XtraBars.BarLinkContainerItem barLinkContainerItem3;
private DevExpress.XtraBars.BarWorkspaceMenuItem barWorkspaceMenuItem1;
private DevExpress.XtraBars.BarDockingMenuItem barDockingMenuItem1;
private DevExpress.XtraBars.BarHeaderItem barHeaderItem1;
private DevExpress.XtraBars.BarButtonItem barButtonItem4;
private DevExpress.XtraBars.SkinBarSubItem skinBarSubItem1;
private DevExpress.XtraBars.BarToolbarsListItem barToolbarsListItem1;
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
private DevExpress.XtraBars.BarDockingMenuItem barDockingMenuItem2;
private DevExpress.XtraBars.BarSubItem barSubItem1;
private DevExpress.XtraBars.BarHeaderItem Title;
private DevExpress.XtraBars.BarHeaderItem barHeaderItem3;
private DevExpress.XtraBars.BarEditItem barEditItem1;
private DevExpress.XtraBars.BarLinkContainerItem Function;
private DevExpress.XtraBars.BarButtonItem barButtonItem5;
private DevExpress.XtraBars.BarButtonItem barButtonItem6;
private DevExpress.XtraEditors.Repository.RepositoryItemTextEdit repositoryItemTextEdit1;
private DevExpress.XtraBars.BarHeaderItem barHeaderItem2;
private DevExpress.XtraBars.BarSubItem barWindow;
private DevExpress.XtraBars.BarSubItem barSubItem4;
private CustomControl.HeadBar headBar1;
}
}