in sources/Google.Solutions.IapDesktop.Extensions.Session/ToolWindows/Credentials/NewCredentialsView.Designer.cs [52:152]
private void InitializeComponent()
{
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.usernameText = new System.Windows.Forms.TextBox();
this.titleLabel = new System.Windows.Forms.Label();
this.headlineLabel = new Google.Solutions.Mvvm.Controls.HeaderLabel();
this.usernameReservedLabel = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// cancelButton
//
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(199, 158);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 4;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// okButton
//
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(118, 158);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 3;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
//
// usernameText
//
this.usernameText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.usernameText.Location = new System.Drawing.Point(19, 90);
this.usernameText.Margin = new System.Windows.Forms.Padding(2);
this.usernameText.MaxLength = 20;
this.usernameText.Multiline = true;
this.usernameText.Name = "usernameText";
this.usernameText.Size = new System.Drawing.Size(254, 24);
this.usernameText.TabIndex = 1;
//
// titleLabel
//
this.titleLabel.AutoSize = true;
this.titleLabel.Location = new System.Drawing.Point(17, 71);
this.titleLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.titleLabel.Name = "titleLabel";
this.titleLabel.Size = new System.Drawing.Size(191, 13);
this.titleLabel.TabIndex = 4;
this.titleLabel.Text = "Name of local user to create or update:";
//
// 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(274, 30);
this.headlineLabel.TabIndex = 8;
this.headlineLabel.Text = "New logon credentials";
//
// usernameReservedLabel
//
this.usernameReservedLabel.AutoSize = true;
this.usernameReservedLabel.ForeColor = System.Drawing.Color.Red;
this.usernameReservedLabel.Location = new System.Drawing.Point(17, 120);
this.usernameReservedLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.usernameReservedLabel.Name = "usernameReservedLabel";
this.usernameReservedLabel.Size = new System.Drawing.Size(228, 13);
this.usernameReservedLabel.TabIndex = 5;
this.usernameReservedLabel.Text = "This username is reserved and cannot be used";
//
// NewCredentialsView
//
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, 201);
//this.ControlBox = false;
this.Controls.Add(this.usernameReservedLabel);
this.Controls.Add(this.headlineLabel);
this.Controls.Add(this.titleLabel);
this.Controls.Add(this.usernameText);
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 = "NewCredentialsView";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "New logon credentials";
this.ResumeLayout(false);
this.PerformLayout();
}