ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/NexusPowerControl/trunk/NexusPowerControl/ThemeButton.Designer.cs
(Generate patch)

Comparing trunk/NexusPowerControl/ThemeButton.Designer.cs (file contents):
Revision 10 by william, Sat Oct 22 21:35:13 2011 UTC vs.
Revision 11 by william, Sat Oct 22 22:14:15 2011 UTC

# Line 28 | Line 28
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();
# Line 44 | Line 46
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              //
# Line 56 | Line 59
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              //
# Line 75 | Line 79
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();
# Line 87 | Line 92
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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines