提交当前本机整理版本

This commit is contained in:
cyf
2026-07-02 10:11:39 +00:00
parent c10a5d64c7
commit aacefa24f8
822 changed files with 196665 additions and 14263 deletions
+25 -1
View File
@@ -86,4 +86,28 @@
// 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;
}
}