Ejemplo n.º 1
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Black_Ops_FF_Viewer.Form1));
     this.OD       = new global::System.Windows.Forms.OpenFileDialog();
     this.FileList = new global::System.Windows.Forms.ListBox();
     this.ListMenu = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.CopyToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.InjectToolStripMenuItem  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SaveToolStripMenuItem1   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.RenameToolStripMenuItem  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ExtractToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.MainMenu = new global::System.Windows.Forms.MenuStrip();
     this.FileToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.OpenToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SaveToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator1   = new global::System.Windows.Forms.ToolStripSeparator();
     this.ToolStripMenuItem1    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ExportAsBlockFileToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator2   = new global::System.Windows.Forms.ToolStripSeparator();
     this.ExitToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Edit = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CutToolStripMenuItem1    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyToolStripMenuItem2   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.PasteToolStripMenuItem1  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator3      = new global::System.Windows.Forms.ToolStripSeparator();
     this.KeyToolStripMenuItem     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Xbox360ToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.PS3ToolStripMenuItem     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AboutToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SD                            = new global::System.Windows.Forms.SaveFileDialog();
     this.CodeMenu                      = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.CutToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyToolStripMenuItem1        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.PasteToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Code                          = new global::ICSharpCode.TextEditor.TextEditorControl();
     this.FastFileNameToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.FastFileName                  = new global::System.Windows.Forms.ToolStripTextBox();
     this.ListMenu.SuspendLayout();
     this.MainMenu.SuspendLayout();
     this.CodeMenu.SuspendLayout();
     this.SuspendLayout();
     this.FileList.Anchor              = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.FileList.ContextMenuStrip    = this.ListMenu;
     this.FileList.Enabled             = false;
     this.FileList.Font                = new global::System.Drawing.Font("Consolas", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.FileList.FormattingEnabled   = true;
     this.FileList.HorizontalScrollbar = true;
     this.FileList.ItemHeight          = 15;
     global::System.Windows.Forms.Control fileList = this.FileList;
     global::System.Drawing.Point         location = new global::System.Drawing.Point(1, 24);
     fileList.Location  = location;
     this.FileList.Name = "FileList";
     global::System.Windows.Forms.Control fileList2 = this.FileList;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(315, 454);
     fileList2.Size         = size;
     this.FileList.TabIndex = 4;
     this.ListMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.CopyToolStripMenuItem,
         this.InjectToolStripMenuItem,
         this.ExtractToolStripMenuItem
     });
     this.ListMenu.Name = "ListMenu";
     global::System.Windows.Forms.Control listMenu = this.ListMenu;
     size          = new global::System.Drawing.Size(159, 70);
     listMenu.Size = size;
     this.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem copyToolStripMenuItem = this.CopyToolStripMenuItem;
     size = new global::System.Drawing.Size(158, 22);
     copyToolStripMenuItem.Size      = size;
     this.CopyToolStripMenuItem.Text = "Copy File Name";
     this.InjectToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SaveToolStripMenuItem1,
         this.RenameToolStripMenuItem
     });
     this.InjectToolStripMenuItem.Name = "InjectToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem injectToolStripMenuItem = this.InjectToolStripMenuItem;
     size = new global::System.Drawing.Size(158, 22);
     injectToolStripMenuItem.Size      = size;
     this.InjectToolStripMenuItem.Text = "Inject";
     this.SaveToolStripMenuItem1.Name  = "SaveToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem saveToolStripMenuItem = this.SaveToolStripMenuItem1;
     size = new global::System.Drawing.Size(117, 22);
     saveToolStripMenuItem.Size        = size;
     this.SaveToolStripMenuItem1.Text  = "Save";
     this.RenameToolStripMenuItem.Name = "RenameToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem renameToolStripMenuItem = this.RenameToolStripMenuItem;
     size = new global::System.Drawing.Size(117, 22);
     renameToolStripMenuItem.Size       = size;
     this.RenameToolStripMenuItem.Text  = "Rename";
     this.ExtractToolStripMenuItem.Name = "ExtractToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem extractToolStripMenuItem = this.ExtractToolStripMenuItem;
     size = new global::System.Drawing.Size(158, 22);
     extractToolStripMenuItem.Size      = size;
     this.ExtractToolStripMenuItem.Text = "Extract";
     this.MainMenu.BackColor            = global::System.Drawing.SystemColors.GradientInactiveCaption;
     this.MainMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.FileToolStripMenuItem,
         this.Edit,
         this.KeyToolStripMenuItem,
         this.AboutToolStripMenuItem
     });
     global::System.Windows.Forms.Control mainMenu = this.MainMenu;
     location           = new global::System.Drawing.Point(0, 0);
     mainMenu.Location  = location;
     this.MainMenu.Name = "MainMenu";
     global::System.Windows.Forms.Control mainMenu2 = this.MainMenu;
     size                   = new global::System.Drawing.Size(953, 24);
     mainMenu2.Size         = size;
     this.MainMenu.TabIndex = 5;
     this.MainMenu.Text     = "MainMenu";
     this.FileToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.OpenToolStripMenuItem,
         this.SaveToolStripMenuItem,
         this.ToolStripSeparator1,
         this.ToolStripMenuItem1,
         this.ExportAsBlockFileToolStripMenuItem,
         this.ToolStripSeparator2,
         this.ExitToolStripMenuItem
     });
     this.FileToolStripMenuItem.Name = "FileToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem fileToolStripMenuItem = this.FileToolStripMenuItem;
     size = new global::System.Drawing.Size(37, 20);
     fileToolStripMenuItem.Size      = size;
     this.FileToolStripMenuItem.Text = "File";
     this.OpenToolStripMenuItem.Name = "OpenToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem openToolStripMenuItem = this.OpenToolStripMenuItem;
     size = new global::System.Drawing.Size(163, 22);
     openToolStripMenuItem.Size      = size;
     this.OpenToolStripMenuItem.Text = "Open";
     this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem saveToolStripMenuItem2 = this.SaveToolStripMenuItem;
     size = new global::System.Drawing.Size(163, 22);
     saveToolStripMenuItem2.Size     = size;
     this.SaveToolStripMenuItem.Text = "Save";
     this.ToolStripSeparator1.Name   = "ToolStripSeparator1";
     global::System.Windows.Forms.ToolStripItem toolStripSeparator = this.ToolStripSeparator1;
     size = new global::System.Drawing.Size(160, 6);
     toolStripSeparator.Size      = size;
     this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem toolStripMenuItem = this.ToolStripMenuItem1;
     size = new global::System.Drawing.Size(163, 22);
     toolStripMenuItem.Size       = size;
     this.ToolStripMenuItem1.Text = "Import Block File";
     this.ExportAsBlockFileToolStripMenuItem.Name = "ExportAsBlockFileToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem exportAsBlockFileToolStripMenuItem = this.ExportAsBlockFileToolStripMenuItem;
     size = new global::System.Drawing.Size(163, 22);
     exportAsBlockFileToolStripMenuItem.Size      = size;
     this.ExportAsBlockFileToolStripMenuItem.Text = "Export Block File";
     this.ToolStripSeparator2.Name = "ToolStripSeparator2";
     global::System.Windows.Forms.ToolStripItem toolStripSeparator2 = this.ToolStripSeparator2;
     size = new global::System.Drawing.Size(160, 6);
     toolStripSeparator2.Size        = size;
     this.ExitToolStripMenuItem.Name = "ExitToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem exitToolStripMenuItem = this.ExitToolStripMenuItem;
     size = new global::System.Drawing.Size(163, 22);
     exitToolStripMenuItem.Size      = size;
     this.ExitToolStripMenuItem.Text = "Exit";
     this.Edit.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.CutToolStripMenuItem1,
         this.CopyToolStripMenuItem2,
         this.PasteToolStripMenuItem1,
         this.ToolStripSeparator3,
         this.FastFileNameToolStripMenuItem
     });
     this.Edit.Enabled = false;
     this.Edit.Name    = "Edit";
     global::System.Windows.Forms.ToolStripItem edit = this.Edit;
     size           = new global::System.Drawing.Size(39, 20);
     edit.Size      = size;
     this.Edit.Text = "Edit";
     this.CutToolStripMenuItem1.Name = "CutToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem cutToolStripMenuItem = this.CutToolStripMenuItem1;
     size = new global::System.Drawing.Size(152, 22);
     cutToolStripMenuItem.Size        = size;
     this.CutToolStripMenuItem1.Text  = "Cut";
     this.CopyToolStripMenuItem2.Name = "CopyToolStripMenuItem2";
     global::System.Windows.Forms.ToolStripItem copyToolStripMenuItem2 = this.CopyToolStripMenuItem2;
     size = new global::System.Drawing.Size(152, 22);
     copyToolStripMenuItem2.Size       = size;
     this.CopyToolStripMenuItem2.Text  = "Copy";
     this.PasteToolStripMenuItem1.Name = "PasteToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem pasteToolStripMenuItem = this.PasteToolStripMenuItem1;
     size = new global::System.Drawing.Size(152, 22);
     pasteToolStripMenuItem.Size       = size;
     this.PasteToolStripMenuItem1.Text = "Paste";
     this.ToolStripSeparator3.Name     = "ToolStripSeparator3";
     global::System.Windows.Forms.ToolStripItem toolStripSeparator3 = this.ToolStripSeparator3;
     size = new global::System.Drawing.Size(149, 6);
     toolStripSeparator3.Size = size;
     this.KeyToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.Xbox360ToolStripMenuItem,
         this.PS3ToolStripMenuItem
     });
     this.KeyToolStripMenuItem.Name = "KeyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem keyToolStripMenuItem = this.KeyToolStripMenuItem;
     size = new global::System.Drawing.Size(38, 20);
     keyToolStripMenuItem.Size                  = size;
     this.KeyToolStripMenuItem.Text             = "Key";
     this.Xbox360ToolStripMenuItem.CheckOnClick = true;
     this.Xbox360ToolStripMenuItem.Name         = "Xbox360ToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem xbox360ToolStripMenuItem = this.Xbox360ToolStripMenuItem;
     size = new global::System.Drawing.Size(121, 22);
     xbox360ToolStripMenuItem.Size          = size;
     this.Xbox360ToolStripMenuItem.Text     = "Xbox 360";
     this.PS3ToolStripMenuItem.Checked      = true;
     this.PS3ToolStripMenuItem.CheckOnClick = true;
     this.PS3ToolStripMenuItem.CheckState   = global::System.Windows.Forms.CheckState.Checked;
     this.PS3ToolStripMenuItem.Name         = "PS3ToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem ps3ToolStripMenuItem = this.PS3ToolStripMenuItem;
     size = new global::System.Drawing.Size(121, 22);
     ps3ToolStripMenuItem.Size        = size;
     this.PS3ToolStripMenuItem.Text   = "PS3";
     this.AboutToolStripMenuItem.Name = "AboutToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem aboutToolStripMenuItem = this.AboutToolStripMenuItem;
     size = new global::System.Drawing.Size(52, 20);
     aboutToolStripMenuItem.Size      = size;
     this.AboutToolStripMenuItem.Text = "About";
     this.CodeMenu.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.CutToolStripMenuItem,
         this.CopyToolStripMenuItem1,
         this.PasteToolStripMenuItem
     });
     this.CodeMenu.Name = "CodeMenu";
     global::System.Windows.Forms.Control codeMenu = this.CodeMenu;
     size          = new global::System.Drawing.Size(103, 70);
     codeMenu.Size = size;
     this.CutToolStripMenuItem.Name = "CutToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem cutToolStripMenuItem2 = this.CutToolStripMenuItem;
     size = new global::System.Drawing.Size(102, 22);
     cutToolStripMenuItem2.Size       = size;
     this.CutToolStripMenuItem.Text   = "Cut";
     this.CopyToolStripMenuItem1.Name = "CopyToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem copyToolStripMenuItem3 = this.CopyToolStripMenuItem1;
     size = new global::System.Drawing.Size(102, 22);
     copyToolStripMenuItem3.Size      = size;
     this.CopyToolStripMenuItem1.Text = "Copy";
     this.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem pasteToolStripMenuItem2 = this.PasteToolStripMenuItem;
     size = new global::System.Drawing.Size(102, 22);
     pasteToolStripMenuItem2.Size     = size;
     this.PasteToolStripMenuItem.Text = "Paste";
     this.Code.Anchor           = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.Code.ContextMenuStrip = this.CodeMenu;
     this.Code.Enabled          = false;
     this.Code.IsReadOnly       = false;
     global::System.Windows.Forms.Control code = this.Code;
     location       = new global::System.Drawing.Point(322, 24);
     code.Location  = location;
     this.Code.Name = "Code";
     global::System.Windows.Forms.Control code2 = this.Code;
     size               = new global::System.Drawing.Size(631, 454);
     code2.Size         = size;
     this.Code.TabIndex = 6;
     this.FastFileNameToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.FastFileName
     });
     this.FastFileNameToolStripMenuItem.Name = "FastFileNameToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem fastFileNameToolStripMenuItem = this.FastFileNameToolStripMenuItem;
     size = new global::System.Drawing.Size(152, 22);
     fastFileNameToolStripMenuItem.Size      = size;
     this.FastFileNameToolStripMenuItem.Text = "FastFile Name";
     this.FastFileName.MaxLength             = 32;
     this.FastFileName.Name = "FastFileName";
     global::System.Windows.Forms.ToolStripControlHost fastFileName = this.FastFileName;
     size = new global::System.Drawing.Size(100, 23);
     fastFileName.Size = size;
     this.FastFileName.TextBoxTextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.SystemColors.GradientInactiveCaption;
     size            = new global::System.Drawing.Size(953, 479);
     this.ClientSize = size;
     this.Controls.Add(this.Code);
     this.Controls.Add(this.MainMenu);
     this.Controls.Add(this.FileList);
     this.Icon          = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MainMenuStrip = this.MainMenu;
     this.Name          = "Form1";
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Black Ops - FastFile Viewer";
     this.ListMenu.ResumeLayout(false);
     this.MainMenu.ResumeLayout(false);
     this.MainMenu.PerformLayout();
     this.CodeMenu.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmLogger));
     this.ContextMenuStrip1          = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.RefreshToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem         = new global::System.Windows.Forms.ToolStripSeparator();
     this.SaveAsToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SelectAllToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyToolStripMenuItem      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStrip1              = new global::System.Windows.Forms.ToolStrip();
     this.ToolStripTextBox1       = new global::System.Windows.Forms.ToolStripTextBox();
     this.ToolStripButton1        = new global::System.Windows.Forms.ToolStripButton();
     this.ContextMenuStrip2       = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.ToolStripMenuItem1      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem1     = new global::System.Windows.Forms.ToolStripSeparator();
     this.DeleteToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.TextBox1      = new global::System.Windows.Forms.TextBox();
     this.T1            = new global::System.Windows.Forms.RichTextBox();
     this.ImageList1    = new global::System.Windows.Forms.ImageList(this.components);
     this.Lv1           = new global::NINGALINET.LV();
     this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
     this.pr            = new global::NINGALINET.CHProgressbar();
     this.sl            = new global::System.Windows.Forms.Label();
     this.ContextMenuStrip1.SuspendLayout();
     this.ToolStrip1.SuspendLayout();
     this.ContextMenuStrip2.SuspendLayout();
     this.SuspendLayout();
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem,
         this.AToolStripMenuItem,
         this.SaveAsToolStripMenuItem,
         this.SelectAllToolStripMenuItem,
         this.CopyToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_197_0 = this.ContextMenuStrip1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(123, 98);
     arg_197_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1BE_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(122, 22);
     arg_1BE_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name       = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1F4_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(119, 6);
     arg_1F4_0.Size = size;
     this.SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_21B_0 = this.SaveAsToolStripMenuItem;
     size           = new global::System.Drawing.Size(122, 22);
     arg_21B_0.Size = size;
     this.SaveAsToolStripMenuItem.Text    = "Save As";
     this.SelectAllToolStripMenuItem.Name = "SelectAllToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_252_0 = this.SelectAllToolStripMenuItem;
     size           = new global::System.Drawing.Size(122, 22);
     arg_252_0.Size = size;
     this.SelectAllToolStripMenuItem.Text = "Select All";
     this.CopyToolStripMenuItem.Name      = "CopyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_289_0 = this.CopyToolStripMenuItem;
     size           = new global::System.Drawing.Size(122, 22);
     arg_289_0.Size = size;
     this.CopyToolStripMenuItem.Text = "Copy";
     this.ToolStrip1.BackColor       = global::System.Drawing.Color.Black;
     this.ToolStrip1.Dock            = global::System.Windows.Forms.DockStyle.Bottom;
     this.ToolStrip1.GripStyle       = global::System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.ToolStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ToolStripTextBox1,
         this.ToolStripButton1
     });
     global::System.Windows.Forms.Control arg_304_0 = this.ToolStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 337);
     arg_304_0.Location          = location;
     this.ToolStrip1.Name        = "ToolStrip1";
     this.ToolStrip1.RenderMode  = global::System.Windows.Forms.ToolStripRenderMode.System;
     this.ToolStrip1.RightToLeft = global::System.Windows.Forms.RightToLeft.Yes;
     global::System.Windows.Forms.Control arg_346_0 = this.ToolStrip1;
     size                               = new global::System.Drawing.Size(584, 25);
     arg_346_0.Size                     = size;
     this.ToolStrip1.TabIndex           = 4;
     this.ToolStrip1.Text               = "ToolStrip1";
     this.ToolStripTextBox1.BackColor   = global::System.Drawing.Color.FromArgb(40, 40, 40);
     this.ToolStripTextBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.ToolStripTextBox1.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
     this.ToolStripTextBox1.Name        = "ToolStripTextBox1";
     global::System.Windows.Forms.ToolStripControlHost arg_3BB_0 = this.ToolStripTextBox1;
     size           = new global::System.Drawing.Size(100, 25);
     arg_3BB_0.Size = size;
     this.ToolStripTextBox1.TextBoxTextAlign     = global::System.Windows.Forms.HorizontalAlignment.Right;
     this.ToolStripButton1.DisplayStyle          = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButton1.Image                 = (global::System.Drawing.Image)componentResourceManager.GetObject("ToolStripButton1.Image");
     this.ToolStripButton1.ImageTransparentColor = global::System.Drawing.Color.Magenta;
     this.ToolStripButton1.Name = "ToolStripButton1";
     global::System.Windows.Forms.ToolStripItem arg_425_0 = this.ToolStripButton1;
     size                       = new global::System.Drawing.Size(23, 22);
     arg_425_0.Size             = size;
     this.ToolStripButton1.Text = "Find";
     this.ContextMenuStrip2.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ToolStripMenuItem1,
         this.AToolStripMenuItem1,
         this.DeleteToolStripMenuItem
     });
     this.ContextMenuStrip2.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_48F_0 = this.ContextMenuStrip2;
     size           = new global::System.Drawing.Size(118, 54);
     arg_48F_0.Size = size;
     this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_4B6_0 = this.ToolStripMenuItem1;
     size           = new global::System.Drawing.Size(117, 22);
     arg_4B6_0.Size = size;
     this.ToolStripMenuItem1.Text  = "Refresh";
     this.AToolStripMenuItem1.Name = "AToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_4EC_0 = this.AToolStripMenuItem1;
     size           = new global::System.Drawing.Size(114, 6);
     arg_4EC_0.Size = size;
     this.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_513_0 = this.DeleteToolStripMenuItem;
     size           = new global::System.Drawing.Size(117, 22);
     arg_513_0.Size = size;
     this.DeleteToolStripMenuItem.Text = "Remove";
     this.TextBox1.Dock = global::System.Windows.Forms.DockStyle.Top;
     global::System.Windows.Forms.Control arg_548_0 = this.TextBox1;
     location           = new global::System.Drawing.Point(159, 0);
     arg_548_0.Location = location;
     this.TextBox1.Name = "TextBox1";
     global::System.Windows.Forms.Control arg_572_0 = this.TextBox1;
     size                     = new global::System.Drawing.Size(425, 20);
     arg_572_0.Size           = size;
     this.TextBox1.TabIndex   = 12;
     this.TextBox1.Visible    = false;
     this.T1.BorderStyle      = global::System.Windows.Forms.BorderStyle.None;
     this.T1.ContextMenuStrip = this.ContextMenuStrip1;
     this.T1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.T1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_5DE_0 = this.T1;
     location           = new global::System.Drawing.Point(159, 20);
     arg_5DE_0.Location = location;
     this.T1.Name       = "T1";
     global::System.Windows.Forms.Control arg_60B_0 = this.T1;
     size                             = new global::System.Drawing.Size(425, 302);
     arg_60B_0.Size                   = size;
     this.T1.TabIndex                 = 13;
     this.T1.Text                     = global::NINGALINET.My.Resources.Resources.notf;
     this.ImageList1.ImageStream      = (global::System.Windows.Forms.ImageListStreamer)componentResourceManager.GetObject("ImageList1.ImageStream");
     this.ImageList1.TransparentColor = global::System.Drawing.Color.Transparent;
     this.ImageList1.Images.SetKeyName(0, "148.png");
     this.Lv1.BackColor = global::System.Drawing.Color.Black;
     this.Lv1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1
     });
     this.Lv1.ContextMenuStrip = this.ContextMenuStrip2;
     this.Lv1.Dock             = global::System.Windows.Forms.DockStyle.Left;
     this.Lv1.Font             = new global::System.Drawing.Font("Arial", 8.25f);
     this.Lv1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.Lv1.FullRowSelect    = true;
     this.Lv1.LargeImageList   = this.ImageList1;
     global::System.Windows.Forms.Control arg_716_0 = this.Lv1;
     location           = new global::System.Drawing.Point(0, 0);
     arg_716_0.Location = location;
     this.Lv1.Name      = "Lv1";
     this.Lv1.OwnerDraw = true;
     global::System.Windows.Forms.Control arg_74F_0 = this.Lv1;
     size                    = new global::System.Drawing.Size(159, 322);
     arg_74F_0.Size          = size;
     this.Lv1.SmallImageList = this.ImageList1;
     this.Lv1.TabIndex       = 9;
     this.Lv1.UseCompatibleStateImageBehavior = false;
     this.Lv1.View            = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Date Logger";
     this.ColumnHeader1.Width = 120;
     this.pr.BackColor        = global::System.Drawing.Color.Transparent;
     this.pr.Colors           = new global::NINGALINET.Bloom[0];
     this.pr.Customization    = global::NINGALINET.My.Resources.Resources.notf;
     this.pr.Dock             = global::System.Windows.Forms.DockStyle.Bottom;
     this.pr.Font             = new global::System.Drawing.Font("Verdana", 8f);
     this.pr.Image            = null;
     global::System.Windows.Forms.Control arg_81E_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 322);
     arg_81E_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_861_0 = this.pr;
     size                = new global::System.Drawing.Size(584, 15);
     arg_861_0.Size      = size;
     this.pr.TabIndex    = 7;
     this.pr.Text        = "ChProgressbar1";
     this.pr.Transparent = true;
     this.pr.Value       = 0;
     this.sl.Anchor      = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
     this.sl.AutoSize    = true;
     this.sl.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_8D6_0 = this.sl;
     location           = new global::System.Drawing.Point(4, 343);
     arg_8D6_0.Location = location;
     this.sl.Name       = "sl";
     global::System.Windows.Forms.Control arg_8FD_0 = this.sl;
     size             = new global::System.Drawing.Size(13, 13);
     arg_8FD_0.Size   = size;
     this.sl.TabIndex = 14;
     this.sl.Text     = "..";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(584, 362);
     this.ClientSize = size;
     this.Controls.Add(this.sl);
     this.Controls.Add(this.T1);
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.Lv1);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.ToolStrip1);
     this.Name          = "FrmLogger";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "kl";
     this.ContextMenuStrip1.ResumeLayout(false);
     this.ToolStrip1.ResumeLayout(false);
     this.ToolStrip1.PerformLayout();
     this.ContextMenuStrip2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Troianos_RAT.kl));
     this.ProgressBar1       = new global::System.Windows.Forms.ProgressBar();
     this.MenuStrip1         = new global::System.Windows.Forms.MenuStrip();
     this.ToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripMenuItem2 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.TFind                      = new global::System.Windows.Forms.ToolStripTextBox();
     this.T1                         = new global::System.Windows.Forms.RichTextBox();
     this.ContextMenuStrip1          = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.CopyToolStripMenuItem      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SelectAllToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.MenuStrip1.SuspendLayout();
     this.ContextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     this.ProgressBar1.Dock = global::System.Windows.Forms.DockStyle.Bottom;
     global::System.Windows.Forms.Control progressBar = this.ProgressBar1;
     global::System.Drawing.Point         location    = new global::System.Drawing.Point(0, 322);
     progressBar.Location   = location;
     this.ProgressBar1.Name = "ProgressBar1";
     global::System.Windows.Forms.Control progressBar2 = this.ProgressBar1;
     global::System.Drawing.Size          size         = new global::System.Drawing.Size(641, 10);
     progressBar2.Size          = size;
     this.ProgressBar1.TabIndex = 0;
     this.MenuStrip1.BackColor  = global::System.Drawing.Color.Black;
     this.MenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ToolStripMenuItem1,
         this.ToolStripMenuItem2,
         this.TFind
     });
     global::System.Windows.Forms.Control menuStrip = this.MenuStrip1;
     location             = new global::System.Drawing.Point(0, 0);
     menuStrip.Location   = location;
     this.MenuStrip1.Name = "MenuStrip1";
     global::System.Windows.Forms.Control menuStrip2 = this.MenuStrip1;
     size                              = new global::System.Drawing.Size(641, 27);
     menuStrip2.Size                   = size;
     this.MenuStrip1.TabIndex          = 1;
     this.MenuStrip1.Text              = "MenuStrip1";
     this.ToolStripMenuItem1.BackColor = global::System.Drawing.Color.Black;
     this.ToolStripMenuItem1.ForeColor = global::System.Drawing.Color.White;
     this.ToolStripMenuItem1.Name      = "ToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem toolStripMenuItem = this.ToolStripMenuItem1;
     size = new global::System.Drawing.Size(65, 23);
     toolStripMenuItem.Size            = size;
     this.ToolStripMenuItem1.Text      = "Atualizar";
     this.ToolStripMenuItem2.ForeColor = global::System.Drawing.Color.White;
     this.ToolStripMenuItem2.Name      = "ToolStripMenuItem2";
     global::System.Windows.Forms.ToolStripItem toolStripMenuItem2 = this.ToolStripMenuItem2;
     size = new global::System.Drawing.Size(70, 23);
     toolStripMenuItem2.Size      = size;
     this.ToolStripMenuItem2.Text = "Encontrar";
     this.TFind.BackColor         = global::System.Drawing.Color.Black;
     this.TFind.BorderStyle       = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.TFind.ForeColor         = global::System.Drawing.Color.White;
     this.TFind.Name = "TFind";
     global::System.Windows.Forms.ToolStripControlHost tfind = this.TFind;
     size                     = new global::System.Drawing.Size(150, 23);
     tfind.Size               = size;
     this.TFind.Text          = "...";
     this.T1.BackColor        = global::System.Drawing.Color.Black;
     this.T1.BorderStyle      = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.T1.ContextMenuStrip = this.ContextMenuStrip1;
     this.T1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.T1.ForeColor        = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control t = this.T1;
     location     = new global::System.Drawing.Point(0, 27);
     t.Location   = location;
     this.T1.Name = "T1";
     global::System.Windows.Forms.Control t2 = this.T1;
     size             = new global::System.Drawing.Size(641, 295);
     t2.Size          = size;
     this.T1.TabIndex = 2;
     this.T1.Text     = "";
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.CopyToolStripMenuItem,
         this.SelectAllToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control contextMenuStrip = this.ContextMenuStrip1;
     size = new global::System.Drawing.Size(160, 70);
     contextMenuStrip.Size            = size;
     this.CopyToolStripMenuItem.Image = global::Troianos_RAT.My.Resources.Resources.Untitled;
     this.CopyToolStripMenuItem.Name  = "CopyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem copyToolStripMenuItem = this.CopyToolStripMenuItem;
     size = new global::System.Drawing.Size(159, 22);
     copyToolStripMenuItem.Size            = size;
     this.CopyToolStripMenuItem.Text       = "Copiar";
     this.SelectAllToolStripMenuItem.Image = global::Troianos_RAT.My.Resources.Resources.chk;
     this.SelectAllToolStripMenuItem.Name  = "SelectAllToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem selectAllToolStripMenuItem = this.SelectAllToolStripMenuItem;
     size = new global::System.Drawing.Size(159, 22);
     selectAllToolStripMenuItem.Size      = size;
     this.SelectAllToolStripMenuItem.Text = "Selecionar Tudo";
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     size            = new global::System.Drawing.Size(641, 332);
     this.ClientSize = size;
     this.Controls.Add(this.T1);
     this.Controls.Add(this.ProgressBar1);
     this.Controls.Add(this.MenuStrip1);
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MainMenuStrip   = this.MenuStrip1;
     this.Name            = "kl";
     this.StartPosition   = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Capturar Digitos";
     this.MenuStrip1.ResumeLayout(false);
     this.MenuStrip1.PerformLayout();
     this.ContextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 4
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::μProxy_Tool.Main));
     this.Menu_S = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.LoadProxiesToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyProxyToolStripMenuItem      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ExportToolStripMenuItem         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ClearListToolStripMenuItem      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.RemoveSelectedToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AboutToolStripMenuItem1         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.btn_Stop        = new global::System.Windows.Forms.Button();
     this.lbl_3           = new global::System.Windows.Forms.Label();
     this.lbl_2           = new global::System.Windows.Forms.Label();
     this.lbl_1           = new global::System.Windows.Forms.Label();
     this.btn_About       = new global::System.Windows.Forms.Button();
     this.lb_border3      = new global::System.Windows.Forms.Label();
     this.Sp_1            = new global::System.Windows.Forms.Label();
     this.btn_Export      = new global::System.Windows.Forms.Button();
     this.btn_Settings    = new global::System.Windows.Forms.Button();
     this.btn_Clear       = new global::System.Windows.Forms.Button();
     this.btn_Check       = new global::System.Windows.Forms.Button();
     this.SaveAll         = new global::System.Windows.Forms.Button();
     this.OpenFile_Btn    = new global::System.Windows.Forms.Button();
     this.Scrape_btn      = new global::System.Windows.Forms.Button();
     this.lb_border1      = new global::System.Windows.Forms.Label();
     this.tooltip         = new global::System.Windows.Forms.ToolTip(this.components);
     this.lb_info         = new global::System.Windows.Forms.Label();
     this.guide_icon      = new global::System.Windows.Forms.PictureBox();
     this.panel_guide     = new global::System.Windows.Forms.Panel();
     this.lb_close        = new global::System.Windows.Forms.Label();
     this.lb_detail       = new global::System.Windows.Forms.Label();
     this.lb_border       = new global::System.Windows.Forms.Label();
     this.Status          = new global::System.Windows.Forms.StatusStrip();
     this.status_lbl      = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.status_progress = new global::System.Windows.Forms.ToolStripProgressBar();
     this.status_per      = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.ListView1       = new global::μProxy_Tool.DoubleBufferedListView();
     this.ColumnHeader1   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader3   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader4   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader5   = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader6   = new global::System.Windows.Forms.ColumnHeader();
     this.Menu_S.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.guide_icon).BeginInit();
     this.panel_guide.SuspendLayout();
     this.Status.SuspendLayout();
     this.SuspendLayout();
     this.Menu_S.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.LoadProxiesToolStripMenuItem,
         this.CopyProxyToolStripMenuItem,
         this.ExportToolStripMenuItem,
         this.ClearListToolStripMenuItem,
         this.RemoveSelectedToolStripMenuItem,
         this.AboutToolStripMenuItem1
     });
     this.Menu_S.Name            = "ContextMenuStrip1";
     this.Menu_S.ShowImageMargin = false;
     global::System.Windows.Forms.Control arg_293_0 = this.Menu_S;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(140, 136);
     arg_293_0.Size = size;
     this.LoadProxiesToolStripMenuItem.Name = "LoadProxiesToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_2BD_0 = this.LoadProxiesToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_2BD_0.Size = size;
     this.LoadProxiesToolStripMenuItem.Text = "Load Proxies";
     this.CopyProxyToolStripMenuItem.Name   = "CopyProxyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_2F7_0 = this.CopyProxyToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_2F7_0.Size = size;
     this.CopyProxyToolStripMenuItem.Text = "Copy Proxy";
     this.ExportToolStripMenuItem.Name    = "ExportToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_331_0 = this.ExportToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_331_0.Size = size;
     this.ExportToolStripMenuItem.Text    = "Export";
     this.ClearListToolStripMenuItem.Name = "ClearListToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_36B_0 = this.ClearListToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_36B_0.Size = size;
     this.ClearListToolStripMenuItem.Text      = "Clear List";
     this.RemoveSelectedToolStripMenuItem.Name = "RemoveSelectedToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_3A5_0 = this.RemoveSelectedToolStripMenuItem;
     size           = new global::System.Drawing.Size(139, 22);
     arg_3A5_0.Size = size;
     this.RemoveSelectedToolStripMenuItem.Text = "Remove Selected";
     this.AboutToolStripMenuItem1.Name         = "AboutToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_3DF_0 = this.AboutToolStripMenuItem1;
     size           = new global::System.Drawing.Size(139, 22);
     arg_3DF_0.Size = size;
     this.AboutToolStripMenuItem1.Text = "About";
     this.btn_Stop.Enabled             = false;
     this.btn_Stop.FlatStyle           = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Stop.ForeColor           = global::System.Drawing.SystemColors.Window;
     this.btn_Stop.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Stop.Image");
     global::System.Windows.Forms.Control arg_44C_0 = this.btn_Stop;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(234, 4);
     arg_44C_0.Location = location;
     this.btn_Stop.Name = "btn_Stop";
     global::System.Windows.Forms.Control arg_473_0 = this.btn_Stop;
     size                   = new global::System.Drawing.Size(45, 40);
     arg_473_0.Size         = size;
     this.btn_Stop.TabIndex = 4;
     this.tooltip.SetToolTip(this.btn_Stop, "Stop Scraper/Checker");
     this.btn_Stop.UseVisualStyleBackColor = true;
     this.lbl_3.AutoSize  = true;
     this.lbl_3.Font      = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lbl_3.ForeColor = global::System.Drawing.SystemColors.ControlDark;
     global::System.Windows.Forms.Control arg_4F5_0 = this.lbl_3;
     location           = new global::System.Drawing.Point(354, 45);
     arg_4F5_0.Location = location;
     this.lbl_3.Name    = "lbl_3";
     global::System.Windows.Forms.Control arg_51F_0 = this.lbl_3;
     size                 = new global::System.Drawing.Size(147, 15);
     arg_51F_0.Size       = size;
     this.lbl_3.TabIndex  = 17;
     this.lbl_3.Text      = "Export     Settings     About";
     this.lbl_2.AutoSize  = true;
     this.lbl_2.Font      = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lbl_2.ForeColor = global::System.Drawing.SystemColors.ControlDark;
     global::System.Windows.Forms.Control arg_58D_0 = this.lbl_2;
     location           = new global::System.Drawing.Point(124, 45);
     arg_58D_0.Location = location;
     this.lbl_2.Name    = "lbl_2";
     global::System.Windows.Forms.Control arg_5B7_0 = this.lbl_2;
     size                 = new global::System.Drawing.Size(203, 15);
     arg_5B7_0.Size       = size;
     this.lbl_2.TabIndex  = 16;
     this.lbl_2.Text      = "Scrape      Check        Stop         Clear";
     this.lbl_1.AutoSize  = true;
     this.lbl_1.Font      = new global::System.Drawing.Font("Microsoft Sans Serif", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lbl_1.ForeColor = global::System.Drawing.SystemColors.ControlDark;
     global::System.Windows.Forms.Control arg_624_0 = this.lbl_1;
     location           = new global::System.Drawing.Point(8, 45);
     arg_624_0.Location = location;
     this.lbl_1.Name    = "lbl_1";
     global::System.Windows.Forms.Control arg_64B_0 = this.lbl_1;
     size                     = new global::System.Drawing.Size(89, 15);
     arg_64B_0.Size           = size;
     this.lbl_1.TabIndex      = 15;
     this.lbl_1.Text          = "Load         Save";
     this.btn_About.BackColor = global::System.Drawing.SystemColors.Window;
     this.btn_About.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_About.ForeColor = global::System.Drawing.SystemColors.Window;
     this.btn_About.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_About.Image");
     global::System.Windows.Forms.Control arg_6C9_0 = this.btn_About;
     location            = new global::System.Drawing.Point(460, 4);
     arg_6C9_0.Location  = location;
     this.btn_About.Name = "btn_About";
     global::System.Windows.Forms.Control arg_6F0_0 = this.btn_About;
     size                    = new global::System.Drawing.Size(45, 40);
     arg_6F0_0.Size          = size;
     this.btn_About.TabIndex = 8;
     this.tooltip.SetToolTip(this.btn_About, "About");
     this.btn_About.UseVisualStyleBackColor = false;
     this.lb_border3.BorderStyle            = global::System.Windows.Forms.BorderStyle.Fixed3D;
     global::System.Windows.Forms.Control arg_744_0 = this.lb_border3;
     location             = new global::System.Drawing.Point(339, 4);
     arg_744_0.Location   = location;
     this.lb_border3.Name = "lb_border3";
     global::System.Windows.Forms.Control arg_76A_0 = this.lb_border3;
     size                     = new global::System.Drawing.Size(2, 56);
     arg_76A_0.Size           = size;
     this.lb_border3.TabIndex = 13;
     this.Sp_1.BorderStyle    = global::System.Windows.Forms.BorderStyle.Fixed3D;
     global::System.Windows.Forms.Control arg_79A_0 = this.Sp_1;
     location           = new global::System.Drawing.Point(113, 4);
     arg_79A_0.Location = location;
     this.Sp_1.Name     = "Sp_1";
     global::System.Windows.Forms.Control arg_7C0_0 = this.Sp_1;
     size                      = new global::System.Drawing.Size(2, 56);
     arg_7C0_0.Size            = size;
     this.Sp_1.TabIndex        = 9;
     this.btn_Export.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Export.ForeColor = global::System.Drawing.SystemColors.Window;
     this.btn_Export.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Export.Image");
     global::System.Windows.Forms.Control arg_81E_0 = this.btn_Export;
     location             = new global::System.Drawing.Point(352, 4);
     arg_81E_0.Location   = location;
     this.btn_Export.Name = "btn_Export";
     global::System.Windows.Forms.Control arg_845_0 = this.btn_Export;
     size                     = new global::System.Drawing.Size(45, 40);
     arg_845_0.Size           = size;
     this.btn_Export.TabIndex = 6;
     this.tooltip.SetToolTip(this.btn_Export, "Export Proxies");
     this.btn_Export.UseVisualStyleBackColor = true;
     this.btn_Settings.FlatStyle             = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Settings.ForeColor             = global::System.Drawing.SystemColors.Window;
     this.btn_Settings.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Settings.Image");
     global::System.Windows.Forms.Control arg_8C4_0 = this.btn_Settings;
     location               = new global::System.Drawing.Point(406, 4);
     arg_8C4_0.Location     = location;
     this.btn_Settings.Name = "btn_Settings";
     global::System.Windows.Forms.Control arg_8EB_0 = this.btn_Settings;
     size                       = new global::System.Drawing.Size(45, 40);
     arg_8EB_0.Size             = size;
     this.btn_Settings.TabIndex = 7;
     this.tooltip.SetToolTip(this.btn_Settings, "μProxy Settings");
     this.btn_Settings.UseVisualStyleBackColor = true;
     this.btn_Clear.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Clear.ForeColor = global::System.Drawing.SystemColors.Window;
     this.btn_Clear.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Clear.Image");
     global::System.Windows.Forms.Control arg_96A_0 = this.btn_Clear;
     location            = new global::System.Drawing.Point(289, 4);
     arg_96A_0.Location  = location;
     this.btn_Clear.Name = "btn_Clear";
     global::System.Windows.Forms.Control arg_991_0 = this.btn_Clear;
     size                    = new global::System.Drawing.Size(45, 40);
     arg_991_0.Size          = size;
     this.btn_Clear.TabIndex = 5;
     this.tooltip.SetToolTip(this.btn_Clear, "Clear Proxies");
     this.btn_Clear.UseVisualStyleBackColor = true;
     this.btn_Check.Enabled   = false;
     this.btn_Check.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.btn_Check.ForeColor = global::System.Drawing.SystemColors.Window;
     this.btn_Check.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("btn_Check.Image");
     global::System.Windows.Forms.Control arg_A1C_0 = this.btn_Check;
     location            = new global::System.Drawing.Point(179, 4);
     arg_A1C_0.Location  = location;
     this.btn_Check.Name = "btn_Check";
     global::System.Windows.Forms.Control arg_A43_0 = this.btn_Check;
     size                    = new global::System.Drawing.Size(45, 40);
     arg_A43_0.Size          = size;
     this.btn_Check.TabIndex = 3;
     this.tooltip.SetToolTip(this.btn_Check, "Check Proxy List");
     this.btn_Check.UseVisualStyleBackColor = true;
     this.SaveAll.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.SaveAll.ForeColor = global::System.Drawing.SystemColors.Window;
     this.SaveAll.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("SaveAll.Image");
     global::System.Windows.Forms.Control arg_ABF_0 = this.SaveAll;
     location           = new global::System.Drawing.Point(58, 4);
     arg_ABF_0.Location = location;
     this.SaveAll.Name  = "SaveAll";
     global::System.Windows.Forms.Control arg_AE6_0 = this.SaveAll;
     size                  = new global::System.Drawing.Size(45, 40);
     arg_AE6_0.Size        = size;
     this.SaveAll.TabIndex = 1;
     this.tooltip.SetToolTip(this.SaveAll, "Save All Proxy List");
     this.SaveAll.UseVisualStyleBackColor = true;
     this.OpenFile_Btn.FlatStyle          = global::System.Windows.Forms.FlatStyle.Flat;
     this.OpenFile_Btn.ForeColor          = global::System.Drawing.SystemColors.Window;
     this.OpenFile_Btn.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("OpenFile_Btn.Image");
     global::System.Windows.Forms.Control arg_B61_0 = this.OpenFile_Btn;
     location               = new global::System.Drawing.Point(4, 4);
     arg_B61_0.Location     = location;
     this.OpenFile_Btn.Name = "OpenFile_Btn";
     global::System.Windows.Forms.Control arg_B88_0 = this.OpenFile_Btn;
     size                       = new global::System.Drawing.Size(45, 40);
     arg_B88_0.Size             = size;
     this.OpenFile_Btn.TabIndex = 0;
     this.tooltip.SetToolTip(this.OpenFile_Btn, "Open Proxy List");
     this.OpenFile_Btn.UseVisualStyleBackColor = true;
     this.Scrape_btn.FlatStyle = global::System.Windows.Forms.FlatStyle.Flat;
     this.Scrape_btn.ForeColor = global::System.Drawing.SystemColors.Window;
     this.Scrape_btn.Image     = (global::System.Drawing.Image)componentResourceManager.GetObject("Scrape_btn.Image");
     global::System.Windows.Forms.Control arg_C04_0 = this.Scrape_btn;
     location             = new global::System.Drawing.Point(124, 4);
     arg_C04_0.Location   = location;
     this.Scrape_btn.Name = "Scrape_btn";
     global::System.Windows.Forms.Control arg_C2B_0 = this.Scrape_btn;
     size                     = new global::System.Drawing.Size(45, 40);
     arg_C2B_0.Size           = size;
     this.Scrape_btn.TabIndex = 2;
     this.tooltip.SetToolTip(this.Scrape_btn, "Scrape Proxies");
     this.Scrape_btn.UseVisualStyleBackColor = true;
     this.lb_border1.BorderStyle             = global::System.Windows.Forms.BorderStyle.Fixed3D;
     global::System.Windows.Forms.Control arg_C7C_0 = this.lb_border1;
     location             = new global::System.Drawing.Point(4, 63);
     arg_C7C_0.Location   = location;
     this.lb_border1.Name = "lb_border1";
     global::System.Windows.Forms.Control arg_CA5_0 = this.lb_border1;
     size                     = new global::System.Drawing.Size(652, 1);
     arg_CA5_0.Size           = size;
     this.lb_border1.TabIndex = 19;
     this.lb_info.AutoSize    = true;
     this.lb_info.Font        = new global::System.Drawing.Font("Calibri", 11.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lb_info.ForeColor   = global::System.Drawing.Color.FromArgb(37, 183, 211);
     global::System.Windows.Forms.Control arg_D0E_0 = this.lb_info;
     location           = new global::System.Drawing.Point(27, 3);
     arg_D0E_0.Location = location;
     this.lb_info.Name  = "lb_info";
     global::System.Windows.Forms.Control arg_D35_0 = this.lb_info;
     size                  = new global::System.Drawing.Size(84, 18);
     arg_D35_0.Size        = size;
     this.lb_info.TabIndex = 21;
     this.lb_info.Text     = "Quick Guide";
     this.tooltip.SetToolTip(this.lb_info, "Guide on μProxy Tool");
     this.guide_icon.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("guide_icon.Image");
     global::System.Windows.Forms.Control arg_D99_0 = this.guide_icon;
     location             = new global::System.Drawing.Point(6, 4);
     arg_D99_0.Location   = location;
     this.guide_icon.Name = "guide_icon";
     global::System.Windows.Forms.Control arg_DC0_0 = this.guide_icon;
     size                     = new global::System.Drawing.Size(16, 16);
     arg_DC0_0.Size           = size;
     this.guide_icon.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.guide_icon.TabIndex = 22;
     this.guide_icon.TabStop  = false;
     this.tooltip.SetToolTip(this.guide_icon, "Guide on μProxy Tool");
     this.panel_guide.Anchor      = global::System.Windows.Forms.AnchorStyles.None;
     this.panel_guide.BackColor   = global::System.Drawing.Color.Transparent;
     this.panel_guide.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel_guide.Controls.Add(this.lb_close);
     this.panel_guide.Controls.Add(this.lb_detail);
     this.panel_guide.Controls.Add(this.guide_icon);
     this.panel_guide.Controls.Add(this.lb_info);
     this.panel_guide.Controls.Add(this.lb_border);
     global::System.Windows.Forms.Control arg_EAF_0 = this.panel_guide;
     location              = new global::System.Drawing.Point(156, 152);
     arg_EAF_0.Location    = location;
     this.panel_guide.Name = "panel_guide";
     global::System.Windows.Forms.Control arg_EDC_0 = this.panel_guide;
     size                      = new global::System.Drawing.Size(348, 155);
     arg_EDC_0.Size            = size;
     this.panel_guide.TabIndex = 20;
     this.lb_close.AutoSize    = true;
     this.lb_close.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.lb_close.Cursor      = global::System.Windows.Forms.Cursors.Default;
     this.lb_close.Font        = new global::System.Drawing.Font("Microsoft Sans Serif", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lb_close.ForeColor   = global::System.Drawing.SystemColors.GrayText;
     global::System.Windows.Forms.Control arg_F58_0 = this.lb_close;
     location           = new global::System.Drawing.Point(320, 2);
     arg_F58_0.Location = location;
     this.lb_close.Name = "lb_close";
     global::System.Windows.Forms.Control arg_F7F_0 = this.lb_close;
     size                     = new global::System.Drawing.Size(22, 15);
     arg_F7F_0.Size           = size;
     this.lb_close.TabIndex   = 24;
     this.lb_close.Text       = " X ";
     this.lb_detail.AutoSize  = true;
     this.lb_detail.Font      = new global::System.Drawing.Font("Calibri", 9f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.lb_detail.ForeColor = global::System.Drawing.SystemColors.ControlDarkDark;
     global::System.Windows.Forms.Control arg_FED_0 = this.lb_detail;
     location            = new global::System.Drawing.Point(9, 33);
     arg_FED_0.Location  = location;
     this.lb_detail.Name = "lb_detail";
     global::System.Windows.Forms.Control arg_1017_0 = this.lb_detail;
     size                       = new global::System.Drawing.Size(328, 112);
     arg_1017_0.Size            = size;
     this.lb_detail.TabIndex    = 23;
     this.lb_detail.Text        = componentResourceManager.GetString("lb_detail.Text");
     this.lb_border.BorderStyle = global::System.Windows.Forms.BorderStyle.Fixed3D;
     global::System.Windows.Forms.Control arg_105D_0 = this.lb_border;
     location            = new global::System.Drawing.Point(0, 25);
     arg_105D_0.Location = location;
     this.lb_border.Name = "lb_border";
     global::System.Windows.Forms.Control arg_1086_0 = this.lb_border;
     size                    = new global::System.Drawing.Size(345, 1);
     arg_1086_0.Size         = size;
     this.lb_border.TabIndex = 20;
     this.Status.BackColor   = global::System.Drawing.Color.Transparent;
     this.Status.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.status_lbl,
         this.status_progress,
         this.status_per
     });
     global::System.Windows.Forms.Control arg_10F0_0 = this.Status;
     location            = new global::System.Drawing.Point(0, 364);
     arg_10F0_0.Location = location;
     this.Status.Name    = "Status";
     global::System.Windows.Forms.Control arg_111A_0 = this.Status;
     size                      = new global::System.Drawing.Size(660, 22);
     arg_111A_0.Size           = size;
     this.Status.TabIndex      = 20;
     this.Status.TabStop       = true;
     this.Status.Text          = "StatusStrip1";
     this.status_lbl.ForeColor = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.status_lbl.Name      = "status_lbl";
     global::System.Windows.Forms.ToolStripItem arg_1180_0 = this.status_lbl;
     size                      = new global::System.Drawing.Size(64, 17);
     arg_1180_0.Size           = size;
     this.status_lbl.Text      = "Status: Idle";
     this.status_progress.Name = "status_progress";
     global::System.Windows.Forms.ToolStripControlHost arg_11B7_0 = this.status_progress;
     size                      = new global::System.Drawing.Size(100, 16);
     arg_11B7_0.Size           = size;
     this.status_per.ForeColor = global::System.Drawing.Color.FromArgb(64, 64, 64);
     this.status_per.Name      = "status_per";
     global::System.Windows.Forms.ToolStripItem arg_11F4_0 = this.status_per;
     size                     = new global::System.Drawing.Size(23, 17);
     arg_11F4_0.Size          = size;
     this.status_per.Text     = "0%";
     this.ListView1.Anchor    = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left | global::System.Windows.Forms.AnchorStyles.Right);
     this.ListView1.BackColor = global::System.Drawing.SystemColors.Window;
     this.ListView1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader5,
         this.ColumnHeader6
     });
     this.ListView1.ContextMenuStrip = this.Menu_S;
     this.ListView1.Font             = new global::System.Drawing.Font("Franklin Gothic Book", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ListView1.ForeColor        = global::System.Drawing.SystemColors.ControlDarkDark;
     this.ListView1.FullRowSelect    = true;
     this.ListView1.GridLines        = true;
     global::System.Windows.Forms.Control arg_12E4_0 = this.ListView1;
     location            = new global::System.Drawing.Point(5, 68);
     arg_12E4_0.Location = location;
     global::System.Windows.Forms.Control arg_12FC_0 = this.ListView1;
     global::System.Windows.Forms.Padding margin     = new global::System.Windows.Forms.Padding(3, 4, 3, 4);
     arg_12FC_0.Margin   = margin;
     this.ListView1.Name = "ListView1";
     global::System.Windows.Forms.Control arg_1329_0 = this.ListView1;
     size                    = new global::System.Drawing.Size(650, 296);
     arg_1329_0.Size         = size;
     this.ListView1.TabIndex = 12;
     this.ListView1.UseCompatibleStateImageBehavior = false;
     this.ListView1.View          = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text      = "#";
     this.ColumnHeader1.Width     = 45;
     this.ColumnHeader2.Text      = "Proxy";
     this.ColumnHeader2.Width     = 161;
     this.ColumnHeader3.Text      = "Country";
     this.ColumnHeader3.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ColumnHeader3.Width     = 125;
     this.ColumnHeader4.Text      = "Anonymity";
     this.ColumnHeader4.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ColumnHeader4.Width     = 115;
     this.ColumnHeader5.Text      = "Url Passed";
     this.ColumnHeader5.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ColumnHeader5.Width     = 89;
     this.ColumnHeader6.Text      = "Time (ms)";
     this.ColumnHeader6.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
     this.ColumnHeader6.Width     = 82;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 16f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = global::System.Drawing.Color.White;
     size            = new global::System.Drawing.Size(660, 386);
     this.ClientSize = size;
     this.Controls.Add(this.panel_guide);
     this.Controls.Add(this.lb_border1);
     this.Controls.Add(this.btn_Stop);
     this.Controls.Add(this.lbl_3);
     this.Controls.Add(this.ListView1);
     this.Controls.Add(this.lbl_2);
     this.Controls.Add(this.lbl_1);
     this.Controls.Add(this.OpenFile_Btn);
     this.Controls.Add(this.btn_About);
     this.Controls.Add(this.Scrape_btn);
     this.Controls.Add(this.lb_border3);
     this.Controls.Add(this.SaveAll);
     this.Controls.Add(this.btn_Check);
     this.Controls.Add(this.Sp_1);
     this.Controls.Add(this.btn_Clear);
     this.Controls.Add(this.btn_Export);
     this.Controls.Add(this.btn_Settings);
     this.Controls.Add(this.Status);
     this.Font            = new global::System.Drawing.Font("Arial Narrow", 9.75f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ForeColor       = global::System.Drawing.SystemColors.ControlText;
     this.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     margin             = new global::System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Margin        = margin;
     this.MaximizeBox   = false;
     this.Name          = "Main";
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "μProxy Tool";
     this.Menu_S.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.guide_icon).EndInit();
     this.panel_guide.ResumeLayout(false);
     this.panel_guide.PerformLayout();
     this.Status.ResumeLayout(false);
     this.Status.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }