namespace TestForSiteMobile
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.btnConnect = new System.Windows.Forms.Button();
this.btnUnlock = new System.Windows.Forms.Button();
this.pboxlock = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.pboxUnlock = new System.Windows.Forms.PictureBox();
this.SuspendLayout();
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(59, 17);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(117, 37);
this.btnConnect.TabIndex = 0;
this.btnConnect.Text = "Connect";
//
// btnUnlock
//
this.btnUnlock.Location = new System.Drawing.Point(59, 60);
this.btnUnlock.Name = "btnUnlock";
this.btnUnlock.Size = new System.Drawing.Size(117, 37);
this.btnUnlock.TabIndex = 1;
this.btnUnlock.Text = "Unlock";
//
// pboxlock
//
this.pboxlock.Image = ((System.Drawing.Image)(resources.GetObject("pboxlock.Image")));
this.pboxlock.Location = new System.Drawing.Point(37, 103);
this.pboxlock.Name = "pboxlock";
this.pboxlock.Size = new System.Drawing.Size(173, 63);
this.pboxlock.Click += new System.EventHandler(this.pboxlock_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(37, 248);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(187, 20);
this.label1.Text = "label1";
//
// pboxUnlock
//
this.pboxUnlock.Image = ((System.Drawing.Image)(resources.GetObject("pboxUnlock.Image")));
this.pboxUnlock.Location = new System.Drawing.Point(37, 172);
this.pboxUnlock.Name = "pboxUnlock";
this.pboxUnlock.Size = new System.Drawing.Size(173, 68);
this.pboxUnlock.Click += new System.EventHandler(this.pboxUnlock_Click_1);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.pboxUnlock);
this.Controls.Add(this.label1);
this.Controls.Add(this.pboxlock);
this.Controls.Add(this.btnUnlock);
this.Controls.Add(this.btnConnect);
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.Button btnUnlock;
private System.Windows.Forms.PictureBox pboxlock;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pboxUnlock;
}
}