SVN r897
SVN-Revision: r897
This commit is contained in:
+1
-19
@@ -31,7 +31,6 @@
|
||||
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();
|
||||
this.cb_mark = new Lskj.Control.CircleButton();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -62,19 +61,6 @@
|
||||
this.btn_item_img.MouseLeave += new System.EventHandler(this.btn_item_img_MouseLeave);
|
||||
this.btn_item_img.MouseMove += new System.Windows.Forms.MouseEventHandler(this.btn_item_img_MouseMove);
|
||||
//
|
||||
// lbl_mark_num
|
||||
//
|
||||
this.lbl_mark_num.AutoSize = true;
|
||||
this.lbl_mark_num.BackColor = System.Drawing.Color.Red;
|
||||
this.lbl_mark_num.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||
this.lbl_mark_num.ForeColor = System.Drawing.Color.White;
|
||||
this.lbl_mark_num.Location = new System.Drawing.Point(81, 6);
|
||||
this.lbl_mark_num.Name = "lbl_mark_num";
|
||||
this.lbl_mark_num.Size = new System.Drawing.Size(19, 12);
|
||||
this.lbl_mark_num.TabIndex = 5;
|
||||
this.lbl_mark_num.Text = "99";
|
||||
this.lbl_mark_num.Visible = false;
|
||||
//
|
||||
// cb_mark
|
||||
//
|
||||
this.cb_mark.BackColor = System.Drawing.Color.Red;
|
||||
@@ -87,8 +73,4 @@
|
||||
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
|
||||
this.cb_mark.Location = new System.Drawing.Point(75
|
||||
Reference in New Issue
Block a user