namespace IReaper.Configurations{
partial class Perferences
{
/// <summary>
///
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
///
/// </summary>
/// <param name="disposing"> true false</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows
/// <summary>
/// -
///
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Perferences));
this.panel1 = new System.Windows.Forms.Panel();
this.btnCancel = new System.Windows.Forms.Button();
this.btnOK = new System.Windows.Forms.Button();
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.tabPagePathPolicy = new System.Windows.Forms.TabPage();
this.label15 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.pathPolicyControl1 = new IReaper.Configurations.PathPolicyControl();
this.tabPageBrowser = new System.Windows.Forms.TabPage();
this.radioButtonUseInternalBrowser = new System.Windows.Forms.RadioButton();
this.radioButtonUseExternalBrowser = new System.Windows.Forms.RadioButton();
this.tabPageProxy = new System.Windows.Forms.TabPage();
this.groupBoxProxy = new System.Windows.Forms.GroupBox();
this.radioBtnDirect = new System.Windows.Forms.RadioButton();
this.radioBtnHttp = new System.Windows.Forms.RadioButton();
this.radioBtnIE = new System.Windows.Forms.RadioButton();
this.panelProxySettings = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBoxAddress = new System.Windows.Forms.TextBox();
this.textBoxPort = new System.Windows.Forms.TextBox();
this.textBoxUserName = new System.Windows.Forms.TextBox();
this.textBoxPassword = new System.Windows.Forms.TextBox();
this.tabPageGeneral = new System.Windows.Forms.TabPage();
this.groupBoxTimeout = new System.Windows.Forms.GroupBox();
this.textBoxConnectTimeout = new System.Windows.Forms.TextBox();
this.textBoxReadTimeout = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.checkBoxConnectInfinite = new System.Windows.Forms.CheckBox();
this.checkBoxReadInfinite = new System.Windows.Forms.CheckBox();
this.groupBoxDownloadManager = new System.Windows.Forms.GroupBox();
this.textBoxPath = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.folderControlBtn = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.textBoxRetryInterval = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.checkBoxAutoDecompress = new System.Windows.Forms.CheckBox();
this.numericMaxThread = new System.Windows.Forms.NumericUpDown();
this.numericRetry = new System.Windows.Forms.NumericUpDown();
this.tabControlPerference = new System.Windows.Forms.TabControl();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.tabPagePathPolicy.SuspendLayout();
this.tabPageBrowser.SuspendLayout();
this.tabPageProxy.SuspendLayout();
this.groupBoxProxy.SuspendLayout();
this.panelProxySettings.SuspendLayout();
this.tabPageGeneral.SuspendLayout();
this.groupBoxTimeout.SuspendLayout();
this.groupBoxDownloadManager.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericMaxThread)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericRetry)).BeginInit();
this.tabControlPerference.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.btnOK);
resources.ApplyResources(this.panel1, "panel1");
this.errorProvider1.SetIconAlignment(this.panel1, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("panel1.IconAlignment"))));
this.panel1.Name = "panel1";
//
// btnCancel
//
resources.ApplyResources(this.btnCancel, "btnCancel");
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.errorProvider1.SetIconAlignment(this.btnCancel, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("btnCancel.IconAlignment"))));
this.btnCancel.Name = "btnCancel";
this.btnCancel.Click += new System.EventHandler(this.Cancel);
//
// btnOK
//
resources.ApplyResources(this.btnOK, "btnOK");
this.errorProvider1.SetIconAlignment(this.btnOK, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("btnOK.IconAlignment"))));
this.btnOK.Name = "btnOK";
this.btnOK.Click += new System.EventHandler(this.OK);
this.btnOK.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateGeneral);
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// tabPagePathPolicy
//
this.tabPagePathPolicy.Controls.Add(this.pathPolicyControl1);
this.tabPagePathPolicy.Controls.Add(this.textBox1);
this.tabPagePathPolicy.Controls.Add(this.label15);
resources.ApplyResources(this.tabPagePathPolicy, "tabPagePathPolicy");
this.tabPagePathPolicy.Name = "tabPagePathPolicy";
this.tabPagePathPolicy.UseVisualStyleBackColor = true;
this.tabPagePathPolicy.Validating += new System.ComponentModel.CancelEventHandler(this.ValidatePathPolicy);
//
// label15
//
resources.ApplyResources(this.label15, "label15");
this.label15.Name = "label15";
//
// textBox1
//
resources.ApplyResources(this.textBox1, "textBox1");
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
//
// pathPolicyControl1
//
resources.ApplyResources(this.pathPolicyControl1, "pathPolicyControl1");
this.pathPolicyControl1.Name = "pathPolicyControl1";
this.pathPolicyControl1.Policy = IReaper.PathManager.PathPolicyType.Manual;
//
// tabPageBrowser
//
this.tabPageBrowser.Controls.Add(this.radioButtonUseExternalBrowser);
this.tabPageBrowser.Controls.Add(this.radioButtonUseInternalBrowser);
this.errorProvider1.SetIconAlignment(this.tabPageBrowser, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabPageBrowser.IconAlignment"))));
resources.ApplyResources(this.tabPageBrowser, "tabPageBrowser");
this.tabPageBrowser.Name = "tabPageBrowser";
this.tabPageBrowser.UseVisualStyleBackColor = true;
this.tabPageBrowser.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateBrowser);
//
// radioButtonUseInternalBrowser
//
resources.ApplyResources(this.radioButtonUseInternalBrowser, "radioButtonUseInternalBrowser");
this.errorProvider1.SetIconAlignment(this.radioButtonUseInternalBrowser, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("radioButtonUseInternalBrowser.IconAlignment"))));
this.radioButtonUseInternalBrowser.Name = "radioButtonUseInternalBrowser";
this.radioButtonUseInternalBrowser.TabStop = true;
this.radioButtonUseInternalBrowser.UseVisualStyleBackColor = true;
//
// radioButtonUseExternalBrowser
//
resources.ApplyResources(this.radioButtonUseExternalBrowser, "radioButtonUseExternalBrowser");
this.errorProvider1.SetIconAlignment(this.radioButtonUseExternalBrowser, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("radioButtonUseExternalBrowser.IconAlignment"))));
this.radioButtonUseExternalBrowser.Name = "radioButtonUseExternalBrowser";
this.radioButtonUseExternalBrowser.TabStop = true;
this.radioButtonUseExternalBrowser.UseVisualStyleBackColor = true;
//
// tabPageProxy
//
this.tabPageProxy.Controls.Add(this.groupBoxProxy);
this.errorProvider1.SetIconAlignment(this.tabPageProxy, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabPageProxy.IconAlignment"))));
resources.ApplyResources(this.tabPageProxy, "tabPageProxy");
this.tabPageProxy.Name = "tabPageProxy";
this.tabPageProxy.UseVisualStyleBackColor = true;
//
// groupBoxProxy
//
this.groupBoxProxy.Controls.Add(this.panelProxySettings);
this.groupBoxProxy.Controls.Add(this.radioBtnIE);
this.groupBoxProxy.Controls.Add(this.radioBtnHttp);
this.groupBoxProxy.Controls.Add(this.radioBtnDirect);
resources.ApplyResources(this.groupBoxProxy, "groupBoxProxy");
this.errorProvider1.SetIconAlignment(this.groupBoxProxy, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("groupBoxProxy.IconAlignment"))));
this.groupBoxProxy.Name = "groupBoxProxy";
this.groupBoxProxy.TabStop = false;
this.groupBoxProxy.Validating += new System.ComponentModel.CancelEventHandler(this.validateHttpProxy);
//
// radioBtnDirect
//
resources.ApplyResources(this.radioBtnDirect, "radioBtnDirect");
this.radioBtnDirect.CausesValidation = false;
this.errorProvider1.SetIconAlignment(this.radioBtnDirect, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("radioBtnDirect.IconAlignment"))));
this.radioBtnDirect.Name = "radioBtnDirect";
this.radioBtnDirect.UseVisualStyleBackColor = true;
//
// radioBtnHttp
//
resources.ApplyResources(this.radioBtnHttp, "radioBtnHttp");
this.radioBtnHttp.CausesValidation = false;
this.errorProvider1.SetIconAlignment(this.radioBtnHttp, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("radioBtnHttp.IconAlignment"))));
this.radioBtnHttp.Name = "radioBtnHttp";
this.radioBtnHttp.UseVisualStyleBackColor = true;
this.radioBtnHttp.CheckedChanged += new System.EventHandler(this.HttpChecked);
//
// radioBtnIE
//
resources.ApplyResources(this.radioBtnIE, "radioBtnIE");
this.radioBtnIE.CausesValidation = false;
this.radioBtnIE.Checked = true;
this.errorProvider1.SetIconAlignment(this.radioBtnIE, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("radioBtnIE.IconAlignment"))));
this.radioBtnIE.Name = "radioBtnIE";
this.radioBtnIE.TabStop = true;
this.radioBtnIE.UseVisualStyleBackColor = true;
//
// panelProxySettings
//
this.panelProxySettings.BackColor = System.Drawing.Color.LemonChiffon;
this.panelProxySettings.CausesValidation = false;
this.panelProxySettings.Controls.Add(this.textBoxPassword);
this.panelProxySettings.Controls.Add(this.textBoxUserName);
this.panelProxySettings.Controls.Add(this.textBoxPort);
this.panelProxySettings.Controls.Add(this.textBoxAddress);
this.panelProxySettings.Controls.Add(this.label1);
this.panelProxySettings.Controls.Add(this.label3);
this.panelProxySettings.Controls.Add(this.label6);
this.panelProxySettings.Controls.Add(this.label7);
resources.ApplyResources(this.panelProxySettings, "panelProxySettings");
this.errorProvider1.SetIconAlignment(this.panelProxySettings, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("panelProxySettings.IconAlignment"))));
this.panelProxySettings.Name = "panelProxySettings";
//
// label7
//
resources.ApplyResources(this.label7, "label7");
this.errorProvider1.SetIconAlignment(this.label7, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label7.IconAlignment"))));
this.label7.Name = "label7";
//
// label6
//
resources.ApplyResources(this.label6, "label6");
this.errorProvider1.SetIconAlignment(this.label6, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label6.IconAlignment"))));
this.label6.Name = "label6";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.errorProvider1.SetIconAlignment(this.label3, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label3.IconAlignment"))));
this.label3.Name = "label3";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.errorProvider1.SetIconAlignment(this.label1, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label1.IconAlignment"))));
this.label1.Name = "label1";
//
// textBoxAddress
//
this.textBoxAddress.CausesValidation = false;
this.errorProvider1.SetIconAlignment(this.textBoxAddress, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxAddress.IconAlignment"))));
resources.ApplyResources(this.textBoxAddress, "textBoxAddress");
this.textBoxAddress.Name = "textBoxAddress";
//
// textBoxPort
//
this.textBoxPort.CausesValidation = false;
this.errorProvider1.SetIconAlignment(this.textBoxPort, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxPort.IconAlignment"))));
resources.ApplyResources(this.textBoxPort, "textBoxPort");
this.textBoxPort.Name = "textBoxPort";
//
// textBoxUserName
//
this.textBoxUserName.CausesValidation = false;
this.errorProvider1.SetIconAlignment(this.textBoxUserName, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxUserName.IconAlignment"))));
resources.ApplyResources(this.textBoxUserName, "textBoxUserName");
this.textBoxUserName.Name = "textBoxUserName";
//
// textBoxPassword
//
this.textBoxPassword.CausesValidation = false;
this.errorProvider1.SetIconAlignment(this.textBoxPassword, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxPassword.IconAlignment"))));
resources.ApplyResources(this.textBoxPassword, "textBoxPassword");
this.textBoxPassword.Name = "textBoxPassword";
//
// tabPageGeneral
//
this.tabPageGeneral.Controls.Add(this.groupBoxDownloadManager);
this.tabPageGeneral.Controls.Add(this.groupBoxTimeout);
this.errorProvider1.SetIconAlignment(this.tabPageGeneral, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabPageGeneral.IconAlignment"))));
resources.ApplyResources(this.tabPageGeneral, "tabPageGeneral");
this.tabPageGeneral.Name = "tabPageGeneral";
this.tabPageGeneral.UseVisualStyleBackColor = true;
//
// groupBoxTimeout
//
this.groupBoxTimeout.Controls.Add(this.checkBoxReadInfinite);
this.groupBoxTimeout.Controls.Add(this.checkBoxConnectInfinite);
this.groupBoxTimeout.Controls.Add(this.label8);
this.groupBoxTimeout.Controls.Add(this.label4);
this.groupBoxTimeout.Controls.Add(this.textBoxReadTimeout);
this.groupBoxTimeout.Controls.Add(this.textBoxConnectTimeout);
resources.ApplyResources(this.groupBoxTimeout, "groupBoxTimeout");
this.errorProvider1.SetIconAlignment(this.groupBoxTimeout, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("groupBoxTimeout.IconAlignment"))));
this.groupBoxTimeout.Name = "groupBoxTimeout";
this.groupBoxTimeout.TabStop = false;
this.groupBoxTimeout.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateTimeout);
//
// textBoxConnectTimeout
//
this.errorProvider1.SetIconAlignment(this.textBoxConnectTimeout, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxConnectTimeout.IconAlignment"))));
resources.ApplyResources(this.textBoxConnectTimeout, "textBoxConnectTimeout");
this.textBoxConnectTimeout.Name = "textBoxConnectTimeout";
//
// textBoxReadTimeout
//
this.errorProvider1.SetIconAlignment(this.textBoxReadTimeout, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxReadTimeout.IconAlignment"))));
resources.ApplyResources(this.textBoxReadTimeout, "textBoxReadTimeout");
this.textBoxReadTimeout.Name = "textBoxReadTimeout";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.errorProvider1.SetIconAlignment(this.label4, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label4.IconAlignment"))));
this.label4.Name = "label4";
//
// label8
//
resources.ApplyResources(this.label8, "label8");
this.errorProvider1.SetIconAlignment(this.label8, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label8.IconAlignment"))));
this.label8.Name = "label8";
//
// checkBoxConnectInfinite
//
this.errorProvider1.SetIconAlignment(this.checkBoxConnectInfinite, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("checkBoxConnectInfinite.IconAlignment"))));
resources.ApplyResources(this.checkBoxConnectInfinite, "checkBoxConnectInfinite");
this.checkBoxConnectInfinite.Name = "checkBoxConnectInfinite";
this.checkBoxConnectInfinite.UseVisualStyleBackColor = true;
this.checkBoxConnectInfinite.CheckedChanged += new System.EventHandler(this.infiniteChanged);
//
// checkBoxReadInfinite
//
this.errorProvider1.SetIconAlignment(this.checkBoxReadInfinite, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("checkBoxReadInfinite.IconAlignment"))));
resources.ApplyResources(this.checkBoxReadInfinite, "checkBoxReadInfinite");
this.checkBoxReadInfinite.Name = "checkBoxReadInfinite";
this.checkBoxReadInfinite.UseVisualStyleBackColor = true;
this.checkBoxReadInfinite.CheckedChanged += new System.EventHandler(this.infiniteChanged);
//
// groupBoxDownloadManager
//
this.groupBoxDownloadManager.Controls.Add(this.numericRetry);
this.groupBoxDownloadManager.Controls.Add(this.numericMaxThread);
this.groupBoxDownloadManager.Controls.Add(this.checkBoxAutoDecompress);
this.groupBoxDownloadManager.Controls.Add(this.label10);
this.groupBoxDownloadManager.Controls.Add(this.textBoxRetryInterval);
this.groupBoxDownloadManager.Controls.Add(this.label9);
this.groupBoxDownloadManager.Controls.Add(this.folderControlBtn);
this.groupBoxDownloadManager.Controls.Add(this.label2);
this.groupBoxDownloadManager.Controls.Add(this.label5);
this.groupBoxDownloadManager.Controls.Add(this.textBoxPath);
resources.ApplyResources(this.groupBoxDownloadManager, "groupBoxDownloadManager");
this.errorProvider1.SetIconAlignment(this.groupBoxDownloadManager, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("groupBoxDownloadManager.IconAlignment"))));
this.groupBoxDownloadManager.Name = "groupBoxDownloadManager";
this.groupBoxDownloadManager.TabStop = false;
this.groupBoxDownloadManager.Validating += new System.ComponentModel.CancelEventHandler(this.ValidateGeneral);
//
// textBoxPath
//
this.errorProvider1.SetIconAlignment(this.textBoxPath, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxPath.IconAlignment"))));
resources.ApplyResources(this.textBoxPath, "textBoxPath");
this.textBoxPath.Name = "textBoxPath";
this.textBoxPath.ReadOnly = true;
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.errorProvider1.SetIconAlignment(this.label5, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label5.IconAlignment"))));
this.label5.Name = "label5";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.errorProvider1.SetIconAlignment(this.label2, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label2.IconAlignment"))));
this.label2.Name = "label2";
//
// folderControlBtn
//
this.errorProvider1.SetIconAlignment(this.folderControlBtn, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("folderControlBtn.IconAlignment"))));
resources.ApplyResources(this.folderControlBtn, "folderControlBtn");
this.folderControlBtn.Name = "folderControlBtn";
this.folderControlBtn.UseVisualStyleBackColor = true;
this.folderControlBtn.Click += new System.EventHandler(this.SelectFolder);
//
// label9
//
resources.ApplyResources(this.label9, "label9");
this.errorProvider1.SetIconAlignment(this.label9, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label9.IconAlignment"))));
this.label9.Name = "label9";
//
// textBoxRetryInterval
//
this.errorProvider1.SetIconAlignment(this.textBoxRetryInterval, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBoxRetryInterval.IconAlignment"))));
resources.ApplyResources(this.textBoxRetryInterval, "textBoxRetryInterval");
this.textBoxRetryInterval.Name = "textBoxRetryInterval";
//
// label10
//
resources.ApplyResources(this.label10, "label10");
this.errorProvider1.SetIconAlignment(this.label10, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("label10.IconAlignment"))));
this.label10.Name = "label10";
//
// checkBoxAutoDecompress
//
resources.ApplyResources(this.checkBoxAutoDecompress, "checkBoxAutoDecompress");
this.errorProvider1.SetIconAlignment(this.checkBoxAutoDecompress, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("checkBoxAutoDecompress.IconAlignment"))));
this.checkBoxAutoDecompress.Name = "checkBoxAutoDecompress";
this.checkBoxAutoDecompress.UseVisualStyleBackColor = true;
//
// numericMaxThread
//
this.errorProvider1.SetIconAlignment(this.numericMaxThread, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("numericMaxThread.IconAlignment"))));
resources.ApplyResources(this.numericMaxThread, "numericMaxThread");
this.numericMaxThread.Maximum = new decimal(new int[] {
9,
0,
0,
0});
this.numericMaxThread.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericMaxThread.Name = "numericMaxThread";
this.numericMaxThread.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// numericRetry
//
this.errorProvider1.SetIconAlignment(this.numericRetry, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("numericRetry.IconAlignment"))));
resources.ApplyResources(this.numericRetry, "numericRetry");
this.numericRetry.Maximum = new decimal(new int[] {
99,
0,
0,
0});
this.numericRetry.Minimum = new decimal(new int[] {
1,
0,
0,
0});
this.numericRetry.Name = "numericRetry";
this.numericRetry.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// tabControlPerference
//
this.tabControlPerference.Controls.Add(this.tabPageGeneral);
this.tabControlPerference.Controls.Add(this.tabPageProxy);
this.tabControlPerference.Controls.Add(this.tabPageBrowser);
this.tabControlPerference.Controls.Add(this.tabPagePathPolicy);
resources.ApplyResources(this.tabControlPerference, "tabControlPerference");
this.errorProvider1.SetIconAlignment(this.tabControlPerference, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("tabControlPerference.IconAlignment"))));
this.tabControlPerference.Name = "tabControlPerference";
this.tabControlPerference.SelectedIndex = 0;
//
// Perferences
//
this.AcceptButton = this.btnOK;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.Controls.Add(this.tabControlPerference);
this.Controls.Add(this.panel1);
this.Name = "Perferences";
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.tabPagePathPolicy.ResumeLayout(false);
this.tabPagePathPolicy.PerformLayout();
this.tabPageBrowser.ResumeLayout(false);
this.tabPageBrowser.PerformLayout();
this.tabPageProxy.ResumeLayout(false);
this.groupBoxProxy.ResumeLayout(false);
this.groupBoxProxy.PerformLayout();
this.panelProxySettings.ResumeLayout(false);
this.panelProxySettings.PerformLayout();
this.tabPageGeneral.ResumeLayout(false);
this.groupBoxTimeout.ResumeLayout(false);
this.groupBoxTimeout.PerformLayout();
this.groupBoxDownloadManager.ResumeLayout(false);
this.groupBoxDownloadManager.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericMaxThread)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericRetry)).EndInit();
this.tabControlPerference.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.TabControl tabControlPerference;
private System.Windows.Forms.TabPage tabPageGeneral;
private System.Windows.Forms.GroupBox groupBoxDownloadManager;
private System.Windows.Forms.NumericUpDown numericRetry;
private System.Windows.Forms.NumericUpDown numericMaxThread;
private System.Windows.Forms.CheckBox checkBoxAutoDecompress;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox textBoxRetryInterval;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button folderControlBtn;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox textBoxPath;
private System.Windows.Forms.GroupBox groupBoxTimeout;
private System.Windows.Forms.CheckBox checkBoxReadInfinite;
private System.Windows.Forms.CheckBox checkBoxConnectInfinite;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox textBoxReadTimeout;
private System.Windows.Forms.TextBox textBoxConnectTimeout;
private System.Windows.Forms.TabPage tabPageProxy;
private System.Windows.Forms.GroupBox groupBoxProxy;
private System.Windows.Forms.Panel panelProxySettings;
private System.Windows.Forms.TextBox textBoxPassword;
private System.Windows.Forms.TextBox textBoxUserName;
private System.Windows.Forms.TextBox textBoxPort;
private System.Windows.Forms.TextBox textBoxAddress;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.RadioButton radioBtnIE;
private System.Windows.Forms.RadioButton radioBtnHttp;
private System.Windows.Forms.RadioButton radioBtnDirect;
private System.Windows.Forms.TabPage tabPageBrowser;
private System.Windows.Forms.RadioButton radioButtonUseExternalBrowser;
private System.Windows.Forms.RadioButton radioButtonUseInternalBrowser;
private System.Windows.Forms.TabPage tabPagePathPolicy;
private PathPolicyControl pathPolicyControl1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label15;
}
}
|