namespace MyDownloader.App.UI
{
partial class Location
{
///
/// 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.lblURL = new System.Windows.Forms.Label();
this.txtURL = new System.Windows.Forms.TextBox();
this.txtPass = new System.Windows.Forms.TextBox();
this.lblPass = new System.Windows.Forms.Label();
this.txtLogin = new System.Windows.Forms.TextBox();
this.lblLogin = new System.Windows.Forms.Label();
this.chkLogin = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// lblURL
//
this.lblURL.AutoSize = true;
this.lblURL.Location = new System.Drawing.Point(0, 3);
this.lblURL.Name = "lblURL";
this.lblURL.Size = new System.Drawing.Size(29, 13);
this.lblURL.TabIndex = 0;
this.lblURL.Text = "URL";
//
// txtURL
//
this.txtURL.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txtURL.Location = new System.Drawing.Point(0, 19);
this.txtURL.Multiline = true;
this.txtURL.Name = "txtURL";
this.txtURL.Size = new System.Drawing.Size(450, 77);
this.txtURL.TabIndex = 1;
this.txtURL.Text = "http://localhost/servicemodelsamples/Desktop.zip";
this.txtURL.TextChanged += new System.EventHandler(this.txtURL_TextChanged);
//
// txtPass
//
this.txtPass.Location = new System.Drawing.Point(291, 119);
this.txtPass.Name = "txtPass";
this.txtPass.Size = new System.Drawing.Size(157, 20);
this.txtPass.TabIndex = 6;
//
// lblPass
//
this.lblPass.AutoSize = true;
this.lblPass.Location = new System.Drawing.Point(288, 102);
this.lblPass.Name = "lblPass";
this.lblPass.Size = new System.Drawing.Size(56, 13);
this.lblPass.TabIndex = 5;
this.lblPass.Text = "Password:";
//
// txtLogin
//
this.txtLogin.Location = new System.Drawing.Point(124, 119);
this.txtLogin.Name = "txtLogin";
this.txtLogin.Size = new System.Drawing.Size(161, 20);
this.txtLogin.TabIndex = 4;
//
// lblLogin
//
this.lblLogin.AutoSize = true;
this.lblLogin.Location = new System.Drawing.Point(121, 102);
this.lblLogin.Name = "lblLogin";
this.lblLogin.Size = new System.Drawing.Size(36, 13);
this.lblLogin.TabIndex = 3;
this.lblLogin.Text = "Login:";
//
// chkLogin
//
this.chkLogin.AutoSize = true;
this.chkLogin.Location = new System.Drawing.Point(3, 102);
this.chkLogin.Name = "chkLogin";
this.chkLogin.Size = new System.Drawing.Size(96, 17);
this.chkLogin.TabIndex = 2;
this.chkLogin.Text = "Login to server";
this.chkLogin.UseVisualStyleBackColor = true;
this.chkLogin.CheckedChanged += new System.EventHandler(this.chkLogin_CheckedChanged);
//
// Location
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lblURL);
this.Controls.Add(this.txtURL);
this.Controls.Add(this.txtPass);
this.Controls.Add(this.lblPass);
this.Controls.Add(this.txtLogin);
this.Controls.Add(this.lblLogin);
this.Controls.Add(this.chkLogin);
this.Name = "Location";
this.Size = new System.Drawing.Size(451, 145);
this.Load += new System.EventHandler(this.Location_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lblURL;
private System.Windows.Forms.TextBox txtURL;
private System.Windows.Forms.TextBox txtPass;
private System.Windows.Forms.Label lblPass;
private System.Windows.Forms.TextBox txtLogin;
private System.Windows.Forms.Label lblLogin;
private System.Windows.Forms.CheckBox chkLogin;
}
}