35 |
// pic_main |
// pic_main |
36 |
// |
// |
37 |
this.pic_main.Dock = System.Windows.Forms.DockStyle.Fill; |
this.pic_main.Dock = System.Windows.Forms.DockStyle.Fill; |
|
this.pic_main.Image = global::NexusPowerControl.Properties.Resources.Aero_LowRes; |
|
38 |
this.pic_main.Location = new System.Drawing.Point(0, 0); |
this.pic_main.Location = new System.Drawing.Point(0, 0); |
39 |
this.pic_main.Name = "pic_main"; |
this.pic_main.Name = "pic_main"; |
40 |
this.pic_main.Size = new System.Drawing.Size(809, 489); |
this.pic_main.Size = new System.Drawing.Size(809, 489); |
52 |
this.Opacity = 0.98D; |
this.Opacity = 0.98D; |
53 |
this.Text = "Form1"; |
this.Text = "Form1"; |
54 |
this.TransparencyKey = System.Drawing.Color.Red; |
this.TransparencyKey = System.Drawing.Color.Red; |
55 |
|
this.Load += new System.EventHandler(this.Form1_Load); |
56 |
((System.ComponentModel.ISupportInitialize)(this.pic_main)).EndInit(); |
((System.ComponentModel.ISupportInitialize)(this.pic_main)).EndInit(); |
57 |
this.ResumeLayout(false); |
this.ResumeLayout(false); |
58 |
|
|