--- trunk/NexusPowerControl/Form1.Designer.cs 2011/10/21 21:57:38 6 +++ 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; + } } |