in sources/Google.Solutions.IapDesktop.Application/Windows/Auth/NewProfileView.Designer.cs [52:164]
private void InitializeComponent()
{
this.profileNameInvalidLabel = new System.Windows.Forms.Label();
this.headlineLabel = new Google.Solutions.Mvvm.Controls.HeaderLabel();
this.titleLabel = new System.Windows.Forms.Label();
this.profileNameTextBox = new System.Windows.Forms.TextBox();
this.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.descriptionLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// profileNameInvalidLabel
//
this.profileNameInvalidLabel.AutoSize = true;
this.profileNameInvalidLabel.ForeColor = System.Drawing.Color.Red;
this.profileNameInvalidLabel.Location = new System.Drawing.Point(17, 151);
this.profileNameInvalidLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.profileNameInvalidLabel.Name = "profileNameInvalidLabel";
this.profileNameInvalidLabel.Size = new System.Drawing.Size(216, 13);
this.profileNameInvalidLabel.TabIndex = 13;
this.profileNameInvalidLabel.Text = "This profile name contains invalid characters";
//
// headlineLabel
//
this.headlineLabel.AutoSize = true;
this.headlineLabel.Font = new System.Drawing.Font("Segoe UI", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.headlineLabel.Location = new System.Drawing.Point(14, 15);
this.headlineLabel.Name = "headlineLabel";
this.headlineLabel.Size = new System.Drawing.Size(126, 30);
this.headlineLabel.TabIndex = 16;
this.headlineLabel.Text = "New profile";
//
// titleLabel
//
this.titleLabel.AutoSize = true;
this.titleLabel.Location = new System.Drawing.Point(17, 102);
this.titleLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.titleLabel.Name = "titleLabel";
this.titleLabel.Size = new System.Drawing.Size(68, 13);
this.titleLabel.TabIndex = 11;
this.titleLabel.Text = "Profile name:";
//
// profileNameTextBox
//
this.profileNameTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.profileNameTextBox.Location = new System.Drawing.Point(19, 121);
this.profileNameTextBox.Margin = new System.Windows.Forms.Padding(2);
this.profileNameTextBox.MaxLength = 20;
this.profileNameTextBox.Multiline = true;
this.profileNameTextBox.Name = "profileNameTextBox";
this.profileNameTextBox.Size = new System.Drawing.Size(254, 24);
this.profileNameTextBox.TabIndex = 9;
//
// okButton
//
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(118, 178);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 10;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(199, 178);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 12;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// descriptionLabel
//
this.descriptionLabel.AutoSize = true;
this.descriptionLabel.Location = new System.Drawing.Point(17, 57);
this.descriptionLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.descriptionLabel.Name = "descriptionLabel";
this.descriptionLabel.Size = new System.Drawing.Size(256, 26);
this.descriptionLabel.TabIndex = 11;
this.descriptionLabel.Text = "Profiles let you use multiple instances of IAP Desktop\r\nand switch between differ" +
"nent user accounts.";
//
// NewProfileView
//
this.AcceptButton = this.okButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(96, 96);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.cancelButton;
this.ClientSize = new System.Drawing.Size(299, 220);
this.Controls.Add(this.profileNameInvalidLabel);
this.Controls.Add(this.headlineLabel);
this.Controls.Add(this.descriptionLabel);
this.Controls.Add(this.titleLabel);
this.Controls.Add(this.profileNameTextBox);
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "NewProfileView";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "New profile";
this.ResumeLayout(false);
this.PerformLayout();
}