Files
lserp_cs_6.0/插件库/Lskj.Main/Control/CornerLab.Designer.cs
T
tdx 5f5353c013 SVN r865
SVN-Revision: r865
2025-07-17 08:06:35 +00:00

56 lines
2.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.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.Fore