SVN r865
SVN-Revision: r865
This commit is contained in:
+82
@@ -0,0 +1,82 @@
|
||||
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.toolTip1 = new System.Windows.Forms.ToolTip();
|
||||
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(12, 9);
|
||||
this.btn_icon.Name = "btn_icon";
|
||||
this.btn_icon.Size = new System.Drawing.Size(46, 46);
|
||||
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", 10.5F, System.Drawing.FontStyle.Bold);
|
||||
this.lbl_title.Location = new System.Drawing.Point(70, 12);
|
||||
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.25F);
|
||||
this.lbl_sub.ForeColor = System.Drawing.Color.DimGray;
|
||||
this.lbl_sub.Location = new System.Drawing.Point(72, 36);
|
||||
this.lbl_sub.Name = "lbl_sub";
|
||||
this.lbl_sub.Size = new System.Drawing.Size(83, 16);
|
||||
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(47, 0);
|
||||
this.badgeDot.Name = "badgeDot";
|
||||
this.badgeDot.Number = 0;
|
||||
this.badgeDot.Radius = 9;
|
||||
this.badgeDot.TabIndex = 1;
|
||||
this.badgeDot.UseVisualStyleBackColor = false;
|
||||
this.badgeDot.Visible = f
|
||||
Reference in New Issue
Block a user