namespace WebGear.GoogleContactsSync
{
partial class AboutForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.bClose = new System.Windows.Forms.Button();
this.imageBox = new System.Windows.Forms.PictureBox();
this.title = new System.Windows.Forms.Label();
this.textBox = new System.Windows.Forms.TextBox();
this.url = new System.Windows.Forms.LinkLabel();
this.copyrightLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.imageBox)).BeginInit();
this.SuspendLayout();
//
// bClose
//
this.bClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bClose.Location = new System.Drawing.Point(142, 241);
this.bClose.Name = "bClose";
this.bClose.Size = new System.Drawing.Size(75, 23);
this.bClose.TabIndex = 0;
this.bClose.Text = "Close";
this.bClose.UseVisualStyleBackColor = true;
this.bClose.Click += new System.EventHandler(this.bClose_Click);
//
// imageBox
//
this.imageBox.Location = new System.Drawing.Point(147, 12);
this.imageBox.Name = "imageBox";
this.imageBox.Size = new System.Drawing.Size(64, 64);
this.imageBox.TabIndex = 1;
this.imageBox.TabStop = false;
//
// title
//
this.title.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.title.Location = new System.Drawing.Point(12, 81);
this.title.Name = "title";
this.title.Size = new System.Drawing.Size(335, 29);
this.title.TabIndex = 2;
this.title.Text = "Title";
this.title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// textBox
//
this.textBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox.BackColor = System.Drawing.SystemColors.Control;
this.textBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox.Location = new System.Drawing.Point(24, 143);
this.textBox.Multiline = true;
this.textBox.Name = "textBox";
this.textBox.ReadOnly = true;
this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal;
this.textBox.Size = new System.Drawing.Size(311, 52);
this.textBox.TabIndex = 3;
this.textBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// url
//
this.url.LinkColor = System.Drawing.Color.Blue;
this.url.Location = new System.Drawing.Point(12, 110);
this.url.Name = "url";
this.url.Size = new System.Drawing.Size(335, 13);
this.url.TabIndex = 4;
this.url.TabStop = true;
this.url.Text = "Webpage";
this.url.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.url.VisitedLinkColor = System.Drawing.Color.Blue;
this.url.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.url_LinkClicked);
//
// copyrightLabel
//
this.copyrightLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.copyrightLabel.Location = new System.Drawing.Point(47, 203);
this.copyrightLabel.Name = "copyrightLabel";
this.copyrightLabel.Size = new System.Drawing.Size(265, 28);
this.copyrightLabel.TabIndex = 5;
this.copyrightLabel.Text = "Copyright";
this.copyrightLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(359, 272);
this.Controls.Add(this.copyrightLabel);
this.Controls.Add(this.url);
this.Controls.Add(this.textBox);
this.Controls.Add(this.title);
this.Controls.Add(this.imageBox);
this.Controls.Add(this.bClose);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "AboutForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "About";
((System.ComponentModel.ISupportInitialize)(this.imageBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button bClose;
private System.Windows.Forms.PictureBox imageBox;
private System.Windows.Forms.Label title;
private System.Windows.Forms.TextBox textBox;
private System.Windows.Forms.LinkLabel url;
private System.Windows.Forms.Label copyrightLabel;
}
}