--- trunk/NexusPowerControl/Form1.Designer.cs 2011/10/22 08:22:48 7 +++ trunk/NexusPowerControl/Form1.Designer.cs 2011/10/22 08:58:41 8 @@ -35,7 +35,6 @@ // 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); @@ -53,6 +52,7 @@ this.Opacity = 0.98D; this.Text = "Form1"; this.TransparencyKey = System.Drawing.Color.Red; + this.Load += new System.EventHandler(this.Form1_Load); ((System.ComponentModel.ISupportInitialize)(this.pic_main)).EndInit(); this.ResumeLayout(false); |