提交当前本机整理版本
This commit is contained in:
+25
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user