namespace WindowsApplication3 { partial class fingureprint { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fingureprint)); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.listBox1 = new System.Windows.Forms.ListBox(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.listBox2 = new System.Windows.Forms.ListBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.menuStrip1 = new System.Windows.Forms.MenuStrip(); this.高级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.漏洞库ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.漏洞库ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.label4 = new System.Windows.Forms.Label(); this.menuStrip1.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button1.Location = new System.Drawing.Point(945, 30); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "扫描"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click_1); // // button2 // this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button2.Location = new System.Drawing.Point(1035, 30); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(75, 23); this.button2.TabIndex = 1; this.button2.Text = "停止"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click_1); // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(3, 66); this.listBox1.Name = "listBox1"; this.listBox1.ScrollAlwaysVisible = true; this.listBox1.Size = new System.Drawing.Size(1107, 16); this.listBox1.TabIndex = 2; this.listBox1.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged); // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(3, 498); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(1107, 23); this.progressBar1.TabIndex = 3; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(0, 32); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(800, 21); this.textBox3.TabIndex = 5; this.textBox3.Enter += new System.EventHandler(this.textBox3_Enter_1); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(1, 51); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 6; this.label1.Text = "版本信息:"; // // listBox2 // this.listBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.listBox2.FormattingEnabled = true; this.listBox2.ItemHeight = 12; this.listBox2.Location = new System.Drawing.Point(3, 99); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(1107, 132); this.listBox2.TabIndex = 7; this.listBox2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.listBox2_MouseClick); // // richTextBox1 // this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.richTextBox1.Location = new System.Drawing.Point(3, 255); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(1107, 235); this.richTextBox1.TabIndex = 8; this.richTextBox1.Text = ""; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(1, 84); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(113, 12); this.label2.TabIndex = 9; this.label2.Text = "可能存在的漏洞列表"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(1, 240); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 10; this.label3.Text = "漏洞内容"; // // menuStrip1 // this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.高级ToolStripMenuItem}); this.menuStrip1.Location = new System.Drawing.Point(0, 0); this.menuStrip1.Name = "menuStrip1"; this.menuStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.Professional; this.menuStrip1.Size = new System.Drawing.Size(1110, 24); this.menuStrip1.TabIndex = 11; this.menuStrip1.Text = "menuStrip1"; // // 高级ToolStripMenuItem // this.高级ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.漏洞库ToolStripMenuItem, this.漏洞库ToolStripMenuItem1}); this.高级ToolStripMenuItem.Name = "高级ToolStripMenuItem"; this.高级ToolStripMenuItem.Size = new System.Drawing.Size(41, 20); this.高级ToolStripMenuItem.Text = "高级"; // // 漏洞库ToolStripMenuItem // this.漏洞库ToolStripMenuItem.Name = "漏洞库ToolStripMenuItem"; this.漏洞库ToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.漏洞库ToolStripMenuItem.Text = "特征库"; this.漏洞库ToolStripMenuItem.Click += new System.EventHandler(this.漏洞库ToolStripMenuItem_Click); // // 漏洞库ToolStripMenuItem1 // this.漏洞库ToolStripMenuItem1.Name = "漏洞库ToolStripMenuItem1"; this.漏洞库ToolStripMenuItem1.Size = new System.Drawing.Size(152, 22); this.漏洞库ToolStripMenuItem1.Text = "漏洞库"; this.漏洞库ToolStripMenuItem1.Click += new System.EventHandler(this.漏洞库ToolStripMenuItem1_Click); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(809, 35); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(119, 12); this.label4.TabIndex = 12; this.label4.Text = "没有结果?再扫一次!"; // // fingureprint // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1110, 525); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.listBox2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox3); this.Controls.Add(this.progressBar1); this.Controls.Add(this.listBox1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; this.MaximizeBox = false; this.Name = "fingureprint"; this.Text = "webapp识别程序v1.1 By:Mramydnei "; this.Load += new System.EventHandler(this.Form1_Load); this.menuStrip1.ResumeLayout(false); this.menuStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label1; private System.Windows.Forms.ListBox listBox2; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.Label label4; private System.Windows.Forms.ToolStripMenuItem 高级ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 漏洞库ToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem 漏洞库ToolStripMenuItem1; } }