SVN-Revision: r891
This commit is contained in:
wyf
2025-07-24 06:01:16 +00:00
parent 5ebde4c564
commit cf35995f85
4 changed files with 82 additions and 68 deletions
+8 -5
View File
@@ -28,8 +28,7 @@
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.toolTip1 = new System.Windows.Forms.ToolTip();
this.btn_item_title = new System.Windows.Forms.Label();
this.btn_item_img = new System.Windows.Forms.Button();
this.lbl_mark_num = new System.Windows.Forms.Label();
@@ -80,12 +79,16 @@
//
this.cb_mark.BackColor = System.Drawing.Color.Red;
this.cb_mark.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.cb_mark.BorderColor = System.Drawing.Color.Transparent;
this.cb_mark.BorderThickness = 1F;
this.cb_mark.FlatAppearance.BorderSize = 0;
this.cb_mark.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.cb_mark.Font = new System.Drawing.Font("Arial", 9F);
this.cb_mark.ForeColor = System.Drawing.Color.White;
this.cb_mark.ImageHover = null;
this.cb_mark.ImageNormal = null;
this.cb_mark.Location = new System.Drawing.Point(77, 0);
this.cb_mark.Name = "cb_mark";
this.cb_mark.Number = 0;
this.cb_mark.Radius = 24;
this.cb_mark.Size = new System.Drawing.Size(24, 24);
this.cb_mark.TabIndex = 4;
this.cb_mark.UseVisualStyleBackColor =
this