ab56a9bcf7
SVN-Revision: r240
84 lines
3.2 KiB
C#
84 lines
3.2 KiB
C#
namespace Lskj.Main.Control
|
|
{
|
|
partial class CornerLab
|
|
{
|
|
/// <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.cb_mark = new Lskj.Control.CircleButton();
|
|
this.lbl_mark_num = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// cb_mark
|
|
//
|
|
this.cb_mark.BackColor = System.Drawing.Color.Red;
|
|
this.cb_mark.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.cb_mark.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.cb_mark.FlatAppearance.BorderSize = 0;
|
|
this.cb_mark.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.cb_mark.ImageEnter = null;
|
|
this.cb_mark.ImageNormal = null;
|
|
this.cb_mark.Location = new System.Drawing.Point(0, 0);
|
|
this.cb_mark.Name = "cb_mark";
|
|
this.cb_mark.Radius = 24;
|
|
this.cb_mark.Size = new System.Drawing.Size(24, 24);
|
|
this.cb_mark.TabIndex = 5;
|
|
this.cb_mark.UseVisualStyleBackColor = false;
|
|
this.cb_mark.Visible = false;
|
|
//
|
|
// lbl_mark_num
|
|
//
|
|
this.lbl_mark_num.AutoSize = true;
|
|
this.lbl_mark_num.BackColor = System.Drawing.Color.Red;
|
|
this.lbl_mark_num.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbl_mark_num.ForeColor = System.Drawing.Color.White;
|
|
this.lbl_mark_num.Location = new System.Drawing.Point(3, 6);
|
|
this.lbl_mark_num.Name = "lbl_mark_num";
|
|
this.lbl_mark_num.Size = new System.Drawing.Size(19, 12);
|
|
this.lbl_mark_num.TabIndex = 6;
|
|
this.lbl_mark_num.Text = "99";
|
|
this.lbl_mark_num.Visible = false;
|
|
//
|
|
// CornerLab
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.lbl_mark_num);
|
|
this.Controls.Add(this.cb_mark);
|
|
this.Name = "CornerLab";
|
|
this.Size = new System.Drawing.Size(24, 24);
|
|
this.Paint += new System.Windows.Forms.PaintEventHandler(this.MenuItem_Paint);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Lskj.Control.CircleButton cb_mark;
|
|
private System.Windows.Forms.Label lbl_mark_num;
|
|
}
|
|
}
|