You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
4.4 KiB
C#

9 months ago
namespace JwKdsV.Component
{
partial class TilePanel
{
/// <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.titleLabel = new System.Windows.Forms.Label();
this.contentLabel = new System.Windows.Forms.Label();
this.bottomLabel = new DevComponents.DotNetBar.LabelX();
this.SuspendLayout();
//
// titleLabel
//
this.titleLabel.AccessibleName = "";
this.titleLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.titleLabel.Dock = System.Windows.Forms.DockStyle.Top;
this.titleLabel.Location = new System.Drawing.Point(0, 0);
this.titleLabel.Name = "titleLabel";
this.titleLabel.Size = new System.Drawing.Size(156, 43);
this.titleLabel.TabIndex = 0;
this.titleLabel.Text = "label1";
this.titleLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.titleLabel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnTilePanelMouseDown);
this.titleLabel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnTilePanelMouseUp);
//
// contentLabel
//
this.contentLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.contentLabel.Dock = System.Windows.Forms.DockStyle.Fill;
this.contentLabel.Location = new System.Drawing.Point(0, 43);
this.contentLabel.Name = "contentLabel";
this.contentLabel.Size = new System.Drawing.Size(156, 76);
this.contentLabel.TabIndex = 1;
this.contentLabel.Text = "label2";
this.contentLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.contentLabel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnTilePanelMouseDown);
this.contentLabel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnTilePanelMouseUp);
//
// bottomLabel
//
//
//
//
this.bottomLabel.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.bottomLabel.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bottomLabel.Location = new System.Drawing.Point(0, 119);
this.bottomLabel.Name = "bottomLabel";
this.bottomLabel.Size = new System.Drawing.Size(156, 23);
this.bottomLabel.TabIndex = 2;
this.bottomLabel.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnTilePanelMouseDown);
this.bottomLabel.MouseUp += new System.Windows.Forms.MouseEventHandler(this.OnTilePanelMouseUp);
//
// TilePanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.contentLabel);
this.Controls.Add(this.bottomLabel);
this.Controls.Add(this.titleLabel);
this.DoubleBuffered = true;
this.Name = "TilePanel";
this.Size = new System.Drawing.Size(156, 142);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label titleLabel;
private System.Windows.Forms.Label contentLabel;
private DevComponents.DotNetBar.LabelX bottomLabel;
}
}