namespace NexusPowerControl
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
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.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;
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.pic_main)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pic_main;
}
}