1 namespace HZH_Controls.Controls
2 {
3 public partial class UCBtnExt
4 {
5 /// <summary>
6 /// 必需的设计器变量。
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// 清理所有正在使用的资源。
12 /// </summary>
13 /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region 组件设计器生成的代码
24
25 /// <summary>
26 /// 设计器支持所需的方法 - 不要
27 /// 使用代码编辑器修改此方法的内容。
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCBtnExt));
33 this.lbl = new System.Windows.Forms.Label();
34 this.lblTips = new System.Windows.Forms.Label();
35 this.imageList1 = new System.Windows.Forms.ImageList(this.components);
36 this.SuspendLayout();
37 //
38 // lbl
39 //
40 this.lbl.BackColor = System.Drawing.Color.Transparent;
41 this.lbl.Dock = System.Windows.Forms.DockStyle.Fill;
42 this.lbl.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
43 this.lbl.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
44 this.lbl.Location = new System.Drawing.Point(0, 0);
45 this.lbl.Name = "lbl";
46 this.lbl.Size = new System.Drawing.Size(184, 60);
47 this.lbl.TabIndex = 0;
48 this.lbl.Text = "自定义按钮";
49 this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
50 this.lbl.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lbl_MouseDown);
51 //
52 // lblTips
53 //
54 this.lblTips.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
55 this.lblTips.BackColor = System.Drawing.Color.Transparent;
56 this.lblTips.Font = new System.Drawing.Font("Arial Unicode MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
57 this.lblTips.ForeColor = System.Drawing.Color.White;
58 this.lblTips.ImageIndex = 0;
59 this.lblTips.ImageList = this.imageList1;
60 this.lblTips.Location = new System.Drawing.Point(158, 0);
61 this.lblTips.Name = "lblTips";
62 this.lblTips.Size = new System.Drawing.Size(24, 24);
63 this.lblTips.TabIndex = 1;
64 this.lblTips.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
65 this.lblTips.Visible = false;
66 //
67 // imageList1
68 //
69 this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
70 this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
71 this.imageList1.Images.SetKeyName(0, "tips.png");
72 //
73 // UCBtnExt
74 //
75 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
76 this.BackColor = System.Drawing.Color.Transparent;
77 this.ConerRadius = 5;
78 this.Controls.Add(this.lblTips);
79 this.Controls.Add(this.lbl);
80 this.Cursor = System.Windows.Forms.Cursors.Hand;
81 this.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
82 this.IsShowRect = true;
83 this.IsRadius = true;
84 this.Margin = new System.Windows.Forms.Padding(0);
85 this.Name = "UCBtnExt";
86 this.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
87 this.Size = new System.Drawing.Size(184, 60);
88 this.ResumeLayout(false);
89
90 }
91
92 #endregion
93
94 public System.Windows.Forms.Label lbl;
95 private System.Windows.Forms.Label lblTips;
96 private System.Windows.Forms.ImageList imageList1;
97
98
99 }
100 }