1 namespace HZH_Controls.Controls
2 {
3 partial class UCBtnImg
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(UCBtnImg));
33 this.imageList1 = new System.Windows.Forms.ImageList(this.components);
34 this.SuspendLayout();
35 //
36 // lbl
37 //
38 //this.lbl.Font = new System.Drawing.Font("微软雅黑", 17F);
39 //this.lbl.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102)))));
40 this.lbl.ImageIndex = 0;
41 this.lbl.ImageList = this.imageList1;
42 this.lbl.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
43 this.lbl.Text = " 自定义按钮";
44 this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
45 //
46 // imageList1
47 //
48 this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
49 this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
50 this.imageList1.Images.SetKeyName(0, "back.png");
51 //
52 // BtnBack
53 //
54 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
55 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
56 this.Name = "BtnBack";
57 this.ResumeLayout(false);
58
59 }
60
61 #endregion
62
63 private System.Windows.Forms.ImageList imageList1;
64 }
65 }