Inheritance: System.Windows.Forms.ProgressBar
Beispiel #1
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AntiPwny));
     this.antipwnyMenu = new System.Windows.Forms.MenuStrip();
     this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.runAtStartupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.iPSModeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl = new System.Windows.Forms.TabControl();
     this.procPage = new System.Windows.Forms.TabPage();
     this.processTreeView = new BrightIdeasSoftware.TreeListView();
     this.olvColumn11 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn1 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn2 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn3 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.registryPage = new System.Windows.Forms.TabPage();
     this.registryListView = new BrightIdeasSoftware.ObjectListView();
     this.olvColumn7 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn8 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn10 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn9 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.logPage = new System.Windows.Forms.TabPage();
     this.evtLogList = new BrightIdeasSoftware.ObjectListView();
     this.olvColumn5 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn4 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.olvColumn6 = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn()));
     this.tabPage1 = new System.Windows.Forms.TabPage();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label1 = new System.Windows.Forms.Label();
     this.processMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.killProcessToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.procListUpdater = new System.ComponentModel.BackgroundWorker();
     this.registryMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.removeRegistryEntryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.procProgressBar = new AnalysisEngine.InfoProgressBar();
     this.rescanButton = new System.Windows.Forms.Button();
     this.antipwnyMenu.SuspendLayout();
     this.tabControl.SuspendLayout();
     this.procPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.processTreeView)).BeginInit();
     this.registryPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.registryListView)).BeginInit();
     this.logPage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.evtLogList)).BeginInit();
     this.tabPage1.SuspendLayout();
     this.processMenuStrip.SuspendLayout();
     this.registryMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // antipwnyMenu
     //
     this.antipwnyMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.optionsToolStripMenuItem});
     this.antipwnyMenu.Location = new System.Drawing.Point(0, 0);
     this.antipwnyMenu.Name = "antipwnyMenu";
     this.antipwnyMenu.Size = new System.Drawing.Size(1023, 24);
     this.antipwnyMenu.TabIndex = 0;
     this.antipwnyMenu.Text = "menuStrip1";
     //
     // optionsToolStripMenuItem
     //
     this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.runAtStartupToolStripMenuItem,
     this.iPSModeToolStripMenuItem,
     this.exitToolStripMenuItem});
     this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
     this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
     this.optionsToolStripMenuItem.Text = "Options";
     //
     // runAtStartupToolStripMenuItem
     //
     this.runAtStartupToolStripMenuItem.Name = "runAtStartupToolStripMenuItem";
     this.runAtStartupToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.runAtStartupToolStripMenuItem.Text = "Run at Startup";
     this.runAtStartupToolStripMenuItem.Click += new System.EventHandler(this.runAtStartupToolStripMenuItem_Click);
     //
     // iPSModeToolStripMenuItem
     //
     this.iPSModeToolStripMenuItem.Name = "iPSModeToolStripMenuItem";
     this.iPSModeToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.iPSModeToolStripMenuItem.Text = "IPS Mode";
     this.iPSModeToolStripMenuItem.Click += new System.EventHandler(this.iPSModeToolStripMenuItem_Click);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(149, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // tabControl
     //
     this.tabControl.Controls.Add(this.procPage);
     this.tabControl.Controls.Add(this.registryPage);
     this.tabControl.Controls.Add(this.logPage);
     this.tabControl.Controls.Add(this.tabPage1);
     this.tabControl.Location = new System.Drawing.Point(13, 27);
     this.tabControl.Name = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size = new System.Drawing.Size(998, 361);
     this.tabControl.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
     this.tabControl.TabIndex = 1;
     this.tabControl.Selecting += new System.Windows.Forms.TabControlCancelEventHandler(this.tabControl_Selecting);
     this.tabControl.Selected += new System.Windows.Forms.TabControlEventHandler(this.tabControl_Selected);
     //
     // procPage
     //
     this.procPage.Controls.Add(this.processTreeView);
     this.procPage.Location = new System.Drawing.Point(4, 22);
     this.procPage.Name = "procPage";
     this.procPage.Padding = new System.Windows.Forms.Padding(3);
     this.procPage.Size = new System.Drawing.Size(990, 335);
     this.procPage.TabIndex = 3;
     this.procPage.Text = "Compromised Procs";
     this.procPage.UseVisualStyleBackColor = true;
     //
     // processTreeView
     //
     this.processTreeView.AllColumns.Add(this.olvColumn11);
     this.processTreeView.AllColumns.Add(this.olvColumn1);
     this.processTreeView.AllColumns.Add(this.olvColumn2);
     this.processTreeView.AllColumns.Add(this.olvColumn3);
     this.processTreeView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.olvColumn11,
     this.olvColumn1,
     this.olvColumn2,
     this.olvColumn3});
     this.processTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.processTreeView.EmptyListMsg = "No Processes Available";
     this.processTreeView.Location = new System.Drawing.Point(3, 3);
     this.processTreeView.Name = "processTreeView";
     this.processTreeView.OwnerDraw = true;
     this.processTreeView.ShowGroups = false;
     this.processTreeView.Size = new System.Drawing.Size(984, 329);
     this.processTreeView.TabIndex = 1;
     this.processTreeView.UseCompatibleStateImageBehavior = false;
     this.processTreeView.View = System.Windows.Forms.View.Details;
     this.processTreeView.VirtualMode = true;
     this.processTreeView.CellRightClick += new System.EventHandler<BrightIdeasSoftware.CellRightClickEventArgs>(this.processTreeView_CellRightClick_1);
     //
     // olvColumn11
     //
     this.olvColumn11.AspectName = "Detected";
     this.olvColumn11.CellPadding = null;
     this.olvColumn11.Text = "Type";
     //
     // olvColumn1
     //
     this.olvColumn1.AspectName = "ProcessName";
     this.olvColumn1.CellPadding = null;
     this.olvColumn1.IsEditable = false;
     this.olvColumn1.Text = "Process/Local Address";
     //
     // olvColumn2
     //
     this.olvColumn2.AspectName = "ProcessID";
     this.olvColumn2.CellPadding = null;
     this.olvColumn2.IsEditable = false;
     this.olvColumn2.Text = "PID";
     //
     // olvColumn3
     //
     this.olvColumn3.AspectName = "ProcessPath";
     this.olvColumn3.CellPadding = null;
     this.olvColumn3.IsEditable = false;
     this.olvColumn3.Text = "Location/Remote Address";
     //
     // registryPage
     //
     this.registryPage.Controls.Add(this.registryListView);
     this.registryPage.Location = new System.Drawing.Point(4, 22);
     this.registryPage.Name = "registryPage";
     this.registryPage.Padding = new System.Windows.Forms.Padding(3);
     this.registryPage.Size = new System.Drawing.Size(990, 335);
     this.registryPage.TabIndex = 1;
     this.registryPage.Text = "Registry";
     this.registryPage.UseVisualStyleBackColor = true;
     //
     // registryListView
     //
     this.registryListView.AllColumns.Add(this.olvColumn7);
     this.registryListView.AllColumns.Add(this.olvColumn8);
     this.registryListView.AllColumns.Add(this.olvColumn10);
     this.registryListView.AllColumns.Add(this.olvColumn9);
     this.registryListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.olvColumn7,
     this.olvColumn8,
     this.olvColumn10,
     this.olvColumn9});
     this.registryListView.Dock = System.Windows.Forms.DockStyle.Fill;
     this.registryListView.Location = new System.Drawing.Point(3, 3);
     this.registryListView.Name = "registryListView";
     this.registryListView.Size = new System.Drawing.Size(984, 329);
     this.registryListView.TabIndex = 0;
     this.registryListView.UseCompatibleStateImageBehavior = false;
     this.registryListView.View = System.Windows.Forms.View.Details;
     this.registryListView.CellRightClick += new System.EventHandler<BrightIdeasSoftware.CellRightClickEventArgs>(this.registryListView_CellRightClick);
     //
     // olvColumn7
     //
     this.olvColumn7.AspectName = "KeyName";
     this.olvColumn7.CellPadding = null;
     this.olvColumn7.Text = "Key Name";
     //
     // olvColumn8
     //
     this.olvColumn8.AspectName = "KeyType";
     this.olvColumn8.CellPadding = null;
     this.olvColumn8.Text = "Key Type";
     //
     // olvColumn10
     //
     this.olvColumn10.AspectName = "Detection";
     this.olvColumn10.CellPadding = null;
     this.olvColumn10.Text = "Detection";
     //
     // olvColumn9
     //
     this.olvColumn9.AspectName = "Path";
     this.olvColumn9.CellPadding = null;
     this.olvColumn9.Text = "Full Path";
     //
     // logPage
     //
     this.logPage.Controls.Add(this.evtLogList);
     this.logPage.Location = new System.Drawing.Point(4, 22);
     this.logPage.Name = "logPage";
     this.logPage.Size = new System.Drawing.Size(990, 335);
     this.logPage.TabIndex = 2;
     this.logPage.Text = "Event Log";
     this.logPage.UseVisualStyleBackColor = true;
     //
     // evtLogList
     //
     this.evtLogList.AllColumns.Add(this.olvColumn5);
     this.evtLogList.AllColumns.Add(this.olvColumn4);
     this.evtLogList.AllColumns.Add(this.olvColumn6);
     this.evtLogList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.olvColumn5,
     this.olvColumn4,
     this.olvColumn6});
     this.evtLogList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.evtLogList.Location = new System.Drawing.Point(0, 0);
     this.evtLogList.Name = "evtLogList";
     this.evtLogList.Size = new System.Drawing.Size(990, 335);
     this.evtLogList.TabIndex = 0;
     this.evtLogList.UseCompatibleStateImageBehavior = false;
     this.evtLogList.View = System.Windows.Forms.View.Details;
     //
     // olvColumn5
     //
     this.olvColumn5.AspectName = "Time";
     this.olvColumn5.CellPadding = null;
     this.olvColumn5.Text = "Time";
     //
     // olvColumn4
     //
     this.olvColumn4.AspectName = "Event";
     this.olvColumn4.CellPadding = null;
     this.olvColumn4.Text = "Event";
     //
     // olvColumn6
     //
     this.olvColumn6.AspectName = "Detect";
     this.olvColumn6.CellPadding = null;
     this.olvColumn6.Text = "Detect";
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.textBox1);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size = new System.Drawing.Size(990, 335);
     this.tabPage1.TabIndex = 4;
     this.tabPage1.Text = "Configuration";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(365, 39);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(450, 20);
     this.textBox1.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(101, 39);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(69, 13);
     this.label1.TabIndex = 0;
     this.label1.Text = "Event Logfile";
     //
     // processMenuStrip
     //
     this.processMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.killProcessToolStripMenuItem});
     this.processMenuStrip.Name = "contextMenuStrip1";
     this.processMenuStrip.Size = new System.Drawing.Size(134, 26);
     //
     // killProcessToolStripMenuItem
     //
     this.killProcessToolStripMenuItem.Name = "killProcessToolStripMenuItem";
     this.killProcessToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
     this.killProcessToolStripMenuItem.Text = "Kill Process";
     this.killProcessToolStripMenuItem.Click += new System.EventHandler(this.killProcessToolStripMenuItem_Click);
     //
     // procListUpdater
     //
     this.procListUpdater.WorkerReportsProgress = true;
     this.procListUpdater.DoWork += new System.ComponentModel.DoWorkEventHandler(this.procListUpdater_DoWork);
     this.procListUpdater.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.procListUpdater_ProgressChanged);
     this.procListUpdater.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.procListUpdater_RunWorkerCompleted);
     //
     // registryMenuStrip
     //
     this.registryMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.removeRegistryEntryToolStripMenuItem});
     this.registryMenuStrip.Name = "registryMenuStrip";
     this.registryMenuStrip.Size = new System.Drawing.Size(193, 26);
     //
     // removeRegistryEntryToolStripMenuItem
     //
     this.removeRegistryEntryToolStripMenuItem.Name = "removeRegistryEntryToolStripMenuItem";
     this.removeRegistryEntryToolStripMenuItem.Size = new System.Drawing.Size(192, 22);
     this.removeRegistryEntryToolStripMenuItem.Text = "Remove Registry Entry";
     this.removeRegistryEntryToolStripMenuItem.Click += new System.EventHandler(this.removeRegistryEntryToolStripMenuItem_Click);
     //
     // procProgressBar
     //
     this.procProgressBar.Location = new System.Drawing.Point(17, 394);
     this.procProgressBar.Name = "procProgressBar";
     this.procProgressBar.ProcName = "";
     this.procProgressBar.Size = new System.Drawing.Size(909, 23);
     this.procProgressBar.TabIndex = 2;
     //
     // rescanButton
     //
     this.rescanButton.Location = new System.Drawing.Point(932, 394);
     this.rescanButton.Name = "rescanButton";
     this.rescanButton.Size = new System.Drawing.Size(75, 23);
     this.rescanButton.TabIndex = 3;
     this.rescanButton.Text = "Rescan";
     this.rescanButton.UseVisualStyleBackColor = true;
     this.rescanButton.Click += new System.EventHandler(this.rescanButton_Click);
     //
     // AntiPwny
     //
     this.ClientSize = new System.Drawing.Size(1023, 436);
     this.Controls.Add(this.rescanButton);
     this.Controls.Add(this.procProgressBar);
     this.Controls.Add(this.tabControl);
     this.Controls.Add(this.antipwnyMenu);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MainMenuStrip = this.antipwnyMenu;
     this.Name = "AntiPwny";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.AntiPwny_FormClosing);
     this.antipwnyMenu.ResumeLayout(false);
     this.antipwnyMenu.PerformLayout();
     this.tabControl.ResumeLayout(false);
     this.procPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.processTreeView)).EndInit();
     this.registryPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.registryListView)).EndInit();
     this.logPage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.evtLogList)).EndInit();
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.processMenuStrip.ResumeLayout(false);
     this.registryMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }