namespace TINetworkTest { partial class Form1 { /// /// 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(Form1)); this.tabControl1 = new System.Windows.Forms.TabControl(); this.httpTabPage = new System.Windows.Forms.TabPage(); this.startTestButton = new System.Windows.Forms.Button(); this.customUrlTextBox = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.passwordTextBox = new System.Windows.Forms.TextBox(); this.userNameTextBox = new System.Windows.Forms.TextBox(); this.portTextBox = new System.Windows.Forms.TextBox(); this.hostNameTextBox = new System.Windows.Forms.TextBox(); this.tryCustomProxyCheckBox = new System.Windows.Forms.CheckBox(); this.tryNoProxyCheckBox = new System.Windows.Forms.CheckBox(); this.tryDefaultProxyCheckBox = new System.Windows.Forms.CheckBox(); this.outputTabPage = new System.Windows.Forms.TabPage(); this.outputTextBox = new System.Windows.Forms.TextBox(); this.aboutTabPage = new System.Windows.Forms.TabPage(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.abortTestButton = new System.Windows.Forms.Button(); this.tabControl1.SuspendLayout(); this.httpTabPage.SuspendLayout(); this.groupBox1.SuspendLayout(); this.outputTabPage.SuspendLayout(); this.aboutTabPage.SuspendLayout(); this.SuspendLayout(); // // tabControl1 // this.tabControl1.Controls.Add(this.httpTabPage); this.tabControl1.Controls.Add(this.outputTabPage); this.tabControl1.Controls.Add(this.aboutTabPage); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.tabControl1.Location = new System.Drawing.Point(0, 0); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(473, 318); this.tabControl1.TabIndex = 0; // // httpTabPage // this.httpTabPage.Controls.Add(this.abortTestButton); this.httpTabPage.Controls.Add(this.startTestButton); this.httpTabPage.Controls.Add(this.customUrlTextBox); this.httpTabPage.Controls.Add(this.label5); this.httpTabPage.Controls.Add(this.groupBox1); this.httpTabPage.Controls.Add(this.tryNoProxyCheckBox); this.httpTabPage.Controls.Add(this.tryDefaultProxyCheckBox); this.httpTabPage.Location = new System.Drawing.Point(4, 22); this.httpTabPage.Name = "httpTabPage"; this.httpTabPage.Padding = new System.Windows.Forms.Padding(3); this.httpTabPage.Size = new System.Drawing.Size(465, 292); this.httpTabPage.TabIndex = 0; this.httpTabPage.Text = "HTTP"; this.httpTabPage.UseVisualStyleBackColor = true; // // startTestButton // this.startTestButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.startTestButton.Location = new System.Drawing.Point(8, 261); this.startTestButton.Name = "startTestButton"; this.startTestButton.Size = new System.Drawing.Size(75, 23); this.startTestButton.TabIndex = 6; this.startTestButton.Text = "Start Test"; this.startTestButton.UseVisualStyleBackColor = true; this.startTestButton.Click += new System.EventHandler(this.startTestButton_Click); // // customUrlTextBox // this.customUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.customUrlTextBox.Location = new System.Drawing.Point(81, 210); this.customUrlTextBox.Name = "customUrlTextBox"; this.customUrlTextBox.Size = new System.Drawing.Size(376, 20); this.customUrlTextBox.TabIndex = 5; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(8, 213); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(67, 13); this.label5.TabIndex = 4; this.label5.Text = "Custom URL"; // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.passwordTextBox); this.groupBox1.Controls.Add(this.userNameTextBox); this.groupBox1.Controls.Add(this.portTextBox); this.groupBox1.Controls.Add(this.hostNameTextBox); this.groupBox1.Controls.Add(this.tryCustomProxyCheckBox); this.groupBox1.Location = new System.Drawing.Point(8, 52); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(449, 152); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; this.groupBox1.Text = "Custom Proxy"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(18, 123); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 13); this.label4.TabIndex = 10; this.label4.Text = "Password"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(11, 97); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(60, 13); this.label3.TabIndex = 9; this.label3.Text = "User Name"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(45, 71); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(26, 13); this.label2.TabIndex = 8; this.label2.Text = "Port"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(11, 45); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(60, 13); this.label1.TabIndex = 7; this.label1.Text = "Host Name"; // // passwordTextBox // this.passwordTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.passwordTextBox.Location = new System.Drawing.Point(77, 120); this.passwordTextBox.Name = "passwordTextBox"; this.passwordTextBox.Size = new System.Drawing.Size(366, 20); this.passwordTextBox.TabIndex = 6; this.passwordTextBox.TextChanged += new System.EventHandler(this.passwordTextBox_TextChanged); // // userNameTextBox // this.userNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.userNameTextBox.Location = new System.Drawing.Point(77, 94); this.userNameTextBox.Name = "userNameTextBox"; this.userNameTextBox.Size = new System.Drawing.Size(366, 20); this.userNameTextBox.TabIndex = 5; this.userNameTextBox.TextChanged += new System.EventHandler(this.userNameTextBox_TextChanged); // // portTextBox // this.portTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.portTextBox.Location = new System.Drawing.Point(77, 68); this.portTextBox.Name = "portTextBox"; this.portTextBox.Size = new System.Drawing.Size(366, 20); this.portTextBox.TabIndex = 4; this.portTextBox.TextChanged += new System.EventHandler(this.portTextBox_TextChanged); // // hostNameTextBox // this.hostNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.hostNameTextBox.Location = new System.Drawing.Point(77, 42); this.hostNameTextBox.Name = "hostNameTextBox"; this.hostNameTextBox.Size = new System.Drawing.Size(366, 20); this.hostNameTextBox.TabIndex = 3; this.hostNameTextBox.TextChanged += new System.EventHandler(this.hostNameTextBox_TextChanged); // // tryCustomProxyCheckBox // this.tryCustomProxyCheckBox.AutoSize = true; this.tryCustomProxyCheckBox.Location = new System.Drawing.Point(11, 19); this.tryCustomProxyCheckBox.Name = "tryCustomProxyCheckBox"; this.tryCustomProxyCheckBox.Size = new System.Drawing.Size(108, 17); this.tryCustomProxyCheckBox.TabIndex = 2; this.tryCustomProxyCheckBox.Text = "Try Custom Proxy"; this.tryCustomProxyCheckBox.UseVisualStyleBackColor = true; this.tryCustomProxyCheckBox.CheckedChanged += new System.EventHandler(this.tryCustomProxyCheckBox_CheckedChanged); // // tryNoProxyCheckBox // this.tryNoProxyCheckBox.AutoSize = true; this.tryNoProxyCheckBox.Checked = true; this.tryNoProxyCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.tryNoProxyCheckBox.Location = new System.Drawing.Point(8, 29); this.tryNoProxyCheckBox.Name = "tryNoProxyCheckBox"; this.tryNoProxyCheckBox.Size = new System.Drawing.Size(87, 17); this.tryNoProxyCheckBox.TabIndex = 1; this.tryNoProxyCheckBox.Text = "Try No Proxy"; this.tryNoProxyCheckBox.UseVisualStyleBackColor = true; this.tryNoProxyCheckBox.CheckedChanged += new System.EventHandler(this.tryNoProxyCheckBox_CheckedChanged); // // tryDefaultProxyCheckBox // this.tryDefaultProxyCheckBox.AutoSize = true; this.tryDefaultProxyCheckBox.Checked = true; this.tryDefaultProxyCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.tryDefaultProxyCheckBox.Location = new System.Drawing.Point(8, 6); this.tryDefaultProxyCheckBox.Name = "tryDefaultProxyCheckBox"; this.tryDefaultProxyCheckBox.Size = new System.Drawing.Size(107, 17); this.tryDefaultProxyCheckBox.TabIndex = 0; this.tryDefaultProxyCheckBox.Text = "Try Default Proxy"; this.tryDefaultProxyCheckBox.UseVisualStyleBackColor = true; this.tryDefaultProxyCheckBox.CheckedChanged += new System.EventHandler(this.tryDefaultProxyCheckBox_CheckedChanged); // // outputTabPage // this.outputTabPage.Controls.Add(this.outputTextBox); this.outputTabPage.Location = new System.Drawing.Point(4, 22); this.outputTabPage.Name = "outputTabPage"; this.outputTabPage.Padding = new System.Windows.Forms.Padding(3); this.outputTabPage.Size = new System.Drawing.Size(284, 292); this.outputTabPage.TabIndex = 2; this.outputTabPage.Text = "Output"; this.outputTabPage.UseVisualStyleBackColor = true; // // outputTextBox // this.outputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.outputTextBox.Location = new System.Drawing.Point(8, 6); this.outputTextBox.Multiline = true; this.outputTextBox.Name = "outputTextBox"; this.outputTextBox.Size = new System.Drawing.Size(270, 280); this.outputTextBox.TabIndex = 0; this.outputTextBox.Text = "Version 1.0\r\n"; // // aboutTabPage // this.aboutTabPage.Controls.Add(this.richTextBox1); this.aboutTabPage.Location = new System.Drawing.Point(4, 22); this.aboutTabPage.Name = "aboutTabPage"; this.aboutTabPage.Padding = new System.Windows.Forms.Padding(3); this.aboutTabPage.Size = new System.Drawing.Size(465, 292); this.aboutTabPage.TabIndex = 1; this.aboutTabPage.Text = "About"; this.aboutTabPage.UseVisualStyleBackColor = true; // // richTextBox1 // this.richTextBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.richTextBox1.Location = new System.Drawing.Point(8, 6); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(451, 278); this.richTextBox1.TabIndex = 0; this.richTextBox1.Text = resources.GetString("richTextBox1.Text"); // // abortTestButton // this.abortTestButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.abortTestButton.Location = new System.Drawing.Point(89, 261); this.abortTestButton.Name = "abortTestButton"; this.abortTestButton.Size = new System.Drawing.Size(75, 23); this.abortTestButton.TabIndex = 7; this.abortTestButton.Text = "Abort Test"; this.abortTestButton.UseVisualStyleBackColor = true; this.abortTestButton.Click += new System.EventHandler(this.abortTestButton_Click); // // Form1 // this.AcceptButton = this.startTestButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(473, 318); this.Controls.Add(this.tabControl1); this.Name = "Form1"; this.Text = "TI Network Test"; this.tabControl1.ResumeLayout(false); this.httpTabPage.ResumeLayout(false); this.httpTabPage.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.outputTabPage.ResumeLayout(false); this.outputTabPage.PerformLayout(); this.aboutTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage httpTabPage; private System.Windows.Forms.TabPage aboutTabPage; private System.Windows.Forms.Button startTestButton; private System.Windows.Forms.TextBox customUrlTextBox; private System.Windows.Forms.Label label5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox passwordTextBox; private System.Windows.Forms.TextBox userNameTextBox; private System.Windows.Forms.TextBox portTextBox; private System.Windows.Forms.TextBox hostNameTextBox; private System.Windows.Forms.CheckBox tryCustomProxyCheckBox; private System.Windows.Forms.CheckBox tryNoProxyCheckBox; private System.Windows.Forms.CheckBox tryDefaultProxyCheckBox; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.TabPage outputTabPage; private System.Windows.Forms.TextBox outputTextBox; private System.Windows.Forms.Button abortTestButton; } }