ab56a9bcf7
SVN-Revision: r240
93 lines
4.3 KiB
C#
93 lines
4.3 KiB
C#
namespace Lskj.Main.Control
|
|
{
|
|
partial class SkinItem
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.btn_item_title = new System.Windows.Forms.Label();
|
|
this.btn_item_img = new System.Windows.Forms.Button();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_item_title
|
|
//
|
|
this.btn_item_title.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.btn_item_title.Font = new System.Drawing.Font("宋体", 8F);
|
|
this.btn_item_title.Location = new System.Drawing.Point(0, 54);
|
|
this.btn_item_title.Name = "btn_item_title";
|
|
this.btn_item_title.Size = new System.Drawing.Size(125, 26);
|
|
this.btn_item_title.TabIndex = 5;
|
|
this.btn_item_title.Tag = "Office 2013 White";
|
|
this.btn_item_title.Text = "Office 2013 White";
|
|
this.btn_item_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btn_item_title.Click += new System.EventHandler(this.SkinItem_Click);
|
|
this.btn_item_title.MouseLeave += new System.EventHandler(this.SkinItem_MouseLeave);
|
|
this.btn_item_title.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SkinItem_MouseMove);
|
|
//
|
|
// btn_item_img
|
|
//
|
|
this.btn_item_img.BackColor = System.Drawing.Color.Transparent;
|
|
this.btn_item_img.BackgroundImage = global::Lskj.Main.Properties.Resources.office_2013;
|
|
this.btn_item_img.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btn_item_img.FlatAppearance.BorderSize = 0;
|
|
this.btn_item_img.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btn_item_img.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btn_item_img.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_item_img.Location = new System.Drawing.Point(39, 5);
|
|
this.btn_item_img.Name = "btn_item_img";
|
|
this.btn_item_img.Size = new System.Drawing.Size(48, 48);
|
|
this.btn_item_img.TabIndex = 4;
|
|
this.btn_item_img.UseVisualStyleBackColor = false;
|
|
this.btn_item_img.Click += new System.EventHandler(this.SkinItem_Click);
|
|
this.btn_item_img.MouseLeave += new System.EventHandler(this.SkinItem_MouseLeave);
|
|
this.btn_item_img.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SkinItem_MouseMove);
|
|
//
|
|
// SkinItem
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.Controls.Add(this.btn_item_img);
|
|
this.Controls.Add(this.btn_item_title);
|
|
this.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.Name = "SkinItem";
|
|
this.Size = new System.Drawing.Size(125, 80);
|
|
this.Click += new System.EventHandler(this.SkinItem_Click);
|
|
this.MouseLeave += new System.EventHandler(this.SkinItem_MouseLeave);
|
|
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.SkinItem_MouseMove);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.Button btn_item_img;
|
|
private System.Windows.Forms.Label btn_item_title;
|
|
}
|
|
}
|