namespace Bro.UI.Config { partial class MainFrm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm)); this.menuMain = new System.Windows.Forms.MenuStrip(); this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem(); this.dockPanelMain = new WeifenLuo.WinFormsUI.Docking.DockPanel(); this.ststripDevices = new System.Windows.Forms.StatusStrip(); this.tsslLoginStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.stsStripLayout = new System.Windows.Forms.StatusStrip(); this.tssBtnLayout = new System.Windows.Forms.ToolStripSplitButton(); this.tsmiSaveLayout = new System.Windows.Forms.ToolStripMenuItem(); this.tsmiResetLayout = new System.Windows.Forms.ToolStripMenuItem(); this.stsStripWarning = new System.Windows.Forms.StatusStrip(); this.tsslWarning = new System.Windows.Forms.ToolStripStatusLabel(); this.ststripDevices.SuspendLayout(); this.stsStripLayout.SuspendLayout(); this.stsStripWarning.SuspendLayout(); this.SuspendLayout(); // // menuMain // this.menuMain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.menuMain.AutoSize = false; this.menuMain.Dock = System.Windows.Forms.DockStyle.None; this.menuMain.Location = new System.Drawing.Point(0, 0); this.menuMain.Name = "menuMain"; this.menuMain.Padding = new System.Windows.Forms.Padding(6, 1, 0, 1); this.menuMain.Size = new System.Drawing.Size(728, 24); this.menuMain.TabIndex = 1; this.menuMain.Text = "menuStrip1"; // // toolStripMenuItem3 // this.toolStripMenuItem3.Name = "toolStripMenuItem3"; this.toolStripMenuItem3.Size = new System.Drawing.Size(180, 22); this.toolStripMenuItem3.Text = "2"; // // toolStripMenuItem4 // this.toolStripMenuItem4.Name = "toolStripMenuItem4"; this.toolStripMenuItem4.Size = new System.Drawing.Size(180, 22); this.toolStripMenuItem4.Text = "3"; // // dockPanelMain // this.dockPanelMain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dockPanelMain.Font = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World); this.dockPanelMain.Location = new System.Drawing.Point(0, 24); this.dockPanelMain.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.dockPanelMain.Name = "dockPanelMain"; this.dockPanelMain.Size = new System.Drawing.Size(800, 310); this.dockPanelMain.TabIndex = 2; // // ststripDevices // this.ststripDevices.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.ststripDevices.AutoSize = false; this.ststripDevices.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(96)))), ((int)(((byte)(130))))); this.ststripDevices.Dock = System.Windows.Forms.DockStyle.None; this.ststripDevices.GripMargin = new System.Windows.Forms.Padding(0); this.ststripDevices.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslLoginStatus}); this.ststripDevices.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.ststripDevices.Location = new System.Drawing.Point(0, 333); this.ststripDevices.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.ststripDevices.Name = "ststripDevices"; this.ststripDevices.Size = new System.Drawing.Size(651, 25); this.ststripDevices.SizingGrip = false; this.ststripDevices.TabIndex = 5; this.ststripDevices.Text = "statusStrip1"; // // tsslLoginStatus // this.tsslLoginStatus.ForeColor = System.Drawing.SystemColors.Control; this.tsslLoginStatus.Name = "tsslLoginStatus"; this.tsslLoginStatus.Padding = new System.Windows.Forms.Padding(15, 0, 5, 0); this.tsslLoginStatus.Size = new System.Drawing.Size(64, 20); this.tsslLoginStatus.Text = "未登录"; this.tsslLoginStatus.Click += new System.EventHandler(this.tsslLoginStatus_Click); // // stsStripLayout // this.stsStripLayout.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.stsStripLayout.AutoSize = false; this.stsStripLayout.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(96)))), ((int)(((byte)(130))))); this.stsStripLayout.Dock = System.Windows.Forms.DockStyle.None; this.stsStripLayout.GripMargin = new System.Windows.Forms.Padding(0); this.stsStripLayout.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tssBtnLayout}); this.stsStripLayout.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow; this.stsStripLayout.Location = new System.Drawing.Point(612, 333); this.stsStripLayout.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); this.stsStripLayout.Name = "stsStripLayout"; this.stsStripLayout.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.stsStripLayout.Size = new System.Drawing.Size(186, 25); this.stsStripLayout.SizingGrip = false; this.stsStripLayout.TabIndex = 8; this.stsStripLayout.Text = "statusStrip1"; // // tssBtnLayout // this.tssBtnLayout.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tssBtnLayout.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsmiSaveLayout, this.tsmiResetLayout}); this.tssBtnLayout.ForeColor = System.Drawing.SystemColors.Control; this.tssBtnLayout.Image = ((System.Drawing.Image)(resources.GetObject("tssBtnLayout.Image"))); this.tssBtnLayout.ImageTransparentColor = System.Drawing.Color.Magenta; this.tssBtnLayout.Name = "tssBtnLayout"; this.tssBtnLayout.Size = new System.Drawing.Size(72, 23); this.tssBtnLayout.Text = "布局配置"; this.tssBtnLayout.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage; this.tssBtnLayout.Click += new System.EventHandler(this.tssBtnLayout_Click); // // tsmiSaveLayout // this.tsmiSaveLayout.Name = "tsmiSaveLayout"; this.tsmiSaveLayout.Size = new System.Drawing.Size(124, 22); this.tsmiSaveLayout.Text = "保存布局"; this.tsmiSaveLayout.Click += new System.EventHandler(this.tsmiSaveLayout_Click); // // tsmiResetLayout // this.tsmiResetLayout.Name = "tsmiResetLayout"; this.tsmiResetLayout.Size = new System.Drawing.Size(124, 22); this.tsmiResetLayout.Text = "重置布局"; this.tsmiResetLayout.Click += new System.EventHandler(this.tsmiResetLayout_Click); // // stsStripWarning // this.stsStripWarning.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.stsStripWarning.Dock = System.Windows.Forms.DockStyle.None; this.stsStripWarning.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsslWarning}); this.stsStripWarning.Location = new System.Drawing.Point(698, 0); this.stsStripWarning.MinimumSize = new System.Drawing.Size(100, 24); this.stsStripWarning.Name = "stsStripWarning"; this.stsStripWarning.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.stsStripWarning.Size = new System.Drawing.Size(100, 24); this.stsStripWarning.SizingGrip = false; this.stsStripWarning.TabIndex = 11; this.stsStripWarning.Text = "statusStrip1"; // // tsslWarning // this.tsslWarning.AutoToolTip = true; this.tsslWarning.BackColor = System.Drawing.Color.Red; this.tsslWarning.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.tsslWarning.ForeColor = System.Drawing.SystemColors.Control; this.tsslWarning.Margin = new System.Windows.Forms.Padding(15, 3, 0, 2); this.tsslWarning.Name = "tsslWarning"; this.tsslWarning.Size = new System.Drawing.Size(0, 19); // // MainFrm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(798, 358); this.Controls.Add(this.stsStripWarning); this.Controls.Add(this.menuMain); this.Controls.Add(this.stsStripLayout); this.Controls.Add(this.ststripDevices); this.Controls.Add(this.dockPanelMain); this.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.KeyPreview = true; this.MainMenuStrip = this.menuMain; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "MainFrm"; this.Text = "MainFrm"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing); this.Load += new System.EventHandler(this.MainFrm_Load); this.ststripDevices.ResumeLayout(false); this.ststripDevices.PerformLayout(); this.stsStripLayout.ResumeLayout(false); this.stsStripLayout.PerformLayout(); this.stsStripWarning.ResumeLayout(false); this.stsStripWarning.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuMain; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4; private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanelMain; private System.Windows.Forms.StatusStrip ststripDevices; private System.Windows.Forms.ToolStripStatusLabel tsslLoginStatus; private System.Windows.Forms.StatusStrip stsStripLayout; private System.Windows.Forms.ToolStripSplitButton tssBtnLayout; private System.Windows.Forms.ToolStripMenuItem tsmiSaveLayout; private System.Windows.Forms.ToolStripMenuItem tsmiResetLayout; private System.Windows.Forms.StatusStrip stsStripWarning; private System.Windows.Forms.ToolStripStatusLabel tsslWarning; } }