in 2LCS/Forms/RDPConnect.Designer.cs [30:151]
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RDPConnect));
this.progressBar = new System.Windows.Forms.ProgressBar();
this.rdpConnectTitle = new System.Windows.Forms.Label();
this.StateLabel = new System.Windows.Forms.Label();
this.stateValueLabel = new System.Windows.Forms.Label();
this.vmLabel = new System.Windows.Forms.Label();
this.vmNameLabel = new System.Windows.Forms.Label();
this.projectLabel = new System.Windows.Forms.Label();
this.projectNameLabel = new System.Windows.Forms.Label();
this.projectIdLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// progressBar
//
this.progressBar.Location = new System.Drawing.Point(15, 160);
this.progressBar.Name = "progressBar";
this.progressBar.Size = new System.Drawing.Size(299, 23);
this.progressBar.TabIndex = 0;
//
// rdpConnectTitle
//
this.rdpConnectTitle.AutoSize = true;
this.rdpConnectTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.rdpConnectTitle.Location = new System.Drawing.Point(9, 9);
this.rdpConnectTitle.Name = "rdpConnectTitle";
this.rdpConnectTitle.Size = new System.Drawing.Size(135, 17);
this.rdpConnectTitle.TabIndex = 1;
this.rdpConnectTitle.Text = "Connecting to VM";
//
// StateLabel
//
this.StateLabel.AutoSize = true;
this.StateLabel.Location = new System.Drawing.Point(15, 110);
this.StateLabel.Name = "StateLabel";
this.StateLabel.Size = new System.Drawing.Size(38, 13);
this.StateLabel.TabIndex = 2;
this.StateLabel.Text = "State: ";
//
// stateValueLabel
//
this.stateValueLabel.AutoSize = true;
this.stateValueLabel.Location = new System.Drawing.Point(80, 110);
this.stateValueLabel.Name = "stateValueLabel";
this.stateValueLabel.Size = new System.Drawing.Size(61, 13);
this.stateValueLabel.TabIndex = 3;
this.stateValueLabel.Text = "Connecting";
//
// vmLabel
//
this.vmLabel.AutoSize = true;
this.vmLabel.Location = new System.Drawing.Point(15, 50);
this.vmLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.vmLabel.Name = "vmLabel";
this.vmLabel.Size = new System.Drawing.Size(57, 13);
this.vmLabel.TabIndex = 4;
this.vmLabel.Text = "Machine: ";
//
// vmNameLabel
//
this.vmNameLabel.AutoSize = true;
this.vmNameLabel.Location = new System.Drawing.Point(80, 50);
this.vmNameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.vmNameLabel.Name = "vmNameLabel";
this.vmNameLabel.Size = new System.Drawing.Size(0, 13);
this.vmNameLabel.TabIndex = 5;
//
// projectLabel
//
this.projectLabel.AutoSize = true;
this.projectLabel.Location = new System.Drawing.Point(15, 80);
this.projectLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.projectLabel.Name = "projectLabel";
this.projectLabel.Size = new System.Drawing.Size(49, 13);
this.projectLabel.TabIndex = 6;
this.projectLabel.Text = "Project: ";
//
// projectNameLabel
//
this.projectNameLabel.AutoSize = true;
this.projectNameLabel.Location = new System.Drawing.Point(140, 80);
this.projectNameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.projectNameLabel.Name = "projectNameLabel";
this.projectNameLabel.Size = new System.Drawing.Size(0, 13);
this.projectNameLabel.TabIndex = 7;
//
// projectIdLabel
//
this.projectIdLabel.AutoSize = true;
this.projectIdLabel.Location = new System.Drawing.Point(80, 80);
this.projectIdLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.projectIdLabel.Name = "projectIdLabel";
this.projectIdLabel.Size = new System.Drawing.Size(0, 13);
this.projectIdLabel.TabIndex = 8;
//
// RDPConnect
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(324, 191);
this.Controls.Add(this.projectIdLabel);
this.Controls.Add(this.projectNameLabel);
this.Controls.Add(this.projectLabel);
this.Controls.Add(this.vmNameLabel);
this.Controls.Add(this.vmLabel);
this.Controls.Add(this.stateValueLabel);
this.Controls.Add(this.StateLabel);
this.Controls.Add(this.rdpConnectTitle);
this.Controls.Add(this.progressBar);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "RDPConnect";
this.Text = "2LCS - Lifecycle Services companion app";
this.Load += new System.EventHandler(this.RDPConnect_Load);
this.Shown += new System.EventHandler(this.RDPConnect_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}