namespace Avilla_Forensics
{
partial class WhatsParser
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WhatsParser));
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.listBoxMESSAGEMEDIA = new System.Windows.Forms.ListBox();
this.listBoxMESSAGE = new System.Windows.Forms.ListBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.button10 = new System.Windows.Forms.Button();
this.ofd2 = new System.Windows.Forms.OpenFileDialog();
this.pictureBox5 = new System.Windows.Forms.PictureBox();
this.listView1 = new System.Windows.Forms.ListView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.listBox1 = new System.Windows.Forms.ListBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label9 = new System.Windows.Forms.Label();
this.textBoxNUMBER = new System.Windows.Forms.TextBox();
this.checkChatBlock = new System.Windows.Forms.CheckBox();
this.checkBoxDuranteParser = new System.Windows.Forms.CheckBox();
this.checkBoxEscreverAudio = new System.Windows.Forms.CheckBox();
this.checkBoxLinkaudio = new System.Windows.Forms.CheckBox();
this.label5 = new System.Windows.Forms.Label();
this.button5 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.textBox2 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.button6 = new System.Windows.Forms.Button();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.tabPage4 = new System.Windows.Forms.TabPage();
this.webBrowser2 = new System.Windows.Forms.WebBrowser();
this.textBoxTEMP = new System.Windows.Forms.TextBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.backgroundWorker2 = new System.ComponentModel.BackgroundWorker();
this.panel3 = new System.Windows.Forms.Panel();
this.label14 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.panel1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// button4
//
this.button4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button4.BackColor = System.Drawing.Color.RoyalBlue;
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button4.ForeColor = System.Drawing.Color.White;
this.button4.Location = new System.Drawing.Point(546, 204);
this.button4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(114, 25);
this.button4.TabIndex = 3;
this.button4.Text = "Search Chats";
this.button4.UseVisualStyleBackColor = false;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button3
//
this.button3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button3.BackColor = System.Drawing.Color.RoyalBlue;
this.button3.Enabled = false;
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button3.ForeColor = System.Drawing.Color.White;
this.button3.Location = new System.Drawing.Point(678, 204);
this.button3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(133, 25);
this.button3.TabIndex = 5;
this.button3.Text = "Generate Selected Chat";
this.button3.UseVisualStyleBackColor = false;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// listBoxMESSAGEMEDIA
//
this.listBoxMESSAGEMEDIA.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.listBoxMESSAGEMEDIA.Enabled = false;
this.listBoxMESSAGEMEDIA.FormattingEnabled = true;
this.listBoxMESSAGEMEDIA.Location = new System.Drawing.Point(2, 2);
this.listBoxMESSAGEMEDIA.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.listBoxMESSAGEMEDIA.Name = "listBoxMESSAGEMEDIA";
this.listBoxMESSAGEMEDIA.Size = new System.Drawing.Size(158, 602);
this.listBoxMESSAGEMEDIA.TabIndex = 5;
this.listBoxMESSAGEMEDIA.SelectedIndexChanged += new System.EventHandler(this.listBoxMESSAGEMEDIA_SelectedIndexChanged);
//
// listBoxMESSAGE
//
this.listBoxMESSAGE.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.listBoxMESSAGE.FormattingEnabled = true;
this.listBoxMESSAGE.Location = new System.Drawing.Point(2, 5);
this.listBoxMESSAGE.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.listBoxMESSAGE.Name = "listBoxMESSAGE";
this.listBoxMESSAGE.Size = new System.Drawing.Size(798, 589);
this.listBoxMESSAGE.TabIndex = 4;
//
// textBox3
//
this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox3.Enabled = false;
this.textBox3.Location = new System.Drawing.Point(14, 155);
this.textBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(791, 20);
this.textBox3.TabIndex = 50;
this.textBox3.Text = "none";
this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
//
// button10
//
this.button10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button10.BackColor = System.Drawing.Color.RoyalBlue;
this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button10.ForeColor = System.Drawing.Color.White;
this.button10.Location = new System.Drawing.Point(828, 152);
this.button10.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(130, 25);
this.button10.TabIndex = 2;
this.button10.Text = "Select";
this.button10.UseVisualStyleBackColor = false;
this.button10.Click += new System.EventHandler(this.button10_Click);
//
// pictureBox5
//
this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
this.pictureBox5.Location = new System.Drawing.Point(80, 32);
this.pictureBox5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pictureBox5.Name = "pictureBox5";
this.pictureBox5.Size = new System.Drawing.Size(119, 122);
this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox5.TabIndex = 55;
this.pictureBox5.TabStop = false;
//
// listView1
//
this.listView1.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.listView1.Enabled = false;
this.listView1.HideSelection = false;
this.listView1.LargeImageList = this.imageList1;
this.listView1.Location = new System.Drawing.Point(4, 297);
this.listView1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(974, 343);
this.listView1.TabIndex = 4;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// imageList1
//
this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth16Bit;
this.imageList1.ImageSize = new System.Drawing.Size(100, 100);
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(76, 207);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(124, 17);
this.label4.TabIndex = 58;
this.label4.Text = "Assembly of Chats";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(10, 130);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(300, 17);
this.label3.TabIndex = 59;
this.label3.Text = "Select .DB file: \\com.whatsapp\\db\\msgstore.db";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(10, 73);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(249, 17);
this.label1.TabIndex = 62;
this.label1.Text = "Select folder: \\com.whatsapp\\f\\Avatars";
//
// button2
//
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button2.BackColor = System.Drawing.Color.RoyalBlue;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.ForeColor = System.Drawing.Color.White;
this.button2.Location = new System.Drawing.Point(828, 96);
this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(130, 25);
this.button2.TabIndex = 1;
this.button2.Text = "Select";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// textBox1
//
this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Enabled = false;
this.textBox1.Location = new System.Drawing.Point(14, 99);
this.textBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(791, 20);
this.textBox1.TabIndex = 60;
this.textBox1.Text = "none";
//
// tabControl1
//
this.tabControl1.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.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage4);
this.tabControl1.Location = new System.Drawing.Point(264, 6);
this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(988, 667);
this.tabControl1.TabIndex = 63;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.Color.Gainsboro;
this.tabPage1.Controls.Add(this.listBox1);
this.tabPage1.Controls.Add(this.panel1);
this.tabPage1.Controls.Add(this.listView1);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabPage1.Size = new System.Drawing.Size(980, 641);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Main";
//
// listBox1
//
this.listBox1.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.listBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.listBox1.FormattingEnabled = true;
this.listBox1.Location = new System.Drawing.Point(4, 298);
this.listBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.listBox1.Name = "listBox1";
this.listBox1.ScrollAlwaysVisible = true;
this.listBox1.Size = new System.Drawing.Size(971, 325);
this.listBox1.TabIndex = 76;
this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.label9);
this.panel1.Controls.Add(this.textBoxNUMBER);
this.panel1.Controls.Add(this.checkChatBlock);
this.panel1.Controls.Add(this.checkBoxDuranteParser);
this.panel1.Controls.Add(this.checkBoxEscreverAudio);
this.panel1.Controls.Add(this.checkBoxLinkaudio);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.button5);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.textBox3);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.button10);
this.panel1.Controls.Add(this.button2);
this.panel1.Controls.Add(this.button4);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.button3);
this.panel1.Location = new System.Drawing.Point(4, 6);
this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(972, 286);
this.panel1.TabIndex = 63;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(10, 193);
this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(105, 17);
this.label9.TabIndex = 79;
this.label9.Text = "Select Number:";
//
// textBoxNUMBER
//
this.textBoxNUMBER.Location = new System.Drawing.Point(14, 217);
this.textBoxNUMBER.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBoxNUMBER.Name = "textBoxNUMBER";
this.textBoxNUMBER.Size = new System.Drawing.Size(120, 20);
this.textBoxNUMBER.TabIndex = 78;
//
// checkChatBlock
//
this.checkChatBlock.AutoSize = true;
this.checkChatBlock.Location = new System.Drawing.Point(150, 219);
this.checkChatBlock.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkChatBlock.Name = "checkChatBlock";
this.checkChatBlock.Size = new System.Drawing.Size(134, 17);
this.checkChatBlock.TabIndex = 77;
this.checkChatBlock.Text = "List only blocked chats";
this.checkChatBlock.UseVisualStyleBackColor = true;
//
// checkBoxDuranteParser
//
this.checkBoxDuranteParser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.checkBoxDuranteParser.AutoSize = true;
this.checkBoxDuranteParser.Location = new System.Drawing.Point(804, 254);
this.checkBoxDuranteParser.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBoxDuranteParser.Name = "checkBoxDuranteParser";
this.checkBoxDuranteParser.Size = new System.Drawing.Size(155, 17);
this.checkBoxDuranteParser.TabIndex = 75;
this.checkBoxDuranteParser.Text = "Transcribe during PARSER";
this.checkBoxDuranteParser.UseVisualStyleBackColor = true;
this.checkBoxDuranteParser.CheckedChanged += new System.EventHandler(this.checkBoxDuranteParser_CheckedChanged);
//
// checkBoxEscreverAudio
//
this.checkBoxEscreverAudio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.checkBoxEscreverAudio.AutoSize = true;
this.checkBoxEscreverAudio.Location = new System.Drawing.Point(622, 254);
this.checkBoxEscreverAudio.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBoxEscreverAudio.Name = "checkBoxEscreverAudio";
this.checkBoxEscreverAudio.Size = new System.Drawing.Size(167, 17);
this.checkBoxEscreverAudio.TabIndex = 74;
this.checkBoxEscreverAudio.Text = "Write .txt Transcripts in HTML";
this.checkBoxEscreverAudio.UseVisualStyleBackColor = true;
//
// checkBoxLinkaudio
//
this.checkBoxLinkaudio.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.checkBoxLinkaudio.AutoSize = true;
this.checkBoxLinkaudio.Location = new System.Drawing.Point(450, 254);
this.checkBoxLinkaudio.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.checkBoxLinkaudio.Name = "checkBoxLinkaudio";
this.checkBoxLinkaudio.Size = new System.Drawing.Size(158, 17);
this.checkBoxLinkaudio.TabIndex = 73;
this.checkBoxLinkaudio.Text = "Link .txt transcripts in HTML";
this.checkBoxLinkaudio.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(253, 254);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(12, 17);
this.label5.TabIndex = 64;
this.label5.Text = ".";
this.label5.Visible = false;
//
// button5
//
this.button5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button5.BackColor = System.Drawing.Color.RoyalBlue;
this.button5.Enabled = false;
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button5.ForeColor = System.Drawing.Color.White;
this.button5.Location = new System.Drawing.Point(828, 204);
this.button5.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(130, 25);
this.button5.TabIndex = 68;
this.button5.Text = "Generate All Chats";
this.button5.UseVisualStyleBackColor = false;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(10, 17);
this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(661, 17);
this.label6.TabIndex = 67;
this.label6.Text = "Select the chat destination folder (To link correctly choose the media folder \"\\c" +
"om.whatsapp\\WhatsApp\\\"";
//
// button1
//
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button1.BackColor = System.Drawing.Color.RoyalBlue;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Location = new System.Drawing.Point(828, 41);
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(130, 25);
this.button1.TabIndex = 0;
this.button1.Text = "Select";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox2
//
this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox2.Enabled = false;
this.textBox2.Location = new System.Drawing.Point(14, 44);
this.textBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(791, 20);
this.textBox2.TabIndex = 65;
this.textBox2.Text = "none";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(10, 254);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(239, 17);
this.label2.TabIndex = 63;
this.label2.Text = "Select a Chat to generate the HTML:";
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.Color.Gainsboro;
this.tabPage2.Controls.Add(this.listBoxMESSAGE);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabPage2.Size = new System.Drawing.Size(804, 604);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Plain text";
//
// tabPage3
//
this.tabPage3.BackColor = System.Drawing.Color.Gainsboro;
this.tabPage3.Controls.Add(this.button6);
this.tabPage3.Controls.Add(this.webBrowser1);
this.tabPage3.Controls.Add(this.listBoxMESSAGEMEDIA);
this.tabPage3.Location = new System.Drawing.Point(4, 22);
this.tabPage3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabPage3.Name = "tabPage3";
this.tabPage3.Size = new System.Drawing.Size(804, 604);
this.tabPage3.TabIndex = 2;
this.tabPage3.Text = "Preview";
//
// button6
//
this.button6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.button6.BackColor = System.Drawing.Color.RoyalBlue;
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button6.ForeColor = System.Drawing.Color.White;
this.button6.Location = new System.Drawing.Point(650, 2);
this.button6.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(119, 25);
this.button6.TabIndex = 10;
this.button6.Text = "Open in Browser";
this.button6.UseVisualStyleBackColor = false;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// webBrowser1
//
this.webBrowser1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.webBrowser1.Location = new System.Drawing.Point(164, 2);
this.webBrowser1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.webBrowser1.MinimumSize = new System.Drawing.Size(15, 16);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScriptErrorsSuppressed = true;
this.webBrowser1.Size = new System.Drawing.Size(639, 592);
this.webBrowser1.TabIndex = 9;
this.webBrowser1.Url = new System.Uri("", System.UriKind.Relative);
//
// tabPage4
//
this.tabPage4.Controls.Add(this.webBrowser2);
this.tabPage4.Location = new System.Drawing.Point(4, 22);
this.tabPage4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.tabPage4.Name = "tabPage4";
this.tabPage4.Size = new System.Drawing.Size(804, 604);
this.tabPage4.TabIndex = 3;
this.tabPage4.Text = "Chats folder";
this.tabPage4.UseVisualStyleBackColor = true;
//
// webBrowser2
//
this.webBrowser2.Dock = System.Windows.Forms.DockStyle.Fill;
this.webBrowser2.Location = new System.Drawing.Point(0, 0);
this.webBrowser2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.webBrowser2.MinimumSize = new System.Drawing.Size(15, 16);
this.webBrowser2.Name = "webBrowser2";
this.webBrowser2.Size = new System.Drawing.Size(804, 604);
this.webBrowser2.TabIndex = 8;
this.webBrowser2.Url = new System.Uri("", System.UriKind.Relative);
//
// textBoxTEMP
//
this.textBoxTEMP.Location = new System.Drawing.Point(58, 356);
this.textBoxTEMP.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.textBoxTEMP.Name = "textBoxTEMP";
this.textBoxTEMP.Size = new System.Drawing.Size(132, 20);
this.textBoxTEMP.TabIndex = 76;
this.textBoxTEMP.Visible = false;
//
// pictureBox2
//
this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox2.BackColor = System.Drawing.Color.LightSteelBlue;
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(75, 549);
this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(97, 100);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 75;
this.pictureBox2.TabStop = false;
this.pictureBox2.Visible = false;
//
// label7
//
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.ForeColor = System.Drawing.Color.Green;
this.label7.Location = new System.Drawing.Point(44, 249);
this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(196, 20);
this.label7.TabIndex = 71;
this.label7.Text = "New Database Schema";
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.ForeColor = System.Drawing.Color.Black;
this.label8.Location = new System.Drawing.Point(40, 293);
this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(197, 36);
this.label8.TabIndex = 72;
this.label8.Text = " Attention: Note which \r\nversion of your MSGSTORE";
//
// backgroundWorker1
//
this.backgroundWorker1.WorkerReportsProgress = true;
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
//
// backgroundWorker2
//
this.backgroundWorker2.WorkerReportsProgress = true;
this.backgroundWorker2.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker2_DoWork);
this.backgroundWorker2.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker2_RunWorkerCompleted);
//
// panel3
//
this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.panel3.BackColor = System.Drawing.Color.LightSteelBlue;
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.pictureBox2);
this.panel3.Controls.Add(this.textBoxTEMP);
this.panel3.Controls.Add(this.label14);
this.panel3.Controls.Add(this.label8);
this.panel3.Controls.Add(this.label7);
this.panel3.Controls.Add(this.pictureBox5);
this.panel3.Controls.Add(this.label4);
this.panel3.Location = new System.Drawing.Point(-7, -8);
this.panel3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(274, 684);
this.panel3.TabIndex = 73;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label14.Location = new System.Drawing.Point(71, 176);
this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(149, 20);
this.label14.TabIndex = 20;
this.label14.Text = "WhatsApp Chats \r\n";
//
// WhatsParser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.MediumSeaGreen;
this.ClientSize = new System.Drawing.Size(1251, 667);
this.Controls.Add(this.panel3);
this.Controls.Add(this.tabControl1);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "WhatsParser";
this.Text = "WhatsApp Chats (New Database Scheme)";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.WhatsParser_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage4.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.ListBox listBoxMESSAGEMEDIA;
private System.Windows.Forms.ListBox listBoxMESSAGE;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.OpenFileDialog ofd2;
private System.Windows.Forms.PictureBox pictureBox5;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.WebBrowser webBrowser2;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.CheckBox checkBoxDuranteParser;
private System.Windows.Forms.CheckBox checkBoxEscreverAudio;
private System.Windows.Forms.CheckBox checkBoxLinkaudio;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.ComponentModel.BackgroundWorker backgroundWorker2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox textBoxTEMP;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.CheckBox checkChatBlock;
private System.Windows.Forms.TextBox textBoxNUMBER;
private System.Windows.Forms.Label label9;
}
}