websitepanel/WebsitePanel/Sources/Tools/WebsitePanel.Import.Enterprise/ConnectForm.Designer.cs
2011-07-13 16:07:32 -07:00

170 lines
No EOL
6.5 KiB
C#

namespace WebsitePanel.Import.Enterprise
{
partial class ConnectForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
WebsitePanel.Import.Enterprise.LineBox lineBox;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectForm));
this.btnCancel = new System.Windows.Forms.Button();
this.btnConnect = new System.Windows.Forms.Button();
this.pictureBox = new System.Windows.Forms.PictureBox();
this.txtUserName = new System.Windows.Forms.TextBox();
this.lblUserName = new System.Windows.Forms.Label();
this.lblPassword = new System.Windows.Forms.Label();
this.txtPassword = new System.Windows.Forms.TextBox();
this.animatedIcon = new WebsitePanel.Import.Enterprise.AnimatedIcon();
lineBox = new WebsitePanel.Import.Enterprise.LineBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.SuspendLayout();
//
// lineBox
//
lineBox.Location = new System.Drawing.Point(12, 147);
lineBox.Name = "lineBox";
lineBox.Size = new System.Drawing.Size(387, 2);
lineBox.TabIndex = 8;
lineBox.TabStop = false;
lineBox.Text = "lineBox1";
//
// btnCancel
//
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnCancel.Location = new System.Drawing.Point(323, 162);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 10;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.OnCancelClick);
//
// btnConnect
//
this.btnConnect.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.btnConnect.Location = new System.Drawing.Point(242, 162);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(75, 23);
this.btnConnect.TabIndex = 9;
this.btnConnect.Text = "&Connect";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.OnConnectClick);
//
// pictureBox
//
this.pictureBox.Image = global::WebsitePanel.Import.Enterprise.Properties.Resources.ConnectLogo;
this.pictureBox.Location = new System.Drawing.Point(0, 0);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(410, 67);
this.pictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox.TabIndex = 3;
this.pictureBox.TabStop = false;
//
// txtUserName
//
this.txtUserName.Location = new System.Drawing.Point(146, 84);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Size = new System.Drawing.Size(253, 20);
this.txtUserName.TabIndex = 4;
this.txtUserName.Text = "serveradmin";
this.txtUserName.TextChanged += new System.EventHandler(this.OnUserNameTextChanged);
//
// lblUserName
//
this.lblUserName.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblUserName.Location = new System.Drawing.Point(11, 84);
this.lblUserName.Name = "lblUserName";
this.lblUserName.Size = new System.Drawing.Size(100, 21);
this.lblUserName.TabIndex = 3;
this.lblUserName.Text = "&User name:";
//
// lblPassword
//
this.lblPassword.FlatStyle = System.Windows.Forms.FlatStyle.System;
this.lblPassword.Location = new System.Drawing.Point(11, 112);
this.lblPassword.Name = "lblPassword";
this.lblPassword.Size = new System.Drawing.Size(100, 21);
this.lblPassword.TabIndex = 5;
this.lblPassword.Text = "&Password:";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(146, 112);
this.txtPassword.Name = "txtPassword";
this.txtPassword.PasswordChar = '*';
this.txtPassword.Size = new System.Drawing.Size(253, 20);
this.txtPassword.TabIndex = 6;
this.txtPassword.Text = "serveradmin";
//
// animatedIcon
//
this.animatedIcon.Delay = 100;
this.animatedIcon.Location = new System.Drawing.Point(0, 67);
this.animatedIcon.Name = "animatedIcon";
this.animatedIcon.Size = new System.Drawing.Size(410, 3);
this.animatedIcon.TabIndex = 0;
this.animatedIcon.TabStop = false;
//
// ConnectForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(410, 195);
this.Controls.Add(this.animatedIcon);
this.Controls.Add(this.txtPassword);
this.Controls.Add(this.lblPassword);
this.Controls.Add(this.txtUserName);
this.Controls.Add(this.lblUserName);
this.Controls.Add(this.pictureBox);
this.Controls.Add(lineBox);
this.Controls.Add(this.btnConnect);
this.Controls.Add(this.btnCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ConnectForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Connect to Server";
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.PictureBox pictureBox;
private System.Windows.Forms.TextBox txtUserName;
private System.Windows.Forms.Label lblUserName;
private System.Windows.Forms.Label lblPassword;
private System.Windows.Forms.TextBox txtPassword;
private AnimatedIcon animatedIcon;
}
}