114 lines
5.1 KiB
C#
114 lines
5.1 KiB
C#
namespace Lskj.Main.Control
|
|
{
|
|
partial class Menu_ItemNew
|
|
{
|
|
private System.ComponentModel.IContainer components = null;
|
|
protected override void Dispose(bool disposing)
|
|
{ if (disposing && components != null) components.Dispose(); base.Dispose(disposing); }
|
|
|
|
#region 设计器生成
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.btn_icon = new System.Windows.Forms.Button();
|
|
this.badgeNum = new System.Windows.Forms.Label();
|
|
this.lbl_title = new System.Windows.Forms.Label();
|
|
this.lbl_sub = new System.Windows.Forms.Label();
|
|
this.badgeDot = new Lskj.Control.CircleButton();
|
|
this.SuspendLayout();
|
|
//
|
|
// btn_icon
|
|
//
|
|
this.btn_icon.BackColor = System.Drawing.Color.Transparent;
|
|
this.btn_icon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
|
this.btn_icon.FlatAppearance.BorderSize = 0;
|
|
this.btn_icon.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_icon.Location = new System.Drawing.Point(20, 14);
|
|
this.btn_icon.Margin = new System.Windows.Forms.Padding(0);
|
|
this.btn_icon.Name = "btn_icon";
|
|
this.btn_icon.Size = new System.Drawing.Size(42, 42);
|
|
this.btn_icon.TabIndex = 0;
|
|
this.btn_icon.TabStop = false;
|
|
this.btn_icon.UseVisualStyleBackColor = false;
|
|
//
|
|
// badgeNum
|
|
//
|
|
this.badgeNum.AutoSize = true;
|
|
this.badgeNum.BackColor = System.Drawing.Color.Red;
|
|
this.badgeNum.Font = new System.Drawing.Font("Microsoft YaHei UI", 6.75F, System.Drawing.FontStyle.Bold);
|
|
this.badgeNum.ForeColor = System.Drawing.Color.White;
|
|
this.badgeNum.Location = new System.Drawing.Point(0, 0);
|
|
this.badgeNum.Name = "badgeNum";
|
|
this.badgeNum.Size = new System.Drawing.Size(0, 14);
|
|
this.badgeNum.TabIndex = 2;
|
|
this.badgeNum.Visible = false;
|
|
//
|
|
// lbl_title
|
|
//
|
|
this.lbl_title.AutoSize = true;
|
|
this.lbl_title.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lbl_title.Location = new System.Drawing.Point(76, 14);
|
|
this.lbl_title.Name = "lbl_title";
|
|
this.lbl_title.Size = new System.Drawing.Size(65, 19);
|
|
this.lbl_title.TabIndex = 3;
|
|
this.lbl_title.Text = "默认标题";
|
|
//
|
|
// lbl_sub
|
|
//
|
|
this.lbl_sub.AutoSize = true;
|
|
this.lbl_sub.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.5F);
|
|
this.lbl_sub.ForeColor = System.Drawing.Color.DimGray;
|
|
this.lbl_sub.Location = new System.Drawing.Point(76, 39);
|
|
this.lbl_sub.Name = "lbl_sub";
|
|
this.lbl_sub.Size = new System.Drawing.Size(91, 17);
|
|
this.lbl_sub.TabIndex = 4;
|
|
this.lbl_sub.Text = "模块分类 · 说明";
|
|
//
|
|
// badgeDot
|
|
//
|
|
this.badgeDot.BackColor = System.Drawing.Color.Red;
|
|
this.badgeDot.BorderColor = System.Drawing.Color.Transparent;
|
|
this.badgeDot.BorderThickness = 1F;
|
|
this.badgeDot.FlatAppearance.BorderSize = 0;
|
|
this.badgeDot.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.badgeDot.ForeColor = System.Drawing.Color.White;
|
|
this.badgeDot.ImageHover = null;
|
|
this.badgeDot.ImageNormal = null;
|
|
this.badgeDot.Location = new System.Drawing.Point(48, 8);
|
|
this.badgeDot.Name = "badgeDot";
|
|
this.badgeDot.Number = 0;
|
|
this.badgeDot.Radius = 9;
|
|
this.badgeDot.TabIndex = 1;
|
|
this.badgeDot.UseVisualStyleBackColor = false;
|
|
this.badgeDot.Visible = false;
|
|
//
|
|
// Menu_ItemNew
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.Controls.Add(this.badgeDot);
|
|
this.Controls.Add(this.btn_icon);
|
|
this.Controls.Add(this.badgeNum);
|
|
this.Controls.Add(this.lbl_title);
|
|
this.Controls.Add(this.lbl_sub);
|
|
this.DoubleBuffered = true;
|
|
this.Margin = new System.Windows.Forms.Padding(0);
|
|
this.Name = "Menu_ItemNew";
|
|
this.Size = new System.Drawing.Size(240, 70);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.Button btn_icon;
|
|
private Lskj.Control.CircleButton badgeDot;
|
|
private System.Windows.Forms.Label badgeNum;
|
|
private System.Windows.Forms.Label lbl_title;
|
|
private System.Windows.Forms.Label lbl_sub;
|
|
}
|
|
}
|