ab56a9bcf7
SVN-Revision: r240
112 lines
5.0 KiB
C#
112 lines
5.0 KiB
C#
namespace Lskj.Main.Control
|
|
{
|
|
partial class SubItem
|
|
{
|
|
/// <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.lblTitle = new System.Windows.Forms.Label();
|
|
this.plCenter = new System.Windows.Forms.Panel();
|
|
this.picImage = new System.Windows.Forms.PictureBox();
|
|
this.plTop = new System.Windows.Forms.Panel();
|
|
this.plCenter.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit();
|
|
this.plTop.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.AutoSize = true;
|
|
this.lblTitle.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblTitle.ForeColor = System.Drawing.Color.White;
|
|
this.lblTitle.Location = new System.Drawing.Point(19, 13);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(0, 19);
|
|
this.lblTitle.TabIndex = 0;
|
|
//
|
|
// plCenter
|
|
//
|
|
this.plCenter.BackColor = System.Drawing.Color.Transparent;
|
|
this.plCenter.Controls.Add(this.picImage);
|
|
this.plCenter.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plCenter.Location = new System.Drawing.Point(0, 40);
|
|
this.plCenter.Name = "plCenter";
|
|
this.plCenter.Size = new System.Drawing.Size(175, 114);
|
|
this.plCenter.TabIndex = 3;
|
|
this.plCenter.MouseClick += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseClick);
|
|
this.plCenter.MouseLeave += new System.EventHandler(this.plCenter_MouseLeave);
|
|
this.plCenter.MouseMove += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseMove);
|
|
//
|
|
// picImage
|
|
//
|
|
this.picImage.Location = new System.Drawing.Point(51, 20);
|
|
this.picImage.Name = "picImage";
|
|
this.picImage.Size = new System.Drawing.Size(64, 64);
|
|
this.picImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picImage.TabIndex = 0;
|
|
this.picImage.TabStop = false;
|
|
this.picImage.MouseClick += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseClick);
|
|
this.picImage.MouseLeave += new System.EventHandler(this.plCenter_MouseLeave);
|
|
this.picImage.MouseMove += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseMove);
|
|
//
|
|
// plTop
|
|
//
|
|
this.plTop.BackColor = System.Drawing.Color.Transparent;
|
|
this.plTop.Controls.Add(this.lblTitle);
|
|
this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plTop.Location = new System.Drawing.Point(0, 0);
|
|
this.plTop.Name = "plTop";
|
|
this.plTop.Size = new System.Drawing.Size(175, 40);
|
|
this.plTop.TabIndex = 2;
|
|
this.plTop.MouseClick += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseClick);
|
|
this.plTop.MouseLeave += new System.EventHandler(this.plCenter_MouseLeave);
|
|
this.plTop.MouseMove += new System.Windows.Forms.MouseEventHandler(this.plTop_MouseMove);
|
|
//
|
|
// SubItem
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(172)))), ((int)(((byte)(212)))));
|
|
this.Controls.Add(this.plCenter);
|
|
this.Controls.Add(this.plTop);
|
|
this.Name = "SubItem";
|
|
this.Size = new System.Drawing.Size(175, 154);
|
|
this.plCenter.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit();
|
|
this.plTop.ResumeLayout(false);
|
|
this.plTop.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label lblTitle;
|
|
private System.Windows.Forms.Panel plCenter;
|
|
private System.Windows.Forms.PictureBox picImage;
|
|
private System.Windows.Forms.Panel plTop;
|
|
}
|
|
}
|