in sources/Google.Solutions.IapDesktop.Application/Windows/Auth/AuthorizeView.Designer.cs [53:256]
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AuthorizeView));
this.cancelSignInLink = new System.Windows.Forms.LinkLabel();
this.cancelSignInLabel = new System.Windows.Forms.Label();
this.signInMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.signInWithChromeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.signInWithChromeGuestMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.signInWithDefaultBrowserMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.separatorMenuItem = new System.Windows.Forms.ToolStripSeparator();
this.showOptionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.introLabel = new System.Windows.Forms.Label();
this.spinner = new Google.Solutions.Mvvm.Controls.CircularProgressBar();
this.headerLabel = new Google.Solutions.Mvvm.Controls.HeaderLabel();
this.watermarkPictureBox = new System.Windows.Forms.PictureBox();
this.gradient = new System.Windows.Forms.PictureBox();
this.signInButton = new Google.Solutions.Mvvm.Controls.DropDownButton();
this.versionLabel = new System.Windows.Forms.Label();
this.helpLink = new System.Windows.Forms.LinkLabel();
this.signInMenuStrip.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.watermarkPictureBox)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gradient)).BeginInit();
this.SuspendLayout();
//
// cancelSignInLink
//
this.cancelSignInLink.BackColor = System.Drawing.Color.Transparent;
this.cancelSignInLink.Location = new System.Drawing.Point(100, 262);
this.cancelSignInLink.Name = "cancelSignInLink";
this.cancelSignInLink.Size = new System.Drawing.Size(134, 23);
this.cancelSignInLink.TabIndex = 3;
this.cancelSignInLink.TabStop = true;
this.cancelSignInLink.Text = "Cancel sign-in";
this.cancelSignInLink.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cancelSignInLabel
//
this.cancelSignInLabel.BackColor = System.Drawing.Color.Transparent;
this.cancelSignInLabel.Location = new System.Drawing.Point(6, 230);
this.cancelSignInLabel.Name = "cancelSignInLabel";
this.cancelSignInLabel.Size = new System.Drawing.Size(322, 33);
this.cancelSignInLabel.TabIndex = 4;
this.cancelSignInLabel.Text = "Waiting for you to sign in\r\nusing a web browser ...";
this.cancelSignInLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// signInMenuStrip
//
this.signInMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.signInWithChromeMenuItem,
this.signInWithChromeGuestMenuItem,
this.signInWithDefaultBrowserMenuItem,
this.separatorMenuItem,
this.showOptionsToolStripMenuItem});
this.signInMenuStrip.Name = "signInMenuStrip";
this.signInMenuStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
this.signInMenuStrip.Size = new System.Drawing.Size(258, 98);
//
// signInWithChromeMenuItem
//
this.signInWithChromeMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("signInWithChromeMenuItem.Image")));
this.signInWithChromeMenuItem.Name = "signInWithChromeMenuItem";
this.signInWithChromeMenuItem.Size = new System.Drawing.Size(257, 22);
this.signInWithChromeMenuItem.Text = "Sign in with &Chrome";
//
// signInWithChromeGuestMenuItem
//
this.signInWithChromeGuestMenuItem.Name = "signInWithChromeGuestMenuItem";
this.signInWithChromeGuestMenuItem.Size = new System.Drawing.Size(257, 22);
this.signInWithChromeGuestMenuItem.Text = "Sign in with Chrome (&Guest mode)";
//
// signInWithDefaultBrowserMenuItem
//
this.signInWithDefaultBrowserMenuItem.Name = "signInWithDefaultBrowserMenuItem";
this.signInWithDefaultBrowserMenuItem.Size = new System.Drawing.Size(257, 22);
this.signInWithDefaultBrowserMenuItem.Text = "Sign in with &default browser";
//
// separatorMenuItem
//
this.separatorMenuItem.Name = "separatorMenuItem";
this.separatorMenuItem.Size = new System.Drawing.Size(254, 6);
//
// showOptionsToolStripMenuItem
//
this.showOptionsToolStripMenuItem.Name = "showOptionsToolStripMenuItem";
this.showOptionsToolStripMenuItem.Size = new System.Drawing.Size(257, 22);
this.showOptionsToolStripMenuItem.Text = "&Options...";
//
// introLabel
//
this.introLabel.BackColor = System.Drawing.Color.Transparent;
this.introLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.introLabel.Location = new System.Drawing.Point(92, 112);
this.introLabel.Name = "introLabel";
this.introLabel.Size = new System.Drawing.Size(151, 52);
this.introLabel.TabIndex = 5;
this.introLabel.Text = "Sign in...";
this.introLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// spinner
//
this.spinner.Indeterminate = true;
this.spinner.LineWidth = 5;
this.spinner.Location = new System.Drawing.Point(145, 183);
this.spinner.Maximum = 100;
this.spinner.MinimumSize = new System.Drawing.Size(15, 15);
this.spinner.Name = "spinner";
this.spinner.Size = new System.Drawing.Size(44, 44);
this.spinner.Speed = 3;
this.spinner.TabIndex = 2;
this.spinner.TabStop = false;
this.spinner.Value = 0;
//
// headerLabel
//
this.headerLabel.AutoSize = true;
this.headerLabel.Font = new System.Drawing.Font("Segoe UI", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.headerLabel.Location = new System.Drawing.Point(78, 34);
this.headerLabel.Name = "headerLabel";
this.headerLabel.Size = new System.Drawing.Size(195, 45);
this.headerLabel.TabIndex = 7;
this.headerLabel.Text = "IAP Desktop";
//
// watermarkPictureBox
//
this.watermarkPictureBox.Image = global::Google.Solutions.IapDesktop.Application.Properties.Resources.LogoWatermark_180;
this.watermarkPictureBox.Location = new System.Drawing.Point(0, 305);
this.watermarkPictureBox.Name = "watermarkPictureBox";
this.watermarkPictureBox.Size = new System.Drawing.Size(180, 145);
this.watermarkPictureBox.TabIndex = 8;
this.watermarkPictureBox.TabStop = false;
//
// gradient
//
this.gradient.Image = global::Google.Solutions.IapDesktop.Application.Properties.Resources.AccentGradient_450;
this.gradient.Location = new System.Drawing.Point(0, 442);
this.gradient.Name = "gradient";
this.gradient.Size = new System.Drawing.Size(450, 10);
this.gradient.TabIndex = 6;
this.gradient.TabStop = false;
//
// signInButton
//
this.signInButton.BackColor = System.Drawing.Color.White;
this.signInButton.Image = global::Google.Solutions.IapDesktop.Application.Properties.Resources.GoogleSignIn_24;
this.signInButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.signInButton.Location = new System.Drawing.Point(99, 240);
this.signInButton.Menu = this.signInMenuStrip;
this.signInButton.Name = "signInButton";
this.signInButton.Size = new System.Drawing.Size(137, 36);
this.signInButton.TabIndex = 0;
this.signInButton.TabStop = false;
this.signInButton.Text = "Sign in";
this.signInButton.UseVisualStyleBackColor = false;
this.signInButton.Visible = false;
//
// versionLabel
//
this.versionLabel.ForeColor = System.Drawing.Color.Gray;
this.versionLabel.Location = new System.Drawing.Point(208, 426);
this.versionLabel.Name = "versionLabel";
this.versionLabel.Size = new System.Drawing.Size(120, 13);
this.versionLabel.TabIndex = 9;
this.versionLabel.Text = "(..)";
this.versionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// helpLink
//
this.helpLink.BackColor = System.Drawing.Color.Transparent;
this.helpLink.Location = new System.Drawing.Point(90, 281);
this.helpLink.Name = "helpLink";
this.helpLink.Size = new System.Drawing.Size(154, 23);
this.helpLink.TabIndex = 10;
this.helpLink.TabStop = true;
this.helpLink.Text = "Help";
this.helpLink.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// AuthorizeView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(334, 451);
this.Controls.Add(this.helpLink);
this.Controls.Add(this.versionLabel);
this.Controls.Add(this.headerLabel);
this.Controls.Add(this.gradient);
this.Controls.Add(this.introLabel);
this.Controls.Add(this.cancelSignInLabel);
this.Controls.Add(this.cancelSignInLink);
this.Controls.Add(this.spinner);
this.Controls.Add(this.signInButton);
this.Controls.Add(this.watermarkPictureBox);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "AuthorizeView";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Sign in";
this.signInMenuStrip.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.watermarkPictureBox)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gradient)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}