namespace WhatsappClient
{
partial class Form_Login
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <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(Form_Login));
this.PictureBox_Logo = new System.Windows.Forms.PictureBox();
this.Button_Login = new System.Windows.Forms.Button();
this.ComboBox_Login = new System.Windows.Forms.ComboBox();
this.Button_AddAccount = new System.Windows.Forms.Button();
this.GroupBox_AddAccount = new System.Windows.Forms.GroupBox();
this.Label_Phonenumber = new System.Windows.Forms.Label();
this.TextBox_Phonenumber = new System.Windows.Forms.TextBox();
this.Label_DeviceOS = new System.Windows.Forms.Label();
this.ComboBox_DeviceOS = new System.Windows.Forms.ComboBox();
this.Label_ImeiMac = new System.Windows.Forms.Label();
this.TextBox_ImeiMac = new System.Windows.Forms.TextBox();
this.Button_AddThisAccount = new System.Windows.Forms.Button();
this.Label_Status = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Logo)).BeginInit();
this.GroupBox_AddAccount.SuspendLayout();
this.SuspendLayout();
//
// PictureBox_Logo
//
this.PictureBox_Logo.BackColor = System.Drawing.Color.Transparent;
this.PictureBox_Logo.Image = ((System.Drawing.Image)(resources.GetObject("PictureBox_Logo.Image")));
this.PictureBox_Logo.Location = new System.Drawing.Point(12, 13);
this.PictureBox_Logo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.PictureBox_Logo.Name = "PictureBox_Logo";
this.PictureBox_Logo.Size = new System.Drawing.Size(239, 65);
this.PictureBox_Logo.TabIndex = 0;
this.PictureBox_Logo.TabStop = false;
//
// Button_Login
//
this.Button_Login.Location = new System.Drawing.Point(368, 116);
this.Button_Login.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Button_Login.Name = "Button_Login";
this.Button_Login.Size = new System.Drawing.Size(87, 28);
this.Button_Login.TabIndex = 2;
this.Button_Login.Text = "Login";
this.Button_Login.UseVisualStyleBackColor = true;
//
// ComboBox_Login
//
this.ComboBox_Login.AccessibleName = "ComboBox_Login";
this.ComboBox_Login.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboBox_Login.FormattingEnabled = true;
this.ComboBox_Login.Location = new System.Drawing.Point(12, 85);
this.ComboBox_Login.Name = "ComboBox_Login";
this.ComboBox_Login.Size = new System.Drawing.Size(443, 24);
this.ComboBox_Login.TabIndex = 3;
//
// Button_AddAccount
//
this.Button_AddAccount.Location = new System.Drawing.Point(257, 116);
this.Button_AddAccount.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Button_AddAccount.Name = "Button_AddAccount";
this.Button_AddAccount.Size = new System.Drawing.Size(105, 28);
this.Button_AddAccount.TabIndex = 4;
this.Button_AddAccount.Text = "Add account";
this.Button_AddAccount.UseVisualStyleBackColor = true;
this.Button_AddAccount.Click += new System.EventHandler(this.Button_AddAccount_Click);
//
// GroupBox_AddAccount
//
this.GroupBox_AddAccount.BackColor = System.Drawing.Color.Transparent;
this.GroupBox_AddAccount.Controls.Add(this.Button_AddThisAccount);
this.GroupBox_AddAccount.Controls.Add(this.TextBox_ImeiMac);
this.GroupBox_AddAccount.Controls.Add(this.Label_ImeiMac);
this.GroupBox_AddAccount.Controls.Add(this.ComboBox_DeviceOS);
this.GroupBox_AddAccount.Controls.Add(this.Label_DeviceOS);
this.GroupBox_AddAccount.Controls.Add(this.TextBox_Phonenumber);
this.GroupBox_AddAccount.Controls.Add(this.Label_Phonenumber);
this.GroupBox_AddAccount.ForeColor = System.Drawing.Color.White;
this.GroupBox_AddAccount.Location = new System.Drawing.Point(12, 165);
this.GroupBox_AddAccount.Name = "GroupBox_AddAccount";
this.GroupBox_AddAccount.Size = new System.Drawing.Size(443, 227);
this.GroupBox_AddAccount.TabIndex = 5;
this.GroupBox_AddAccount.TabStop = false;
this.GroupBox_AddAccount.Text = "Add account";
//
// Label_Phonenumber
//
this.Label_Phonenumber.AutoSize = true;
this.Label_Phonenumber.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_Phonenumber.Location = new System.Drawing.Point(6, 19);
this.Label_Phonenumber.Name = "Label_Phonenumber";
this.Label_Phonenumber.Size = new System.Drawing.Size(106, 16);
this.Label_Phonenumber.TabIndex = 0;
this.Label_Phonenumber.Text = "Phone number:";
//
// TextBox_Phonenumber
//
this.TextBox_Phonenumber.Location = new System.Drawing.Point(9, 38);
this.TextBox_Phonenumber.Name = "TextBox_Phonenumber";
this.TextBox_Phonenumber.Size = new System.Drawing.Size(428, 23);
this.TextBox_Phonenumber.TabIndex = 1;
this.TextBox_Phonenumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Label_DeviceOS
//
this.Label_DeviceOS.AutoSize = true;
this.Label_DeviceOS.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_DeviceOS.Location = new System.Drawing.Point(6, 80);
this.Label_DeviceOS.Name = "Label_DeviceOS";
this.Label_DeviceOS.Size = new System.Drawing.Size(176, 16);
this.Label_DeviceOS.TabIndex = 2;
this.Label_DeviceOS.Text = "Device Operating System:";
//
// ComboBox_DeviceOS
//
this.ComboBox_DeviceOS.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboBox_DeviceOS.FormattingEnabled = true;
this.ComboBox_DeviceOS.Items.AddRange(new object[] {
"Android",
"iOS",
"Symbian",
"Windows Phone"});
this.ComboBox_DeviceOS.Location = new System.Drawing.Point(9, 99);
this.ComboBox_DeviceOS.Name = "ComboBox_DeviceOS";
this.ComboBox_DeviceOS.Size = new System.Drawing.Size(428, 24);
this.ComboBox_DeviceOS.TabIndex = 3;
this.ComboBox_DeviceOS.SelectedIndexChanged += new System.EventHandler(this.ComboBox_DeviceOS_SelectedIndexChanged);
//
// Label_ImeiMac
//
this.Label_ImeiMac.AutoSize = true;
this.Label_ImeiMac.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_ImeiMac.Location = new System.Drawing.Point(6, 142);
this.Label_ImeiMac.Name = "Label_ImeiMac";
this.Label_ImeiMac.Size = new System.Drawing.Size(314, 16);
this.Label_ImeiMac.TabIndex = 4;
this.Label_ImeiMac.Text = "International Mobile Equipment Identity (IMEI):";
//
// TextBox_ImeiMac
//
this.TextBox_ImeiMac.Location = new System.Drawing.Point(9, 161);
this.TextBox_ImeiMac.Name = "TextBox_ImeiMac";
this.TextBox_ImeiMac.Size = new System.Drawing.Size(428, 23);
this.TextBox_ImeiMac.TabIndex = 5;
this.TextBox_ImeiMac.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Button_AddThisAccount
//
this.Button_AddThisAccount.ForeColor = System.Drawing.Color.Black;
this.Button_AddThisAccount.Location = new System.Drawing.Point(322, 190);
this.Button_AddThisAccount.Name = "Button_AddThisAccount";
this.Button_AddThisAccount.Size = new System.Drawing.Size(115, 31);
this.Button_AddThisAccount.TabIndex = 6;
this.Button_AddThisAccount.Text = "Add this account";
this.Button_AddThisAccount.UseVisualStyleBackColor = true;
this.Button_AddThisAccount.Click += new System.EventHandler(this.Button_AddThisAccount_Click);
//
// Label_Status
//
this.Label_Status.AutoSize = true;
this.Label_Status.BackColor = System.Drawing.Color.Transparent;
this.Label_Status.ForeColor = System.Drawing.Color.Red;
this.Label_Status.Location = new System.Drawing.Point(118, 148);
this.Label_Status.Name = "Label_Status";
this.Label_Status.Size = new System.Drawing.Size(244, 16);
this.Label_Status.TabIndex = 6;
this.Label_Status.Text = "Please wait while we verify your account.";
this.Label_Status.Visible = false;
//
// Form_Login
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(473, 408);
this.Controls.Add(this.Label_Status);
this.Controls.Add(this.GroupBox_AddAccount);
this.Controls.Add(this.Button_AddAccount);
this.Controls.Add(this.ComboBox_Login);
this.Controls.Add(this.Button_Login);
this.Controls.Add(this.PictureBox_Logo);
this.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "Form_Login";
this.Text = "Whatsapp Desktop Client Login";
this.Load += new System.EventHandler(this.Form_Login_Load);
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Logo)).EndInit();
this.GroupBox_AddAccount.ResumeLayout(false);
this.GroupBox_AddAccount.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox PictureBox_Logo;
private System.Windows.Forms.Button Button_Login;
private System.Windows.Forms.ComboBox ComboBox_Login;
private System.Windows.Forms.Button Button_AddAccount;
private System.Windows.Forms.GroupBox GroupBox_AddAccount;
private System.Windows.Forms.Button Button_AddThisAccount;
private System.Windows.Forms.TextBox TextBox_ImeiMac;
private System.Windows.Forms.Label Label_ImeiMac;
private System.Windows.Forms.ComboBox ComboBox_DeviceOS;
private System.Windows.Forms.Label Label_DeviceOS;
private System.Windows.Forms.TextBox TextBox_Phonenumber;
private System.Windows.Forms.Label Label_Phonenumber;
private System.Windows.Forms.Label Label_Status;
}
}