namespace IReaper.Configurations{
partial class StartUpCriticalCheck
{
/// <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
/// <summary>
/// -
///
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartUpCriticalCheck));
this.textBoxPath = new System.Windows.Forms.TextBox();
this.folderControlBtn = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.applyBtn = new System.Windows.Forms.Button();
this.cancelBtn = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.radioBtnIE = new System.Windows.Forms.RadioButton();
this.radioBtnHttp = new System.Windows.Forms.RadioButton();
this.radioBtnDirect = new System.Windows.Forms.RadioButton();
this.groupProxy = new System.Windows.Forms.GroupBox();
this.panelProxySettings = new System.Windows.Forms.Panel();
this.textBoxPassword = new System.Windows.Forms.TextBox();
this.textBoxUserName = new System.Windows.Forms.TextBox();
this.textBoxPort = new System.Windows.Forms.TextBox();
this.textBoxAddress = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.groupPath = new System.Windows.Forms.GroupBox();
this.panel1.SuspendLayout();
this.groupProxy.SuspendLayout();
this.panelProxySettings.SuspendLayout();
this.groupPath.SuspendLayout();
this.SuspendLayout();
//
// textBoxPath
//
resources.ApplyResources(this.textBoxPath, "textBoxPath");
this.textBoxPath.Name = "textBoxPath";
//
// folderControlBtn
//
resources.ApplyResources(this.folderControlBtn, "folderControlBtn");
this.folderControlBtn.Name = "folderControlBtn";
this.folderControlBtn.UseVisualStyleBackColor = true;
this.folderControlBtn.Click += new System.EventHandler(this.folderControlBtn_Click);
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// applyBtn
//
resources.ApplyResources(this.applyBtn, "applyBtn");
this.applyBtn.Name = "applyBtn";
this.applyBtn.UseVisualStyleBackColor = true;
this.applyBtn.Click += new System.EventHandler(this.UpdateSettings);
//
// cancelBtn
//
resources.ApplyResources(this.cancelBtn, "cancelBtn");
this.cancelBtn.Name = "cancelBtn";
this.cancelBtn.UseVisualStyleBackColor = true;
this.cancelBtn.Click += new System.EventHandler(this.CloseApplication);
//
// panel1
//
this.panel1.Controls.Add(this.applyBtn);
this.panel1.Controls.Add(this.cancelBtn);
resources.ApplyResources(this.panel1, "panel1");
this.panel1.Name = "panel1";
//
// radioBtnIE
//
resources.ApplyResources(this.radioBtnIE, "radioBtnIE");
this.radioBtnIE.Checked = true;
this.radioBtnIE.Name = "radioBtnIE";
this.radioBtnIE.TabStop = true;
this.radioBtnIE.UseVisualStyleBackColor = true;
//
// radioBtnHttp
//
resources.ApplyResources(this.radioBtnHttp, "radioBtnHttp");
this.radioBtnHttp.Name = "radioBtnHttp";
this.radioBtnHttp.UseVisualStyleBackColor = true;
this.radioBtnHttp.CheckedChanged += new System.EventHandler(this.radioBtnHttp_CheckedChanged);
//
// radioBtnDirect
//
resources.ApplyResources(this.radioBtnDirect, "radioBtnDirect");
this.radioBtnDirect.Name = "radioBtnDirect";
this.radioBtnDirect.UseVisualStyleBackColor = true;
//
// groupProxy
//
this.groupProxy.Controls.Add(this.panelProxySettings);
this.groupProxy.Controls.Add(this.radioBtnIE);
this.groupProxy.Controls.Add(this.radioBtnHttp);
this.groupProxy.Controls.Add(this.radioBtnDirect);
resources.ApplyResources(this.groupProxy, "groupProxy");
this.groupProxy.Name = "groupProxy";
this.groupProxy.TabStop = false;
//
// panelProxySettings
//
this.panelProxySettings.BackColor = System.Drawing.Color.LemonChiffon;
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.label5);
this.panelProxySettings.Controls.Add(this.label4);
this.panelProxySettings.Controls.Add(this.label3);
this.panelProxySettings.Controls.Add(this.label2);
resources.ApplyResources(this.panelProxySettings, "panelProxySettings");
this.panelProxySettings.Name = "panelProxySettings";
//
// textBoxPassword
//
resources.ApplyResources(this.textBoxPassword, "textBoxPassword");
this.textBoxPassword.Name = "textBoxPassword";
//
// textBoxUserName
//
resources.ApplyResources(this.textBoxUserName, "textBoxUserName");
this.textBoxUserName.Name = "textBoxUserName";
//
// textBoxPort
//
resources.ApplyResources(this.textBoxPort, "textBoxPort");
this.textBoxPort.Name = "textBoxPort";
//
// textBoxAddress
//
resources.ApplyResources(this.textBoxAddress, "textBoxAddress");
this.textBoxAddress.Name = "textBoxAddress";
//
// label5
//
resources.ApplyResources(this.label5, "label5");
this.label5.Name = "label5";
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.Name = "label4";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// groupPath
//
this.groupPath.Controls.Add(this.label1);
this.groupPath.Controls.Add(this.folderControlBtn);
this.groupPath.Controls.Add(this.textBoxPath);
resources.ApplyResources(this.groupPath, "groupPath");
this.groupPath.Name = "groupPath";
this.groupPath.TabStop = false;
//
// StartUpCriticalCheck
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupProxy);
this.Controls.Add(this.panel1);
this.Controls.Add(this.groupPath);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "StartUpCriticalCheck";
this.panel1.ResumeLayout(false);
this.groupProxy.ResumeLayout(false);
this.groupProxy.PerformLayout();
this.panelProxySettings.ResumeLayout(false);
this.panelProxySettings.PerformLayout();
this.groupPath.ResumeLayout(false);
this.groupPath.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox textBoxPath;
private System.Windows.Forms.Button folderControlBtn;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.Button applyBtn;
private System.Windows.Forms.Button cancelBtn;
private System.Windows.Forms.RadioButton radioBtnDirect;
private System.Windows.Forms.RadioButton radioBtnHttp;
private System.Windows.Forms.RadioButton radioBtnIE;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupProxy;
private System.Windows.Forms.GroupBox groupPath;
private System.Windows.Forms.Panel panelProxySettings;
private System.Windows.Forms.TextBox textBoxUserName;
private System.Windows.Forms.TextBox textBoxPort;
private System.Windows.Forms.TextBox textBoxAddress;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxPassword;
}
}
|