namespace WindowsApplication3 { partial class ip2domain { /// /// 必需的设计器变量。 /// 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() { this.webBrowser1 = new System.Windows.Forms.WebBrowser(); this.textBox1 = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.listBox1 = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.listBox2 = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // webBrowser1 // this.webBrowser1.Location = new System.Drawing.Point(144, 423); this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); this.webBrowser1.Name = "webBrowser1"; this.webBrowser1.Size = new System.Drawing.Size(63, 21); this.webBrowser1.TabIndex = 0; this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted); // // textBox1 // this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.textBox1.Location = new System.Drawing.Point(15, 12); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(1002, 14); this.textBox1.TabIndex = 1; this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress); // // button1 // this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button1.Location = new System.Drawing.Point(1023, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 2; this.button1.Text = "查询"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // richTextBox1 // this.richTextBox1.Enabled = false; this.richTextBox1.Location = new System.Drawing.Point(129, 407); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(88, 10); this.richTextBox1.TabIndex = 3; this.richTextBox1.Text = ""; this.richTextBox1.Visible = false; // // listBox1 // this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 12; this.listBox1.Location = new System.Drawing.Point(95, 423); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(22, 16); this.listBox1.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 50); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 5; this.label1.Text = "查询结果:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(75, 50); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(0, 12); this.label2.TabIndex = 6; // // listBox2 // this.listBox2.BorderStyle = System.Windows.Forms.BorderStyle.None; this.listBox2.FormattingEnabled = true; this.listBox2.ItemHeight = 12; this.listBox2.Location = new System.Drawing.Point(12, 41); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(1086, 444); this.listBox2.TabIndex = 7; this.listBox2.SelectedIndexChanged += new System.EventHandler(this.listBox2_SelectedIndexChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(394, 499); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(269, 12); this.label3.TabIndex = 8; this.label3.Text = "如果出现数据载入错误或没有响应,请再一次查询"; // // ip2domain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1110, 511); this.Controls.Add(this.label3); this.Controls.Add(this.listBox2); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.listBox1); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.button1); this.Controls.Add(this.textBox1); this.Controls.Add(this.webBrowser1); this.Name = "ip2domain"; this.Text = "IP反查域名 By:M"; this.Load += new System.EventHandler(this.Form2_Load); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form2_KeyPress); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.WebBrowser webBrowser1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.ListBox listBox2; private System.Windows.Forms.Label label3; } }