namespace Lskj.Main.Control { partial class MenuBar { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MenuBar)); this.btnDesktop = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnDesktop // this.btnDesktop.BackColor = System.Drawing.Color.Transparent; this.btnDesktop.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDesktop.BackgroundImage"))); this.btnDesktop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnDesktop.FlatAppearance.BorderSize = 0; this.btnDesktop.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnDesktop.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnDesktop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnDesktop.Font = new System.Drawing.Font("微软雅黑", 10F); this.btnDesktop.ForeColor = System.Drawing.Color.White; this.btnDesktop.Location = new System.Drawing.Point(3, 3); this.btnDesktop.Name = "btnDesktop"; this.btnDesktop.Padding = new System.Windows.Forms.Padding(20, 3, 3, 3); this.btnDesktop.Size = new System.Drawing.Size(130, 44); this.btnDesktop.TabIndex = 9; this.btnDesktop.Text = "我的桌面"; this.btnDesktop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnDesktop.UseVisualStyleBackColor = false; // // MenuBar // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.btnDesktop); this.Name = "MenuBar"; this.Size = new System.Drawing.Size(136, 50); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnDesktop; } }