SVN-Revision: r880
This commit is contained in:
wyf
2025-07-23 01:19:33 +00:00
parent 443703f29c
commit 0d0cc46910
9 changed files with 225 additions and 121 deletions
+17 -10
View File
@@ -9,7 +9,8 @@
#region
private void InitializeComponent()
{
this.toolTip1 = new System.Windows.Forms.ToolTip();
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();
@@ -23,9 +24,10 @@
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.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(46, 46);
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;
@@ -45,8 +47,8 @@
// 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.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;
@@ -55,11 +57,11 @@
// lbl_sub
//
this.lbl_sub.AutoSize = true;
this.lbl_sub.Font = new System.Drawing.Font("Microsoft YaHei UI", 8.25F);
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(72, 36);
this.lbl_sub.Location = new System.Drawing.Point(78, 39);
this.lbl_sub.Name = "lbl_sub";
this.lbl_sub.Size = new System.Drawing.Size(83, 16);
this.lbl_sub.Size = new System.Drawing.Size(91, 17);
this.lbl_sub.TabIndex = 4;
this.lbl_sub.Text = "模块分类 · 说明";
//
@@ -73,10 +75,15 @@
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.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 = f
this.badgeDot.Visible = false;
//
// Menu_ItemNew
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;