Пример #1
0
        protected override void ToggleButtons()
        {
            var topPosition = PointToClient(TopControl.PointToScreen(Point.Empty));

            _btnScrollUp.Visible = (GetVerticalScrollPosition() > 1);

            BottomControl = BottomPredicateCheck() ? (Control)progressBar : panelResultsLabel;
            var bottomPosition = PointToClient(BottomControl.PointToScreen(Point.Empty));

            _btnScrollDown.Visible = (bottomPosition.Y + BottomControl.Height) > this.ClientSize.Height;
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DockableShell));
     this.mainmenu = new DevComponents.DotNetBar.Bar();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.btnLogin = new DevComponents.DotNetBar.ButtonItem();
     this.btnLogout = new DevComponents.DotNetBar.ButtonItem();
     this.btnCPassword = new DevComponents.DotNetBar.ButtonItem();
     this.btnExit = new DevComponents.DotNetBar.ButtonItem();
     this.btnView = new DevComponents.DotNetBar.ButtonItem();
     this.btnClose = new DevComponents.DotNetBar.ButtonItem();
     this.btnCloseAll = new DevComponents.DotNetBar.ButtonItem();
     this.btnHelp = new DevComponents.DotNetBar.ButtonItem();
     this.btnContext = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
     this.btnAbout = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem();
     this.textBoxItem1 = new DevComponents.DotNetBar.TextBoxItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.panBottom = new DevComponents.DotNetBar.PanelEx();
     this.bottomControl1 = new Gas_test2.Res.BottomControl();
     this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
     this.dockSite4 = new DevComponents.DotNetBar.DockSite();
     this.dockSite9 = new DevComponents.DotNetBar.DockSite();
     this.barDocuments = new DevComponents.DotNetBar.Bar();
     this.dockSite1 = new DevComponents.DotNetBar.DockSite();
     this.barNavigation = new DevComponents.DotNetBar.Bar();
     this.panNavigation = new DevComponents.DotNetBar.PanelDockContainer();
     this.dockContainerItem1 = new DevComponents.DotNetBar.DockContainerItem();
     this.dockSite2 = new DevComponents.DotNetBar.DockSite();
     this.dockSite8 = new DevComponents.DotNetBar.DockSite();
     this.dockSite5 = new DevComponents.DotNetBar.DockSite();
     this.dockSite6 = new DevComponents.DotNetBar.DockSite();
     this.dockSite7 = new DevComponents.DotNetBar.DockSite();
     this.dockSite3 = new DevComponents.DotNetBar.DockSite();
     this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.btnSystem = new DevComponents.DotNetBar.ButtonItem();
     this.item_100 = new DevComponents.DotNetBar.ButtonItem();
     this.item_111 = new DevComponents.DotNetBar.ButtonItem();
     this.item_122 = new DevComponents.DotNetBar.ButtonItem();
     this.item_133 = new DevComponents.DotNetBar.ButtonItem();
     this.item_144 = new DevComponents.DotNetBar.ButtonItem();
     this.item_155 = new DevComponents.DotNetBar.ButtonItem();
     this.item_166 = new DevComponents.DotNetBar.ButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.mainmenu)).BeginInit();
     this.panBottom.SuspendLayout();
     this.dockSite9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barDocuments)).BeginInit();
     this.dockSite1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barNavigation)).BeginInit();
     this.barNavigation.SuspendLayout();
     this.SuspendLayout();
     //
     // mainmenu
     //
     this.mainmenu.AccessibleDescription = "DotNetBar Bar (mainmenu)";
     this.mainmenu.AccessibleName = "DotNetBar Bar";
     this.mainmenu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
     this.mainmenu.Dock = System.Windows.Forms.DockStyle.Top;
     this.mainmenu.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
     this.mainmenu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem1,
     this.btnView,
     this.btnHelp});
     this.mainmenu.Location = new System.Drawing.Point(0, 0);
     this.mainmenu.LockDockPosition = true;
     this.mainmenu.MenuBar = true;
     this.mainmenu.Name = "mainmenu";
     this.mainmenu.Size = new System.Drawing.Size(986, 25);
     this.mainmenu.Stretch = true;
     this.mainmenu.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.mainmenu.TabIndex = 1;
     this.mainmenu.TabStop = false;
     this.mainmenu.Text = "Main Menu";
     //
     // buttonItem1
     //
     this.buttonItem1.GlobalName = "item_67";
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnLogin,
     this.btnLogout,
     this.btnCPassword,
     this.btnExit});
     this.buttonItem1.Text = "系统(&S)";
     //
     // btnLogin
     //
     this.btnLogin.Name = "btnLogin";
     this.btnLogin.Text = "登录(&L)";
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // btnLogout
     //
     this.btnLogout.ImageIndex = 10;
     this.btnLogout.Name = "btnLogout";
     this.btnLogout.Text = "注销(&O)";
     this.btnLogout.Click += new System.EventHandler(this.btnLogout_Click);
     //
     // btnCPassword
     //
     this.btnCPassword.BeginGroup = true;
     this.btnCPassword.Name = "btnCPassword";
     this.btnCPassword.Text = "修改密码";
     this.btnCPassword.Click += new System.EventHandler(this.btnCPassword_Click);
     //
     // btnExit
     //
     this.btnExit.BeginGroup = true;
     this.btnExit.Name = "btnExit";
     this.btnExit.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.AltF4);
     this.btnExit.Text = "退出(&E)";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnView
     //
     this.btnView.Name = "btnView";
     this.btnView.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnClose,
     this.btnCloseAll});
     this.btnView.Text = "视图(&V)";
     //
     // btnClose
     //
     this.btnClose.GlobalName = "item_237";
     this.btnClose.Name = "btnClose";
     this.btnClose.Text = "关闭当前模块";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnCloseAll
     //
     this.btnCloseAll.GlobalName = "item_248";
     this.btnCloseAll.Name = "btnCloseAll";
     this.btnCloseAll.Text = "关闭所有模块";
     this.btnCloseAll.Click += new System.EventHandler(this.btnCloseAll_Click);
     //
     // btnHelp
     //
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnContext,
     this.buttonItem2,
     this.buttonItem3,
     this.btnAbout});
     this.btnHelp.Text = "帮助(&H)";
     //
     // btnContext
     //
     this.btnContext.Name = "btnContext";
     this.btnContext.Text = "内容";
     //
     // buttonItem2
     //
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.Text = "搜索";
     //
     // buttonItem3
     //
     this.buttonItem3.Name = "buttonItem3";
     this.buttonItem3.Text = "索引";
     //
     // btnAbout
     //
     this.btnAbout.BeginGroup = true;
     this.btnAbout.Name = "btnAbout";
     this.btnAbout.Text = "关于";
     this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
     //
     // buttonItem11
     //
     this.buttonItem11.GlobalName = "item_167";
     this.buttonItem11.Name = "buttonItem11";
     this.buttonItem11.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem12,
     this.buttonItem13,
     this.buttonItem14,
     this.buttonItem15,
     this.buttonItem16,
     this.buttonItem17,
     this.buttonItem18,
     this.textBoxItem1});
     this.buttonItem11.Text = "&Edit";
     //
     // buttonItem12
     //
     this.buttonItem12.GlobalName = "item_237";
     this.buttonItem12.Name = "buttonItem12";
     this.buttonItem12.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
     this.buttonItem12.Text = "&Undo";
     //
     // buttonItem13
     //
     this.buttonItem13.GlobalName = "item_248";
     this.buttonItem13.Name = "buttonItem13";
     this.buttonItem13.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
     this.buttonItem13.Text = "&Redo";
     //
     // buttonItem14
     //
     this.buttonItem14.BeginGroup = true;
     this.buttonItem14.GlobalName = "item_259";
     this.buttonItem14.ImageIndex = 5;
     this.buttonItem14.Name = "buttonItem14";
     this.buttonItem14.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.buttonItem14.Text = "Cut";
     //
     // buttonItem15
     //
     this.buttonItem15.GlobalName = "item_270";
     this.buttonItem15.ImageIndex = 4;
     this.buttonItem15.Name = "buttonItem15";
     this.buttonItem15.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.buttonItem15.Text = "Copy";
     //
     // buttonItem16
     //
     this.buttonItem16.GlobalName = "item_281";
     this.buttonItem16.ImageIndex = 11;
     this.buttonItem16.Name = "buttonItem16";
     this.buttonItem16.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
     this.buttonItem16.Text = "Paste";
     //
     // buttonItem17
     //
     this.buttonItem17.GlobalName = "item_292";
     this.buttonItem17.Name = "buttonItem17";
     this.buttonItem17.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
     this.buttonItem17.Text = "Delete";
     //
     // buttonItem18
     //
     this.buttonItem18.GlobalName = "item_303";
     this.buttonItem18.Name = "buttonItem18";
     this.buttonItem18.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.buttonItem18.Text = "Select All";
     //
     // textBoxItem1
     //
     this.textBoxItem1.Name = "textBoxItem1";
     this.textBoxItem1.Text = "textBoxItem1";
     this.textBoxItem1.WatermarkColor = System.Drawing.SystemColors.GrayText;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     this.imageList1.Images.SetKeyName(16, "");
     this.imageList1.Images.SetKeyName(17, "");
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     this.imageList2.Images.SetKeyName(6, "");
     this.imageList2.Images.SetKeyName(7, "");
     this.imageList2.Images.SetKeyName(8, "");
     //
     // panBottom
     //
     this.panBottom.CanvasColor = System.Drawing.SystemColors.ButtonHighlight;
     this.panBottom.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.panBottom.Controls.Add(this.bottomControl1);
     this.panBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panBottom.Location = new System.Drawing.Point(0, 437);
     this.panBottom.Name = "panBottom";
     this.panBottom.Size = new System.Drawing.Size(986, 28);
     this.panBottom.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panBottom.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panBottom.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panBottom.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panBottom.Style.GradientAngle = 90;
     this.panBottom.TabIndex = 7;
     this.panBottom.Text = "panBottom";
     //
     // bottomControl1
     //
     this.bottomControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.bottomControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bottomControl1.Location = new System.Drawing.Point(0, 0);
     this.bottomControl1.Margin = new System.Windows.Forms.Padding(0);
     this.bottomControl1.Name = "bottomControl1";
     this.bottomControl1.Size = new System.Drawing.Size(986, 28);
     this.bottomControl1.TabIndex = 1;
     //
     // dotNetBarManager1
     //
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
     this.dotNetBarManager1.BottomDockSite = this.dockSite4;
     this.dotNetBarManager1.EnableFullSizeDock = false;
     this.dotNetBarManager1.FillDockSite = this.dockSite9;
     this.dotNetBarManager1.LeftDockSite = this.dockSite1;
     this.dotNetBarManager1.ParentForm = this;
     this.dotNetBarManager1.RightDockSite = this.dockSite2;
     this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
     this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
     this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
     this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
     this.dotNetBarManager1.TopDockSite = this.dockSite3;
     //
     // dockSite4
     //
     this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite4.Location = new System.Drawing.Point(0, 465);
     this.dockSite4.Name = "dockSite4";
     this.dockSite4.Size = new System.Drawing.Size(986, 0);
     this.dockSite4.TabIndex = 11;
     this.dockSite4.TabStop = false;
     //
     // dockSite9
     //
     this.dockSite9.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite9.Controls.Add(this.barDocuments);
     this.dockSite9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dockSite9.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
     ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barDocuments, 786, 412)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
     this.dockSite9.Location = new System.Drawing.Point(200, 25);
     this.dockSite9.Name = "dockSite9";
     this.dockSite9.Size = new System.Drawing.Size(786, 412);
     this.dockSite9.TabIndex = 16;
     this.dockSite9.TabStop = false;
     //
     // barDocuments
     //
     this.barDocuments.AccessibleDescription = "DotNetBar Bar (barDocuments)";
     this.barDocuments.AccessibleName = "DotNetBar Bar";
     this.barDocuments.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.barDocuments.AlwaysDisplayDockTab = true;
     this.barDocuments.CanCustomize = false;
     this.barDocuments.CanDockBottom = false;
     this.barDocuments.CanDockDocument = true;
     this.barDocuments.CanDockLeft = false;
     this.barDocuments.CanDockRight = false;
     this.barDocuments.CanDockTop = false;
     this.barDocuments.CanHide = true;
     this.barDocuments.CanUndock = false;
     this.barDocuments.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
     this.barDocuments.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.barDocuments.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
     this.barDocuments.Location = new System.Drawing.Point(0, 0);
     this.barDocuments.Name = "barDocuments";
     this.barDocuments.Size = new System.Drawing.Size(786, 412);
     this.barDocuments.Stretch = true;
     this.barDocuments.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.barDocuments.TabIndex = 0;
     this.barDocuments.TabNavigation = true;
     this.barDocuments.TabStop = false;
     this.barDocuments.DockTabClosing += new DevComponents.DotNetBar.DockTabClosingEventHandler(this.barDocuments_DockTabClosing);
     //
     // dockSite1
     //
     this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite1.Controls.Add(this.barNavigation);
     this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
     ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barNavigation, 197, 412)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
     this.dockSite1.Location = new System.Drawing.Point(0, 25);
     this.dockSite1.Name = "dockSite1";
     this.dockSite1.Size = new System.Drawing.Size(200, 412);
     this.dockSite1.TabIndex = 8;
     this.dockSite1.TabStop = false;
     //
     // barNavigation
     //
     this.barNavigation.AccessibleDescription = "DotNetBar Bar (barNavigation)";
     this.barNavigation.AccessibleName = "DotNetBar Bar";
     this.barNavigation.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.barNavigation.AutoSyncBarCaption = true;
     this.barNavigation.CloseSingleTab = true;
     this.barNavigation.Controls.Add(this.panNavigation);
     this.barNavigation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.barNavigation.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Caption;
     this.barNavigation.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.dockContainerItem1});
     this.barNavigation.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
     this.barNavigation.Location = new System.Drawing.Point(0, 0);
     this.barNavigation.Name = "barNavigation";
     this.barNavigation.Size = new System.Drawing.Size(197, 412);
     this.barNavigation.Stretch = true;
     this.barNavigation.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.barNavigation.TabIndex = 0;
     this.barNavigation.TabStop = false;
     this.barNavigation.Text = "导航栏";
     //
     // panNavigation
     //
     this.panNavigation.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.panNavigation.Location = new System.Drawing.Point(3, 23);
     this.panNavigation.Name = "panNavigation";
     this.panNavigation.Size = new System.Drawing.Size(191, 386);
     this.panNavigation.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panNavigation.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.panNavigation.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarDockedBorder;
     this.panNavigation.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.panNavigation.Style.GradientAngle = 90;
     this.panNavigation.TabIndex = 0;
     //
     // dockContainerItem1
     //
     this.dockContainerItem1.Control = this.panNavigation;
     this.dockContainerItem1.Name = "dockContainerItem1";
     this.dockContainerItem1.Text = "导航栏";
     //
     // dockSite2
     //
     this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite2.Location = new System.Drawing.Point(986, 25);
     this.dockSite2.Name = "dockSite2";
     this.dockSite2.Size = new System.Drawing.Size(0, 412);
     this.dockSite2.TabIndex = 9;
     this.dockSite2.TabStop = false;
     //
     // dockSite8
     //
     this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite8.Location = new System.Drawing.Point(0, 465);
     this.dockSite8.Name = "dockSite8";
     this.dockSite8.Size = new System.Drawing.Size(986, 0);
     this.dockSite8.TabIndex = 15;
     this.dockSite8.TabStop = false;
     //
     // dockSite5
     //
     this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite5.Location = new System.Drawing.Point(0, 0);
     this.dockSite5.Name = "dockSite5";
     this.dockSite5.Size = new System.Drawing.Size(0, 465);
     this.dockSite5.TabIndex = 12;
     this.dockSite5.TabStop = false;
     //
     // dockSite6
     //
     this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite6.Location = new System.Drawing.Point(986, 0);
     this.dockSite6.Name = "dockSite6";
     this.dockSite6.Size = new System.Drawing.Size(0, 465);
     this.dockSite6.TabIndex = 13;
     this.dockSite6.TabStop = false;
     //
     // dockSite7
     //
     this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite7.Location = new System.Drawing.Point(0, 0);
     this.dockSite7.Name = "dockSite7";
     this.dockSite7.Size = new System.Drawing.Size(986, 0);
     this.dockSite7.TabIndex = 14;
     this.dockSite7.TabStop = false;
     //
     // dockSite3
     //
     this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite3.Location = new System.Drawing.Point(0, 0);
     this.dockSite3.Name = "dockSite3";
     this.dockSite3.Size = new System.Drawing.Size(986, 0);
     this.dockSite3.TabIndex = 10;
     this.dockSite3.TabStop = false;
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.VisualStudio2010Blue;
     this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
     //
     // btnSystem
     //
     this.btnSystem.GlobalName = "btnSystem";
     this.btnSystem.Name = "btnSystem";
     this.btnSystem.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.item_100,
     this.item_111,
     this.item_122,
     this.item_133,
     this.item_144,
     this.item_155,
     this.item_166});
     this.btnSystem.Text = "系统(&S)";
     //
     // item_100
     //
     this.item_100.GlobalName = "item_100";
     this.item_100.Name = "item_100";
     this.item_100.Text = "&Close";
     //
     // item_111
     //
     this.item_111.BeginGroup = true;
     this.item_111.GlobalName = "item_111";
     this.item_111.Name = "item_111";
     this.item_111.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlShiftA);
     this.item_111.Text = "Add Ne&w Item";
     //
     // item_122
     //
     this.item_122.GlobalName = "item_122";
     this.item_122.Name = "item_122";
     this.item_122.Text = "Add Existin&g Item";
     //
     // item_133
     //
     this.item_133.GlobalName = "item_133";
     this.item_133.Name = "item_133";
     this.item_133.Text = "A&dd Project";
     //
     // item_144
     //
     this.item_144.BeginGroup = true;
     this.item_144.GlobalName = "item_144";
     this.item_144.Name = "item_144";
     this.item_144.Text = "Open Solution";
     //
     // item_155
     //
     this.item_155.GlobalName = "item_155";
     this.item_155.Name = "item_155";
     this.item_155.Text = "Close Solution";
     //
     // item_166
     //
     this.item_166.BeginGroup = true;
     this.item_166.GlobalName = "item_166";
     this.item_166.Name = "item_166";
     this.item_166.Text = "&Exit";
     //
     // DockableShell
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(986, 465);
     this.Controls.Add(this.dockSite9);
     this.Controls.Add(this.dockSite2);
     this.Controls.Add(this.dockSite1);
     this.Controls.Add(this.panBottom);
     this.Controls.Add(this.mainmenu);
     this.Controls.Add(this.dockSite3);
     this.Controls.Add(this.dockSite4);
     this.Controls.Add(this.dockSite5);
     this.Controls.Add(this.dockSite6);
     this.Controls.Add(this.dockSite7);
     this.Controls.Add(this.dockSite8);
     this.Name = "DockableShell";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "AgileEAS.NET SOA中间件";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.mainmenu)).EndInit();
     this.panBottom.ResumeLayout(false);
     this.dockSite9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barDocuments)).EndInit();
     this.dockSite1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barNavigation)).EndInit();
     this.barNavigation.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TabShell));
     this.bar2 = new DevComponents.DotNetBar.Bar();
     this.mifExit = new DevComponents.DotNetBar.ButtonItem();
     this.btnLogin = new DevComponents.DotNetBar.ButtonItem();
     this.btnWindows = new DevComponents.DotNetBar.ButtonItem();
     this.btnCloseCurrentWindow = new DevComponents.DotNetBar.ButtonItem();
     this.btnCloseAllWindow = new DevComponents.DotNetBar.ButtonItem();
     this.btnChangePass = new DevComponents.DotNetBar.ButtonItem();
     this.panBottom = new System.Windows.Forms.Panel();
     this.navMainTool = new System.Windows.Forms.Panel();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.dotNetBarManager1 = new DevComponents.DotNetBar.DotNetBarManager(this.components);
     this.dockSite4 = new DevComponents.DotNetBar.DockSite();
     this.dockSite9 = new DevComponents.DotNetBar.DockSite();
     this.barDocuments = new DevComponents.DotNetBar.Bar();
     this.dockSite1 = new DevComponents.DotNetBar.DockSite();
     this.dockSite2 = new DevComponents.DotNetBar.DockSite();
     this.dockSite8 = new DevComponents.DotNetBar.DockSite();
     this.dockSite5 = new DevComponents.DotNetBar.DockSite();
     this.dockSite6 = new DevComponents.DotNetBar.DockSite();
     this.dockSite7 = new DevComponents.DotNetBar.DockSite();
     this.barMenu = new DevComponents.DotNetBar.Bar();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.buttonItem2 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem3 = new DevComponents.DotNetBar.ButtonItem();
     this.dockSite3 = new DevComponents.DotNetBar.DockSite();
     this.bottomControl1 = new Gas_test2.Res.BottomControl();
     ((System.ComponentModel.ISupportInitialize)(this.bar2)).BeginInit();
     this.panBottom.SuspendLayout();
     this.dockSite9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barDocuments)).BeginInit();
     this.dockSite7.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barMenu)).BeginInit();
     this.SuspendLayout();
     //
     // bar2
     //
     this.bar2.AccessibleDescription = "DotNetBar Bar (bar2)";
     this.bar2.AccessibleName = "DotNetBar Bar";
     this.bar2.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
     this.bar2.Dock = System.Windows.Forms.DockStyle.Top;
     this.bar2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
     this.bar2.GrabHandleStyle = DevComponents.DotNetBar.eGrabHandleStyle.Office2003;
     this.bar2.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.mifExit,
     this.btnLogin,
     this.btnWindows,
     this.btnChangePass});
     this.bar2.Location = new System.Drawing.Point(0, 26);
     this.bar2.Name = "bar2";
     this.bar2.Size = new System.Drawing.Size(933, 41);
     this.bar2.Stretch = true;
     this.bar2.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
     this.bar2.TabIndex = 62;
     this.bar2.TabStop = false;
     this.bar2.Text = "bar2";
     //
     // mifExit
     //
     this.mifExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.mifExit.Image = ((System.Drawing.Image)(resources.GetObject("mifExit.Image")));
     this.mifExit.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.mifExit.Name = "mifExit";
     this.mifExit.Text = "退出";
     this.mifExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // btnLogin
     //
     this.btnLogin.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnLogin.Image = ((System.Drawing.Image)(resources.GetObject("btnLogin.Image")));
     this.btnLogin.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.btnLogin.Name = "btnLogin";
     this.btnLogin.Text = "重新登录";
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // btnWindows
     //
     this.btnWindows.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnWindows.Image = ((System.Drawing.Image)(resources.GetObject("btnWindows.Image")));
     this.btnWindows.Name = "btnWindows";
     this.btnWindows.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnCloseCurrentWindow,
     this.btnCloseAllWindow});
     this.btnWindows.Text = "窗口";
     //
     // btnCloseCurrentWindow
     //
     this.btnCloseCurrentWindow.Name = "btnCloseCurrentWindow";
     this.btnCloseCurrentWindow.Text = "关闭当前窗口";
     this.btnCloseCurrentWindow.Click += new System.EventHandler(this.btnCloseNowWindow_Click);
     //
     // btnCloseAllWindow
     //
     this.btnCloseAllWindow.Name = "btnCloseAllWindow";
     this.btnCloseAllWindow.Text = "关闭所有窗口";
     this.btnCloseAllWindow.Click += new System.EventHandler(this.btnCloseAllWindow_Click);
     //
     // btnChangePass
     //
     this.btnChangePass.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnChangePass.Image = ((System.Drawing.Image)(resources.GetObject("btnChangePass.Image")));
     this.btnChangePass.ImageFixedSize = new System.Drawing.Size(30, 30);
     this.btnChangePass.Name = "btnChangePass";
     this.btnChangePass.Text = "修改密码";
     this.btnChangePass.Click += new System.EventHandler(this.btnChangePass_Click);
     //
     // panBottom
     //
     this.panBottom.Controls.Add(this.bottomControl1);
     this.panBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panBottom.Location = new System.Drawing.Point(0, 586);
     this.panBottom.Margin = new System.Windows.Forms.Padding(0);
     this.panBottom.Name = "panBottom";
     this.panBottom.Size = new System.Drawing.Size(933, 25);
     this.panBottom.TabIndex = 85;
     //
     // navMainTool
     //
     this.navMainTool.Location = new System.Drawing.Point(0, 0);
     this.navMainTool.Name = "navMainTool";
     this.navMainTool.Size = new System.Drawing.Size(200, 100);
     this.navMainTool.TabIndex = 0;
     //
     // buttonItem1
     //
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.Text = "buttonItem1";
     //
     // dotNetBarManager1
     //
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.F1);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlC);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlA);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlV);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlX);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlZ);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlY);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Del);
     this.dotNetBarManager1.AutoDispatchShortcuts.Add(DevComponents.DotNetBar.eShortcut.Ins);
     this.dotNetBarManager1.BottomDockSite = this.dockSite4;
     this.dotNetBarManager1.EnableFullSizeDock = false;
     this.dotNetBarManager1.FillDockSite = this.dockSite9;
     this.dotNetBarManager1.LeftDockSite = this.dockSite1;
     this.dotNetBarManager1.ParentForm = this;
     this.dotNetBarManager1.RightDockSite = this.dockSite2;
     this.dotNetBarManager1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.dotNetBarManager1.ToolbarBottomDockSite = this.dockSite8;
     this.dotNetBarManager1.ToolbarLeftDockSite = this.dockSite5;
     this.dotNetBarManager1.ToolbarRightDockSite = this.dockSite6;
     this.dotNetBarManager1.ToolbarTopDockSite = this.dockSite7;
     this.dotNetBarManager1.TopDockSite = this.dockSite3;
     //
     // dockSite4
     //
     this.dockSite4.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite4.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite4.Location = new System.Drawing.Point(0, 611);
     this.dockSite4.Name = "dockSite4";
     this.dockSite4.Size = new System.Drawing.Size(933, 0);
     this.dockSite4.TabIndex = 100;
     this.dockSite4.TabStop = false;
     //
     // dockSite9
     //
     this.dockSite9.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite9.Controls.Add(this.barDocuments);
     this.dockSite9.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dockSite9.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer(new DevComponents.DotNetBar.DocumentBaseContainer[] {
     ((DevComponents.DotNetBar.DocumentBaseContainer)(new DevComponents.DotNetBar.DocumentBarContainer(this.barDocuments, 933, 519)))}, DevComponents.DotNetBar.eOrientation.Horizontal);
     this.dockSite9.Location = new System.Drawing.Point(0, 67);
     this.dockSite9.Name = "dockSite9";
     this.dockSite9.Size = new System.Drawing.Size(933, 519);
     this.dockSite9.TabIndex = 105;
     this.dockSite9.TabStop = false;
     //
     // barDocuments
     //
     this.barDocuments.AccessibleDescription = "DotNetBar Bar (barDocuments)";
     this.barDocuments.AccessibleName = "DotNetBar Bar";
     this.barDocuments.AccessibleRole = System.Windows.Forms.AccessibleRole.Grouping;
     this.barDocuments.AlwaysDisplayDockTab = true;
     this.barDocuments.CanCustomize = false;
     this.barDocuments.CanDockBottom = false;
     this.barDocuments.CanDockDocument = true;
     this.barDocuments.CanDockLeft = false;
     this.barDocuments.CanDockRight = false;
     this.barDocuments.CanDockTop = false;
     this.barDocuments.CanHide = true;
     this.barDocuments.CanUndock = false;
     this.barDocuments.DockTabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
     this.barDocuments.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.barDocuments.LayoutType = DevComponents.DotNetBar.eLayoutType.DockContainer;
     this.barDocuments.Location = new System.Drawing.Point(0, 0);
     this.barDocuments.Name = "barDocuments";
     this.barDocuments.Size = new System.Drawing.Size(933, 519);
     this.barDocuments.Stretch = true;
     this.barDocuments.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.barDocuments.TabIndex = 0;
     this.barDocuments.TabNavigation = true;
     this.barDocuments.TabStop = false;
     this.barDocuments.DockTabClosing += new DevComponents.DotNetBar.DockTabClosingEventHandler(this.barDocuments_DockTabClosing);
     //
     // dockSite1
     //
     this.dockSite1.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite1.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite1.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite1.Location = new System.Drawing.Point(0, 67);
     this.dockSite1.Name = "dockSite1";
     this.dockSite1.Size = new System.Drawing.Size(0, 519);
     this.dockSite1.TabIndex = 97;
     this.dockSite1.TabStop = false;
     //
     // dockSite2
     //
     this.dockSite2.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite2.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite2.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite2.Location = new System.Drawing.Point(933, 67);
     this.dockSite2.Name = "dockSite2";
     this.dockSite2.Size = new System.Drawing.Size(0, 519);
     this.dockSite2.TabIndex = 98;
     this.dockSite2.TabStop = false;
     //
     // dockSite8
     //
     this.dockSite8.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite8.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.dockSite8.Location = new System.Drawing.Point(0, 611);
     this.dockSite8.Name = "dockSite8";
     this.dockSite8.Size = new System.Drawing.Size(933, 0);
     this.dockSite8.TabIndex = 104;
     this.dockSite8.TabStop = false;
     //
     // dockSite5
     //
     this.dockSite5.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite5.Dock = System.Windows.Forms.DockStyle.Left;
     this.dockSite5.Location = new System.Drawing.Point(0, 26);
     this.dockSite5.Name = "dockSite5";
     this.dockSite5.Size = new System.Drawing.Size(0, 585);
     this.dockSite5.TabIndex = 101;
     this.dockSite5.TabStop = false;
     //
     // dockSite6
     //
     this.dockSite6.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite6.Dock = System.Windows.Forms.DockStyle.Right;
     this.dockSite6.Location = new System.Drawing.Point(933, 26);
     this.dockSite6.Name = "dockSite6";
     this.dockSite6.Size = new System.Drawing.Size(0, 585);
     this.dockSite6.TabIndex = 102;
     this.dockSite6.TabStop = false;
     //
     // dockSite7
     //
     this.dockSite7.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite7.Controls.Add(this.barMenu);
     this.dockSite7.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite7.Location = new System.Drawing.Point(0, 0);
     this.dockSite7.Name = "dockSite7";
     this.dockSite7.Size = new System.Drawing.Size(933, 26);
     this.dockSite7.TabIndex = 103;
     this.dockSite7.TabStop = false;
     //
     // barMenu
     //
     this.barMenu.AccessibleDescription = "DotNetBar Bar (barMenu)";
     this.barMenu.AccessibleName = "DotNetBar Bar";
     this.barMenu.AccessibleRole = System.Windows.Forms.AccessibleRole.MenuBar;
     this.barMenu.DockSide = DevComponents.DotNetBar.eDockSide.Top;
     this.barMenu.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
     this.barMenu.Images = this.imageList1;
     this.barMenu.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem2});
     this.barMenu.Location = new System.Drawing.Point(0, 0);
     this.barMenu.MenuBar = true;
     this.barMenu.Name = "barMenu";
     this.barMenu.Size = new System.Drawing.Size(933, 25);
     this.barMenu.Stretch = true;
     this.barMenu.Style = DevComponents.DotNetBar.eDotNetBarStyle.Windows7;
     this.barMenu.TabIndex = 0;
     this.barMenu.TabStop = false;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "folder_closed_ii.ico");
     this.imageList1.Images.SetKeyName(1, "closed_floder.ico");
     //
     // buttonItem2
     //
     this.buttonItem2.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem2.Name = "buttonItem2";
     this.buttonItem2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem3});
     this.buttonItem2.Text = "buttonItem2";
     //
     // buttonItem3
     //
     this.buttonItem3.Name = "buttonItem3";
     this.buttonItem3.Text = "buttonItem3";
     //
     // dockSite3
     //
     this.dockSite3.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     this.dockSite3.Dock = System.Windows.Forms.DockStyle.Top;
     this.dockSite3.DocumentDockContainer = new DevComponents.DotNetBar.DocumentDockContainer();
     this.dockSite3.Location = new System.Drawing.Point(0, 26);
     this.dockSite3.Name = "dockSite3";
     this.dockSite3.Size = new System.Drawing.Size(933, 0);
     this.dockSite3.TabIndex = 99;
     this.dockSite3.TabStop = false;
     //
     // bottomControl1
     //
     this.bottomControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.bottomControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bottomControl1.Location = new System.Drawing.Point(0, 0);
     this.bottomControl1.Margin = new System.Windows.Forms.Padding(0);
     this.bottomControl1.Name = "bottomControl1";
     this.bottomControl1.Size = new System.Drawing.Size(933, 25);
     this.bottomControl1.TabIndex = 0;
     //
     // TabShell
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(933, 611);
     this.Controls.Add(this.dockSite9);
     this.Controls.Add(this.dockSite2);
     this.Controls.Add(this.dockSite1);
     this.Controls.Add(this.panBottom);
     this.Controls.Add(this.bar2);
     this.Controls.Add(this.dockSite3);
     this.Controls.Add(this.dockSite4);
     this.Controls.Add(this.dockSite5);
     this.Controls.Add(this.dockSite6);
     this.Controls.Add(this.dockSite7);
     this.Controls.Add(this.dockSite8);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "TabShell";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "AgileEAS.NET SOA中间件";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.bar2)).EndInit();
     this.panBottom.ResumeLayout(false);
     this.dockSite9.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barDocuments)).EndInit();
     this.dockSite7.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barMenu)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RibbonShell));
     this.buttonItem47 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem48 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem49 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem20 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem21 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem22 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem30 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem31 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem32 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem33 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem34 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem35 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem36 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem37 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem38 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem39 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem40 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem41 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem42 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem43 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem44 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem45 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem46 = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer7 = new DevComponents.DotNetBar.ItemContainer();
     this.buttonAlignLeft = new DevComponents.DotNetBar.ButtonItem();
     this.buttonAlignCenter = new DevComponents.DotNetBar.ButtonItem();
     this.buttonAlignRight = new DevComponents.DotNetBar.ButtonItem();
     this.buttonAlignJustify = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer8 = new DevComponents.DotNetBar.ItemContainer();
     this.buttonItem23 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem24 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem25 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem26 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem27 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem28 = new DevComponents.DotNetBar.ButtonItem();
     this.comboFont = new DevComponents.DotNetBar.ComboBoxItem();
     this.comboFontSize = new DevComponents.DotNetBar.ComboBoxItem();
     this.comboItem1 = new DevComponents.Editors.ComboItem();
     this.comboItem2 = new DevComponents.Editors.ComboItem();
     this.comboItem3 = new DevComponents.Editors.ComboItem();
     this.comboItem4 = new DevComponents.Editors.ComboItem();
     this.comboItem5 = new DevComponents.Editors.ComboItem();
     this.comboItem6 = new DevComponents.Editors.ComboItem();
     this.comboItem7 = new DevComponents.Editors.ComboItem();
     this.comboItem8 = new DevComponents.Editors.ComboItem();
     this.comboItem9 = new DevComponents.Editors.ComboItem();
     this.buttonFontBold = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFontItalic = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFontUnderline = new DevComponents.DotNetBar.ButtonItem();
     this.buttonFontStrike = new DevComponents.DotNetBar.ButtonItem();
     this.buttonTextColor = new DevComponents.DotNetBar.ColorPickerDropDown();
     this.buttonItem53 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem54 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonCut = new DevComponents.DotNetBar.ButtonItem();
     this.buttonCopy = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem55 = new DevComponents.DotNetBar.ButtonItem();
     this.checkBoxItem1 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem2 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem3 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem4 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem5 = new DevComponents.DotNetBar.CheckBoxItem();
     this.checkBoxItem6 = new DevComponents.DotNetBar.CheckBoxItem();
     this.buttonReplace = new DevComponents.DotNetBar.ButtonItem();
     this.buttonGoto = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem50 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem51 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem52 = new DevComponents.DotNetBar.ButtonItem();
     this.ribbonTabItemGroup1 = new DevComponents.DotNetBar.RibbonTabItemGroup();
     this.ribbonControl = new DevComponents.DotNetBar.RibbonControl();
     this.buttonFile = new DevComponents.DotNetBar.ApplicationButton();
     this.itemContainer1 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer2 = new DevComponents.DotNetBar.ItemContainer();
     this.itemContainer3 = new DevComponents.DotNetBar.ItemContainer();
     this.tnLogin = new DevComponents.DotNetBar.ButtonItem();
     this.tnLogout = new DevComponents.DotNetBar.ButtonItem();
     this.btnCPassword = new DevComponents.DotNetBar.ButtonItem();
     this.btnClose = new DevComponents.DotNetBar.ButtonItem();
     this.itemContainer4 = new DevComponents.DotNetBar.ItemContainer();
     this.btnAbout = new DevComponents.DotNetBar.ButtonItem();
     this.btnExit = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem9 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem10 = new DevComponents.DotNetBar.ButtonItem();
     this.AppCommandTheme = new DevComponents.DotNetBar.Command(this.components);
     this.buttonItem11 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem15 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem17 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem18 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem19 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem29 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem56 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem57 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem58 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem59 = new DevComponents.DotNetBar.ButtonItem();
     this.colorPickerDropDown1 = new DevComponents.DotNetBar.ColorPickerDropDown();
     this.switchButtonItem1 = new DevComponents.DotNetBar.SwitchButtonItem();
     this.RibbonStateCommand = new DevComponents.DotNetBar.Command(this.components);
     this.qatCustomizeItem1 = new DevComponents.DotNetBar.QatCustomizeItem();
     this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
     this.tabStrip1 = new DevComponents.DotNetBar.TabStrip();
     this.microChartItem1 = new DevComponents.DotNetBar.MicroChartItem();
     this.microChartItem2 = new DevComponents.DotNetBar.MicroChartItem();
     this.panBottom = new DevComponents.DotNetBar.PanelEx();
     this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonChangeStyle = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleMetro = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleOffice2010Blue = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleOffice2010Silver = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleOffice2010Black = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleVS2010 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem62 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleOffice2007Blue = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleOffice2007Black = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleOffice2007Silver = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem60 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonItem16 = new DevComponents.DotNetBar.ButtonItem();
     this.buttonStyleCustom = new DevComponents.DotNetBar.ColorPickerDropDown();
     this.bottomControl1 = new Gas_test2.Res.BottomControl();
     this.panBottom.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonItem47
     //
     this.buttonItem47.BeginGroup = true;
     this.buttonItem47.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem47.Image")));
     this.buttonItem47.Name = "buttonItem47";
     this.buttonItem47.Text = "Search for Templates Online...";
     //
     // buttonItem48
     //
     this.buttonItem48.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem48.Image")));
     this.buttonItem48.Name = "buttonItem48";
     this.buttonItem48.Text = "Browse for Templates...";
     //
     // buttonItem49
     //
     this.buttonItem49.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem49.Image")));
     this.buttonItem49.Name = "buttonItem49";
     this.buttonItem49.Text = "Save Current Template...";
     //
     // buttonItem20
     //
     this.buttonItem20.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem20.Image")));
     this.buttonItem20.Name = "buttonItem20";
     this.buttonItem20.Text = "Apex";
     this.buttonItem20.Tooltip = "Apex";
     //
     // buttonItem21
     //
     this.buttonItem21.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem21.Image")));
     this.buttonItem21.Name = "buttonItem21";
     this.buttonItem21.Text = "Aspect";
     this.buttonItem21.Tooltip = "Aspect";
     //
     // buttonItem22
     //
     this.buttonItem22.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem22.Image")));
     this.buttonItem22.Name = "buttonItem22";
     this.buttonItem22.Text = "Concourse";
     this.buttonItem22.Tooltip = "Concourse";
     //
     // buttonItem30
     //
     this.buttonItem30.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem30.Image")));
     this.buttonItem30.Name = "buttonItem30";
     this.buttonItem30.Text = "Currency";
     this.buttonItem30.Tooltip = "Currency";
     //
     // buttonItem31
     //
     this.buttonItem31.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem31.Image")));
     this.buttonItem31.Name = "buttonItem31";
     this.buttonItem31.Text = "Deluxe";
     this.buttonItem31.Tooltip = "Deluxe";
     //
     // buttonItem32
     //
     this.buttonItem32.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem32.Image")));
     this.buttonItem32.Name = "buttonItem32";
     this.buttonItem32.Text = "Equity";
     this.buttonItem32.Tooltip = "Equity";
     //
     // buttonItem33
     //
     this.buttonItem33.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem33.Image")));
     this.buttonItem33.Name = "buttonItem33";
     this.buttonItem33.Text = "Flow";
     this.buttonItem33.Tooltip = "Flow";
     //
     // buttonItem34
     //
     this.buttonItem34.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem34.Image")));
     this.buttonItem34.Name = "buttonItem34";
     this.buttonItem34.Text = "Foundry";
     this.buttonItem34.Tooltip = "Foundry";
     //
     // buttonItem35
     //
     this.buttonItem35.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem35.Image")));
     this.buttonItem35.Name = "buttonItem35";
     this.buttonItem35.Text = "Median";
     this.buttonItem35.Tooltip = "Median";
     //
     // buttonItem36
     //
     this.buttonItem36.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem36.Image")));
     this.buttonItem36.Name = "buttonItem36";
     this.buttonItem36.Text = "Metro";
     this.buttonItem36.Tooltip = "Metro";
     //
     // buttonItem37
     //
     this.buttonItem37.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem37.Image")));
     this.buttonItem37.Name = "buttonItem37";
     this.buttonItem37.Text = "Office";
     this.buttonItem37.Tooltip = "Office";
     //
     // buttonItem38
     //
     this.buttonItem38.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem38.Image")));
     this.buttonItem38.Name = "buttonItem38";
     this.buttonItem38.Text = "Opulent";
     this.buttonItem38.Tooltip = "Opulent";
     //
     // buttonItem39
     //
     this.buttonItem39.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem39.Image")));
     this.buttonItem39.Name = "buttonItem39";
     this.buttonItem39.Text = "Oriel";
     this.buttonItem39.Tooltip = "Oriel";
     //
     // buttonItem40
     //
     this.buttonItem40.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem40.Image")));
     this.buttonItem40.Name = "buttonItem40";
     this.buttonItem40.Text = "Origin";
     this.buttonItem40.Tooltip = "Origin";
     //
     // buttonItem41
     //
     this.buttonItem41.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem41.Image")));
     this.buttonItem41.Name = "buttonItem41";
     this.buttonItem41.Text = "Civic";
     this.buttonItem41.Tooltip = "Civic";
     //
     // buttonItem42
     //
     this.buttonItem42.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem42.Image")));
     this.buttonItem42.Name = "buttonItem42";
     this.buttonItem42.Text = "Solstice";
     this.buttonItem42.Tooltip = "Solstice";
     //
     // buttonItem43
     //
     this.buttonItem43.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem43.Image")));
     this.buttonItem43.Name = "buttonItem43";
     this.buttonItem43.Text = "Technic";
     this.buttonItem43.Tooltip = "Technic";
     //
     // buttonItem44
     //
     this.buttonItem44.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem44.Image")));
     this.buttonItem44.Name = "buttonItem44";
     this.buttonItem44.Text = "Trek";
     this.buttonItem44.Tooltip = "Trek";
     //
     // buttonItem45
     //
     this.buttonItem45.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem45.Image")));
     this.buttonItem45.Name = "buttonItem45";
     this.buttonItem45.Text = "Urban";
     this.buttonItem45.Tooltip = "Urban";
     //
     // buttonItem46
     //
     this.buttonItem46.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem46.Image")));
     this.buttonItem46.Name = "buttonItem46";
     this.buttonItem46.Text = "Verve";
     this.buttonItem46.Tooltip = "Verve";
     //
     // itemContainer7
     //
     //
     //
     //
     this.itemContainer7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer7.BeginGroup = true;
     this.itemContainer7.Name = "itemContainer7";
     this.itemContainer7.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonAlignLeft,
     this.buttonAlignCenter,
     this.buttonAlignRight,
     this.buttonAlignJustify});
     //
     //
     //
     this.itemContainer7.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonAlignLeft
     //
     this.buttonAlignLeft.Enabled = false;
     this.buttonAlignLeft.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignLeft.Image")));
     this.buttonAlignLeft.Name = "buttonAlignLeft";
     this.buttonAlignLeft.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlL);
     this.buttonAlignLeft.Text = "Align &Left";
     //
     // buttonAlignCenter
     //
     this.buttonAlignCenter.Enabled = false;
     this.buttonAlignCenter.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignCenter.Image")));
     this.buttonAlignCenter.Name = "buttonAlignCenter";
     this.buttonAlignCenter.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlE);
     this.buttonAlignCenter.Text = "Align &Center";
     //
     // buttonAlignRight
     //
     this.buttonAlignRight.Enabled = false;
     this.buttonAlignRight.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignRight.Image")));
     this.buttonAlignRight.Name = "buttonAlignRight";
     this.buttonAlignRight.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlR);
     this.buttonAlignRight.Text = "Align &Right";
     //
     // buttonAlignJustify
     //
     this.buttonAlignJustify.Enabled = false;
     this.buttonAlignJustify.Image = ((System.Drawing.Image)(resources.GetObject("buttonAlignJustify.Image")));
     this.buttonAlignJustify.Name = "buttonAlignJustify";
     this.buttonAlignJustify.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlJ);
     this.buttonAlignJustify.Text = "&Justify";
     //
     // itemContainer8
     //
     //
     //
     //
     this.itemContainer8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer8.BeginGroup = true;
     this.itemContainer8.Name = "itemContainer8";
     this.itemContainer8.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem23,
     this.buttonItem24,
     this.buttonItem25,
     this.buttonItem26});
     //
     //
     //
     this.itemContainer8.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // buttonItem23
     //
     this.buttonItem23.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem23.Image")));
     this.buttonItem23.Name = "buttonItem23";
     this.buttonItem23.Text = "&Numbered Bullets";
     //
     // buttonItem24
     //
     this.buttonItem24.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem24.Image")));
     this.buttonItem24.Name = "buttonItem24";
     this.buttonItem24.Text = "&Bullets";
     //
     // buttonItem25
     //
     this.buttonItem25.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem25.Image")));
     this.buttonItem25.Name = "buttonItem25";
     this.buttonItem25.Text = "&Indent";
     //
     // buttonItem26
     //
     this.buttonItem26.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem26.Image")));
     this.buttonItem26.Name = "buttonItem26";
     this.buttonItem26.Text = "&Outdent";
     //
     // buttonItem27
     //
     this.buttonItem27.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem27.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem27.Image")));
     this.buttonItem27.Name = "buttonItem27";
     this.buttonItem27.NotificationMarkText = "4";
     this.buttonItem27.Text = "&Borders";
     //
     // buttonItem28
     //
     this.buttonItem28.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonItem28.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem28.Image")));
     this.buttonItem28.Name = "buttonItem28";
     this.buttonItem28.Text = "&Shading";
     //
     // comboFont
     //
     this.comboFont.ComboWidth = 96;
     this.comboFont.DropDownHeight = 106;
     this.comboFont.DropDownWidth = 242;
     this.comboFont.Enabled = false;
     this.comboFont.FontCombo = true;
     this.comboFont.ItemHeight = 14;
     this.comboFont.Name = "comboFont";
     //
     // comboFontSize
     //
     this.comboFontSize.ComboWidth = 40;
     this.comboFontSize.DropDownHeight = 106;
     this.comboFontSize.Enabled = false;
     this.comboFontSize.ItemHeight = 16;
     this.comboFontSize.Items.AddRange(new object[] {
     this.comboItem1,
     this.comboItem2,
     this.comboItem3,
     this.comboItem4,
     this.comboItem5,
     this.comboItem6,
     this.comboItem7,
     this.comboItem8,
     this.comboItem9});
     this.comboFontSize.Name = "comboFontSize";
     //
     // comboItem1
     //
     this.comboItem1.Text = "6";
     //
     // comboItem2
     //
     this.comboItem2.Text = "7";
     //
     // comboItem3
     //
     this.comboItem3.Text = "8";
     //
     // comboItem4
     //
     this.comboItem4.Text = "9";
     //
     // comboItem5
     //
     this.comboItem5.Text = "10";
     //
     // comboItem6
     //
     this.comboItem6.Text = "11";
     //
     // comboItem7
     //
     this.comboItem7.Text = "12";
     //
     // comboItem8
     //
     this.comboItem8.Text = "13";
     //
     // comboItem9
     //
     this.comboItem9.Text = "14";
     //
     // buttonFontBold
     //
     this.buttonFontBold.Enabled = false;
     this.buttonFontBold.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontBold.Image")));
     this.buttonFontBold.Name = "buttonFontBold";
     this.buttonFontBold.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlB);
     this.buttonFontBold.Text = "&Bold";
     //
     // buttonFontItalic
     //
     this.buttonFontItalic.Enabled = false;
     this.buttonFontItalic.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontItalic.Image")));
     this.buttonFontItalic.Name = "buttonFontItalic";
     this.buttonFontItalic.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlI);
     this.buttonFontItalic.Text = "&Italic";
     //
     // buttonFontUnderline
     //
     this.buttonFontUnderline.Enabled = false;
     this.buttonFontUnderline.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontUnderline.Image")));
     this.buttonFontUnderline.Name = "buttonFontUnderline";
     this.buttonFontUnderline.Shortcuts.Add(DevComponents.DotNetBar.eShortcut.CtrlU);
     this.buttonFontUnderline.Text = "&Underline";
     //
     // buttonFontStrike
     //
     this.buttonFontStrike.Enabled = false;
     this.buttonFontStrike.Image = ((System.Drawing.Image)(resources.GetObject("buttonFontStrike.Image")));
     this.buttonFontStrike.Name = "buttonFontStrike";
     this.buttonFontStrike.Text = "&Strike";
     //
     // buttonTextColor
     //
     this.buttonTextColor.Enabled = false;
     this.buttonTextColor.Image = ((System.Drawing.Image)(resources.GetObject("buttonTextColor.Image")));
     this.buttonTextColor.Name = "buttonTextColor";
     this.buttonTextColor.SelectedColorImageRectangle = new System.Drawing.Rectangle(0, 13, 16, 3);
     this.buttonTextColor.Text = "Text &Color";
     //
     // buttonItem53
     //
     this.buttonItem53.Enabled = false;
     this.buttonItem53.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem53.Image")));
     this.buttonItem53.Name = "buttonItem53";
     this.buttonItem53.Text = "&Paste";
     //
     // buttonItem54
     //
     this.buttonItem54.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem54.Image")));
     this.buttonItem54.Name = "buttonItem54";
     this.buttonItem54.Text = "Paste &Special...";
     //
     // buttonCut
     //
     this.buttonCut.Enabled = false;
     this.buttonCut.Image = ((System.Drawing.Image)(resources.GetObject("buttonCut.Image")));
     this.buttonCut.Name = "buttonCut";
     this.buttonCut.Text = "Cu&t";
     //
     // buttonCopy
     //
     this.buttonCopy.Enabled = false;
     this.buttonCopy.Image = ((System.Drawing.Image)(resources.GetObject("buttonCopy.Image")));
     this.buttonCopy.Name = "buttonCopy";
     this.buttonCopy.Text = "&Copy";
     //
     // buttonItem55
     //
     this.buttonItem55.Image = ((System.Drawing.Image)(resources.GetObject("buttonItem55.Image")));
     this.buttonItem55.Name = "buttonItem55";
     this.buttonItem55.Text = "Format Painter";
     //
     // checkBoxItem1
     //
     this.checkBoxItem1.Checked = true;
     this.checkBoxItem1.CheckState = System.Windows.Forms.CheckState.Indeterminate;
     this.checkBoxItem1.Name = "checkBoxItem1";
     this.checkBoxItem1.Text = "Header";
     this.checkBoxItem1.ThreeState = true;
     //
     // checkBoxItem2
     //
     this.checkBoxItem2.Name = "checkBoxItem2";
     this.checkBoxItem2.Text = "Footer";
     //
     // checkBoxItem3
     //
     this.checkBoxItem3.Checked = true;
     this.checkBoxItem3.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxItem3.Name = "checkBoxItem3";
     this.checkBoxItem3.Text = "Margins";
     //
     // checkBoxItem4
     //
     this.checkBoxItem4.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.checkBoxItem4.Name = "checkBoxItem4";
     this.checkBoxItem4.Text = "Horizontal Layout";
     //
     // checkBoxItem5
     //
     this.checkBoxItem5.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.checkBoxItem5.Name = "checkBoxItem5";
     this.checkBoxItem5.Text = "Vertical Layout";
     //
     // checkBoxItem6
     //
     this.checkBoxItem6.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton;
     this.checkBoxItem6.Checked = true;
     this.checkBoxItem6.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxItem6.Name = "checkBoxItem6";
     this.checkBoxItem6.Text = "Automatic Layout";
     //
     // buttonReplace
     //
     this.buttonReplace.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonReplace.Enabled = false;
     this.buttonReplace.Image = ((System.Drawing.Image)(resources.GetObject("buttonReplace.Image")));
     this.buttonReplace.Name = "buttonReplace";
     this.buttonReplace.Text = "&Replace";
     //
     // buttonGoto
     //
     this.buttonGoto.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.buttonGoto.Enabled = false;
     this.buttonGoto.Image = ((System.Drawing.Image)(resources.GetObject("buttonGoto.Image")));
     this.buttonGoto.Name = "buttonGoto";
     this.buttonGoto.Text = "&Goto";
     //
     // buttonItem50
     //
     this.buttonItem50.Checked = true;
     this.buttonItem50.Name = "buttonItem50";
     this.buttonItem50.OptionGroup = "orientation";
     this.buttonItem50.Text = "Auto";
     //
     // buttonItem51
     //
     this.buttonItem51.Name = "buttonItem51";
     this.buttonItem51.OptionGroup = "orientation";
     this.buttonItem51.Text = "Horizontal";
     //
     // buttonItem52
     //
     this.buttonItem52.Name = "buttonItem52";
     this.buttonItem52.OptionGroup = "orientation";
     this.buttonItem52.Text = "Vertical";
     //
     // ribbonTabItemGroup1
     //
     this.ribbonTabItemGroup1.Color = DevComponents.DotNetBar.eRibbonTabGroupColor.Orange;
     this.ribbonTabItemGroup1.GroupTitle = "Tab Group";
     this.ribbonTabItemGroup1.Name = "ribbonTabItemGroup1";
     //
     //
     //
     this.ribbonTabItemGroup1.Style.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(158)))), ((int)(((byte)(159)))));
     this.ribbonTabItemGroup1.Style.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(249)))), ((int)(((byte)(225)))), ((int)(((byte)(226)))));
     this.ribbonTabItemGroup1.Style.BackColorGradientAngle = 90;
     this.ribbonTabItemGroup1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ribbonTabItemGroup1.Style.BorderBottomWidth = 1;
     this.ribbonTabItemGroup1.Style.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(58)))), ((int)(((byte)(59)))));
     this.ribbonTabItemGroup1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ribbonTabItemGroup1.Style.BorderLeftWidth = 1;
     this.ribbonTabItemGroup1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ribbonTabItemGroup1.Style.BorderRightWidth = 1;
     this.ribbonTabItemGroup1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
     this.ribbonTabItemGroup1.Style.BorderTopWidth = 1;
     this.ribbonTabItemGroup1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonTabItemGroup1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center;
     this.ribbonTabItemGroup1.Style.TextColor = System.Drawing.Color.Black;
     this.ribbonTabItemGroup1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near;
     //
     // ribbonControl
     //
     this.ribbonControl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(239)))), ((int)(((byte)(239)))), ((int)(((byte)(242)))));
     //
     //
     //
     this.ribbonControl.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.ribbonControl.CaptionVisible = true;
     this.ribbonControl.Dock = System.Windows.Forms.DockStyle.Top;
     this.ribbonControl.ForeColor = System.Drawing.Color.Black;
     this.ribbonControl.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonFile,
     this.buttonItem9,
     this.switchButtonItem1});
     this.ribbonControl.KeyTipsFont = new System.Drawing.Font("Tahoma", 7F);
     this.ribbonControl.Location = new System.Drawing.Point(5, 1);
     this.ribbonControl.Name = "ribbonControl";
     this.ribbonControl.Padding = new System.Windows.Forms.Padding(0, 0, 0, 3);
     this.ribbonControl.QuickToolbarItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.qatCustomizeItem1});
     this.ribbonControl.Size = new System.Drawing.Size(908, 154);
     this.ribbonControl.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ribbonControl.SystemText.MaximizeRibbonText = "最大化功能区";
     this.ribbonControl.SystemText.MinimizeRibbonText = "最小化功能区";
     this.ribbonControl.SystemText.QatAddItemText = "&Add to Quick Access Toolbar";
     this.ribbonControl.SystemText.QatCustomizeMenuLabel = "配置快捷工具栏";
     this.ribbonControl.SystemText.QatCustomizeText = "配置快捷工具栏";
     this.ribbonControl.SystemText.QatDialogAddButton = "&Add >>";
     this.ribbonControl.SystemText.QatDialogCancelButton = "Cancel";
     this.ribbonControl.SystemText.QatDialogCaption = "配置快捷工具栏";
     this.ribbonControl.SystemText.QatDialogCategoriesLabel = "选择功能:";
     this.ribbonControl.SystemText.QatDialogOkButton = "OK";
     this.ribbonControl.SystemText.QatDialogPlacementCheckbox = "将快捷工具栏置于菜单之下";
     this.ribbonControl.SystemText.QatDialogRemoveButton = "&Remove";
     this.ribbonControl.SystemText.QatPlaceAboveRibbonText = "在功能区上方显示";
     this.ribbonControl.SystemText.QatPlaceBelowRibbonText = "在功能区下方显示";
     this.ribbonControl.SystemText.QatRemoveItemText = "从快速访问工具栏删除";
     this.ribbonControl.TabGroupHeight = 14;
     this.ribbonControl.TabIndex = 0;
     this.ribbonControl.Text = "ribbonControl";
     this.ribbonControl.BeforeRibbonPanelPopupClose += new DevComponents.DotNetBar.RibbonPopupCloseEventHandler(this.ribbonControl_BeforeRibbonPanelPopupClose);
     this.ribbonControl.ExpandedChanged += new System.EventHandler(this.ribbonControl_ExpandedChanged);
     //
     // buttonFile
     //
     this.buttonFile.AutoExpandOnClick = true;
     this.buttonFile.CanCustomize = false;
     this.buttonFile.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.Image;
     this.buttonFile.Image = ((System.Drawing.Image)(resources.GetObject("buttonFile.Image")));
     this.buttonFile.ImageFixedSize = new System.Drawing.Size(16, 16);
     this.buttonFile.ImagePaddingHorizontal = 0;
     this.buttonFile.ImagePaddingVertical = 0;
     this.buttonFile.Name = "buttonFile";
     this.buttonFile.ShowSubItems = false;
     this.buttonFile.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer1});
     this.buttonFile.Text = "&系统";
     //
     // itemContainer1
     //
     //
     //
     //
     this.itemContainer1.BackgroundStyle.Class = "RibbonFileMenuContainer";
     this.itemContainer1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer1.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer1.Name = "itemContainer1";
     this.itemContainer1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer2,
     this.btnCPassword,
     this.btnClose,
     this.itemContainer4});
     //
     //
     //
     this.itemContainer1.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // itemContainer2
     //
     //
     //
     //
     this.itemContainer2.BackgroundStyle.Class = "RibbonFileMenuTwoColumnContainer";
     this.itemContainer2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer2.ItemSpacing = 0;
     this.itemContainer2.Name = "itemContainer2";
     this.itemContainer2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.itemContainer3});
     //
     //
     //
     this.itemContainer2.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // itemContainer3
     //
     //
     //
     //
     this.itemContainer3.BackgroundStyle.Class = "RibbonFileMenuColumnOneContainer";
     this.itemContainer3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer3.LayoutOrientation = DevComponents.DotNetBar.eOrientation.Vertical;
     this.itemContainer3.MinimumSize = new System.Drawing.Size(120, 0);
     this.itemContainer3.Name = "itemContainer3";
     this.itemContainer3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.tnLogin,
     this.tnLogout});
     //
     //
     //
     this.itemContainer3.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // tnLogin
     //
     this.tnLogin.BeginGroup = true;
     this.tnLogin.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.tnLogin.Image = ((System.Drawing.Image)(resources.GetObject("tnLogin.Image")));
     this.tnLogin.Name = "tnLogin";
     this.tnLogin.SubItemsExpandWidth = 24;
     this.tnLogin.Text = "登录(&L)";
     this.tnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // tnLogout
     //
     this.tnLogout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.tnLogout.Image = ((System.Drawing.Image)(resources.GetObject("tnLogout.Image")));
     this.tnLogout.Name = "tnLogout";
     this.tnLogout.SubItemsExpandWidth = 24;
     this.tnLogout.Text = "注销";
     this.tnLogout.Click += new System.EventHandler(this.tnLogout_Click);
     //
     // btnCPassword
     //
     this.btnCPassword.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnCPassword.Image = ((System.Drawing.Image)(resources.GetObject("btnCPassword.Image")));
     this.btnCPassword.Name = "btnCPassword";
     this.btnCPassword.SubItemsExpandWidth = 24;
     this.btnCPassword.Text = "修改密码(&P)";
     this.btnCPassword.Click += new System.EventHandler(this.btnCPassword_Click);
     //
     // btnClose
     //
     this.btnClose.BeginGroup = true;
     this.btnClose.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
     this.btnClose.Name = "btnClose";
     this.btnClose.SubItemsExpandWidth = 24;
     this.btnClose.Text = "关闭(&C)";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // itemContainer4
     //
     //
     //
     //
     this.itemContainer4.BackgroundStyle.Class = "RibbonFileMenuBottomContainer";
     this.itemContainer4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.itemContainer4.HorizontalItemAlignment = DevComponents.DotNetBar.eHorizontalItemsAlignment.Right;
     this.itemContainer4.Name = "itemContainer4";
     this.itemContainer4.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.btnAbout,
     this.btnExit});
     //
     //
     //
     this.itemContainer4.TitleStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     //
     // btnAbout
     //
     this.btnAbout.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnAbout.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnAbout.Image = ((System.Drawing.Image)(resources.GetObject("btnAbout.Image")));
     this.btnAbout.Name = "btnAbout";
     this.btnAbout.SubItemsExpandWidth = 24;
     this.btnAbout.Text = "关于";
     this.btnAbout.Click += new System.EventHandler(this.btnAbout_Click);
     //
     // btnExit
     //
     this.btnExit.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
     this.btnExit.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
     this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
     this.btnExit.Name = "btnExit";
     this.btnExit.SubItemsExpandWidth = 24;
     this.btnExit.Text = "退出(&E)";
     this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
     //
     // buttonItem9
     //
     this.buttonItem9.AutoExpandOnClick = true;
     this.buttonItem9.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.buttonItem9.Name = "buttonItem9";
     this.buttonItem9.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonItem10,
     this.buttonItem11,
     this.buttonItem15,
     this.buttonItem17,
     this.buttonItem18,
     this.buttonItem19,
     this.buttonItem29,
     this.buttonItem56,
     this.buttonItem57,
     this.buttonItem58,
     this.buttonItem59,
     this.colorPickerDropDown1});
     this.buttonItem9.Text = "系统样式";
     //
     // buttonItem10
     //
     this.buttonItem10.Command = this.AppCommandTheme;
     this.buttonItem10.CommandParameter = "Metro";
     this.buttonItem10.Name = "buttonItem10";
     this.buttonItem10.OptionGroup = "style";
     this.buttonItem10.Text = "Metro/Office 2013";
     //
     // AppCommandTheme
     //
     this.AppCommandTheme.Name = "AppCommandTheme";
     this.AppCommandTheme.Executed += new System.EventHandler(this.AppCommandTheme_Executed);
     //
     // buttonItem11
     //
     this.buttonItem11.Command = this.AppCommandTheme;
     this.buttonItem11.CommandParameter = "Office2010Blue";
     this.buttonItem11.Name = "buttonItem11";
     this.buttonItem11.OptionGroup = "style";
     this.buttonItem11.Text = "Office 2010 Blue";
     //
     // buttonItem15
     //
     this.buttonItem15.Command = this.AppCommandTheme;
     this.buttonItem15.CommandParameter = "Office2010Silver";
     this.buttonItem15.Name = "buttonItem15";
     this.buttonItem15.OptionGroup = "style";
     this.buttonItem15.Text = "Office 2010 <font color=\"Silver\"><b>Silver</b></font>";
     //
     // buttonItem17
     //
     this.buttonItem17.Command = this.AppCommandTheme;
     this.buttonItem17.CommandParameter = "Office2010Black";
     this.buttonItem17.Name = "buttonItem17";
     this.buttonItem17.OptionGroup = "style";
     this.buttonItem17.Text = "Office 2010 Black";
     //
     // buttonItem18
     //
     this.buttonItem18.Command = this.AppCommandTheme;
     this.buttonItem18.CommandParameter = "VisualStudio2010Blue";
     this.buttonItem18.Name = "buttonItem18";
     this.buttonItem18.OptionGroup = "style";
     this.buttonItem18.Text = "Visual Studio 2010";
     //
     // buttonItem19
     //
     this.buttonItem19.Command = this.AppCommandTheme;
     this.buttonItem19.CommandParameter = "Windows7Blue";
     this.buttonItem19.Name = "buttonItem19";
     this.buttonItem19.OptionGroup = "style";
     this.buttonItem19.Text = "Windows 7";
     //
     // buttonItem29
     //
     this.buttonItem29.Command = this.AppCommandTheme;
     this.buttonItem29.CommandParameter = "Office2007Blue";
     this.buttonItem29.Name = "buttonItem29";
     this.buttonItem29.OptionGroup = "style";
     this.buttonItem29.Text = "Office 2007 <font color=\"Blue\"><b>Blue</b></font>";
     //
     // buttonItem56
     //
     this.buttonItem56.Command = this.AppCommandTheme;
     this.buttonItem56.CommandParameter = "Office2007Black";
     this.buttonItem56.Name = "buttonItem56";
     this.buttonItem56.OptionGroup = "style";
     this.buttonItem56.Text = "Office 2007 <font color=\"black\"><b>Black</b></font>";
     //
     // buttonItem57
     //
     this.buttonItem57.Command = this.AppCommandTheme;
     this.buttonItem57.CommandParameter = "Office2007Silver";
     this.buttonItem57.Name = "buttonItem57";
     this.buttonItem57.OptionGroup = "style";
     this.buttonItem57.Text = "Office 2007 <font color=\"Silver\"><b>Silver</b></font>";
     //
     // buttonItem58
     //
     this.buttonItem58.Command = this.AppCommandTheme;
     this.buttonItem58.CommandParameter = "Office2007VistaGlass";
     this.buttonItem58.Name = "buttonItem58";
     this.buttonItem58.OptionGroup = "style";
     this.buttonItem58.Text = "Vista Glass";
     //
     // buttonItem59
     //
     this.buttonItem59.Checked = true;
     this.buttonItem59.Command = this.AppCommandTheme;
     this.buttonItem59.CommandParameter = "VisualStudio2012Light";
     this.buttonItem59.Name = "buttonItem59";
     this.buttonItem59.OptionGroup = "style";
     this.buttonItem59.Text = "Visual Studio 2012 Light";
     //
     // colorPickerDropDown1
     //
     this.colorPickerDropDown1.BeginGroup = true;
     this.colorPickerDropDown1.Command = this.AppCommandTheme;
     this.colorPickerDropDown1.Name = "colorPickerDropDown1";
     this.colorPickerDropDown1.Text = "Custom scheme";
     this.colorPickerDropDown1.Tooltip = "Custom color scheme is created based on currently selected color table. Try selec" +
     "ting Silver or Blue color table and then creating custom color scheme.";
     //
     // switchButtonItem1
     //
     this.switchButtonItem1.ButtonHeight = 20;
     this.switchButtonItem1.ButtonWidth = 62;
     this.switchButtonItem1.Command = this.RibbonStateCommand;
     this.switchButtonItem1.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.switchButtonItem1.Margin.Bottom = 2;
     this.switchButtonItem1.Margin.Left = 4;
     this.switchButtonItem1.Name = "switchButtonItem1";
     this.switchButtonItem1.OffText = "显示";
     this.switchButtonItem1.OnText = "隐藏";
     this.switchButtonItem1.Tooltip = "最大化/最小化功能区";
     //
     // RibbonStateCommand
     //
     this.RibbonStateCommand.Name = "RibbonStateCommand";
     this.RibbonStateCommand.Executed += new System.EventHandler(this.RibbonStateCommand_Executed);
     //
     // qatCustomizeItem1
     //
     this.qatCustomizeItem1.Name = "qatCustomizeItem1";
     //
     // styleManager1
     //
     this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.VisualStudio2010Blue;
     this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
     //
     // tabStrip1
     //
     this.tabStrip1.AutoSelectAttachedControl = true;
     this.tabStrip1.CanReorderTabs = true;
     this.tabStrip1.CloseButtonOnTabsVisible = true;
     this.tabStrip1.CloseButtonPosition = DevComponents.DotNetBar.eTabCloseButtonPosition.Right;
     this.tabStrip1.CloseButtonVisible = false;
     this.tabStrip1.Dock = System.Windows.Forms.DockStyle.Top;
     this.tabStrip1.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStrip1.ForeColor = System.Drawing.Color.Black;
     this.tabStrip1.Location = new System.Drawing.Point(5, 155);
     this.tabStrip1.MdiForm = this;
     this.tabStrip1.MdiTabbedDocuments = true;
     this.tabStrip1.Name = "tabStrip1";
     this.tabStrip1.SelectedTab = null;
     this.tabStrip1.SelectedTabFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabStrip1.Size = new System.Drawing.Size(908, 26);
     this.tabStrip1.Style = DevComponents.DotNetBar.eTabStripStyle.Metro;
     this.tabStrip1.TabAlignment = DevComponents.DotNetBar.eTabStripAlignment.Top;
     this.tabStrip1.TabIndex = 7;
     this.tabStrip1.TabLayoutType = DevComponents.DotNetBar.eTabLayoutType.FixedWithNavigationBox;
     this.tabStrip1.Text = "tabStrip1";
     //
     // microChartItem1
     //
     this.microChartItem1.Name = "microChartItem1";
     //
     // microChartItem2
     //
     this.microChartItem2.Name = "microChartItem2";
     //
     // panBottom
     //
     this.panBottom.CanvasColor = System.Drawing.SystemColors.Control;
     this.panBottom.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.panBottom.Controls.Add(this.bottomControl1);
     this.panBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panBottom.Location = new System.Drawing.Point(5, 395);
     this.panBottom.Name = "panBottom";
     this.panBottom.Size = new System.Drawing.Size(908, 28);
     this.panBottom.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.panBottom.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.panBottom.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.panBottom.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.panBottom.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.panBottom.Style.GradientAngle = 90;
     this.panBottom.TabIndex = 8;
     this.panBottom.Text = "panelEx1";
     //
     // buttonItem1
     //
     this.buttonItem1.Name = "buttonItem1";
     this.buttonItem1.Text = "buttonItem1";
     //
     // buttonChangeStyle
     //
     this.buttonChangeStyle.AutoExpandOnClick = true;
     this.buttonChangeStyle.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
     this.buttonChangeStyle.Name = "buttonChangeStyle";
     this.buttonChangeStyle.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
     this.buttonStyleMetro,
     this.buttonStyleOffice2010Blue,
     this.buttonStyleOffice2010Silver,
     this.buttonStyleOffice2010Black,
     this.buttonStyleVS2010,
     this.buttonItem62,
     this.buttonStyleOffice2007Blue,
     this.buttonStyleOffice2007Black,
     this.buttonStyleOffice2007Silver,
     this.buttonItem60,
     this.buttonItem16,
     this.buttonStyleCustom});
     this.buttonChangeStyle.Text = "Style";
     //
     // buttonStyleMetro
     //
     this.buttonStyleMetro.Command = this.AppCommandTheme;
     this.buttonStyleMetro.CommandParameter = "Metro";
     this.buttonStyleMetro.Name = "buttonStyleMetro";
     this.buttonStyleMetro.OptionGroup = "style";
     this.buttonStyleMetro.Text = "Metro/Office 2013";
     //
     // buttonStyleOffice2010Blue
     //
     this.buttonStyleOffice2010Blue.Command = this.AppCommandTheme;
     this.buttonStyleOffice2010Blue.CommandParameter = "Office2010Blue";
     this.buttonStyleOffice2010Blue.Name = "buttonStyleOffice2010Blue";
     this.buttonStyleOffice2010Blue.OptionGroup = "style";
     this.buttonStyleOffice2010Blue.Text = "Office 2010 Blue";
     //
     // buttonStyleOffice2010Silver
     //
     this.buttonStyleOffice2010Silver.Command = this.AppCommandTheme;
     this.buttonStyleOffice2010Silver.CommandParameter = "Office2010Silver";
     this.buttonStyleOffice2010Silver.Name = "buttonStyleOffice2010Silver";
     this.buttonStyleOffice2010Silver.OptionGroup = "style";
     this.buttonStyleOffice2010Silver.Text = "Office 2010 <font color=\"Silver\"><b>Silver</b></font>";
     //
     // buttonStyleOffice2010Black
     //
     this.buttonStyleOffice2010Black.Command = this.AppCommandTheme;
     this.buttonStyleOffice2010Black.CommandParameter = "Office2010Black";
     this.buttonStyleOffice2010Black.Name = "buttonStyleOffice2010Black";
     this.buttonStyleOffice2010Black.OptionGroup = "style";
     this.buttonStyleOffice2010Black.Text = "Office 2010 Black";
     //
     // buttonStyleVS2010
     //
     this.buttonStyleVS2010.Command = this.AppCommandTheme;
     this.buttonStyleVS2010.CommandParameter = "VisualStudio2010Blue";
     this.buttonStyleVS2010.Name = "buttonStyleVS2010";
     this.buttonStyleVS2010.OptionGroup = "style";
     this.buttonStyleVS2010.Text = "Visual Studio 2010";
     //
     // buttonItem62
     //
     this.buttonItem62.Command = this.AppCommandTheme;
     this.buttonItem62.CommandParameter = "Windows7Blue";
     this.buttonItem62.Name = "buttonItem62";
     this.buttonItem62.OptionGroup = "style";
     this.buttonItem62.Text = "Windows 7";
     //
     // buttonStyleOffice2007Blue
     //
     this.buttonStyleOffice2007Blue.Command = this.AppCommandTheme;
     this.buttonStyleOffice2007Blue.CommandParameter = "Office2007Blue";
     this.buttonStyleOffice2007Blue.Name = "buttonStyleOffice2007Blue";
     this.buttonStyleOffice2007Blue.OptionGroup = "style";
     this.buttonStyleOffice2007Blue.Text = "Office 2007 <font color=\"Blue\"><b>Blue</b></font>";
     //
     // buttonStyleOffice2007Black
     //
     this.buttonStyleOffice2007Black.Command = this.AppCommandTheme;
     this.buttonStyleOffice2007Black.CommandParameter = "Office2007Black";
     this.buttonStyleOffice2007Black.Name = "buttonStyleOffice2007Black";
     this.buttonStyleOffice2007Black.OptionGroup = "style";
     this.buttonStyleOffice2007Black.Text = "Office 2007 <font color=\"black\"><b>Black</b></font>";
     //
     // buttonStyleOffice2007Silver
     //
     this.buttonStyleOffice2007Silver.Command = this.AppCommandTheme;
     this.buttonStyleOffice2007Silver.CommandParameter = "Office2007Silver";
     this.buttonStyleOffice2007Silver.Name = "buttonStyleOffice2007Silver";
     this.buttonStyleOffice2007Silver.OptionGroup = "style";
     this.buttonStyleOffice2007Silver.Text = "Office 2007 <font color=\"Silver\"><b>Silver</b></font>";
     //
     // buttonItem60
     //
     this.buttonItem60.Command = this.AppCommandTheme;
     this.buttonItem60.CommandParameter = "Office2007VistaGlass";
     this.buttonItem60.Name = "buttonItem60";
     this.buttonItem60.OptionGroup = "style";
     this.buttonItem60.Text = "Vista Glass";
     //
     // buttonItem16
     //
     this.buttonItem16.Checked = true;
     this.buttonItem16.Command = this.AppCommandTheme;
     this.buttonItem16.CommandParameter = "VisualStudio2012Light";
     this.buttonItem16.Name = "buttonItem16";
     this.buttonItem16.OptionGroup = "style";
     this.buttonItem16.Text = "Visual Studio 2012 Light";
     //
     // buttonStyleCustom
     //
     this.buttonStyleCustom.BeginGroup = true;
     this.buttonStyleCustom.Command = this.AppCommandTheme;
     this.buttonStyleCustom.Name = "buttonStyleCustom";
     this.buttonStyleCustom.Text = "Custom scheme";
     this.buttonStyleCustom.Tooltip = "Custom color scheme is created based on currently selected color table. Try selec" +
     "ting Silver or Blue color table and then creating custom color scheme.";
     //
     // bottomControl1
     //
     this.bottomControl1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.bottomControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.bottomControl1.Location = new System.Drawing.Point(0, 0);
     this.bottomControl1.Margin = new System.Windows.Forms.Padding(0);
     this.bottomControl1.Name = "bottomControl1";
     this.bottomControl1.Size = new System.Drawing.Size(908, 28);
     this.bottomControl1.TabIndex = 0;
     //
     // RibbonShell
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(918, 425);
     this.Controls.Add(this.panBottom);
     this.Controls.Add(this.tabStrip1);
     this.Controls.Add(this.ribbonControl);
     this.IsMdiContainer = true;
     this.Name = "RibbonShell";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "AgileEAS.NET SOA中间件";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.MdiChildActivate += new System.EventHandler(this.RibbonShell_MdiChildActivate);
     this.panBottom.ResumeLayout(false);
     this.ResumeLayout(false);
 }