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

Comparing trunk/NexusPowerControl/Form1.Designer.cs (file contents):
Revision 4 by william, Fri Oct 21 21:50:13 2011 UTC vs.
Revision 7 by william, Sat Oct 22 08:22:48 2011 UTC

# Line 28 | Line 28
28          /// </summary>
29          private void InitializeComponent()
30          {
31 <            this.components = new System.ComponentModel.Container();
31 >            this.pic_main = new System.Windows.Forms.PictureBox();
32 >            ((System.ComponentModel.ISupportInitialize)(this.pic_main)).BeginInit();
33 >            this.SuspendLayout();
34 >            //
35 >            // pic_main
36 >            //
37 >            this.pic_main.Dock = System.Windows.Forms.DockStyle.Fill;
38 >            this.pic_main.Image = global::NexusPowerControl.Properties.Resources.Aero_LowRes;
39 >            this.pic_main.Location = new System.Drawing.Point(0, 0);
40 >            this.pic_main.Name = "pic_main";
41 >            this.pic_main.Size = new System.Drawing.Size(809, 489);
42 >            this.pic_main.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
43 >            this.pic_main.TabIndex = 4;
44 >            this.pic_main.TabStop = false;
45 >            //
46 >            // Form1
47 >            //
48 >            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
49              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
50 +            this.ClientSize = new System.Drawing.Size(809, 489);
51 +            this.Controls.Add(this.pic_main);
52 +            this.Name = "Form1";
53 +            this.Opacity = 0.98D;
54              this.Text = "Form1";
55 +            this.TransparencyKey = System.Drawing.Color.Red;
56 +            ((System.ComponentModel.ISupportInitialize)(this.pic_main)).EndInit();
57 +            this.ResumeLayout(false);
58 +
59          }
60  
61          #endregion
62 +
63 +        private System.Windows.Forms.PictureBox pic_main;
64 +
65      }
66   }
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines