namespace WhatsappClient
{
partial class Form_Main
{
/// <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_Main));
this.PictureBox_Logo = new System.Windows.Forms.PictureBox();
this.TabControl_Main = new System.Windows.Forms.TabControl();
this.TabPage_Chats = new System.Windows.Forms.TabPage();
this.TabPage_Contacts = new System.Windows.Forms.TabPage();
this.TabPage_Settings = new System.Windows.Forms.TabPage();
this.TabPage_About = new System.Windows.Forms.TabPage();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Logo)).BeginInit();
this.TabControl_Main.SuspendLayout();
this.TabPage_Chats.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(14, 16);
this.PictureBox_Logo.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.PictureBox_Logo.Name = "PictureBox_Logo";
this.PictureBox_Logo.Size = new System.Drawing.Size(279, 80);
this.PictureBox_Logo.TabIndex = 1;
this.PictureBox_Logo.TabStop = false;
//
// TabControl_Main
//
this.TabControl_Main.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TabControl_Main.Controls.Add(this.TabPage_Chats);
this.TabControl_Main.Controls.Add(this.TabPage_Contacts);
this.TabControl_Main.Controls.Add(this.TabPage_Settings);
this.TabControl_Main.Controls.Add(this.TabPage_About);
this.TabControl_Main.Location = new System.Drawing.Point(14, 104);
this.TabControl_Main.Name = "TabControl_Main";
this.TabControl_Main.SelectedIndex = 0;
this.TabControl_Main.Size = new System.Drawing.Size(893, 480);
this.TabControl_Main.TabIndex = 2;
//
// TabPage_Chats
//
this.TabPage_Chats.Controls.Add(this.textBox2);
this.TabPage_Chats.Controls.Add(this.button1);
this.TabPage_Chats.Controls.Add(this.textBox1);
this.TabPage_Chats.Location = new System.Drawing.Point(4, 25);
this.TabPage_Chats.Name = "TabPage_Chats";
this.TabPage_Chats.Padding = new System.Windows.Forms.Padding(3);
this.TabPage_Chats.Size = new System.Drawing.Size(885, 451);
this.TabPage_Chats.TabIndex = 0;
this.TabPage_Chats.Text = "Chats";
this.TabPage_Chats.UseVisualStyleBackColor = true;
//
// TabPage_Contacts
//
this.TabPage_Contacts.Location = new System.Drawing.Point(4, 25);
this.TabPage_Contacts.Name = "TabPage_Contacts";
this.TabPage_Contacts.Padding = new System.Windows.Forms.Padding(3);
this.TabPage_Contacts.Size = new System.Drawing.Size(885, 451);
this.TabPage_Contacts.TabIndex = 1;
this.TabPage_Contacts.Text = "Contacts";
this.TabPage_Contacts.UseVisualStyleBackColor = true;
//
// TabPage_Settings
//
this.TabPage_Settings.Location = new System.Drawing.Point(4, 25);
this.TabPage_Settings.Name = "TabPage_Settings";
this.TabPage_Settings.Size = new System.Drawing.Size(885, 451);
this.TabPage_Settings.TabIndex = 2;
this.TabPage_Settings.Text = "Settings";
this.TabPage_Settings.UseVisualStyleBackColor = true;
//
// TabPage_About
//
this.TabPage_About.Location = new System.Drawing.Point(4, 25);
this.TabPage_About.Name = "TabPage_About";
this.TabPage_About.Size = new System.Drawing.Size(885, 451);
this.TabPage_About.TabIndex = 3;
this.TabPage_About.Text = "About";
this.TabPage_About.UseVisualStyleBackColor = true;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(6, 6);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 23);
this.textBox1.TabIndex = 0;
//
// button1
//
this.button1.Location = new System.Drawing.Point(112, 6);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 52);
this.button1.TabIndex = 1;
this.button1.Text = "Send";
this.button1.UseVisualStyleBackColor = true;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(6, 35);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 23);
this.textBox2.TabIndex = 2;
//
// Form_Main
//
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(919, 596);
this.Controls.Add(this.TabControl_Main);
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.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "Form_Main";
this.Text = "WhatsApp Desktop Client v1.0";
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Logo)).EndInit();
this.TabControl_Main.ResumeLayout(false);
this.TabPage_Chats.ResumeLayout(false);
this.TabPage_Chats.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox PictureBox_Logo;
private System.Windows.Forms.TabControl TabControl_Main;
private System.Windows.Forms.TabPage TabPage_Chats;
private System.Windows.Forms.TabPage TabPage_Contacts;
private System.Windows.Forms.TabPage TabPage_Settings;
private System.Windows.Forms.TabPage TabPage_About;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
}
}