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.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; // // TesterUI // 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.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 = "TesterUI"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "EonaCat.DnsTester"; this.Load += new System.EventHandler(this.TesterUI_Load); 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; } }