namespace CloudBuilder.Security.Gui { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.mainStatusStrip = new System.Windows.Forms.StatusStrip(); this.securityUserNameLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.copyLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.mainMenu = new System.Windows.Forms.MenuStrip(); this.systemToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.permissionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.userEnquiryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.kryptonManager1 = new Krypton.Toolkit.KryptonManager(this.components); this.toolStripContainer1 = new System.Windows.Forms.ToolStripContainer(); this.mainPanel = new Krypton.Toolkit.KryptonPanel(); this.mainKryptonNavigator = new Krypton.Navigator.KryptonNavigator(); this.kryptonPanel2 = new Krypton.Toolkit.KryptonPanel(); this.navigatorLeft = new Krypton.Navigator.KryptonNavigator(); this.buttonLeft = new Krypton.Navigator.ButtonSpecNavigator(); this.kryptonPage2 = new Krypton.Navigator.KryptonPage(); this.favoritePanel = new System.Windows.Forms.TableLayoutPanel(); this.mainStatusStrip.SuspendLayout(); this.mainMenu.SuspendLayout(); this.toolStripContainer1.ContentPanel.SuspendLayout(); this.toolStripContainer1.TopToolStripPanel.SuspendLayout(); this.toolStripContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainPanel)).BeginInit(); this.mainPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainKryptonNavigator)).BeginInit(); this.mainKryptonNavigator.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.navigatorLeft)).BeginInit(); this.navigatorLeft.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).BeginInit(); this.kryptonPage2.SuspendLayout(); this.SuspendLayout(); // // mainStatusStrip // this.mainStatusStrip.Font = new System.Drawing.Font("Arial", 9F); this.mainStatusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.securityUserNameLabel, this.copyLabel}); this.mainStatusStrip.Location = new System.Drawing.Point(0, 640); this.mainStatusStrip.Name = "mainStatusStrip"; this.mainStatusStrip.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0); this.mainStatusStrip.Size = new System.Drawing.Size(984, 22); this.mainStatusStrip.TabIndex = 9; this.mainStatusStrip.Text = "status"; // // securityUserNameLabel // this.securityUserNameLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.securityUserNameLabel.Name = "securityUserNameLabel"; this.securityUserNameLabel.Size = new System.Drawing.Size(61, 17); this.securityUserNameLabel.Text = "Login Info"; // // copyLabel // this.copyLabel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.copyLabel.Margin = new System.Windows.Forms.Padding(60, 3, 0, 2); this.copyLabel.Name = "copyLabel"; this.copyLabel.RightToLeft = System.Windows.Forms.RightToLeft.No; this.copyLabel.Size = new System.Drawing.Size(170, 17); this.copyLabel.Text = "Copyright © 2013 Owen Chen"; this.copyLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // mainMenu // this.mainMenu.Dock = System.Windows.Forms.DockStyle.None; this.mainMenu.Font = new System.Drawing.Font("Segoe UI", 9F); this.mainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.systemToolStripMenuItem}); this.mainMenu.Location = new System.Drawing.Point(0, 0); this.mainMenu.Name = "mainMenu"; this.mainMenu.Size = new System.Drawing.Size(984, 24); this.mainMenu.TabIndex = 10; this.mainMenu.Text = "menuStrip1"; // // systemToolStripMenuItem // this.systemToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.permissionToolStripMenuItem}); this.systemToolStripMenuItem.Name = "systemToolStripMenuItem"; this.systemToolStripMenuItem.Size = new System.Drawing.Size(67, 20); this.systemToolStripMenuItem.Text = "系统设置"; // // permissionToolStripMenuItem // this.permissionToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.userEnquiryToolStripMenuItem}); this.permissionToolStripMenuItem.Name = "permissionToolStripMenuItem"; this.permissionToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.permissionToolStripMenuItem.Text = "权限管理"; // // userEnquiryToolStripMenuItem // this.userEnquiryToolStripMenuItem.Name = "userEnquiryToolStripMenuItem"; this.userEnquiryToolStripMenuItem.Size = new System.Drawing.Size(180, 22); this.userEnquiryToolStripMenuItem.Text = "用户查询"; // // toolStrip1 // this.toolStrip1.Dock = System.Windows.Forms.DockStyle.None; this.toolStrip1.Font = new System.Drawing.Font("Segoe UI", 9F); this.toolStrip1.Location = new System.Drawing.Point(3, 24); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(111, 25); this.toolStrip1.TabIndex = 11; this.toolStrip1.Text = "toolStrip1"; // // toolStripContainer1 // // // toolStripContainer1.ContentPanel // this.toolStripContainer1.ContentPanel.Controls.Add(this.mainPanel); this.toolStripContainer1.ContentPanel.Size = new System.Drawing.Size(984, 591); this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill; this.toolStripContainer1.Location = new System.Drawing.Point(0, 0); this.toolStripContainer1.Name = "toolStripContainer1"; this.toolStripContainer1.Size = new System.Drawing.Size(984, 640); this.toolStripContainer1.TabIndex = 12; this.toolStripContainer1.Text = "toolStripContainer1"; // // toolStripContainer1.TopToolStripPanel // this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.mainMenu); this.toolStripContainer1.TopToolStripPanel.Controls.Add(this.toolStrip1); // // mainPanel // this.mainPanel.Controls.Add(this.mainKryptonNavigator); this.mainPanel.Controls.Add(this.kryptonPanel2); this.mainPanel.Controls.Add(this.navigatorLeft); this.mainPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.mainPanel.Location = new System.Drawing.Point(0, 0); this.mainPanel.Name = "mainPanel"; this.mainPanel.Size = new System.Drawing.Size(984, 591); this.mainPanel.TabIndex = 1; // // mainKryptonNavigator // this.mainKryptonNavigator.Button.CloseButtonAction = Krypton.Navigator.CloseButtonAction.HidePage; this.mainKryptonNavigator.Dock = System.Windows.Forms.DockStyle.Fill; this.mainKryptonNavigator.Location = new System.Drawing.Point(89, 0); this.mainKryptonNavigator.Name = "mainKryptonNavigator"; this.mainKryptonNavigator.Size = new System.Drawing.Size(895, 591); this.mainKryptonNavigator.StateCommon.CheckButton.Content.Image.ImageH = Krypton.Toolkit.PaletteRelativeAlign.Center; this.mainKryptonNavigator.StateCommon.CheckButton.Content.Image.ImageV = Krypton.Toolkit.PaletteRelativeAlign.Near; this.mainKryptonNavigator.TabIndex = 0; this.mainKryptonNavigator.Text = "kryptonNavigator1"; this.mainKryptonNavigator.Selecting += new System.EventHandler(this.mainKryptonNavigator_Selecting); this.mainKryptonNavigator.Selected += new System.EventHandler(this.mainKryptonNavigator_Selected); this.mainKryptonNavigator.Deselecting += new System.EventHandler(this.mainKryptonNavigator_Deselecting); this.mainKryptonNavigator.Deselected += new System.EventHandler(this.mainKryptonNavigator_Deselected); // // kryptonPanel2 // this.kryptonPanel2.Dock = System.Windows.Forms.DockStyle.Left; this.kryptonPanel2.Location = new System.Drawing.Point(84, 0); this.kryptonPanel2.Name = "kryptonPanel2"; this.kryptonPanel2.Size = new System.Drawing.Size(5, 591); this.kryptonPanel2.TabIndex = 2; // // navigatorLeft // this.navigatorLeft.AutoSize = true; this.navigatorLeft.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.navigatorLeft.Button.ButtonDisplayLogic = Krypton.Navigator.ButtonDisplayLogic.None; this.navigatorLeft.Button.ButtonSpecs.AddRange(new Krypton.Navigator.ButtonSpecNavigator[] { this.buttonLeft}); this.navigatorLeft.Button.CloseButtonDisplay = Krypton.Navigator.ButtonDisplay.Hide; this.navigatorLeft.Dock = System.Windows.Forms.DockStyle.Left; this.navigatorLeft.Header.HeaderPositionBar = Krypton.Toolkit.VisualOrientation.Left; this.navigatorLeft.Location = new System.Drawing.Point(0, 0); this.navigatorLeft.Name = "navigatorLeft"; this.navigatorLeft.NavigatorMode = Krypton.Navigator.NavigatorMode.HeaderBarCheckButtonGroup; this.navigatorLeft.Pages.AddRange(new Krypton.Navigator.KryptonPage[] { this.kryptonPage2}); this.navigatorLeft.PopupPages.AllowPopupPages = Krypton.Navigator.PopupPageAllow.OnlyCompatibleModes; this.navigatorLeft.PopupPages.Position = Krypton.Navigator.PopupPagePosition.FarMatch; this.navigatorLeft.SelectedIndex = 0; this.navigatorLeft.Size = new System.Drawing.Size(84, 591); this.navigatorLeft.TabIndex = 1; this.navigatorLeft.Text = "kryptonNavigator1"; // // buttonLeft // this.buttonLeft.Edge = Krypton.Toolkit.PaletteRelativeEdgeAlign.Near; this.buttonLeft.Type = Krypton.Toolkit.PaletteButtonSpecStyle.ArrowLeft; this.buttonLeft.TypeRestricted = Krypton.Navigator.PaletteNavButtonSpecStyle.ArrowLeft; this.buttonLeft.UniqueName = "46BC0F8FA7B4463D899D3D35A7A9592F"; this.buttonLeft.Click += new System.EventHandler(this.buttonLeft_Click); // // kryptonPage2 // this.kryptonPage2.AutoHiddenSlideSize = new System.Drawing.Size(200, 200); this.kryptonPage2.Controls.Add(this.favoritePanel); this.kryptonPage2.Flags = 65534; this.kryptonPage2.LastVisibleSet = true; this.kryptonPage2.MinimumSize = new System.Drawing.Size(50, 50); this.kryptonPage2.Name = "kryptonPage2"; this.kryptonPage2.Size = new System.Drawing.Size(51, 589); this.kryptonPage2.Text = "收藏夹"; this.kryptonPage2.ToolTipTitle = "Page ToolTip"; this.kryptonPage2.UniqueName = "337B28D6BA2D4CA2D7A874B45ADA95A0"; // // favoritePanel // this.favoritePanel.AutoSize = true; this.favoritePanel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.favoritePanel.BackColor = System.Drawing.Color.Transparent; this.favoritePanel.ColumnCount = 1; this.favoritePanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.favoritePanel.Dock = System.Windows.Forms.DockStyle.Fill; this.favoritePanel.Location = new System.Drawing.Point(0, 0); this.favoritePanel.Name = "favoritePanel"; this.favoritePanel.RowCount = 2; this.favoritePanel.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.favoritePanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.favoritePanel.Size = new System.Drawing.Size(51, 589); this.favoritePanel.TabIndex = 0; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(984, 662); this.Controls.Add(this.toolStripContainer1); this.Controls.Add(this.mainStatusStrip); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.mainMenu; this.Name = "MainForm"; this.Text = "MainForm"; this.mainStatusStrip.ResumeLayout(false); this.mainStatusStrip.PerformLayout(); this.mainMenu.ResumeLayout(false); this.mainMenu.PerformLayout(); this.toolStripContainer1.ContentPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false); this.toolStripContainer1.TopToolStripPanel.PerformLayout(); this.toolStripContainer1.ResumeLayout(false); this.toolStripContainer1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainPanel)).EndInit(); this.mainPanel.ResumeLayout(false); this.mainPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.mainKryptonNavigator)).EndInit(); this.mainKryptonNavigator.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.navigatorLeft)).EndInit(); this.navigatorLeft.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.kryptonPage2)).EndInit(); this.kryptonPage2.ResumeLayout(false); this.kryptonPage2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.StatusStrip mainStatusStrip; private System.Windows.Forms.ToolStripStatusLabel securityUserNameLabel; private System.Windows.Forms.ToolStripStatusLabel copyLabel; private System.Windows.Forms.MenuStrip mainMenu; private System.Windows.Forms.ToolStripMenuItem systemToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem permissionToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem userEnquiryToolStripMenuItem; private System.Windows.Forms.ToolStrip toolStrip1; private Krypton.Toolkit.KryptonManager kryptonManager1; private System.Windows.Forms.ToolStripContainer toolStripContainer1; private Krypton.Navigator.KryptonNavigator navigatorLeft; private Krypton.Navigator.KryptonPage kryptonPage2; private Krypton.Toolkit.KryptonPanel mainPanel; private Krypton.Toolkit.KryptonPanel kryptonPanel2; private Krypton.Navigator.ButtonSpecNavigator buttonLeft; private Krypton.Navigator.KryptonNavigator mainKryptonNavigator; private System.Windows.Forms.TableLayoutPanel favoritePanel; } }