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.panel1 = new System.Windows.Forms.Panel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.listView1 = new System.Windows.Forms.ListView();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.PictureBox_Logo)).BeginInit();
this.panel1.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;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Transparent;
this.panel1.Controls.Add(this.toolStrip1);
this.panel1.Location = new System.Drawing.Point(14, 104);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(893, 31);
this.panel1.TabIndex = 2;
//
// toolStrip1
//
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(893, 25);
this.toolStrip1.TabIndex = 0;
this.toolStrip1.Text = "toolStrip1";
//
// listView1
//
this.listView1.Location = new System.Drawing.Point(14, 141);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(229, 420);
this.listView1.TabIndex = 3;
this.listView1.UseCompatibleStateImageBehavior = false;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Transparent;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Location = new System.Drawing.Point(249, 141);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(658, 43);
this.panel2.TabIndex = 4;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Transparent;
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Location = new System.Drawing.Point(249, 190);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(658, 371);
this.panel3.TabIndex = 5;
//
// 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.panel3);
this.Controls.Add(this.panel2);
this.Controls.Add(this.listView1);
this.Controls.Add(this.panel1);
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.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox PictureBox_Logo;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
}
}