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

--- trunk/NexusPowerControl/Form1.Designer.cs	2011/10/21 21:50:13	4
+++ trunk/NexusPowerControl/Form1.Designer.cs	2011/10/22 08:22:48	7
@@ -28,12 +28,40 @@
         /// </summary>
         private void InitializeComponent()
         {
-            this.components = new System.ComponentModel.Container();
+            this.pic_main = new System.Windows.Forms.PictureBox();
+            ((System.ComponentModel.ISupportInitialize)(this.pic_main)).BeginInit();
+            this.SuspendLayout();
+            // 
+            // pic_main
+            // 
+            this.pic_main.Dock = System.Windows.Forms.DockStyle.Fill;
+            this.pic_main.Image = global::NexusPowerControl.Properties.Resources.Aero_LowRes;
+            this.pic_main.Location = new System.Drawing.Point(0, 0);
+            this.pic_main.Name = "pic_main";
+            this.pic_main.Size = new System.Drawing.Size(809, 489);
+            this.pic_main.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.pic_main.TabIndex = 4;
+            this.pic_main.TabStop = false;
+            // 
+            // Form1
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(809, 489);
+            this.Controls.Add(this.pic_main);
+            this.Name = "Form1";
+            this.Opacity = 0.98D;
             this.Text = "Form1";
+            this.TransparencyKey = System.Drawing.Color.Red;
+            ((System.ComponentModel.ISupportInitialize)(this.pic_main)).EndInit();
+            this.ResumeLayout(false);
+
         }
 
         #endregion
+
+        private System.Windows.Forms.PictureBox pic_main;
+
     }
 }