namespace SIMDP.Project { partial class MainForm { /// /// 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(MainForm)); this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); this.applicationMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(); this.barBtnItem_ReLogIn = new DevExpress.XtraBars.BarButtonItem(); this.barBtn_ChangePassWord = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem(); this.barBtnItem_Quit = new DevExpress.XtraBars.BarButtonItem(); this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem(); this.barStaticItem_User = new DevExpress.XtraBars.BarStaticItem(); this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem(); this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem(); this.pop_CloseCurrent = new DevExpress.XtraBars.BarButtonItem(); this.pop_CloseAll = new DevExpress.XtraBars.BarButtonItem(); this.pop_CloseOther = new DevExpress.XtraBars.BarButtonItem(); this.label_Version = new DevExpress.XtraBars.BarStaticItem(); this.label_Company = new DevExpress.XtraBars.BarStaticItem(); this.barStaticItem_Idle = new DevExpress.XtraBars.BarStaticItem(); this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar(); this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.skinRibbonGalleryBarItem2 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem(); this.barEditItem1 = new DevExpress.XtraBars.BarEditItem(); this.barEditItem2 = new DevExpress.XtraBars.BarEditItem(); this.barEditItem3 = new DevExpress.XtraBars.BarEditItem(); this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem(); this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(); this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(); this.menu_Exit = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Hide = new System.Windows.Forms.ToolStripMenuItem(); this.menu_Open = new System.Windows.Forms.ToolStripMenuItem(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.applicationMenu)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // ribbonControl // this.ribbonControl.ApplicationButtonDropDownControl = this.applicationMenu; this.ribbonControl.ExpandCollapseItem.Id = 0; this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { this.ribbonControl.ExpandCollapseItem, this.skinRibbonGalleryBarItem1, this.barBtnItem_ReLogIn, this.barBtnItem_Quit, this.barStaticItem_User, this.barButtonItem1, this.barButtonItem2, this.pop_CloseCurrent, this.pop_CloseAll, this.pop_CloseOther, this.label_Version, this.label_Company, this.barBtn_ChangePassWord, this.barButtonItem4, this.barButtonItem5, this.barStaticItem_Idle, this.ribbonControl.SearchEditItem}); this.ribbonControl.Location = new System.Drawing.Point(0, 0); this.ribbonControl.MaxItemId = 29; this.ribbonControl.Name = "ribbonControl"; this.ribbonControl.PageHeaderItemLinks.Add(this.barStaticItem_User); this.ribbonControl.PageHeaderItemLinks.Add(this.barStaticItem_Idle); this.ribbonControl.QuickToolbarItemLinks.Add(this.skinRibbonGalleryBarItem1); this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010; this.ribbonControl.Size = new System.Drawing.Size(1058, 59); this.ribbonControl.StatusBar = this.ribbonStatusBar1; this.ribbonControl.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // applicationMenu // this.applicationMenu.ItemLinks.Add(this.barBtnItem_ReLogIn); this.applicationMenu.ItemLinks.Add(this.barBtn_ChangePassWord); this.applicationMenu.ItemLinks.Add(this.barButtonItem4); this.applicationMenu.ItemLinks.Add(this.barButtonItem5); this.applicationMenu.ItemLinks.Add(this.barBtnItem_Quit); this.applicationMenu.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.LargeImagesText; this.applicationMenu.Name = "applicationMenu"; this.applicationMenu.Ribbon = this.ribbonControl; // // barBtnItem_ReLogIn // this.barBtnItem_ReLogIn.Caption = "重新登录"; this.barBtnItem_ReLogIn.Id = 2; this.barBtnItem_ReLogIn.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barBtnItem_ReLogIn.ImageOptions.Image"))); this.barBtnItem_ReLogIn.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barBtnItem_ReLogIn.ImageOptions.LargeImage"))); this.barBtnItem_ReLogIn.Name = "barBtnItem_ReLogIn"; this.barBtnItem_ReLogIn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnItem_ReLogIn_ItemClick); // // barBtn_ChangePassWord // this.barBtn_ChangePassWord.Caption = "修改密码"; this.barBtn_ChangePassWord.Id = 21; this.barBtn_ChangePassWord.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barBtn_ChangePassWord.ImageOptions.Image"))); this.barBtn_ChangePassWord.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barBtn_ChangePassWord.ImageOptions.LargeImage"))); this.barBtn_ChangePassWord.Name = "barBtn_ChangePassWord"; this.barBtn_ChangePassWord.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnItem_EditPassWord_ItemClick); // // barButtonItem4 // this.barButtonItem4.Caption = "设备断开"; this.barButtonItem4.Id = 24; this.barButtonItem4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.ImageOptions.Image"))); this.barButtonItem4.Name = "barButtonItem4"; this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemCancle_ItemClick); // // barButtonItem5 // this.barButtonItem5.Caption = "设备重连"; this.barButtonItem5.Id = 25; this.barButtonItem5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.ImageOptions.Image"))); this.barButtonItem5.Name = "barButtonItem5"; this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemReset_ItemClick); // // barBtnItem_Quit // this.barBtnItem_Quit.Caption = "退出系统"; this.barBtnItem_Quit.Id = 3; this.barBtnItem_Quit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barBtnItem_Quit.ImageOptions.Image"))); this.barBtnItem_Quit.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barBtnItem_Quit.ImageOptions.LargeImage"))); this.barBtnItem_Quit.Name = "barBtnItem_Quit"; this.barBtnItem_Quit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnItem_Quit_ItemClick); // // skinRibbonGalleryBarItem1 // this.skinRibbonGalleryBarItem1.Caption = "主题"; this.skinRibbonGalleryBarItem1.Id = 1; this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1"; // // barStaticItem_User // this.barStaticItem_User.Caption = "欢迎登陆"; this.barStaticItem_User.Id = 4; this.barStaticItem_User.Name = "barStaticItem_User"; this.barStaticItem_User.ShowImageInToolbar = false; this.barStaticItem_User.TextAlignment = System.Drawing.StringAlignment.Center; // // barButtonItem1 // this.barButtonItem1.Caption = "参数配置"; this.barButtonItem1.Id = 5; this.barButtonItem1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.Image"))); this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage"))); this.barButtonItem1.Name = "barButtonItem1"; // // barButtonItem2 // this.barButtonItem2.Caption = "数据字典"; this.barButtonItem2.Id = 6; this.barButtonItem2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.Image"))); this.barButtonItem2.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.ImageOptions.LargeImage"))); this.barButtonItem2.Name = "barButtonItem2"; // // pop_CloseCurrent // this.pop_CloseCurrent.Caption = "关闭当前窗口"; this.pop_CloseCurrent.Id = 16; this.pop_CloseCurrent.Name = "pop_CloseCurrent"; this.pop_CloseCurrent.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pop_CloseCurrent_ItemClick); // // pop_CloseAll // this.pop_CloseAll.Caption = "关闭所有窗口"; this.pop_CloseAll.Id = 17; this.pop_CloseAll.Name = "pop_CloseAll"; this.pop_CloseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pop_CloseAll_ItemClick); // // pop_CloseOther // this.pop_CloseOther.Caption = "关闭其他窗口"; this.pop_CloseOther.Id = 18; this.pop_CloseOther.Name = "pop_CloseOther"; this.pop_CloseOther.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.pop_CloseOther_ItemClick); // // label_Version // this.label_Version.Caption = "版本号:"; this.label_Version.Id = 19; this.label_Version.Name = "label_Version"; // // label_Company // this.label_Company.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; this.label_Company.Caption = "沈阳新松机器人自动化股份有限公司"; this.label_Company.Id = 20; this.label_Company.Name = "label_Company"; // // barStaticItem_Idle // this.barStaticItem_Idle.Caption = "Loading..."; this.barStaticItem_Idle.Id = 26; this.barStaticItem_Idle.Name = "barStaticItem_Idle"; this.barStaticItem_Idle.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; // // ribbonStatusBar1 // this.ribbonStatusBar1.ItemLinks.Add(this.label_Version); this.ribbonStatusBar1.ItemLinks.Add(this.label_Company); this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 692); this.ribbonStatusBar1.Name = "ribbonStatusBar1"; this.ribbonStatusBar1.Ribbon = this.ribbonControl; this.ribbonStatusBar1.Size = new System.Drawing.Size(1058, 24); // // ribbonPageGroup2 // this.ribbonPageGroup2.Name = "ribbonPageGroup2"; this.ribbonPageGroup2.Text = "界面皮肤"; // // ribbonPageGroup1 // this.ribbonPageGroup1.Name = "ribbonPageGroup1"; this.ribbonPageGroup1.Text = "系统管理"; // // ribbonPage1 // this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { this.ribbonPageGroup1, this.ribbonPageGroup2}); this.ribbonPage1.Name = "ribbonPage1"; this.ribbonPage1.Text = "ribbonPage1"; // // skinRibbonGalleryBarItem2 // this.skinRibbonGalleryBarItem2.Name = "skinRibbonGalleryBarItem2"; // // barEditItem1 // this.barEditItem1.Edit = null; this.barEditItem1.Name = "barEditItem1"; // // barEditItem2 // this.barEditItem2.Edit = null; this.barEditItem2.Name = "barEditItem2"; // // barEditItem3 // this.barEditItem3.Edit = null; this.barEditItem3.Name = "barEditItem3"; // // barButtonItem3 // this.barButtonItem3.Caption = "barButtonItem3"; this.barButtonItem3.Id = 12; this.barButtonItem3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.Image"))); this.barButtonItem3.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.ImageOptions.LargeImage"))); this.barButtonItem3.Name = "barButtonItem3"; // // xtraTabbedMdiManager1 // this.xtraTabbedMdiManager1.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeader; this.xtraTabbedMdiManager1.MdiParent = this; this.xtraTabbedMdiManager1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.xtraTabbedMdiManager1_MouseDown); // // popupMenu1 // this.popupMenu1.ItemLinks.Add(this.pop_CloseCurrent); this.popupMenu1.ItemLinks.Add(this.pop_CloseAll); this.popupMenu1.ItemLinks.Add(this.pop_CloseOther); this.popupMenu1.Name = "popupMenu1"; this.popupMenu1.Ribbon = this.ribbonControl; // // contextMenuStrip1 // this.contextMenuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24); this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.menu_Exit, this.menu_Hide, this.menu_Open}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(101, 70); // // menu_Exit // this.menu_Exit.Name = "menu_Exit"; this.menu_Exit.Size = new System.Drawing.Size(100, 22); this.menu_Exit.Text = "退出"; this.menu_Exit.Click += new System.EventHandler(this.menu_Exit_Click); // // menu_Hide // this.menu_Hide.Name = "menu_Hide"; this.menu_Hide.Size = new System.Drawing.Size(100, 22); this.menu_Hide.Text = "隐藏"; this.menu_Hide.Click += new System.EventHandler(this.menu_Hide_Click); // // menu_Open // this.menu_Open.Name = "menu_Open"; this.menu_Open.Size = new System.Drawing.Size(100, 22); this.menu_Open.Text = "打开"; this.menu_Open.Click += new System.EventHandler(this.menu_Open_Click); // // notifyIcon1 // this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "新松智能制造数据平台"; this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick); // // MainForm // this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False; this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1058, 716); this.Controls.Add(this.ribbonStatusBar1); this.Controls.Add(this.ribbonControl); this.IsMdiContainer = true; this.Name = "MainForm"; this.Ribbon = this.ribbonControl; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusBar = this.ribbonStatusBar1; this.Text = "新松智能制造数据平台"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing); this.Load += new System.EventHandler(this.MainForm_Load); this.Resize += new System.EventHandler(this.MainForm_Resize); ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.applicationMenu)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; private DevExpress.XtraBars.SkinRibbonGalleryBarItem skinRibbonGalleryBarItem1; private DevExpress.XtraBars.Ribbon.ApplicationMenu applicationMenu; private DevExpress.XtraBars.BarButtonItem barBtnItem_ReLogIn; private DevExpress.XtraBars.BarButtonItem barBtnItem_Quit; private DevExpress.XtraBars.BarStaticItem barStaticItem_User; private DevExpress.XtraBars.BarButtonItem barButtonItem1; private DevExpress.XtraBars.BarButtonItem barButtonItem2; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.SkinRibbonGalleryBarItem skinRibbonGalleryBarItem2; private DevExpress.XtraBars.BarEditItem barEditItem1; private DevExpress.XtraBars.BarEditItem barEditItem2; private DevExpress.XtraBars.BarEditItem barEditItem3; private DevExpress.XtraBars.BarButtonItem barButtonItem3; private DevExpress.XtraTabbedMdi.XtraTabbedMdiManager xtraTabbedMdiManager1; private DevExpress.XtraBars.PopupMenu popupMenu1; private DevExpress.XtraBars.BarButtonItem pop_CloseCurrent; private DevExpress.XtraBars.BarButtonItem pop_CloseAll; private DevExpress.XtraBars.BarButtonItem pop_CloseOther; private DevExpress.XtraBars.Ribbon.RibbonStatusBar ribbonStatusBar1; private DevExpress.XtraBars.BarStaticItem label_Version; private DevExpress.XtraBars.BarStaticItem label_Company; private DevExpress.XtraBars.BarButtonItem barBtn_ChangePassWord; private DevExpress.XtraBars.BarButtonItem barButtonItem4; private DevExpress.XtraBars.BarButtonItem barButtonItem5; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem menu_Exit; private System.Windows.Forms.ToolStripMenuItem menu_Hide; private System.Windows.Forms.ToolStripMenuItem menu_Open; private System.Windows.Forms.NotifyIcon notifyIcon1; private DevExpress.XtraBars.BarStaticItem barStaticItem_Idle; } }