72 lines
3.0 KiB
C#
72 lines
3.0 KiB
C#
namespace Lskj.Main.main2
|
|
{
|
|
partial class TreeNodeCustom
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.btnTreeNode = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnTreeNode
|
|
//
|
|
this.btnTreeNode.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnTreeNode.BackgroundImage = global::Lskj.Main.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, 3, 3);
|
|
this.btnTreeNode.Size = new System.Drawing.Size(130, 31);
|
|
this.btnTreeNode.TabIndex = 9;
|
|
this.btnTreeNode.Text = "我的桌面";
|
|
this.btnTreeNode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.btnTreeNode.UseVisualStyleBackColor = false;
|
|
this.btnTreeNode.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btnDesktop_MouseMove);
|
|
//
|
|
// TreeNodeCustom
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
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;
|
|
}
|
|
}
|