in sources/Google.Solutions.IapDesktop.Extensions.Session/ToolWindows/Credentials/ShowCredentialsView.Designer.cs [52:178]
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShowCredentialsView));
this.closeButton = new System.Windows.Forms.Button();
this.passwordText = new System.Windows.Forms.TextBox();
this.passwordLabel = new System.Windows.Forms.Label();
this.usernameLabel = new System.Windows.Forms.Label();
this.usernameText = new System.Windows.Forms.TextBox();
this.statusIcon = new System.Windows.Forms.PictureBox();
this.savePwdNote = new System.Windows.Forms.Label();
this.headlineLabel = new Google.Solutions.Mvvm.Controls.HeaderLabel();
((System.ComponentModel.ISupportInitialize)(this.statusIcon)).BeginInit();
this.SuspendLayout();
//
// closeButton
//
this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.closeButton.Location = new System.Drawing.Point(199, 220);
this.closeButton.Name = "closeButton";
this.closeButton.Size = new System.Drawing.Size(75, 23);
this.closeButton.TabIndex = 0;
this.closeButton.Text = "Close";
this.closeButton.UseVisualStyleBackColor = true;
//
// passwordText
//
this.passwordText.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.passwordText.Location = new System.Drawing.Point(19, 140);
this.passwordText.Margin = new System.Windows.Forms.Padding(2);
this.passwordText.Multiline = true;
this.passwordText.Name = "passwordText";
this.passwordText.PasswordChar = '●';
this.passwordText.ReadOnly = true;
this.passwordText.Size = new System.Drawing.Size(255, 24);
this.passwordText.TabIndex = 2;
//
// passwordLabel
//
this.passwordLabel.AutoSize = true;
this.passwordLabel.Location = new System.Drawing.Point(16, 125);
this.passwordLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.passwordLabel.Name = "passwordLabel";
this.passwordLabel.Size = new System.Drawing.Size(56, 13);
this.passwordLabel.TabIndex = 2;
this.passwordLabel.Text = "Password:";
//
// usernameLabel
//
this.usernameLabel.AutoSize = true;
this.usernameLabel.Location = new System.Drawing.Point(17, 75);
this.usernameLabel.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.usernameLabel.Name = "usernameLabel";
this.usernameLabel.Size = new System.Drawing.Size(58, 13);
this.usernameLabel.TabIndex = 1;
this.usernameLabel.Text = "Username:";
//
// 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.Multiline = true;
this.usernameText.Name = "usernameText";
this.usernameText.ReadOnly = true;
this.usernameText.Size = new System.Drawing.Size(255, 24);
this.usernameText.TabIndex = 1;
//
// statusIcon
//
this.statusIcon.Image = ((System.Drawing.Image)(resources.GetObject("statusIcon.Image")));
this.statusIcon.Location = new System.Drawing.Point(22, 183);
this.statusIcon.Margin = new System.Windows.Forms.Padding(2);
this.statusIcon.Name = "statusIcon";
this.statusIcon.Size = new System.Drawing.Size(16, 16);
this.statusIcon.TabIndex = 8;
this.statusIcon.TabStop = false;
//
// savePwdNote
//
this.savePwdNote.AutoSize = true;
this.savePwdNote.Location = new System.Drawing.Point(41, 184);
this.savePwdNote.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.savePwdNote.Name = "savePwdNote";
this.savePwdNote.Size = new System.Drawing.Size(224, 13);
this.savePwdNote.TabIndex = 7;
this.savePwdNote.Text = "Connection settings are updated automatically";
//
// 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(184, 30);
this.headlineLabel.TabIndex = 9;
this.headlineLabel.Text = "Logon credentials";
//
// ShowCredentialsView
//
this.AcceptButton = this.closeButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.CancelButton = this.closeButton;
this.ClientSize = new System.Drawing.Size(299, 258);
this.Controls.Add(this.passwordText);
this.Controls.Add(this.passwordLabel);
this.Controls.Add(this.usernameLabel);
this.Controls.Add(this.usernameText);
this.Controls.Add(this.savePwdNote);
this.Controls.Add(this.headlineLabel);
this.Controls.Add(this.statusIcon);
this.Controls.Add(this.closeButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ShowCredentialsView";
this.ShowInTaskbar = false;
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Logon credentials";
((System.ComponentModel.ISupportInitialize)(this.statusIcon)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}