namespace WhatsappClient
{
partial class Form_Debug
{
/// <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_Debug));
this.TextBox_PhoneNumber = new System.Windows.Forms.TextBox();
this.Label_Phonenumber = new System.Windows.Forms.Label();
this.Label_Password = new System.Windows.Forms.Label();
this.TextBox_Password = new System.Windows.Forms.TextBox();
this.Button_TestConnection = new System.Windows.Forms.Button();
this.RT_Log = new System.Windows.Forms.RichTextBox();
this.GroupBox_PasswordGeneration = new System.Windows.Forms.GroupBox();
this.GroupBox_BasicSettings = new System.Windows.Forms.GroupBox();
this.GroupBox_Test = new System.Windows.Forms.GroupBox();
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_GeneratePassword = new System.Windows.Forms.Button();
this.GroupBox_PasswordGeneration.SuspendLayout();
this.GroupBox_BasicSettings.SuspendLayout();
this.GroupBox_Test.SuspendLayout();
this.SuspendLayout();
//
// TextBox_PhoneNumber
//
this.TextBox_PhoneNumber.Location = new System.Drawing.Point(20, 41);
this.TextBox_PhoneNumber.Name = "TextBox_PhoneNumber";
this.TextBox_PhoneNumber.Size = new System.Drawing.Size(335, 20);
this.TextBox_PhoneNumber.TabIndex = 0;
this.TextBox_PhoneNumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Label_Phonenumber
//
this.Label_Phonenumber.AutoSize = true;
this.Label_Phonenumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_Phonenumber.Location = new System.Drawing.Point(17, 25);
this.Label_Phonenumber.Name = "Label_Phonenumber";
this.Label_Phonenumber.Size = new System.Drawing.Size(92, 13);
this.Label_Phonenumber.TabIndex = 1;
this.Label_Phonenumber.Text = "Phone number:";
//
// Label_Password
//
this.Label_Password.AutoSize = true;
this.Label_Password.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_Password.Location = new System.Drawing.Point(17, 76);
this.Label_Password.Name = "Label_Password";
this.Label_Password.Size = new System.Drawing.Size(65, 13);
this.Label_Password.TabIndex = 2;
this.Label_Password.Text = "Password:";
//
// TextBox_Password
//
this.TextBox_Password.Location = new System.Drawing.Point(20, 92);
this.TextBox_Password.Name = "TextBox_Password";
this.TextBox_Password.Size = new System.Drawing.Size(332, 20);
this.TextBox_Password.TabIndex = 3;
this.TextBox_Password.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Button_TestConnection
//
this.Button_TestConnection.Location = new System.Drawing.Point(658, 132);
this.Button_TestConnection.Name = "Button_TestConnection";
this.Button_TestConnection.Size = new System.Drawing.Size(101, 23);
this.Button_TestConnection.TabIndex = 4;
this.Button_TestConnection.Text = "Test Connection";
this.Button_TestConnection.UseVisualStyleBackColor = true;
this.Button_TestConnection.Click += new System.EventHandler(this.Button_TestConnection_Click);
//
// RT_Log
//
this.RT_Log.Location = new System.Drawing.Point(20, 22);
this.RT_Log.Name = "RT_Log";
this.RT_Log.Size = new System.Drawing.Size(740, 104);
this.RT_Log.TabIndex = 5;
this.RT_Log.Text = "";
//
// GroupBox_PasswordGeneration
//
this.GroupBox_PasswordGeneration.Controls.Add(this.TextBox_ImeiMac);
this.GroupBox_PasswordGeneration.Controls.Add(this.Label_ImeiMac);
this.GroupBox_PasswordGeneration.Controls.Add(this.ComboBox_DeviceOS);
this.GroupBox_PasswordGeneration.Controls.Add(this.Label_DeviceOS);
this.GroupBox_PasswordGeneration.Location = new System.Drawing.Point(393, 9);
this.GroupBox_PasswordGeneration.Name = "GroupBox_PasswordGeneration";
this.GroupBox_PasswordGeneration.Size = new System.Drawing.Size(404, 137);
this.GroupBox_PasswordGeneration.TabIndex = 7;
this.GroupBox_PasswordGeneration.TabStop = false;
this.GroupBox_PasswordGeneration.Text = "Password Generation";
//
// GroupBox_BasicSettings
//
this.GroupBox_BasicSettings.Controls.Add(this.Label_Phonenumber);
this.GroupBox_BasicSettings.Controls.Add(this.TextBox_PhoneNumber);
this.GroupBox_BasicSettings.Controls.Add(this.Label_Password);
this.GroupBox_BasicSettings.Controls.Add(this.TextBox_Password);
this.GroupBox_BasicSettings.Location = new System.Drawing.Point(12, 12);
this.GroupBox_BasicSettings.Name = "GroupBox_BasicSettings";
this.GroupBox_BasicSettings.Size = new System.Drawing.Size(375, 134);
this.GroupBox_BasicSettings.TabIndex = 8;
this.GroupBox_BasicSettings.TabStop = false;
this.GroupBox_BasicSettings.Text = "Basic Settings";
//
// GroupBox_Test
//
this.GroupBox_Test.Controls.Add(this.Button_GeneratePassword);
this.GroupBox_Test.Controls.Add(this.RT_Log);
this.GroupBox_Test.Controls.Add(this.Button_TestConnection);
this.GroupBox_Test.Location = new System.Drawing.Point(12, 152);
this.GroupBox_Test.Name = "GroupBox_Test";
this.GroupBox_Test.Size = new System.Drawing.Size(785, 170);
this.GroupBox_Test.TabIndex = 9;
this.GroupBox_Test.TabStop = false;
this.GroupBox_Test.Text = "Test";
//
// Label_DeviceOS
//
this.Label_DeviceOS.AutoSize = true;
this.Label_DeviceOS.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_DeviceOS.Location = new System.Drawing.Point(21, 28);
this.Label_DeviceOS.Name = "Label_DeviceOS";
this.Label_DeviceOS.Size = new System.Drawing.Size(154, 13);
this.Label_DeviceOS.TabIndex = 0;
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[] {
"iOS",
"Android",
"Blackberry",
"Symbian",
"Windows Phone"});
this.ComboBox_DeviceOS.Location = new System.Drawing.Point(24, 44);
this.ComboBox_DeviceOS.Name = "ComboBox_DeviceOS";
this.ComboBox_DeviceOS.Size = new System.Drawing.Size(355, 21);
this.ComboBox_DeviceOS.TabIndex = 1;
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("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label_ImeiMac.Location = new System.Drawing.Point(21, 79);
this.Label_ImeiMac.Name = "Label_ImeiMac";
this.Label_ImeiMac.Size = new System.Drawing.Size(37, 13);
this.Label_ImeiMac.TabIndex = 2;
this.Label_ImeiMac.Text = "IMEI:";
//
// TextBox_ImeiMac
//
this.TextBox_ImeiMac.Location = new System.Drawing.Point(24, 95);
this.TextBox_ImeiMac.Name = "TextBox_ImeiMac";
this.TextBox_ImeiMac.Size = new System.Drawing.Size(355, 20);
this.TextBox_ImeiMac.TabIndex = 3;
this.TextBox_ImeiMac.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// Button_GeneratePassword
//
this.Button_GeneratePassword.Location = new System.Drawing.Point(530, 132);
this.Button_GeneratePassword.Name = "Button_GeneratePassword";
this.Button_GeneratePassword.Size = new System.Drawing.Size(122, 23);
this.Button_GeneratePassword.TabIndex = 4;
this.Button_GeneratePassword.Text = "Generate Password";
this.Button_GeneratePassword.UseVisualStyleBackColor = true;
this.Button_GeneratePassword.Click += new System.EventHandler(this.Button_GeneratePassword_Click);
//
// Form_Debug
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(809, 337);
this.Controls.Add(this.GroupBox_Test);
this.Controls.Add(this.GroupBox_BasicSettings);
this.Controls.Add(this.GroupBox_PasswordGeneration);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form_Debug";
this.Text = "WhatsAppClient Debug Form";
this.Load += new System.EventHandler(this.Form_Debug_Load);
this.GroupBox_PasswordGeneration.ResumeLayout(false);
this.GroupBox_PasswordGeneration.PerformLayout();
this.GroupBox_BasicSettings.ResumeLayout(false);
this.GroupBox_BasicSettings.PerformLayout();
this.GroupBox_Test.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox TextBox_PhoneNumber;
private System.Windows.Forms.Label Label_Phonenumber;
private System.Windows.Forms.Label Label_Password;
private System.Windows.Forms.TextBox TextBox_Password;
private System.Windows.Forms.Button Button_TestConnection;
private System.Windows.Forms.RichTextBox RT_Log;
private System.Windows.Forms.GroupBox GroupBox_PasswordGeneration;
private System.Windows.Forms.Button Button_GeneratePassword;
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.GroupBox GroupBox_BasicSettings;
private System.Windows.Forms.GroupBox GroupBox_Test;
}
}