28 |
|
/// </summary> |
29 |
|
private void InitializeComponent() |
30 |
|
{ |
31 |
+ |
this.components = new System.ComponentModel.Container(); |
32 |
|
this.picImage = new System.Windows.Forms.PictureBox(); |
33 |
|
this.lblText = new System.Windows.Forms.Label(); |
34 |
|
this.panel1 = new System.Windows.Forms.Panel(); |
35 |
+ |
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); |
36 |
|
((System.ComponentModel.ISupportInitialize)(this.picImage)).BeginInit(); |
37 |
|
this.panel1.SuspendLayout(); |
38 |
|
this.SuspendLayout(); |
46 |
|
this.picImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; |
47 |
|
this.picImage.TabIndex = 0; |
48 |
|
this.picImage.TabStop = false; |
49 |
+ |
this.picImage.Click += new System.EventHandler(this.picImage_Click); |
50 |
|
// |
51 |
|
// lblText |
52 |
|
// |
59 |
|
this.lblText.TabIndex = 1; |
60 |
|
this.lblText.Text = "label1"; |
61 |
|
this.lblText.TextAlign = System.Drawing.ContentAlignment.BottomCenter; |
62 |
+ |
this.lblText.Click += new System.EventHandler(this.lblText_Click); |
63 |
|
// |
64 |
|
// panel1 |
65 |
|
// |
79 |
|
this.Margin = new System.Windows.Forms.Padding(10); |
80 |
|
this.Name = "ThemeButton"; |
81 |
|
this.Size = new System.Drawing.Size(64, 64); |
82 |
+ |
this.Click += new System.EventHandler(this.ThemeButton_Click); |
83 |
|
((System.ComponentModel.ISupportInitialize)(this.picImage)).EndInit(); |
84 |
|
this.panel1.ResumeLayout(false); |
85 |
|
this.panel1.PerformLayout(); |
92 |
|
private System.Windows.Forms.PictureBox picImage; |
93 |
|
private System.Windows.Forms.Label lblText; |
94 |
|
private System.Windows.Forms.Panel panel1; |
95 |
+ |
private System.Windows.Forms.ToolTip toolTip1; |
96 |
|
} |
97 |
|
} |