5f5353c013
SVN-Revision: r865
91 lines
4.4 KiB
C#
91 lines
4.4 KiB
C#
namespace Lskj.Main.Control
|
|
{
|
|
partial class Menu_Item
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
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();
|
|
//
|
|
// btn_item_title
|
|
//
|
|
this.btn_item_title.Location = new System.Drawing.Point(0, 92);
|
|
this.btn_item_title.Name = "btn_item_title";
|
|
this.btn_item_title.Size = new System.Drawing.Size(110, 29);
|
|
this.btn_item_title.TabIndex = 3;
|
|
this.btn_item_title.Text = "采购请购单审核";
|
|
this.btn_item_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// btn_item_img
|
|
//
|
|
this.btn_item_img.BackColor = System.Drawing.Color.Transparent;
|
|
this.btn_item_img.BackgroundImage = global::Lskj.Main.Properties.Resources.default_icon;
|
|
this.btn_item_img.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.btn_item_img.FlatAppearance.BorderSize = 0;
|
|
this.btn_item_img.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
|
this.btn_item_img.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
|
this.btn_item_img.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.btn_item_img.Location = new System.Drawing.Point(15, 6);
|
|
this.btn_item_img.Name = "btn_item_img";
|
|
this.btn_item_img.Size = new System.Drawing.Size(80, 80);
|
|
this.btn_item_img.TabIndex = 2;
|
|
this.btn_item_img.UseVisualStyleBackColor = false;
|
|
this.btn_item_img.Paint += new System.Windows.Forms.PaintEventHandler(this.MenuItem_Paint);
|
|
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;
|
|
this.cb_mark.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.cb_mark.FlatAppearance.BorderSize = 0;
|
|
this.cb_mark.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
this.cb_mark.ImageNormal = null;
|
|
this.cb_mark.Location = new System.Drawing.Point(77, 0);
|
|
this.cb_mark.Name = "cb_mark";
|
|
this.cb_mark.Radius = 24;
|
|
this.cb_mark.Size = new System.Drawing.Size(24, 24);
|
|
this.cb_mark.TabIndex = 4;
|
|
this.cb_mark.UseVisualStyleBackColor = |