EonaCat.DnsTester/EonaCat.DnsTester/MainForm.Designer.cs

415 lines
18 KiB
C#

namespace EonaCat.DnsTester
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
ResultView = new System.Windows.Forms.ListView();
WebName = new System.Windows.Forms.ColumnHeader();
DNS1IP = new System.Windows.Forms.ColumnHeader();
DNS1Timing = new System.Windows.Forms.ColumnHeader();
DNS2IP = new System.Windows.Forms.ColumnHeader();
DNS2Timing = new System.Windows.Forms.ColumnHeader();
RunTest = new System.Windows.Forms.Button();
lblDns1 = new System.Windows.Forms.Label();
lblDns2 = new System.Windows.Forms.Label();
dnsList1 = new System.Windows.Forms.ComboBox();
dnsList2 = new System.Windows.Forms.ComboBox();
UseCustomServers = new System.Windows.Forms.CheckBox();
lblCustom1 = new System.Windows.Forms.Label();
lblCustom2 = new System.Windows.Forms.Label();
CustomDns1 = new System.Windows.Forms.TextBox();
CustomDns2 = new System.Windows.Forms.TextBox();
lslStatus = new System.Windows.Forms.Label();
StatusBox = new System.Windows.Forms.ListBox();
chkDns1 = new System.Windows.Forms.CheckBox();
chkDns2 = new System.Windows.Forms.CheckBox();
label1 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
txtResolveIP = new System.Windows.Forms.TextBox();
txtResolveHost = new System.Windows.Forms.TextBox();
btnResolveIP = new System.Windows.Forms.Button();
btnResolveHost = new System.Windows.Forms.Button();
label3 = new System.Windows.Forms.Label();
numericUpDown1 = new System.Windows.Forms.NumericUpDown();
comboBox1 = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
SuspendLayout();
//
// ResultView
//
ResultView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { WebName, DNS1IP, DNS1Timing, DNS2IP, DNS2Timing });
ResultView.GridLines = true;
ResultView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
ResultView.Location = new System.Drawing.Point(155, 469);
ResultView.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
ResultView.MultiSelect = false;
ResultView.Name = "ResultView";
ResultView.Size = new System.Drawing.Size(2209, 663);
ResultView.TabIndex = 11;
ResultView.UseCompatibleStateImageBehavior = false;
ResultView.View = System.Windows.Forms.View.Details;
//
// WebName
//
WebName.Text = "URL";
WebName.Width = 160;
//
// DNS1IP
//
DNS1IP.Text = "IP Address from DNS 1";
DNS1IP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
DNS1IP.Width = 140;
//
// DNS1Timing
//
DNS1Timing.Text = "DNS 1 Timing";
DNS1Timing.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
DNS1Timing.Width = 120;
//
// DNS2IP
//
DNS2IP.Text = "IP Address from DNS 2";
DNS2IP.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
DNS2IP.Width = 140;
//
// DNS2Timing
//
DNS2Timing.Text = "DNS 2 Timing";
DNS2Timing.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
DNS2Timing.Width = 120;
//
// RunTest
//
RunTest.Location = new System.Drawing.Point(1131, 1152);
RunTest.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
RunTest.Name = "RunTest";
RunTest.Size = new System.Drawing.Size(200, 55);
RunTest.TabIndex = 12;
RunTest.Text = "Run Test";
RunTest.Click += RunTest_Click;
//
// lblDns1
//
lblDns1.AutoSize = true;
lblDns1.Location = new System.Drawing.Point(155, 167);
lblDns1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
lblDns1.Name = "lblDns1";
lblDns1.Size = new System.Drawing.Size(100, 41);
lblDns1.TabIndex = 13;
lblDns1.Text = "Dns 1:";
//
// lblDns2
//
lblDns2.AutoSize = true;
lblDns2.Location = new System.Drawing.Point(1174, 173);
lblDns2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
lblDns2.Name = "lblDns2";
lblDns2.Size = new System.Drawing.Size(100, 41);
lblDns2.TabIndex = 14;
lblDns2.Text = "Dns 2:";
//
// dnsList1
//
dnsList1.FormattingEnabled = true;
dnsList1.ItemHeight = 41;
dnsList1.Location = new System.Drawing.Point(277, 155);
dnsList1.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
dnsList1.Name = "dnsList1";
dnsList1.Size = new System.Drawing.Size(756, 49);
dnsList1.TabIndex = 15;
//
// dnsList2
//
dnsList2.FormattingEnabled = true;
dnsList2.ItemHeight = 41;
dnsList2.Location = new System.Drawing.Point(1307, 161);
dnsList2.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
dnsList2.Name = "dnsList2";
dnsList2.Size = new System.Drawing.Size(788, 49);
dnsList2.TabIndex = 16;
//
// UseCustomServers
//
UseCustomServers.AutoSize = true;
UseCustomServers.Location = new System.Drawing.Point(2169, 173);
UseCustomServers.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
UseCustomServers.Name = "UseCustomServers";
UseCustomServers.Size = new System.Drawing.Size(262, 45);
UseCustomServers.TabIndex = 17;
UseCustomServers.Text = "Custom Servers";
UseCustomServers.UseVisualStyleBackColor = true;
UseCustomServers.CheckedChanged += UseCustomServers_CheckedChanged;
//
// lblCustom1
//
lblCustom1.AutoSize = true;
lblCustom1.Location = new System.Drawing.Point(155, 328);
lblCustom1.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
lblCustom1.Name = "lblCustom1";
lblCustom1.Size = new System.Drawing.Size(219, 41);
lblCustom1.TabIndex = 18;
lblCustom1.Text = "Custom Dns 1: ";
lblCustom1.Visible = false;
//
// lblCustom2
//
lblCustom2.AutoSize = true;
lblCustom2.Location = new System.Drawing.Point(1174, 334);
lblCustom2.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
lblCustom2.Name = "lblCustom2";
lblCustom2.Size = new System.Drawing.Size(219, 41);
lblCustom2.TabIndex = 19;
lblCustom2.Text = "Custom Dns 2: ";
lblCustom2.Visible = false;
//
// CustomDns1
//
CustomDns1.BackColor = System.Drawing.Color.White;
CustomDns1.Enabled = false;
CustomDns1.Location = new System.Drawing.Point(408, 324);
CustomDns1.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
CustomDns1.Name = "CustomDns1";
CustomDns1.Size = new System.Drawing.Size(625, 47);
CustomDns1.TabIndex = 20;
CustomDns1.Visible = false;
//
// CustomDns2
//
CustomDns2.Enabled = false;
CustomDns2.Location = new System.Drawing.Point(1427, 330);
CustomDns2.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
CustomDns2.Name = "CustomDns2";
CustomDns2.Size = new System.Drawing.Size(668, 47);
CustomDns2.TabIndex = 21;
CustomDns2.Visible = false;
//
// lslStatus
//
lslStatus.AutoSize = true;
lslStatus.Location = new System.Drawing.Point(155, 1219);
lslStatus.Margin = new System.Windows.Forms.Padding(8, 0, 8, 0);
lslStatus.Name = "lslStatus";
lslStatus.Size = new System.Drawing.Size(105, 41);
lslStatus.TabIndex = 22;
lslStatus.Text = "Status:";
//
// StatusBox
//
StatusBox.FormattingEnabled = true;
StatusBox.HorizontalScrollbar = true;
StatusBox.ItemHeight = 41;
StatusBox.Location = new System.Drawing.Point(155, 1271);
StatusBox.Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
StatusBox.Name = "StatusBox";
StatusBox.Size = new System.Drawing.Size(2209, 373);
StatusBox.TabIndex = 23;
//
// chkDns1
//
chkDns1.AutoSize = true;
chkDns1.Checked = true;
chkDns1.CheckState = System.Windows.Forms.CheckState.Checked;
chkDns1.Location = new System.Drawing.Point(277, 235);
chkDns1.Name = "chkDns1";
chkDns1.Size = new System.Drawing.Size(251, 45);
chkDns1.TabIndex = 24;
chkDns1.Text = "Test dns server";
chkDns1.UseVisualStyleBackColor = true;
//
// chkDns2
//
chkDns2.AutoSize = true;
chkDns2.Checked = true;
chkDns2.CheckState = System.Windows.Forms.CheckState.Checked;
chkDns2.Location = new System.Drawing.Point(1307, 241);
chkDns2.Name = "chkDns2";
chkDns2.Size = new System.Drawing.Size(251, 45);
chkDns2.TabIndex = 25;
chkDns2.Text = "Test dns server";
chkDns2.UseVisualStyleBackColor = true;
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(155, 27);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(270, 41);
label1.TabIndex = 26;
label1.Text = "Resolve ip address:";
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(1180, 33);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(266, 41);
label2.TabIndex = 27;
label2.Text = "Resolve hostname:";
//
// txtResolveIP
//
txtResolveIP.Location = new System.Drawing.Point(425, 21);
txtResolveIP.Name = "txtResolveIP";
txtResolveIP.Size = new System.Drawing.Size(608, 47);
txtResolveIP.TabIndex = 28;
//
// txtResolveHost
//
txtResolveHost.Location = new System.Drawing.Point(1443, 27);
txtResolveHost.Name = "txtResolveHost";
txtResolveHost.Size = new System.Drawing.Size(651, 47);
txtResolveHost.TabIndex = 29;
//
// btnResolveIP
//
btnResolveIP.Location = new System.Drawing.Point(425, 75);
btnResolveIP.Name = "btnResolveIP";
btnResolveIP.Size = new System.Drawing.Size(205, 51);
btnResolveIP.TabIndex = 30;
btnResolveIP.Text = "Resolve";
btnResolveIP.UseVisualStyleBackColor = true;
btnResolveIP.Click += btnResolveIP_Click;
//
// btnResolveHost
//
btnResolveHost.Location = new System.Drawing.Point(1443, 81);
btnResolveHost.Name = "btnResolveHost";
btnResolveHost.Size = new System.Drawing.Size(167, 45);
btnResolveHost.TabIndex = 31;
btnResolveHost.Text = "Resolve";
btnResolveHost.UseVisualStyleBackColor = true;
btnResolveHost.Click += btnResolveHost_Click;
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(675, 238);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(210, 41);
label3.TabIndex = 32;
label3.Text = "Total domains:";
//
// numericUpDown1
//
numericUpDown1.Location = new System.Drawing.Point(913, 238);
numericUpDown1.Maximum = new decimal(new int[] { 1000000000, 0, 0, 0 });
numericUpDown1.Minimum = new decimal(new int[] { 1, 0, 0, 0 });
numericUpDown1.Name = "numericUpDown1";
numericUpDown1.Size = new System.Drawing.Size(120, 47);
numericUpDown1.TabIndex = 33;
numericUpDown1.Value = new decimal(new int[] { 20, 0, 0, 0 });
//
// comboBox1
//
comboBox1.FormattingEnabled = true;
comboBox1.Items.AddRange(new object[] { "A", "NS", "CNAME", "MX", "TXT" });
comboBox1.Location = new System.Drawing.Point(2129, 251);
comboBox1.Name = "comboBox1";
comboBox1.Size = new System.Drawing.Size(302, 49);
comboBox1.TabIndex = 34;
comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
//
// MainForm
//
AutoScaleDimensions = new System.Drawing.SizeF(240F, 240F);
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
AutoSize = true;
AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
ClientSize = new System.Drawing.Size(2517, 1693);
Controls.Add(comboBox1);
Controls.Add(numericUpDown1);
Controls.Add(label3);
Controls.Add(btnResolveHost);
Controls.Add(btnResolveIP);
Controls.Add(txtResolveHost);
Controls.Add(txtResolveIP);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(chkDns2);
Controls.Add(chkDns1);
Controls.Add(StatusBox);
Controls.Add(lslStatus);
Controls.Add(CustomDns2);
Controls.Add(CustomDns1);
Controls.Add(lblCustom2);
Controls.Add(lblCustom1);
Controls.Add(UseCustomServers);
Controls.Add(dnsList2);
Controls.Add(dnsList1);
Controls.Add(lblDns2);
Controls.Add(lblDns1);
Controls.Add(RunTest);
Controls.Add(ResultView);
Icon = (System.Drawing.Icon)resources.GetObject("$this.Icon");
Margin = new System.Windows.Forms.Padding(8, 7, 8, 7);
MaximizeBox = false;
Name = "MainForm";
StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
Text = "EonaCat.DnsTester";
Load += TesterUI_Load;
((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit();
ResumeLayout(false);
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;
private System.Windows.Forms.ComboBox comboBox1;
}
}