namespace Lskj.Main { partial class Menu_Item_Button { /// /// 必需的设计器变量。 /// 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() { this.btnDesktop = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnDesktop // this.btnDesktop.BackColor = System.Drawing.Color.Transparent; 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.Black; this.btnDesktop.Location = new System.Drawing.Point(3, 2); this.btnDesktop.Name = "btnDesktop"; this.btnDesktop.Padding = new System.Windows.Forms.Padding(20, 3, 3, 3); this.btnDesktop.Size = new System.Drawing.Size(136, 45); this.btnDesktop.TabIndex = 8; this.btnDesktop.Text = "我的桌面"; this.btnDesktop.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnDesktop.UseVisualStyleBackColor = false; // // Menu_Item_Button // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.btnDesktop); this.Name = "Menu_Item_Button"; this.Size = new System.Drawing.Size(142, 50); this.ResumeLayout(false); } #endregion public System.Windows.Forms.Button btnDesktop; } }