namespace MyDownloader.Extension.Protocols.UI { partial class Proxy { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.chkUseProxy = new System.Windows.Forms.CheckBox(); this.txtProxtAddress = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.numProxyPort = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.txtUsername = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtDomain = new System.Windows.Forms.TextBox(); this.chkBypass = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numProxyPort)).BeginInit(); this.SuspendLayout(); // // chkUseProxy // this.chkUseProxy.AutoSize = true; this.chkUseProxy.Location = new System.Drawing.Point(0, 3); this.chkUseProxy.Name = "chkUseProxy"; this.chkUseProxy.Size = new System.Drawing.Size(73, 17); this.chkUseProxy.TabIndex = 0; this.chkUseProxy.Text = "Use proxy"; this.chkUseProxy.UseVisualStyleBackColor = true; this.chkUseProxy.CheckedChanged += new System.EventHandler(this.chkUseProxy_CheckedChanged); // // txtProxtAddress // this.txtProxtAddress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtProxtAddress.Location = new System.Drawing.Point(1, 43); this.txtProxtAddress.Name = "txtProxtAddress"; this.txtProxtAddress.Size = new System.Drawing.Size(306, 20); this.txtProxtAddress.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(0, 27); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 13); this.label1.TabIndex = 1; this.label1.Text = "Proxy Address:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(0, 73); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 13); this.label2.TabIndex = 3; this.label2.Text = "Proxy Port:"; // // numProxyPort // this.numProxyPort.Location = new System.Drawing.Point(3, 90); this.numProxyPort.Maximum = new decimal(new int[] { 65535, 0, 0, 0}); this.numProxyPort.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numProxyPort.Name = "numProxyPort"; this.numProxyPort.Size = new System.Drawing.Size(88, 20); this.numProxyPort.TabIndex = 4; this.numProxyPort.Value = new decimal(new int[] { 1, 0, 0, 0}); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(1, 169); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(63, 13); this.label3.TabIndex = 6; this.label3.Text = "User Name:"; // // txtUsername // this.txtUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtUsername.Location = new System.Drawing.Point(2, 185); this.txtUsername.Name = "txtUsername"; this.txtUsername.Size = new System.Drawing.Size(306, 20); this.txtUsername.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(0, 211); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(56, 13); this.label4.TabIndex = 8; this.label4.Text = "Password:"; // // txtPassword // this.txtPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPassword.Location = new System.Drawing.Point(2, 227); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(306, 20); this.txtPassword.TabIndex = 9; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(0, 258); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(46, 13); this.label5.TabIndex = 10; this.label5.Text = "Domain:"; // // txtDomain // this.txtDomain.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDomain.Location = new System.Drawing.Point(1, 274); this.txtDomain.Name = "txtDomain"; this.txtDomain.Size = new System.Drawing.Size(306, 20); this.txtDomain.TabIndex = 11; // // chkBypass // this.chkBypass.AutoSize = true; this.chkBypass.Location = new System.Drawing.Point(1, 131); this.chkBypass.Name = "chkBypass"; this.chkBypass.Size = new System.Drawing.Size(100, 17); this.chkBypass.TabIndex = 5; this.chkBypass.Text = "Bypass on local"; this.chkBypass.UseVisualStyleBackColor = true; // // Proxy // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtDomain); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtUsername); this.Controls.Add(this.txtProxtAddress); this.Controls.Add(this.chkBypass); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.numProxyPort); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.chkUseProxy); this.Name = "Proxy"; this.Size = new System.Drawing.Size(308, 308); ((System.ComponentModel.ISupportInitialize)(this.numProxyPort)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.CheckBox chkUseProxy; private System.Windows.Forms.TextBox txtProxtAddress; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.NumericUpDown numProxyPort; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtUsername; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtDomain; private System.Windows.Forms.CheckBox chkBypass; } }