Login.Designer.cs #2

  • //
  • sscm2p4/
  • main/
  • Surround_To_Perforce/
  • Login.Designer.cs
  • View
  • Commits
  • Open Download .zip Download (19 KB)
namespace Surround_To_Perforce
{
    partial class Login
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
            this.btnConnect = new System.Windows.Forms.Button();
            this.lblTTPassword = new System.Windows.Forms.Label();
            this.txtPassword = new System.Windows.Forms.TextBox();
            this.txtUsername = new System.Windows.Forms.TextBox();
            this.lblTTUsername = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtPort = new System.Windows.Forms.TextBox();
            this.txtServerAddress = new System.Windows.Forms.TextBox();
            this.lblPort = new System.Windows.Forms.Label();
            this.lblTTIP = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnSetMainline = new System.Windows.Forms.Button();
            this.cboSelectMainline = new System.Windows.Forms.ComboBox();
            this.btnBegin = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.txtP4ClientName = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtP4Port = new System.Windows.Forms.TextBox();
            this.txtP4Address = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.txtP4Username = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtP4Password = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.btnConnectP4 = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.btnSetBranch = new System.Windows.Forms.Button();
            this.cboSelectBranch = new System.Windows.Forms.ComboBox();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnConnect
            // 
            this.btnConnect.Location = new System.Drawing.Point(173, 196);
            this.btnConnect.Name = "btnConnect";
            this.btnConnect.Size = new System.Drawing.Size(135, 23);
            this.btnConnect.TabIndex = 16;
            this.btnConnect.Text = "Connect";
            this.btnConnect.UseVisualStyleBackColor = true;
            this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
            // 
            // lblTTPassword
            // 
            this.lblTTPassword.AutoSize = true;
            this.lblTTPassword.Location = new System.Drawing.Point(6, 110);
            this.lblTTPassword.Name = "lblTTPassword";
            this.lblTTPassword.Size = new System.Drawing.Size(53, 13);
            this.lblTTPassword.TabIndex = 18;
            this.lblTTPassword.Text = "Password";
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(6, 126);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(302, 20);
            this.txtPassword.TabIndex = 15;
            // 
            // txtUsername
            // 
            this.txtUsername.Location = new System.Drawing.Point(6, 87);
            this.txtUsername.Name = "txtUsername";
            this.txtUsername.Size = new System.Drawing.Size(302, 20);
            this.txtUsername.TabIndex = 13;
            // 
            // lblTTUsername
            // 
            this.lblTTUsername.AutoSize = true;
            this.lblTTUsername.Location = new System.Drawing.Point(6, 71);
            this.lblTTUsername.Name = "lblTTUsername";
            this.lblTTUsername.Size = new System.Drawing.Size(55, 13);
            this.lblTTUsername.TabIndex = 14;
            this.lblTTUsername.Text = "Username";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txtPort);
            this.groupBox1.Controls.Add(this.txtServerAddress);
            this.groupBox1.Controls.Add(this.lblPort);
            this.groupBox1.Controls.Add(this.lblTTIP);
            this.groupBox1.Controls.Add(this.txtUsername);
            this.groupBox1.Controls.Add(this.lblTTUsername);
            this.groupBox1.Controls.Add(this.txtPassword);
            this.groupBox1.Controls.Add(this.btnConnect);
            this.groupBox1.Controls.Add(this.lblTTPassword);
            this.groupBox1.Location = new System.Drawing.Point(12, 11);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(322, 225);
            this.groupBox1.TabIndex = 20;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Login to Surround SCM";
            // 
            // txtPort
            // 
            this.txtPort.Location = new System.Drawing.Point(181, 48);
            this.txtPort.Name = "txtPort";
            this.txtPort.Size = new System.Drawing.Size(127, 20);
            this.txtPort.TabIndex = 22;
            // 
            // txtServerAddress
            // 
            this.txtServerAddress.Location = new System.Drawing.Point(6, 48);
            this.txtServerAddress.Name = "txtServerAddress";
            this.txtServerAddress.Size = new System.Drawing.Size(169, 20);
            this.txtServerAddress.TabIndex = 20;
            // 
            // lblPort
            // 
            this.lblPort.AutoSize = true;
            this.lblPort.Location = new System.Drawing.Point(178, 32);
            this.lblPort.Name = "lblPort";
            this.lblPort.Size = new System.Drawing.Size(26, 13);
            this.lblPort.TabIndex = 21;
            this.lblPort.Text = "Port";
            // 
            // lblTTIP
            // 
            this.lblTTIP.AutoSize = true;
            this.lblTTIP.Location = new System.Drawing.Point(6, 32);
            this.lblTTIP.Name = "lblTTIP";
            this.lblTTIP.Size = new System.Drawing.Size(79, 13);
            this.lblTTIP.TabIndex = 19;
            this.lblTTIP.Text = "Server Address";
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnSetMainline);
            this.groupBox2.Controls.Add(this.cboSelectMainline);
            this.groupBox2.Location = new System.Drawing.Point(12, 242);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(322, 58);
            this.groupBox2.TabIndex = 23;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Select Mainline";
            // 
            // btnSetMainline
            // 
            this.btnSetMainline.Enabled = false;
            this.btnSetMainline.Location = new System.Drawing.Point(241, 19);
            this.btnSetMainline.Name = "btnSetMainline";
            this.btnSetMainline.Size = new System.Drawing.Size(75, 23);
            this.btnSetMainline.TabIndex = 1;
            this.btnSetMainline.Text = "Select";
            this.btnSetMainline.UseVisualStyleBackColor = true;
            this.btnSetMainline.Click += new System.EventHandler(this.btnSetMainline_Click);
            // 
            // cboSelectMainline
            // 
            this.cboSelectMainline.Enabled = false;
            this.cboSelectMainline.FormattingEnabled = true;
            this.cboSelectMainline.Location = new System.Drawing.Point(6, 21);
            this.cboSelectMainline.Name = "cboSelectMainline";
            this.cboSelectMainline.Size = new System.Drawing.Size(229, 21);
            this.cboSelectMainline.TabIndex = 0;
            // 
            // btnBegin
            // 
            this.btnBegin.Enabled = false;
            this.btnBegin.Location = new System.Drawing.Point(18, 370);
            this.btnBegin.Name = "btnBegin";
            this.btnBegin.Size = new System.Drawing.Size(316, 23);
            this.btnBegin.TabIndex = 24;
            this.btnBegin.Text = "Begin Migration";
            this.btnBegin.UseVisualStyleBackColor = true;
            this.btnBegin.Click += new System.EventHandler(this.btnBegin_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.txtP4ClientName);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.txtP4Port);
            this.groupBox3.Controls.Add(this.txtP4Address);
            this.groupBox3.Controls.Add(this.label1);
            this.groupBox3.Controls.Add(this.label2);
            this.groupBox3.Controls.Add(this.txtP4Username);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Controls.Add(this.txtP4Password);
            this.groupBox3.Controls.Add(this.label4);
            this.groupBox3.Controls.Add(this.btnConnectP4);
            this.groupBox3.Location = new System.Drawing.Point(340, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(322, 224);
            this.groupBox3.TabIndex = 25;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Login to Perforce";
            this.groupBox3.Visible = false;
            // 
            // txtP4ClientName
            // 
            this.txtP4ClientName.Location = new System.Drawing.Point(6, 164);
            this.txtP4ClientName.Name = "txtP4ClientName";
            this.txtP4ClientName.Size = new System.Drawing.Size(302, 20);
            this.txtP4ClientName.TabIndex = 32;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(6, 148);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(62, 13);
            this.label5.TabIndex = 33;
            this.label5.Text = "Workspace";
            // 
            // txtP4Port
            // 
            this.txtP4Port.Location = new System.Drawing.Point(181, 47);
            this.txtP4Port.Name = "txtP4Port";
            this.txtP4Port.Size = new System.Drawing.Size(127, 20);
            this.txtP4Port.TabIndex = 31;
            // 
            // txtP4Address
            // 
            this.txtP4Address.Location = new System.Drawing.Point(6, 47);
            this.txtP4Address.Name = "txtP4Address";
            this.txtP4Address.Size = new System.Drawing.Size(169, 20);
            this.txtP4Address.TabIndex = 29;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(178, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(26, 13);
            this.label1.TabIndex = 30;
            this.label1.Text = "Port";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(6, 31);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(79, 13);
            this.label2.TabIndex = 28;
            this.label2.Text = "Server Address";
            // 
            // txtP4Username
            // 
            this.txtP4Username.Location = new System.Drawing.Point(6, 86);
            this.txtP4Username.Name = "txtP4Username";
            this.txtP4Username.Size = new System.Drawing.Size(302, 20);
            this.txtP4Username.TabIndex = 23;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(6, 70);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(55, 13);
            this.label3.TabIndex = 24;
            this.label3.Text = "Username";
            // 
            // txtP4Password
            // 
            this.txtP4Password.Location = new System.Drawing.Point(6, 125);
            this.txtP4Password.Name = "txtP4Password";
            this.txtP4Password.PasswordChar = '*';
            this.txtP4Password.Size = new System.Drawing.Size(302, 20);
            this.txtP4Password.TabIndex = 25;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 109);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 13);
            this.label4.TabIndex = 27;
            this.label4.Text = "Password";
            // 
            // btnConnectP4
            // 
            this.btnConnectP4.Location = new System.Drawing.Point(173, 195);
            this.btnConnectP4.Name = "btnConnectP4";
            this.btnConnectP4.Size = new System.Drawing.Size(135, 23);
            this.btnConnectP4.TabIndex = 16;
            this.btnConnectP4.Text = "Connect";
            this.btnConnectP4.UseVisualStyleBackColor = true;
            this.btnConnectP4.Click += new System.EventHandler(this.btnConnectP4_Click);
            // 
            // btnExit
            // 
            this.btnExit.Location = new System.Drawing.Point(340, 370);
            this.btnExit.Name = "btnExit";
            this.btnExit.Size = new System.Drawing.Size(316, 23);
            this.btnExit.TabIndex = 26;
            this.btnExit.Text = "Exit";
            this.btnExit.UseVisualStyleBackColor = true;
            this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
            // 
            // groupBox4
            // 
            this.groupBox4.Controls.Add(this.btnSetBranch);
            this.groupBox4.Controls.Add(this.cboSelectBranch);
            this.groupBox4.Location = new System.Drawing.Point(12, 306);
            this.groupBox4.Name = "groupBox4";
            this.groupBox4.Size = new System.Drawing.Size(322, 58);
            this.groupBox4.TabIndex = 27;
            this.groupBox4.TabStop = false;
            this.groupBox4.Text = "Select Branch (optional)";
            this.groupBox4.Visible = false;
            // 
            // btnSetBranch
            // 
            this.btnSetBranch.Enabled = false;
            this.btnSetBranch.Location = new System.Drawing.Point(241, 19);
            this.btnSetBranch.Name = "btnSetBranch";
            this.btnSetBranch.Size = new System.Drawing.Size(75, 23);
            this.btnSetBranch.TabIndex = 1;
            this.btnSetBranch.Text = "Select";
            this.btnSetBranch.UseVisualStyleBackColor = true;
            // 
            // cboSelectBranch
            // 
            this.cboSelectBranch.Enabled = false;
            this.cboSelectBranch.FormattingEnabled = true;
            this.cboSelectBranch.Location = new System.Drawing.Point(6, 21);
            this.cboSelectBranch.Name = "cboSelectBranch";
            this.cboSelectBranch.Size = new System.Drawing.Size(229, 21);
            this.cboSelectBranch.TabIndex = 0;
            // 
            // Login
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(674, 417);
            this.Controls.Add(this.groupBox4);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.btnBegin);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Login";
            this.Text = "Login";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.groupBox4.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnConnect;
        private System.Windows.Forms.Label lblTTPassword;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.TextBox txtUsername;
        private System.Windows.Forms.Label lblTTUsername;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtPort;
        private System.Windows.Forms.TextBox txtServerAddress;
        private System.Windows.Forms.Label lblPort;
        private System.Windows.Forms.Label lblTTIP;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btnSetMainline;
        private System.Windows.Forms.ComboBox cboSelectMainline;
        private System.Windows.Forms.Button btnBegin;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button btnConnectP4;
        private System.Windows.Forms.Button btnExit;
        private System.Windows.Forms.TextBox txtP4Port;
        private System.Windows.Forms.TextBox txtP4Address;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtP4Username;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtP4Password;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtP4ClientName;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.GroupBox groupBox4;
        private System.Windows.Forms.Button btnSetBranch;
        private System.Windows.Forms.ComboBox cboSelectBranch;
    }
}

# Change User Description Committed
#2 22708 C. Thomas Tyler Updated work-in-progress version.
#1 21997 C. Thomas Tyler Added early work-in-progress draft of source files for Surround SCM
to Perforce detailed history import tool.  Software developed by
@kgillman. Also includes a custom .p4ignore file.