namespace Rauchy.Regionerate.Presentation.Components
{
partial class WelcomeScreen
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WelcomeScreen));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.settings = new System.Windows.Forms.LinkLabel();
this.website = new System.Windows.Forms.LinkLabel();
this.close = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("Arial Black", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(463, 33);
this.label1.TabIndex = 0;
this.label1.Text = "Thanks for Installing Regionerate!";
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.Color.Transparent;
this.label2.Font = new System.Drawing.Font("Consolas", 9F);
this.label2.Location = new System.Drawing.Point(15, 42);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(245, 14);
this.label2.TabIndex = 1;
this.label2.Text = "Here\'s how to get started quickly:";
//
// label3
//
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("Consolas", 9F);
this.label3.Location = new System.Drawing.Point(12, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(659, 23);
this.label3.TabIndex = 2;
this.label3.Text = "1. Visit the settings dialog to choose a comfortable keyboard shortcut.";
//
// label4
//
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(178)));
this.label4.Location = new System.Drawing.Point(12, 109);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(659, 37);
this.label4.TabIndex = 3;
//
// label5
//
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("Consolas", 9F);
this.label5.Location = new System.Drawing.Point(12, 121);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(276, 113);
this.label5.TabIndex = 4;
this.label5.Text = "2. Regionerate by either using the keyboard shortcut you chose, the \"Tools->Regio" +
"nerate This\" menu item or by right-clicking on the document you want to Regioner" +
"ate and clicking \"Regionerate This\"";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(294, 97);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(329, 150);
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// label6
//
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Font = new System.Drawing.Font("Consolas", 9F);
this.label6.Location = new System.Drawing.Point(12, 262);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(659, 23);
this.label6.TabIndex = 6;
this.label6.Text = "3. Visit the website to find out how to create Code Layouts that match your exact" +
" needs!";
//
// settings
//
this.settings.AutoSize = true;
this.settings.BackColor = System.Drawing.Color.Transparent;
this.settings.Font = new System.Drawing.Font("Consolas", 9F);
this.settings.Location = new System.Drawing.Point(103, 71);
this.settings.Name = "settings";
this.settings.Size = new System.Drawing.Size(63, 14);
this.settings.TabIndex = 7;
this.settings.TabStop = true;
this.settings.Text = "settings";
this.settings.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.settings_LinkClicked);
//
// website
//
this.website.AutoSize = true;
this.website.BackColor = System.Drawing.Color.Transparent;
this.website.Font = new System.Drawing.Font("Consolas", 9F);
this.website.Location = new System.Drawing.Point(103, 262);
this.website.Name = "website";
this.website.Size = new System.Drawing.Size(56, 14);
this.website.TabIndex = 8;
this.website.TabStop = true;
this.website.Text = "website";
this.website.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.website_LinkClicked);
//
// close
//
this.close.Location = new System.Drawing.Point(548, 288);
this.close.Name = "close";
this.close.Size = new System.Drawing.Size(75, 23);
this.close.TabIndex = 0;
this.close.Text = "&Continue";
this.close.UseVisualStyleBackColor = true;
this.close.Click += new System.EventHandler(this.continue_Click);
//
// WelcomeScreen
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(635, 321);
this.Controls.Add(this.close);
this.Controls.Add(this.website);
this.Controls.Add(this.settings);
this.Controls.Add(this.label6);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Font = new System.Drawing.Font("Consolas", 8.25F);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "WelcomeScreen";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Regionerate";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.LinkLabel settings;
private System.Windows.Forms.LinkLabel website;
private System.Windows.Forms.Button close;
}
}