namespace Lskj.Main3.Control { partial class TreeNodeCustom { /// /// 必需的设计器变量。 /// 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.btnTreeNode = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnTreeNode // this.btnTreeNode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(87)))), ((int)(((byte)(167))))); this.btnTreeNode.BackgroundImage = global::Lskj.Main3.Properties.Resources.node_default; this.btnTreeNode.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btnTreeNode.Dock = System.Windows.Forms.DockStyle.Fill; this.btnTreeNode.FlatAppearance.BorderSize = 0; this.btnTreeNode.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btnTreeNode.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btnTreeNode.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnTreeNode.Font = new System.Drawing.Font("微软雅黑", 12F); this.btnTreeNode.ForeColor = System.Drawing.Color.White; this.btnTreeNode.Location = new System.Drawing.Point(0, 0); this.btnTreeNode.Name = "btnTreeNode"; this.btnTreeNode.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0); this.btnTreeNode.Size = new System.Drawing.Size(130, 31); this.btnTreeNode.TabIndex = 0; this.btnTreeNode.Text = "我的桌面"; this.btnTreeNode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnTreeNode.UseVisualStyleBackColor = false; // // TreeNodeCustom // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.btnTreeNode); this.Name = "TreeNodeCustom"; this.Size = new System.Drawing.Size(130, 31); this.ResumeLayout(false); } #endregion public System.Windows.Forms.Button btnTreeNode; } }