namespace EonaCat.DnsTester { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); this.ResultView = new System.Windows.Forms.ListView(); this.WebName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.DNS1IP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.DNS1Timing = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.DNS2IP = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.DNS2Timing = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.RunTest = new System.Windows.Forms.Button(); this.lblDns1 = new System.Windows.Forms.Label(); this.lblDns2 = new System.Windows.Forms.Label(); this.DnsList1 = new System.Windows.Forms.ComboBox(); this.DnsList2 = new System.Windows.Forms.ComboBox(); this.UseCustomServers = new System.Windows.Forms.CheckBox(); this.lblCustom1 = new System.Windows.Forms.Label(); this.lblCustom2 = new System.Windows.Forms.Label(); this.CustomDns1 = new System.Windows.Forms.TextBox(); this.CustomDns2 = new System.Windows.Forms.TextBox(); this.lslStatus = new System.Windows.Forms.Label(); this.StatusBox = new System.Windows.Forms.ListBox(); this.chkDns1 = new System.Windows.Forms.CheckBox(); this.chkDns2 = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtResolveIP = new System.Windows.Forms.TextBox(); this.txtResolveHost = new System.Windows.Forms.TextBox(); this.btnResolveIP = new System.Windows.Forms.Button(); this.btnResolveHost = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); this.SuspendLayout(); // // ResultView // this.ResultView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.WebName, this.DNS1IP, this.DNS1Timing, this.DNS2IP, this.DNS2Timing}); this.ResultView.GridLines = true; this.ResultView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.ResultView.HideSelection = false; this.ResultView.Location = new System.Drawing.Point(155, 379); this.ResultView.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.ResultView.MultiSelect = false; this.ResultView.Name = "ResultView"; this.ResultView.Size = new System.Drawing.Size(2209, 753); this.ResultView.TabIndex = 11; this.ResultView.UseCompatibleStateImageBehavior = false; this.ResultView.View = System.Windows.Forms.View.Details; // // WebName // this.WebName.Text = "URL"; this.WebName.Width = 160; // // DNS1IP // this.DNS1IP.Text = "IP Address from DNS 1"; this.DNS1IP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.DNS1IP.Width = 140; // // DNS1Timing // this.DNS1Timing.Text = "DNS 1 Timing"; this.DNS1Timing.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.DNS1Timing.Width = 120; // // DNS2IP // this.DNS2IP.Text = "IP Address from DNS 2"; this.DNS2IP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.DNS2IP.Width = 140; // // DNS2Timing // this.DNS2Timing.Text = "DNS 2 Timing"; this.DNS2Timing.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.DNS2Timing.Width = 120; // // RunTest // this.RunTest.Location = new System.Drawing.Point(1131, 1152); this.RunTest.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.RunTest.Name = "RunTest"; this.RunTest.Size = new System.Drawing.Size(200, 55); this.RunTest.TabIndex = 12; this.RunTest.Text = "Run Test"; this.RunTest.Click += new System.EventHandler(this.RunTest_Click); // // lblDns1 // this.lblDns1.AutoSize = true; this.lblDns1.Location = new System.Drawing.Point(155, 167); this.lblDns1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.lblDns1.Name = "lblDns1"; this.lblDns1.Size = new System.Drawing.Size(95, 32); this.lblDns1.TabIndex = 13; this.lblDns1.Text = "Dns 1:"; // // lblDns2 // this.lblDns2.AutoSize = true; this.lblDns2.Location = new System.Drawing.Point(1096, 167); this.lblDns2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.lblDns2.Name = "lblDns2"; this.lblDns2.Size = new System.Drawing.Size(95, 32); this.lblDns2.TabIndex = 14; this.lblDns2.Text = "Dns 2:"; // // DnsList1 // this.DnsList1.FormattingEnabled = true; this.DnsList1.ItemHeight = 31; this.DnsList1.Location = new System.Drawing.Point(277, 155); this.DnsList1.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.DnsList1.Name = "DnsList1"; this.DnsList1.Size = new System.Drawing.Size(756, 39); this.DnsList1.TabIndex = 15; // // DnsList2 // this.DnsList2.FormattingEnabled = true; this.DnsList2.ItemHeight = 31; this.DnsList2.Location = new System.Drawing.Point(1229, 155); this.DnsList2.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.DnsList2.Name = "DnsList2"; this.DnsList2.Size = new System.Drawing.Size(788, 39); this.DnsList2.TabIndex = 16; // // UseCustomServers // this.UseCustomServers.AutoSize = true; this.UseCustomServers.Location = new System.Drawing.Point(2091, 167); this.UseCustomServers.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.UseCustomServers.Name = "UseCustomServers"; this.UseCustomServers.Size = new System.Drawing.Size(253, 36); this.UseCustomServers.TabIndex = 17; this.UseCustomServers.Text = "Custom Servers"; this.UseCustomServers.UseVisualStyleBackColor = true; this.UseCustomServers.CheckedChanged += new System.EventHandler(this.UseCustomServers_CheckedChanged); // // lblCustom1 // this.lblCustom1.AutoSize = true; this.lblCustom1.Location = new System.Drawing.Point(155, 293); this.lblCustom1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.lblCustom1.Name = "lblCustom1"; this.lblCustom1.Size = new System.Drawing.Size(206, 32); this.lblCustom1.TabIndex = 18; this.lblCustom1.Text = "Custom Dns 1: "; this.lblCustom1.Visible = false; // // lblCustom2 // this.lblCustom2.AutoSize = true; this.lblCustom2.Location = new System.Drawing.Point(1096, 293); this.lblCustom2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.lblCustom2.Name = "lblCustom2"; this.lblCustom2.Size = new System.Drawing.Size(206, 32); this.lblCustom2.TabIndex = 19; this.lblCustom2.Text = "Custom Dns 2: "; this.lblCustom2.Visible = false; // // CustomDns1 // this.CustomDns1.BackColor = System.Drawing.Color.White; this.CustomDns1.Enabled = false; this.CustomDns1.Location = new System.Drawing.Point(408, 289); this.CustomDns1.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.CustomDns1.Name = "CustomDns1"; this.CustomDns1.Size = new System.Drawing.Size(625, 38); this.CustomDns1.TabIndex = 20; this.CustomDns1.Visible = false; // // CustomDns2 // this.CustomDns2.Enabled = false; this.CustomDns2.Location = new System.Drawing.Point(1349, 289); this.CustomDns2.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.CustomDns2.Name = "CustomDns2"; this.CustomDns2.Size = new System.Drawing.Size(668, 38); this.CustomDns2.TabIndex = 21; this.CustomDns2.Visible = false; // // lslStatus // this.lslStatus.AutoSize = true; this.lslStatus.Location = new System.Drawing.Point(155, 1219); this.lslStatus.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0); this.lslStatus.Name = "lslStatus"; this.lslStatus.Size = new System.Drawing.Size(103, 32); this.lslStatus.TabIndex = 22; this.lslStatus.Text = "Status:"; // // StatusBox // this.StatusBox.FormattingEnabled = true; this.StatusBox.HorizontalScrollbar = true; this.StatusBox.ItemHeight = 31; this.StatusBox.Location = new System.Drawing.Point(155, 1271); this.StatusBox.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.StatusBox.Name = "StatusBox"; this.StatusBox.Size = new System.Drawing.Size(2209, 376); this.StatusBox.TabIndex = 23; // // chkDns1 // this.chkDns1.AutoSize = true; this.chkDns1.Checked = true; this.chkDns1.CheckState = System.Windows.Forms.CheckState.Checked; this.chkDns1.Location = new System.Drawing.Point(277, 220); this.chkDns1.Name = "chkDns1"; this.chkDns1.Size = new System.Drawing.Size(245, 36); this.chkDns1.TabIndex = 24; this.chkDns1.Text = "Test dns server"; this.chkDns1.UseVisualStyleBackColor = true; // // chkDns2 // this.chkDns2.AutoSize = true; this.chkDns2.Checked = true; this.chkDns2.CheckState = System.Windows.Forms.CheckState.Checked; this.chkDns2.Location = new System.Drawing.Point(1229, 220); this.chkDns2.Name = "chkDns2"; this.chkDns2.Size = new System.Drawing.Size(245, 36); this.chkDns2.TabIndex = 25; this.chkDns2.Text = "Test dns server"; this.chkDns2.UseVisualStyleBackColor = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(155, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(263, 32); this.label1.TabIndex = 26; this.label1.Text = "Resolve ip address:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(1102, 27); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(257, 32); this.label2.TabIndex = 27; this.label2.Text = "Resolve hostname:"; // // txtResolveIP // this.txtResolveIP.Location = new System.Drawing.Point(425, 21); this.txtResolveIP.Name = "txtResolveIP"; this.txtResolveIP.Size = new System.Drawing.Size(608, 38); this.txtResolveIP.TabIndex = 28; // // txtResolveHost // this.txtResolveHost.Location = new System.Drawing.Point(1365, 21); this.txtResolveHost.Name = "txtResolveHost"; this.txtResolveHost.Size = new System.Drawing.Size(651, 38); this.txtResolveHost.TabIndex = 29; // // btnResolveIP // this.btnResolveIP.Location = new System.Drawing.Point(425, 75); this.btnResolveIP.Name = "btnResolveIP"; this.btnResolveIP.Size = new System.Drawing.Size(195, 70); this.btnResolveIP.TabIndex = 30; this.btnResolveIP.Text = "Resolve"; this.btnResolveIP.UseVisualStyleBackColor = true; this.btnResolveIP.Click += new System.EventHandler(this.btnResolveIP_Click); // // btnResolveHost // this.btnResolveHost.Location = new System.Drawing.Point(1366, 75); this.btnResolveHost.Name = "btnResolveHost"; this.btnResolveHost.Size = new System.Drawing.Size(221, 70); this.btnResolveHost.TabIndex = 31; this.btnResolveHost.Text = "Resolve"; this.btnResolveHost.UseVisualStyleBackColor = true; this.btnResolveHost.Click += new System.EventHandler(this.btnResolveHost_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(675, 223); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(201, 32); this.label3.TabIndex = 32; this.label3.Text = "Total domains:"; // // numericUpDown1 // this.numericUpDown1.Location = new System.Drawing.Point(913, 223); this.numericUpDown1.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.numericUpDown1.Name = "numericUpDown1"; this.numericUpDown1.Size = new System.Drawing.Size(120, 38); this.numericUpDown1.TabIndex = 33; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(240F, 240F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.AutoSize = true; this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.ClientSize = new System.Drawing.Size(2517, 1693); this.Controls.Add(this.numericUpDown1); this.Controls.Add(this.label3); this.Controls.Add(this.btnResolveHost); this.Controls.Add(this.btnResolveIP); this.Controls.Add(this.txtResolveHost); this.Controls.Add(this.txtResolveIP); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.chkDns2); this.Controls.Add(this.chkDns1); this.Controls.Add(this.StatusBox); this.Controls.Add(this.lslStatus); this.Controls.Add(this.CustomDns2); this.Controls.Add(this.CustomDns1); this.Controls.Add(this.lblCustom2); this.Controls.Add(this.lblCustom1); this.Controls.Add(this.UseCustomServers); this.Controls.Add(this.DnsList2); this.Controls.Add(this.DnsList1); this.Controls.Add(this.lblDns2); this.Controls.Add(this.lblDns1); this.Controls.Add(this.RunTest); this.Controls.Add(this.ResultView); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7); this.MaximizeBox = false; this.Name = "MainForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "EonaCat.DnsTester"; this.Load += new System.EventHandler(this.TesterUI_Load); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListView ResultView; private System.Windows.Forms.ColumnHeader WebName; private System.Windows.Forms.ColumnHeader DNS1IP; private System.Windows.Forms.ColumnHeader DNS1Timing; private System.Windows.Forms.ColumnHeader DNS2IP; private System.Windows.Forms.ColumnHeader DNS2Timing; private System.Windows.Forms.Button RunTest; private System.Windows.Forms.Label lblDns1; private System.Windows.Forms.Label lblDns2; private System.Windows.Forms.ComboBox DnsList1; private System.Windows.Forms.ComboBox DnsList2; private System.Windows.Forms.CheckBox UseCustomServers; private System.Windows.Forms.Label lblCustom1; private System.Windows.Forms.Label lblCustom2; private System.Windows.Forms.TextBox CustomDns1; private System.Windows.Forms.TextBox CustomDns2; private System.Windows.Forms.Label lslStatus; private System.Windows.Forms.ListBox StatusBox; private System.Windows.Forms.CheckBox chkDns1; private System.Windows.Forms.CheckBox chkDns2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox txtResolveIP; private System.Windows.Forms.TextBox txtResolveHost; private System.Windows.Forms.Button btnResolveIP; private System.Windows.Forms.Button btnResolveHost; private System.Windows.Forms.Label label3; private System.Windows.Forms.NumericUpDown numericUpDown1; } }