Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components                     = new System.ComponentModel.Container();
     this.groupBoxVersion                = new System.Windows.Forms.GroupBox();
     this.comboBoxGameVersion            = new Library.Forms.ComboBoxNoFocus();
     this.groupBoxAspectRatio            = new System.Windows.Forms.GroupBox();
     this.numericTextBoxAutoDisplayCount = new Library.Forms.NumericTextBox();
     this.labelDisplayCount              = new System.Windows.Forms.Label();
     this.numericTextBoxDisplayCount     = new Library.Forms.NumericTextBox();
     this.numericTextBoxAutoDetectedY    = new Library.Forms.NumericTextBox();
     this.numericTextBoxAutoDetectedX    = new Library.Forms.NumericTextBox();
     this.checkBoxAutoDetectDisplay      = new Library.Forms.CheckBoxNoFocus();
     this.labelCorrectedResolution       = new System.Windows.Forms.Label();
     this.labelUncorrectedResolution     = new System.Windows.Forms.Label();
     this.numericTextBoxCorrectedY       = new Library.Forms.NumericTextBox();
     this.numericTextBoxCorrectedX       = new Library.Forms.NumericTextBox();
     this.numericTextBoxNormalY          = new Library.Forms.NumericTextBox();
     this.numericTextBoxNormalX          = new Library.Forms.NumericTextBox();
     this.groupBoxPlugin                 = new System.Windows.Forms.GroupBox();
     this.labelDescription               = new System.Windows.Forms.Label();
     this.linkLabelWSGFDetailedReport    = new System.Windows.Forms.LinkLabel();
     this.labelPluginVersion             = new System.Windows.Forms.Label();
     this.labelTitlePluginVersion        = new System.Windows.Forms.Label();
     this.labelTitleDescription          = new System.Windows.Forms.Label();
     this.linkLabelDonate                = new System.Windows.Forms.LinkLabel();
     this.labelTitleDonate               = new System.Windows.Forms.Label();
     this.linkLabelWebsite               = new System.Windows.Forms.LinkLabel();
     this.labelTitleWebsite              = new System.Windows.Forms.Label();
     this.labelAuthor                    = new System.Windows.Forms.Label();
     this.labelTitleAuthor               = new System.Windows.Forms.Label();
     this.toolTipAutoDetect              = new System.Windows.Forms.ToolTip(this.components);
     this.buttonCloseWindow              = new Library.Forms.ButtonNoFocus();
     this.buttonSaveSettings             = new Library.Forms.ButtonNoFocus();
     this.groupBoxVersion.SuspendLayout();
     this.groupBoxAspectRatio.SuspendLayout();
     this.groupBoxPlugin.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxVersion
     //
     this.groupBoxVersion.Controls.Add(this.comboBoxGameVersion);
     this.groupBoxVersion.Location = new System.Drawing.Point(12, 12);
     this.groupBoxVersion.Name     = "groupBoxVersion";
     this.groupBoxVersion.Size     = new System.Drawing.Size(270, 52);
     this.groupBoxVersion.TabIndex = 0;
     this.groupBoxVersion.TabStop  = false;
     this.groupBoxVersion.Text     = "Select Game Version";
     //
     // comboBoxGameVersion
     //
     this.comboBoxGameVersion.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxGameVersion.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxGameVersion.FormattingEnabled = true;
     this.comboBoxGameVersion.Location          = new System.Drawing.Point(6, 19);
     this.comboBoxGameVersion.Name     = "comboBoxGameVersion";
     this.comboBoxGameVersion.Size     = new System.Drawing.Size(258, 21);
     this.comboBoxGameVersion.TabIndex = 1;
     //
     // groupBoxAspectRatio
     //
     this.groupBoxAspectRatio.Controls.Add(this.numericTextBoxAutoDisplayCount);
     this.groupBoxAspectRatio.Controls.Add(this.labelDisplayCount);
     this.groupBoxAspectRatio.Controls.Add(this.numericTextBoxDisplayCount);
     this.groupBoxAspectRatio.Controls.Add(this.numericTextBoxAutoDetectedY);
     this.groupBoxAspectRatio.Controls.Add(this.numericTextBoxAutoDetectedX);
     this.groupBoxAspectRatio.Controls.Add(this.checkBoxAutoDetectDisplay);
     this.groupBoxAspectRatio.Controls.Add(this.labelCorrectedResolution);
     this.groupBoxAspectRatio.Controls.Add(this.labelUncorrectedResolution);
     this.groupBoxAspectRatio.Controls.Add(this.numericTextBoxCorrectedY);
     this.groupBoxAspectRatio.Controls.Add(this.numericTextBoxCorrectedX);
     this.groupBoxAspectRatio.Controls.Add(this.numericTextBoxNormalY);
     this.groupBoxAspectRatio.Controls.Add(this.numericTextBoxNormalX);
     this.groupBoxAspectRatio.Location = new System.Drawing.Point(12, 70);
     this.groupBoxAspectRatio.Name     = "groupBoxAspectRatio";
     this.groupBoxAspectRatio.Size     = new System.Drawing.Size(270, 113);
     this.groupBoxAspectRatio.TabIndex = 2;
     this.groupBoxAspectRatio.TabStop  = false;
     this.groupBoxAspectRatio.Text     = "Enter Resolutions for HUD Placement";
     //
     // numericTextBoxAutoDisplayCount
     //
     this.numericTextBoxAutoDisplayCount.AllowSpace = false;
     this.numericTextBoxAutoDisplayCount.Enabled    = false;
     this.numericTextBoxAutoDisplayCount.Location   = new System.Drawing.Point(142, 33);
     this.numericTextBoxAutoDisplayCount.Name       = "numericTextBoxAutoDisplayCount";
     this.numericTextBoxAutoDisplayCount.Size       = new System.Drawing.Size(58, 20);
     this.numericTextBoxAutoDisplayCount.TabIndex   = 5;
     this.numericTextBoxAutoDisplayCount.TextAlign  = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // labelDisplayCount
     //
     this.labelDisplayCount.AutoSize = true;
     this.labelDisplayCount.Location = new System.Drawing.Point(6, 36);
     this.labelDisplayCount.Name     = "labelDisplayCount";
     this.labelDisplayCount.Size     = new System.Drawing.Size(75, 13);
     this.labelDisplayCount.TabIndex = 4;
     this.labelDisplayCount.Text     = "Display Count:";
     //
     // numericTextBoxDisplayCount
     //
     this.numericTextBoxDisplayCount.AllowSpace   = false;
     this.numericTextBoxDisplayCount.Location     = new System.Drawing.Point(142, 33);
     this.numericTextBoxDisplayCount.Name         = "numericTextBoxDisplayCount";
     this.numericTextBoxDisplayCount.Size         = new System.Drawing.Size(58, 20);
     this.numericTextBoxDisplayCount.TabIndex     = 14;
     this.numericTextBoxDisplayCount.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericTextBoxDisplayCount.Visible      = false;
     this.numericTextBoxDisplayCount.TextChanged += new System.EventHandler(this.NumericTextBoxDisplayCount_TextChanged);
     //
     // numericTextBoxAutoDetectedY
     //
     this.numericTextBoxAutoDetectedY.AllowSpace = false;
     this.numericTextBoxAutoDetectedY.Enabled    = false;
     this.numericTextBoxAutoDetectedY.Location   = new System.Drawing.Point(206, 59);
     this.numericTextBoxAutoDetectedY.Name       = "numericTextBoxAutoDetectedY";
     this.numericTextBoxAutoDetectedY.Size       = new System.Drawing.Size(58, 20);
     this.numericTextBoxAutoDetectedY.TabIndex   = 8;
     this.numericTextBoxAutoDetectedY.TextAlign  = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // numericTextBoxAutoDetectedX
     //
     this.numericTextBoxAutoDetectedX.AllowSpace = false;
     this.numericTextBoxAutoDetectedX.Enabled    = false;
     this.numericTextBoxAutoDetectedX.Location   = new System.Drawing.Point(142, 59);
     this.numericTextBoxAutoDetectedX.Name       = "numericTextBoxAutoDetectedX";
     this.numericTextBoxAutoDetectedX.Size       = new System.Drawing.Size(58, 20);
     this.numericTextBoxAutoDetectedX.TabIndex   = 7;
     this.numericTextBoxAutoDetectedX.TextAlign  = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // checkBoxAutoDetectDisplay
     //
     this.checkBoxAutoDetectDisplay.AutoSize   = true;
     this.checkBoxAutoDetectDisplay.Checked    = true;
     this.checkBoxAutoDetectDisplay.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxAutoDetectDisplay.Location   = new System.Drawing.Point(48, 16);
     this.checkBoxAutoDetectDisplay.Name       = "checkBoxAutoDetectDisplay";
     this.checkBoxAutoDetectDisplay.Size       = new System.Drawing.Size(176, 17);
     this.checkBoxAutoDetectDisplay.TabIndex   = 3;
     this.checkBoxAutoDetectDisplay.Text       = "Automatically Detect Resolution";
     this.checkBoxAutoDetectDisplay.UseVisualStyleBackColor = true;
     this.checkBoxAutoDetectDisplay.CheckedChanged         += new System.EventHandler(this.CheckBoxAutoDetectDisplay_CheckedChanged);
     //
     // labelCorrectedResolution
     //
     this.labelCorrectedResolution.AutoSize = true;
     this.labelCorrectedResolution.Location = new System.Drawing.Point(6, 88);
     this.labelCorrectedResolution.Name     = "labelCorrectedResolution";
     this.labelCorrectedResolution.Size     = new System.Drawing.Size(138, 13);
     this.labelCorrectedResolution.TabIndex = 9;
     this.labelCorrectedResolution.Text     = "Bezel-Corrected Resolution:";
     //
     // labelUncorrectedResolution
     //
     this.labelUncorrectedResolution.AutoSize = true;
     this.labelUncorrectedResolution.Location = new System.Drawing.Point(6, 62);
     this.labelUncorrectedResolution.Name     = "labelUncorrectedResolution";
     this.labelUncorrectedResolution.Size     = new System.Drawing.Size(122, 13);
     this.labelUncorrectedResolution.TabIndex = 6;
     this.labelUncorrectedResolution.Text     = "Uncorrected Resolution:";
     //
     // numericTextBoxCorrectedY
     //
     this.numericTextBoxCorrectedY.AllowSpace   = false;
     this.numericTextBoxCorrectedY.Location     = new System.Drawing.Point(206, 85);
     this.numericTextBoxCorrectedY.Name         = "numericTextBoxCorrectedY";
     this.numericTextBoxCorrectedY.Size         = new System.Drawing.Size(58, 20);
     this.numericTextBoxCorrectedY.TabIndex     = 11;
     this.numericTextBoxCorrectedY.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericTextBoxCorrectedY.Visible      = false;
     this.numericTextBoxCorrectedY.TextChanged += new System.EventHandler(this.NumericTextBoxCorrectedY_TextChanged);
     //
     // numericTextBoxCorrectedX
     //
     this.numericTextBoxCorrectedX.AllowSpace   = false;
     this.numericTextBoxCorrectedX.Location     = new System.Drawing.Point(142, 85);
     this.numericTextBoxCorrectedX.Name         = "numericTextBoxCorrectedX";
     this.numericTextBoxCorrectedX.Size         = new System.Drawing.Size(58, 20);
     this.numericTextBoxCorrectedX.TabIndex     = 10;
     this.numericTextBoxCorrectedX.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericTextBoxCorrectedX.Visible      = false;
     this.numericTextBoxCorrectedX.TextChanged += new System.EventHandler(this.NumericTextBoxCorrectedX_TextChanged);
     //
     // numericTextBoxNormalY
     //
     this.numericTextBoxNormalY.AllowSpace   = false;
     this.numericTextBoxNormalY.Location     = new System.Drawing.Point(206, 59);
     this.numericTextBoxNormalY.Name         = "numericTextBoxNormalY";
     this.numericTextBoxNormalY.Size         = new System.Drawing.Size(58, 20);
     this.numericTextBoxNormalY.TabIndex     = 7;
     this.numericTextBoxNormalY.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericTextBoxNormalY.Visible      = false;
     this.numericTextBoxNormalY.TextChanged += new System.EventHandler(this.NumericTextBoxNormalY_TextChanged);
     //
     // numericTextBoxNormalX
     //
     this.numericTextBoxNormalX.AllowSpace   = false;
     this.numericTextBoxNormalX.Location     = new System.Drawing.Point(142, 59);
     this.numericTextBoxNormalX.Name         = "numericTextBoxNormalX";
     this.numericTextBoxNormalX.Size         = new System.Drawing.Size(58, 20);
     this.numericTextBoxNormalX.TabIndex     = 6;
     this.numericTextBoxNormalX.TextAlign    = System.Windows.Forms.HorizontalAlignment.Center;
     this.numericTextBoxNormalX.Visible      = false;
     this.numericTextBoxNormalX.TextChanged += new System.EventHandler(this.NumericTextBoxNormalX_TextChanged);
     //
     // groupBoxPlugin
     //
     this.groupBoxPlugin.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.groupBoxPlugin.Controls.Add(this.labelDescription);
     this.groupBoxPlugin.Controls.Add(this.linkLabelWSGFDetailedReport);
     this.groupBoxPlugin.Controls.Add(this.labelPluginVersion);
     this.groupBoxPlugin.Controls.Add(this.labelTitlePluginVersion);
     this.groupBoxPlugin.Controls.Add(this.labelTitleDescription);
     this.groupBoxPlugin.Controls.Add(this.linkLabelDonate);
     this.groupBoxPlugin.Controls.Add(this.labelTitleDonate);
     this.groupBoxPlugin.Controls.Add(this.linkLabelWebsite);
     this.groupBoxPlugin.Controls.Add(this.labelTitleWebsite);
     this.groupBoxPlugin.Controls.Add(this.labelAuthor);
     this.groupBoxPlugin.Controls.Add(this.labelTitleAuthor);
     this.groupBoxPlugin.Location    = new System.Drawing.Point(288, 12);
     this.groupBoxPlugin.MinimumSize = new System.Drawing.Size(200, 190);
     this.groupBoxPlugin.Name        = "groupBoxPlugin";
     this.groupBoxPlugin.Size        = new System.Drawing.Size(200, 287);
     this.groupBoxPlugin.TabIndex    = 12;
     this.groupBoxPlugin.TabStop     = false;
     this.groupBoxPlugin.Text        = "Plugin Information";
     //
     // labelDescription
     //
     this.labelDescription.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.labelDescription.Location = new System.Drawing.Point(6, 73);
     this.labelDescription.Name     = "labelDescription";
     this.labelDescription.Size     = new System.Drawing.Size(188, 172);
     this.labelDescription.TabIndex = 20;
     this.labelDescription.Text     = "N/A";
     //
     // linkLabelWSGFDetailedReport
     //
     this.linkLabelWSGFDetailedReport.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.linkLabelWSGFDetailedReport.AutoSize     = true;
     this.linkLabelWSGFDetailedReport.Location     = new System.Drawing.Point(6, 245);
     this.linkLabelWSGFDetailedReport.Name         = "linkLabelWSGFDetailedReport";
     this.linkLabelWSGFDetailedReport.Size         = new System.Drawing.Size(166, 13);
     this.linkLabelWSGFDetailedReport.TabIndex     = 21;
     this.linkLabelWSGFDetailedReport.TabStop      = true;
     this.linkLabelWSGFDetailedReport.Text         = "Click to Read the Detailed Report";
     this.linkLabelWSGFDetailedReport.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelWSGFDetailedReport_LinkClicked);
     //
     // labelPluginVersion
     //
     this.labelPluginVersion.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.labelPluginVersion.AutoSize = true;
     this.labelPluginVersion.Location = new System.Drawing.Point(79, 269);
     this.labelPluginVersion.Name     = "labelPluginVersion";
     this.labelPluginVersion.Size     = new System.Drawing.Size(27, 13);
     this.labelPluginVersion.TabIndex = 23;
     this.labelPluginVersion.Text     = "N/A";
     //
     // labelTitlePluginVersion
     //
     this.labelTitlePluginVersion.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.labelTitlePluginVersion.AutoSize = true;
     this.labelTitlePluginVersion.Location = new System.Drawing.Point(6, 269);
     this.labelTitlePluginVersion.Name     = "labelTitlePluginVersion";
     this.labelTitlePluginVersion.Size     = new System.Drawing.Size(77, 13);
     this.labelTitlePluginVersion.TabIndex = 22;
     this.labelTitlePluginVersion.Text     = "Plugin Version:";
     //
     // labelTitleDescription
     //
     this.labelTitleDescription.AutoSize = true;
     this.labelTitleDescription.Location = new System.Drawing.Point(6, 60);
     this.labelTitleDescription.Name     = "labelTitleDescription";
     this.labelTitleDescription.Size     = new System.Drawing.Size(63, 13);
     this.labelTitleDescription.TabIndex = 19;
     this.labelTitleDescription.Text     = "Description:";
     //
     // linkLabelDonate
     //
     this.linkLabelDonate.AutoSize     = true;
     this.linkLabelDonate.Location     = new System.Drawing.Point(79, 42);
     this.linkLabelDonate.Name         = "linkLabelDonate";
     this.linkLabelDonate.Size         = new System.Drawing.Size(27, 13);
     this.linkLabelDonate.TabIndex     = 18;
     this.linkLabelDonate.TabStop      = true;
     this.linkLabelDonate.Text         = "N/A";
     this.linkLabelDonate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelDonate_LinkClicked);
     //
     // labelTitleDonate
     //
     this.labelTitleDonate.AutoSize = true;
     this.labelTitleDonate.Location = new System.Drawing.Point(6, 42);
     this.labelTitleDonate.Name     = "labelTitleDonate";
     this.labelTitleDonate.Size     = new System.Drawing.Size(45, 13);
     this.labelTitleDonate.TabIndex = 17;
     this.labelTitleDonate.Text     = "Donate:";
     //
     // linkLabelWebsite
     //
     this.linkLabelWebsite.AutoSize     = true;
     this.linkLabelWebsite.Location     = new System.Drawing.Point(79, 29);
     this.linkLabelWebsite.Name         = "linkLabelWebsite";
     this.linkLabelWebsite.Size         = new System.Drawing.Size(27, 13);
     this.linkLabelWebsite.TabIndex     = 16;
     this.linkLabelWebsite.TabStop      = true;
     this.linkLabelWebsite.Text         = "N/A";
     this.linkLabelWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelWebsite_LinkClicked);
     //
     // labelTitleWebsite
     //
     this.labelTitleWebsite.AutoSize = true;
     this.labelTitleWebsite.Location = new System.Drawing.Point(6, 29);
     this.labelTitleWebsite.Name     = "labelTitleWebsite";
     this.labelTitleWebsite.Size     = new System.Drawing.Size(49, 13);
     this.labelTitleWebsite.TabIndex = 15;
     this.labelTitleWebsite.Text     = "Website:";
     //
     // labelAuthor
     //
     this.labelAuthor.AutoSize = true;
     this.labelAuthor.Location = new System.Drawing.Point(79, 16);
     this.labelAuthor.Name     = "labelAuthor";
     this.labelAuthor.Size     = new System.Drawing.Size(27, 13);
     this.labelAuthor.TabIndex = 14;
     this.labelAuthor.Text     = "N/A";
     //
     // labelTitleAuthor
     //
     this.labelTitleAuthor.AutoSize = true;
     this.labelTitleAuthor.Location = new System.Drawing.Point(6, 16);
     this.labelTitleAuthor.Name     = "labelTitleAuthor";
     this.labelTitleAuthor.Size     = new System.Drawing.Size(41, 13);
     this.labelTitleAuthor.TabIndex = 13;
     this.labelTitleAuthor.Text     = "Author:";
     //
     // toolTipAutoDetect
     //
     this.toolTipAutoDetect.ToolTipIcon  = System.Windows.Forms.ToolTipIcon.Info;
     this.toolTipAutoDetect.ToolTipTitle = "Automatically Detect Resolution";
     //
     // buttonCloseWindow
     //
     this.buttonCloseWindow.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonCloseWindow.Location = new System.Drawing.Point(255, 305);
     this.buttonCloseWindow.Name     = "buttonCloseWindow";
     this.buttonCloseWindow.Size     = new System.Drawing.Size(90, 23);
     this.buttonCloseWindow.TabIndex = 25;
     this.buttonCloseWindow.Text     = "Close Window";
     this.buttonCloseWindow.UseVisualStyleBackColor = true;
     this.buttonCloseWindow.Click += new System.EventHandler(this.ButtonCloseWindow_Click);
     //
     // buttonSaveSettings
     //
     this.buttonSaveSettings.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonSaveSettings.Location = new System.Drawing.Point(155, 305);
     this.buttonSaveSettings.Name     = "buttonSaveSettings";
     this.buttonSaveSettings.Size     = new System.Drawing.Size(90, 23);
     this.buttonSaveSettings.TabIndex = 24;
     this.buttonSaveSettings.Text     = "Save Settings";
     this.buttonSaveSettings.UseVisualStyleBackColor = true;
     this.buttonSaveSettings.Click += new System.EventHandler(this.ButtonSaveSettings_Click);
     //
     // Configuration
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(494, 334);
     this.Controls.Add(this.groupBoxPlugin);
     this.Controls.Add(this.buttonCloseWindow);
     this.Controls.Add(this.buttonSaveSettings);
     this.Controls.Add(this.groupBoxAspectRatio);
     this.Controls.Add(this.groupBoxVersion);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "Configuration";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Configuration";
     this.groupBoxVersion.ResumeLayout(false);
     this.groupBoxAspectRatio.ResumeLayout(false);
     this.groupBoxAspectRatio.PerformLayout();
     this.groupBoxPlugin.ResumeLayout(false);
     this.groupBoxPlugin.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBoxVersion             = new System.Windows.Forms.GroupBox();
     this.comboBoxGameVersion         = new Library.Forms.ComboBoxNoFocus();
     this.groupBoxSettings            = new System.Windows.Forms.GroupBox();
     this.labelHigh                   = new System.Windows.Forms.Label();
     this.labelTrackBarValue          = new System.Windows.Forms.Label();
     this.labelLow                    = new System.Windows.Forms.Label();
     this.trackBarFieldOfView         = new Library.Forms.TrackBarNoFocus();
     this.buttonSaveSettings          = new Library.Forms.ButtonNoFocus();
     this.buttonCloseWindow           = new Library.Forms.ButtonNoFocus();
     this.groupBoxPlugin              = new System.Windows.Forms.GroupBox();
     this.labelDescription            = new System.Windows.Forms.Label();
     this.linkLabelWSGFDetailedReport = new System.Windows.Forms.LinkLabel();
     this.labelPluginVersion          = new System.Windows.Forms.Label();
     this.labelTitlePluginVersion     = new System.Windows.Forms.Label();
     this.labelTitleDescription       = new System.Windows.Forms.Label();
     this.linkLabelDonate             = new System.Windows.Forms.LinkLabel();
     this.labelTitleDonate            = new System.Windows.Forms.Label();
     this.linkLabelWebsite            = new System.Windows.Forms.LinkLabel();
     this.labelTitleWebsite           = new System.Windows.Forms.Label();
     this.labelAuthor                 = new System.Windows.Forms.Label();
     this.labelTitleAuthor            = new System.Windows.Forms.Label();
     this.groupBoxVersion.SuspendLayout();
     this.groupBoxSettings.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarFieldOfView)).BeginInit();
     this.groupBoxPlugin.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBoxVersion
     //
     this.groupBoxVersion.Controls.Add(this.comboBoxGameVersion);
     this.groupBoxVersion.Location = new System.Drawing.Point(12, 12);
     this.groupBoxVersion.Name     = "groupBoxVersion";
     this.groupBoxVersion.Size     = new System.Drawing.Size(270, 52);
     this.groupBoxVersion.TabIndex = 0;
     this.groupBoxVersion.TabStop  = false;
     this.groupBoxVersion.Text     = "Select Game Version";
     //
     // comboBoxGameVersion
     //
     this.comboBoxGameVersion.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxGameVersion.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxGameVersion.FormattingEnabled = true;
     this.comboBoxGameVersion.Location          = new System.Drawing.Point(6, 19);
     this.comboBoxGameVersion.Name     = "comboBoxGameVersion";
     this.comboBoxGameVersion.Size     = new System.Drawing.Size(258, 21);
     this.comboBoxGameVersion.TabIndex = 0;
     //
     // groupBoxSettings
     //
     this.groupBoxSettings.Controls.Add(this.labelHigh);
     this.groupBoxSettings.Controls.Add(this.labelTrackBarValue);
     this.groupBoxSettings.Controls.Add(this.labelLow);
     this.groupBoxSettings.Controls.Add(this.trackBarFieldOfView);
     this.groupBoxSettings.Location = new System.Drawing.Point(12, 70);
     this.groupBoxSettings.Name     = "groupBoxSettings";
     this.groupBoxSettings.Size     = new System.Drawing.Size(270, 77);
     this.groupBoxSettings.TabIndex = 1;
     this.groupBoxSettings.TabStop  = false;
     this.groupBoxSettings.Text     = "Field-of-View";
     //
     // labelHigh
     //
     this.labelHigh.AutoSize = true;
     this.labelHigh.Location = new System.Drawing.Point(239, 51);
     this.labelHigh.Name     = "labelHigh";
     this.labelHigh.Size     = new System.Drawing.Size(22, 13);
     this.labelHigh.TabIndex = 3;
     this.labelHigh.Text     = "0.9";
     //
     // labelTrackBarValue
     //
     this.labelTrackBarValue.Location  = new System.Drawing.Point(45, 51);
     this.labelTrackBarValue.Name      = "labelTrackBarValue";
     this.labelTrackBarValue.Size      = new System.Drawing.Size(180, 13);
     this.labelTrackBarValue.TabIndex  = 2;
     this.labelTrackBarValue.Text      = "0.5";
     this.labelTrackBarValue.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // labelLow
     //
     this.labelLow.AutoSize = true;
     this.labelLow.Location = new System.Drawing.Point(10, 51);
     this.labelLow.Name     = "labelLow";
     this.labelLow.Size     = new System.Drawing.Size(22, 13);
     this.labelLow.TabIndex = 1;
     this.labelLow.Text     = "0.1";
     //
     // trackBarFieldOfView
     //
     this.trackBarFieldOfView.Location      = new System.Drawing.Point(6, 19);
     this.trackBarFieldOfView.Maximum       = 900;
     this.trackBarFieldOfView.Minimum       = 100;
     this.trackBarFieldOfView.Name          = "trackBarFieldOfView";
     this.trackBarFieldOfView.Size          = new System.Drawing.Size(258, 45);
     this.trackBarFieldOfView.TabIndex      = 0;
     this.trackBarFieldOfView.TickFrequency = 50;
     this.trackBarFieldOfView.Value         = 500;
     this.trackBarFieldOfView.Scroll       += new System.EventHandler(this.TrackBarFieldOfView_Scroll);
     //
     // buttonSaveSettings
     //
     this.buttonSaveSettings.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonSaveSettings.Location = new System.Drawing.Point(155, 208);
     this.buttonSaveSettings.Name     = "buttonSaveSettings";
     this.buttonSaveSettings.Size     = new System.Drawing.Size(90, 23);
     this.buttonSaveSettings.TabIndex = 2;
     this.buttonSaveSettings.Text     = "Save Settings";
     this.buttonSaveSettings.UseVisualStyleBackColor = true;
     this.buttonSaveSettings.Click += new System.EventHandler(this.ButtonSaveSettings_Click);
     //
     // buttonCloseWindow
     //
     this.buttonCloseWindow.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.buttonCloseWindow.Location = new System.Drawing.Point(255, 208);
     this.buttonCloseWindow.Name     = "buttonCloseWindow";
     this.buttonCloseWindow.Size     = new System.Drawing.Size(90, 23);
     this.buttonCloseWindow.TabIndex = 3;
     this.buttonCloseWindow.Text     = "Close Window";
     this.buttonCloseWindow.UseVisualStyleBackColor = true;
     this.buttonCloseWindow.Click += new System.EventHandler(this.ButtonCloseWindow_Click);
     //
     // groupBoxPlugin
     //
     this.groupBoxPlugin.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.groupBoxPlugin.Controls.Add(this.labelDescription);
     this.groupBoxPlugin.Controls.Add(this.linkLabelWSGFDetailedReport);
     this.groupBoxPlugin.Controls.Add(this.labelPluginVersion);
     this.groupBoxPlugin.Controls.Add(this.labelTitlePluginVersion);
     this.groupBoxPlugin.Controls.Add(this.labelTitleDescription);
     this.groupBoxPlugin.Controls.Add(this.linkLabelDonate);
     this.groupBoxPlugin.Controls.Add(this.labelTitleDonate);
     this.groupBoxPlugin.Controls.Add(this.linkLabelWebsite);
     this.groupBoxPlugin.Controls.Add(this.labelTitleWebsite);
     this.groupBoxPlugin.Controls.Add(this.labelAuthor);
     this.groupBoxPlugin.Controls.Add(this.labelTitleAuthor);
     this.groupBoxPlugin.Location    = new System.Drawing.Point(288, 12);
     this.groupBoxPlugin.MinimumSize = new System.Drawing.Size(200, 190);
     this.groupBoxPlugin.Name        = "groupBoxPlugin";
     this.groupBoxPlugin.Size        = new System.Drawing.Size(200, 190);
     this.groupBoxPlugin.TabIndex    = 13;
     this.groupBoxPlugin.TabStop     = false;
     this.groupBoxPlugin.Text        = "Plugin Information";
     //
     // labelDescription
     //
     this.labelDescription.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.labelDescription.Location = new System.Drawing.Point(6, 73);
     this.labelDescription.Name     = "labelDescription";
     this.labelDescription.Size     = new System.Drawing.Size(188, 75);
     this.labelDescription.TabIndex = 12;
     this.labelDescription.Text     = "N/A";
     //
     // linkLabelWSGFDetailedReport
     //
     this.linkLabelWSGFDetailedReport.Anchor       = System.Windows.Forms.AnchorStyles.Bottom;
     this.linkLabelWSGFDetailedReport.AutoSize     = true;
     this.linkLabelWSGFDetailedReport.Location     = new System.Drawing.Point(6, 148);
     this.linkLabelWSGFDetailedReport.Name         = "linkLabelWSGFDetailedReport";
     this.linkLabelWSGFDetailedReport.Size         = new System.Drawing.Size(166, 13);
     this.linkLabelWSGFDetailedReport.TabIndex     = 11;
     this.linkLabelWSGFDetailedReport.TabStop      = true;
     this.linkLabelWSGFDetailedReport.Text         = "Click to Read the Detailed Report";
     this.linkLabelWSGFDetailedReport.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelWSGFDetailedReport_LinkClicked);
     //
     // labelPluginVersion
     //
     this.labelPluginVersion.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.labelPluginVersion.AutoSize = true;
     this.labelPluginVersion.Location = new System.Drawing.Point(79, 172);
     this.labelPluginVersion.Name     = "labelPluginVersion";
     this.labelPluginVersion.Size     = new System.Drawing.Size(27, 13);
     this.labelPluginVersion.TabIndex = 10;
     this.labelPluginVersion.Text     = "N/A";
     //
     // labelTitlePluginVersion
     //
     this.labelTitlePluginVersion.Anchor   = System.Windows.Forms.AnchorStyles.Bottom;
     this.labelTitlePluginVersion.AutoSize = true;
     this.labelTitlePluginVersion.Location = new System.Drawing.Point(6, 172);
     this.labelTitlePluginVersion.Name     = "labelTitlePluginVersion";
     this.labelTitlePluginVersion.Size     = new System.Drawing.Size(77, 13);
     this.labelTitlePluginVersion.TabIndex = 9;
     this.labelTitlePluginVersion.Text     = "Plugin Version:";
     //
     // labelTitleDescription
     //
     this.labelTitleDescription.AutoSize = true;
     this.labelTitleDescription.Location = new System.Drawing.Point(6, 60);
     this.labelTitleDescription.Name     = "labelTitleDescription";
     this.labelTitleDescription.Size     = new System.Drawing.Size(63, 13);
     this.labelTitleDescription.TabIndex = 8;
     this.labelTitleDescription.Text     = "Description:";
     //
     // linkLabelDonate
     //
     this.linkLabelDonate.AutoSize     = true;
     this.linkLabelDonate.Location     = new System.Drawing.Point(79, 42);
     this.linkLabelDonate.Name         = "linkLabelDonate";
     this.linkLabelDonate.Size         = new System.Drawing.Size(27, 13);
     this.linkLabelDonate.TabIndex     = 7;
     this.linkLabelDonate.TabStop      = true;
     this.linkLabelDonate.Text         = "N/A";
     this.linkLabelDonate.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelDonate_LinkClicked);
     //
     // labelTitleDonate
     //
     this.labelTitleDonate.AutoSize = true;
     this.labelTitleDonate.Location = new System.Drawing.Point(6, 42);
     this.labelTitleDonate.Name     = "labelTitleDonate";
     this.labelTitleDonate.Size     = new System.Drawing.Size(45, 13);
     this.labelTitleDonate.TabIndex = 6;
     this.labelTitleDonate.Text     = "Donate:";
     //
     // linkLabelWebsite
     //
     this.linkLabelWebsite.AutoSize     = true;
     this.linkLabelWebsite.Location     = new System.Drawing.Point(79, 29);
     this.linkLabelWebsite.Name         = "linkLabelWebsite";
     this.linkLabelWebsite.Size         = new System.Drawing.Size(27, 13);
     this.linkLabelWebsite.TabIndex     = 5;
     this.linkLabelWebsite.TabStop      = true;
     this.linkLabelWebsite.Text         = "N/A";
     this.linkLabelWebsite.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelWebsite_LinkClicked);
     //
     // labelTitleWebsite
     //
     this.labelTitleWebsite.AutoSize = true;
     this.labelTitleWebsite.Location = new System.Drawing.Point(6, 29);
     this.labelTitleWebsite.Name     = "labelTitleWebsite";
     this.labelTitleWebsite.Size     = new System.Drawing.Size(49, 13);
     this.labelTitleWebsite.TabIndex = 4;
     this.labelTitleWebsite.Text     = "Website:";
     //
     // labelAuthor
     //
     this.labelAuthor.AutoSize = true;
     this.labelAuthor.Location = new System.Drawing.Point(79, 16);
     this.labelAuthor.Name     = "labelAuthor";
     this.labelAuthor.Size     = new System.Drawing.Size(27, 13);
     this.labelAuthor.TabIndex = 1;
     this.labelAuthor.Text     = "N/A";
     //
     // labelTitleAuthor
     //
     this.labelTitleAuthor.AutoSize = true;
     this.labelTitleAuthor.Location = new System.Drawing.Point(6, 16);
     this.labelTitleAuthor.Name     = "labelTitleAuthor";
     this.labelTitleAuthor.Size     = new System.Drawing.Size(41, 13);
     this.labelTitleAuthor.TabIndex = 0;
     this.labelTitleAuthor.Text     = "Author:";
     //
     // ConfigurationForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(484, 236);
     this.Controls.Add(this.groupBoxPlugin);
     this.Controls.Add(this.buttonCloseWindow);
     this.Controls.Add(this.buttonSaveSettings);
     this.Controls.Add(this.groupBoxSettings);
     this.Controls.Add(this.groupBoxVersion);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MaximumSize     = new System.Drawing.Size(500, 280);
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(500, 275);
     this.Name            = "ConfigurationForm";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Configuration";
     this.groupBoxVersion.ResumeLayout(false);
     this.groupBoxSettings.ResumeLayout(false);
     this.groupBoxSettings.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBarFieldOfView)).EndInit();
     this.groupBoxPlugin.ResumeLayout(false);
     this.groupBoxPlugin.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WidescreenFixerApp));
     this.tabControl                     = new Library.Forms.TabControlNoFocus();
     this.tabPage1                       = new System.Windows.Forms.TabPage();
     this.groupBoxStatus                 = new System.Windows.Forms.GroupBox();
     this.labelValue5                    = new System.Windows.Forms.Label();
     this.labelValue4                    = new System.Windows.Forms.Label();
     this.labelTitleValue5               = new System.Windows.Forms.Label();
     this.labelTitleValue4               = new System.Windows.Forms.Label();
     this.buttonDisplayInfo              = new Library.Forms.ButtonBorderless();
     this.labelValue3                    = new System.Windows.Forms.Label();
     this.labelTitleValue3               = new System.Windows.Forms.Label();
     this.labelValue2                    = new System.Windows.Forms.Label();
     this.labelTitleValue2               = new System.Windows.Forms.Label();
     this.labelValue1                    = new System.Windows.Forms.Label();
     this.labelFixEnabledValue           = new System.Windows.Forms.Label();
     this.labelGameRunningValue          = new System.Windows.Forms.Label();
     this.labelTitleValue1               = new System.Windows.Forms.Label();
     this.labelFixEnabled                = new System.Windows.Forms.Label();
     this.labelGameRunning               = new System.Windows.Forms.Label();
     this.groupBoxOptions                = new System.Windows.Forms.GroupBox();
     this.buttonConfigure                = new Library.Forms.ButtonBorderless();
     this.comboBoxGameSelection          = new Library.Forms.ComboBoxNoFocus();
     this.tabPage2                       = new System.Windows.Forms.TabPage();
     this.checkBoxDisplayObsoletePlugins = new Library.Forms.CheckBoxNoFocus();
     this.groupBoxHotkey                 = new System.Windows.Forms.GroupBox();
     this.checkBoxKeyAlt                 = new Library.Forms.CheckBoxNoFocus();
     this.checkBoxKeyShift               = new Library.Forms.CheckBoxNoFocus();
     this.checkBoxKeyControl             = new Library.Forms.CheckBoxNoFocus();
     this.textBoxHotkey                  = new System.Windows.Forms.TextBox();
     this.checkBoxWindowState            = new Library.Forms.CheckBoxNoFocus();
     this.checkBoxUpdate                 = new Library.Forms.CheckBoxNoFocus();
     this.tabPage3                       = new System.Windows.Forms.TabPage();
     this.linkLabelWidescreenForum       = new System.Windows.Forms.LinkLabel();
     this.labelDonateThanks              = new System.Windows.Forms.Label();
     this.labelLicenseText               = new System.Windows.Forms.Label();
     this.linkLabelHomePage              = new System.Windows.Forms.LinkLabel();
     this.labelCopyright                 = new System.Windows.Forms.Label();
     this.labelWidescreenFixer           = new System.Windows.Forms.Label();
     this.buttonDonate                   = new Library.Forms.ButtonBorderless();
     this.notifyIcon                     = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip               = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.toolStripMenuItemRestore       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemExit          = new System.Windows.Forms.ToolStripMenuItem();
     this.timerValues                    = new System.Windows.Forms.Timer(this.components);
     this.timerHotkey                    = new System.Windows.Forms.Timer(this.components);
     this.timerSetup                     = new System.Windows.Forms.Timer(this.components);
     this.tabControl.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBoxStatus.SuspendLayout();
     this.groupBoxOptions.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBoxHotkey.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.contextMenuStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl
     //
     this.tabControl.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.tabControl.Controls.Add(this.tabPage1);
     this.tabControl.Controls.Add(this.tabPage2);
     this.tabControl.Controls.Add(this.tabPage3);
     this.tabControl.Location      = new System.Drawing.Point(12, 12);
     this.tabControl.Name          = "tabControl";
     this.tabControl.SelectedIndex = 0;
     this.tabControl.Size          = new System.Drawing.Size(304, 211);
     this.tabControl.TabIndex      = 0;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.groupBoxStatus);
     this.tabPage1.Controls.Add(this.groupBoxOptions);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(296, 185);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Main";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // groupBoxStatus
     //
     this.groupBoxStatus.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.groupBoxStatus.Controls.Add(this.labelValue5);
     this.groupBoxStatus.Controls.Add(this.labelValue4);
     this.groupBoxStatus.Controls.Add(this.labelTitleValue5);
     this.groupBoxStatus.Controls.Add(this.labelTitleValue4);
     this.groupBoxStatus.Controls.Add(this.buttonDisplayInfo);
     this.groupBoxStatus.Controls.Add(this.labelValue3);
     this.groupBoxStatus.Controls.Add(this.labelTitleValue3);
     this.groupBoxStatus.Controls.Add(this.labelValue2);
     this.groupBoxStatus.Controls.Add(this.labelTitleValue2);
     this.groupBoxStatus.Controls.Add(this.labelValue1);
     this.groupBoxStatus.Controls.Add(this.labelFixEnabledValue);
     this.groupBoxStatus.Controls.Add(this.labelGameRunningValue);
     this.groupBoxStatus.Controls.Add(this.labelTitleValue1);
     this.groupBoxStatus.Controls.Add(this.labelFixEnabled);
     this.groupBoxStatus.Controls.Add(this.labelGameRunning);
     this.groupBoxStatus.Location = new System.Drawing.Point(7, 66);
     this.groupBoxStatus.Name     = "groupBoxStatus";
     this.groupBoxStatus.Size     = new System.Drawing.Size(283, 113);
     this.groupBoxStatus.TabIndex = 1;
     this.groupBoxStatus.TabStop  = false;
     this.groupBoxStatus.Text     = "Status";
     //
     // labelValue5
     //
     this.labelValue5.AutoSize = true;
     this.labelValue5.Location = new System.Drawing.Point(155, 94);
     this.labelValue5.Name     = "labelValue5";
     this.labelValue5.Size     = new System.Drawing.Size(0, 13);
     this.labelValue5.TabIndex = 13;
     //
     // labelValue4
     //
     this.labelValue4.AutoSize = true;
     this.labelValue4.Location = new System.Drawing.Point(155, 81);
     this.labelValue4.Name     = "labelValue4";
     this.labelValue4.Size     = new System.Drawing.Size(0, 13);
     this.labelValue4.TabIndex = 11;
     //
     // labelTitleValue5
     //
     this.labelTitleValue5.AutoSize = true;
     this.labelTitleValue5.Location = new System.Drawing.Point(6, 94);
     this.labelTitleValue5.Name     = "labelTitleValue5";
     this.labelTitleValue5.Size     = new System.Drawing.Size(0, 13);
     this.labelTitleValue5.TabIndex = 12;
     //
     // labelTitleValue4
     //
     this.labelTitleValue4.AutoSize = true;
     this.labelTitleValue4.Location = new System.Drawing.Point(6, 81);
     this.labelTitleValue4.Name     = "labelTitleValue4";
     this.labelTitleValue4.Size     = new System.Drawing.Size(0, 13);
     this.labelTitleValue4.TabIndex = 10;
     //
     // buttonDisplayInfo
     //
     this.buttonDisplayInfo.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonDisplayInfo.BackColor = System.Drawing.Color.WhiteSmoke;
     this.buttonDisplayInfo.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.buttonDisplayInfo.FlatAppearance.BorderSize         = 0;
     this.buttonDisplayInfo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.buttonDisplayInfo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.buttonDisplayInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonDisplayInfo.Location  = new System.Drawing.Point(262, 92);
     this.buttonDisplayInfo.Name      = "buttonDisplayInfo";
     this.buttonDisplayInfo.Size      = new System.Drawing.Size(15, 15);
     this.buttonDisplayInfo.TabIndex  = 14;
     this.buttonDisplayInfo.UseVisualStyleBackColor = false;
     this.buttonDisplayInfo.Click += new System.EventHandler(this.ButtonDisplayInfo_Click);
     //
     // labelValue3
     //
     this.labelValue3.AutoSize = true;
     this.labelValue3.Location = new System.Drawing.Point(155, 67);
     this.labelValue3.Name     = "labelValue3";
     this.labelValue3.Size     = new System.Drawing.Size(0, 13);
     this.labelValue3.TabIndex = 9;
     //
     // labelTitleValue3
     //
     this.labelTitleValue3.AutoSize = true;
     this.labelTitleValue3.Location = new System.Drawing.Point(6, 68);
     this.labelTitleValue3.Name     = "labelTitleValue3";
     this.labelTitleValue3.Size     = new System.Drawing.Size(0, 13);
     this.labelTitleValue3.TabIndex = 8;
     //
     // labelValue2
     //
     this.labelValue2.AutoSize = true;
     this.labelValue2.Location = new System.Drawing.Point(155, 54);
     this.labelValue2.Name     = "labelValue2";
     this.labelValue2.Size     = new System.Drawing.Size(0, 13);
     this.labelValue2.TabIndex = 7;
     //
     // labelTitleValue2
     //
     this.labelTitleValue2.AutoSize = true;
     this.labelTitleValue2.Location = new System.Drawing.Point(6, 55);
     this.labelTitleValue2.Name     = "labelTitleValue2";
     this.labelTitleValue2.Size     = new System.Drawing.Size(0, 13);
     this.labelTitleValue2.TabIndex = 6;
     //
     // labelValue1
     //
     this.labelValue1.AutoSize = true;
     this.labelValue1.Location = new System.Drawing.Point(155, 41);
     this.labelValue1.Name     = "labelValue1";
     this.labelValue1.Size     = new System.Drawing.Size(0, 13);
     this.labelValue1.TabIndex = 5;
     //
     // labelFixEnabledValue
     //
     this.labelFixEnabledValue.AutoSize = true;
     this.labelFixEnabledValue.Location = new System.Drawing.Point(155, 28);
     this.labelFixEnabledValue.Name     = "labelFixEnabledValue";
     this.labelFixEnabledValue.Size     = new System.Drawing.Size(21, 13);
     this.labelFixEnabledValue.TabIndex = 3;
     this.labelFixEnabledValue.Text     = "No";
     //
     // labelGameRunningValue
     //
     this.labelGameRunningValue.AutoSize = true;
     this.labelGameRunningValue.Location = new System.Drawing.Point(155, 15);
     this.labelGameRunningValue.Name     = "labelGameRunningValue";
     this.labelGameRunningValue.Size     = new System.Drawing.Size(21, 13);
     this.labelGameRunningValue.TabIndex = 1;
     this.labelGameRunningValue.Text     = "No";
     //
     // labelTitleValue1
     //
     this.labelTitleValue1.AutoSize = true;
     this.labelTitleValue1.Location = new System.Drawing.Point(6, 42);
     this.labelTitleValue1.Name     = "labelTitleValue1";
     this.labelTitleValue1.Size     = new System.Drawing.Size(0, 13);
     this.labelTitleValue1.TabIndex = 4;
     //
     // labelFixEnabled
     //
     this.labelFixEnabled.AutoSize = true;
     this.labelFixEnabled.Location = new System.Drawing.Point(6, 29);
     this.labelFixEnabled.Name     = "labelFixEnabled";
     this.labelFixEnabled.Size     = new System.Drawing.Size(65, 13);
     this.labelFixEnabled.TabIndex = 2;
     this.labelFixEnabled.Text     = "Fix Enabled:";
     //
     // labelGameRunning
     //
     this.labelGameRunning.AutoSize = true;
     this.labelGameRunning.Location = new System.Drawing.Point(6, 16);
     this.labelGameRunning.Name     = "labelGameRunning";
     this.labelGameRunning.Size     = new System.Drawing.Size(81, 13);
     this.labelGameRunning.TabIndex = 0;
     this.labelGameRunning.Text     = "Game Running:";
     //
     // groupBoxOptions
     //
     this.groupBoxOptions.Controls.Add(this.buttonConfigure);
     this.groupBoxOptions.Controls.Add(this.comboBoxGameSelection);
     this.groupBoxOptions.Location = new System.Drawing.Point(7, 7);
     this.groupBoxOptions.Name     = "groupBoxOptions";
     this.groupBoxOptions.Size     = new System.Drawing.Size(283, 53);
     this.groupBoxOptions.TabIndex = 0;
     this.groupBoxOptions.TabStop  = false;
     this.groupBoxOptions.Text     = "Select Game";
     //
     // buttonConfigure
     //
     this.buttonConfigure.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.buttonConfigure.Cursor = System.Windows.Forms.Cursors.Hand;
     this.buttonConfigure.FlatAppearance.BorderSize         = 0;
     this.buttonConfigure.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.buttonConfigure.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.buttonConfigure.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonConfigure.Image     = global::WidescreenFixer.Properties.Resources.Configure;
     this.buttonConfigure.Location  = new System.Drawing.Point(239, 10);
     this.buttonConfigure.Name      = "buttonConfigure";
     this.buttonConfigure.Size      = new System.Drawing.Size(38, 37);
     this.buttonConfigure.TabIndex  = 1;
     this.buttonConfigure.UseVisualStyleBackColor = true;
     this.buttonConfigure.Click += new System.EventHandler(this.ButtonConfigure_Click);
     //
     // comboBoxGameSelection
     //
     this.comboBoxGameSelection.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBoxGameSelection.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxGameSelection.FormattingEnabled = true;
     this.comboBoxGameSelection.Location          = new System.Drawing.Point(6, 19);
     this.comboBoxGameSelection.Name     = "comboBoxGameSelection";
     this.comboBoxGameSelection.Size     = new System.Drawing.Size(227, 21);
     this.comboBoxGameSelection.TabIndex = 0;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.checkBoxDisplayObsoletePlugins);
     this.tabPage2.Controls.Add(this.groupBoxHotkey);
     this.tabPage2.Controls.Add(this.checkBoxWindowState);
     this.tabPage2.Controls.Add(this.checkBoxUpdate);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(296, 185);
     this.tabPage2.TabIndex = 2;
     this.tabPage2.Text     = "Settings";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // checkBoxDisplayObsoletePlugins
     //
     this.checkBoxDisplayObsoletePlugins.AutoSize = true;
     this.checkBoxDisplayObsoletePlugins.Enabled  = false;
     this.checkBoxDisplayObsoletePlugins.Location = new System.Drawing.Point(6, 80);
     this.checkBoxDisplayObsoletePlugins.Name     = "checkBoxDisplayObsoletePlugins";
     this.checkBoxDisplayObsoletePlugins.Size     = new System.Drawing.Size(139, 17);
     this.checkBoxDisplayObsoletePlugins.TabIndex = 4;
     this.checkBoxDisplayObsoletePlugins.Text     = "Display obsolete plugins";
     this.checkBoxDisplayObsoletePlugins.UseVisualStyleBackColor = true;
     //
     // groupBoxHotkey
     //
     this.groupBoxHotkey.Controls.Add(this.checkBoxKeyAlt);
     this.groupBoxHotkey.Controls.Add(this.checkBoxKeyShift);
     this.groupBoxHotkey.Controls.Add(this.checkBoxKeyControl);
     this.groupBoxHotkey.Controls.Add(this.textBoxHotkey);
     this.groupBoxHotkey.Location = new System.Drawing.Point(6, 132);
     this.groupBoxHotkey.Name     = "groupBoxHotkey";
     this.groupBoxHotkey.Size     = new System.Drawing.Size(284, 47);
     this.groupBoxHotkey.TabIndex = 3;
     this.groupBoxHotkey.TabStop  = false;
     this.groupBoxHotkey.Text     = "Hotkey";
     //
     // checkBoxKeyAlt
     //
     this.checkBoxKeyAlt.AutoSize = true;
     this.checkBoxKeyAlt.Location = new System.Drawing.Point(124, 19);
     this.checkBoxKeyAlt.Name     = "checkBoxKeyAlt";
     this.checkBoxKeyAlt.Size     = new System.Drawing.Size(38, 17);
     this.checkBoxKeyAlt.TabIndex = 4;
     this.checkBoxKeyAlt.Text     = "Alt";
     this.checkBoxKeyAlt.UseVisualStyleBackColor = true;
     //
     // checkBoxKeyShift
     //
     this.checkBoxKeyShift.AutoSize = true;
     this.checkBoxKeyShift.Location = new System.Drawing.Point(71, 19);
     this.checkBoxKeyShift.Name     = "checkBoxKeyShift";
     this.checkBoxKeyShift.Size     = new System.Drawing.Size(47, 17);
     this.checkBoxKeyShift.TabIndex = 3;
     this.checkBoxKeyShift.Text     = "Shift";
     this.checkBoxKeyShift.UseVisualStyleBackColor = true;
     //
     // checkBoxKeyControl
     //
     this.checkBoxKeyControl.AutoSize = true;
     this.checkBoxKeyControl.Location = new System.Drawing.Point(6, 19);
     this.checkBoxKeyControl.Name     = "checkBoxKeyControl";
     this.checkBoxKeyControl.Size     = new System.Drawing.Size(59, 17);
     this.checkBoxKeyControl.TabIndex = 2;
     this.checkBoxKeyControl.Text     = "Control";
     this.checkBoxKeyControl.UseVisualStyleBackColor = true;
     //
     // textBoxHotkey
     //
     this.textBoxHotkey.Location = new System.Drawing.Point(168, 17);
     this.textBoxHotkey.Name     = "textBoxHotkey";
     this.textBoxHotkey.Size     = new System.Drawing.Size(110, 20);
     this.textBoxHotkey.TabIndex = 0;
     //
     // checkBoxWindowState
     //
     this.checkBoxWindowState.AutoSize   = true;
     this.checkBoxWindowState.Checked    = true;
     this.checkBoxWindowState.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxWindowState.Location   = new System.Drawing.Point(6, 29);
     this.checkBoxWindowState.Name       = "checkBoxWindowState";
     this.checkBoxWindowState.Size       = new System.Drawing.Size(236, 17);
     this.checkBoxWindowState.TabIndex   = 1;
     this.checkBoxWindowState.Text       = "Remember window position and state on exit";
     this.checkBoxWindowState.UseVisualStyleBackColor = true;
     //
     // checkBoxUpdate
     //
     this.checkBoxUpdate.AutoSize   = true;
     this.checkBoxUpdate.Checked    = true;
     this.checkBoxUpdate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBoxUpdate.Location   = new System.Drawing.Point(6, 6);
     this.checkBoxUpdate.Name       = "checkBoxUpdate";
     this.checkBoxUpdate.Size       = new System.Drawing.Size(158, 17);
     this.checkBoxUpdate.TabIndex   = 0;
     this.checkBoxUpdate.Text       = "Check for update on launch";
     this.checkBoxUpdate.UseVisualStyleBackColor = true;
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.linkLabelWidescreenForum);
     this.tabPage3.Controls.Add(this.labelDonateThanks);
     this.tabPage3.Controls.Add(this.labelLicenseText);
     this.tabPage3.Controls.Add(this.linkLabelHomePage);
     this.tabPage3.Controls.Add(this.labelCopyright);
     this.tabPage3.Controls.Add(this.labelWidescreenFixer);
     this.tabPage3.Controls.Add(this.buttonDonate);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(296, 185);
     this.tabPage3.TabIndex = 1;
     this.tabPage3.Text     = "About";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // linkLabelWidescreenForum
     //
     this.linkLabelWidescreenForum.Location     = new System.Drawing.Point(6, 87);
     this.linkLabelWidescreenForum.Name         = "linkLabelWidescreenForum";
     this.linkLabelWidescreenForum.Size         = new System.Drawing.Size(284, 13);
     this.linkLabelWidescreenForum.TabIndex     = 6;
     this.linkLabelWidescreenForum.TabStop      = true;
     this.linkLabelWidescreenForum.Text         = "Widescreen Gaming Forum";
     this.linkLabelWidescreenForum.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkLabelWidescreenForum.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelWidescreenForum_LinkClicked);
     //
     // labelDonateThanks
     //
     this.labelDonateThanks.Location  = new System.Drawing.Point(6, 62);
     this.labelDonateThanks.Name      = "labelDonateThanks";
     this.labelDonateThanks.Size      = new System.Drawing.Size(284, 13);
     this.labelDonateThanks.TabIndex  = 5;
     this.labelDonateThanks.Text      = "Thanks to everyone who has donated!";
     this.labelDonateThanks.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // labelLicenseText
     //
     this.labelLicenseText.Location  = new System.Drawing.Point(6, 112);
     this.labelLicenseText.Name      = "labelLicenseText";
     this.labelLicenseText.Size      = new System.Drawing.Size(284, 26);
     this.labelLicenseText.TabIndex  = 4;
     this.labelLicenseText.Text      = "This software is distributed under the terms of the GNU General Public License.";
     this.labelLicenseText.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // linkLabelHomePage
     //
     this.linkLabelHomePage.Location     = new System.Drawing.Point(6, 147);
     this.linkLabelHomePage.Name         = "linkLabelHomePage";
     this.linkLabelHomePage.Size         = new System.Drawing.Size(284, 13);
     this.linkLabelHomePage.TabIndex     = 2;
     this.linkLabelHomePage.TabStop      = true;
     this.linkLabelHomePage.Text         = "Widescreen Fixer Home Page";
     this.linkLabelHomePage.TextAlign    = System.Drawing.ContentAlignment.MiddleCenter;
     this.linkLabelHomePage.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabelHomePage_LinkClicked);
     //
     // labelCopyright
     //
     this.labelCopyright.Location  = new System.Drawing.Point(6, 169);
     this.labelCopyright.Name      = "labelCopyright";
     this.labelCopyright.Size      = new System.Drawing.Size(284, 13);
     this.labelCopyright.TabIndex  = 1;
     this.labelCopyright.Text      = "Copyright © David Rudie 2007-2014. All rights reserved.";
     this.labelCopyright.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // labelWidescreenFixer
     //
     this.labelWidescreenFixer.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
     this.labelWidescreenFixer.Location  = new System.Drawing.Point(6, 3);
     this.labelWidescreenFixer.Name      = "labelWidescreenFixer";
     this.labelWidescreenFixer.Size      = new System.Drawing.Size(284, 21);
     this.labelWidescreenFixer.TabIndex  = 0;
     this.labelWidescreenFixer.Text      = "Widescreen Fixer";
     this.labelWidescreenFixer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // buttonDonate
     //
     this.buttonDonate.AutoSize = true;
     this.buttonDonate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.buttonDonate.Cursor = System.Windows.Forms.Cursors.Hand;
     this.buttonDonate.FlatAppearance.BorderSize         = 0;
     this.buttonDonate.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.buttonDonate.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.buttonDonate.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonDonate.Image     = global::WidescreenFixer.Properties.Resources.Donate;
     this.buttonDonate.Location  = new System.Drawing.Point(98, 26);
     this.buttonDonate.Name      = "buttonDonate";
     this.buttonDonate.Size      = new System.Drawing.Size(98, 32);
     this.buttonDonate.TabIndex  = 3;
     this.buttonDonate.UseVisualStyleBackColor = true;
     this.buttonDonate.Click += new System.EventHandler(this.ButtonDonate_Click);
     //
     // notifyIcon
     //
     this.notifyIcon.ContextMenuStrip = this.contextMenuStrip;
     this.notifyIcon.Icon             = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
     this.notifyIcon.Text             = "Widescreen Fixer";
     this.notifyIcon.Visible          = true;
     //
     // contextMenuStrip
     //
     this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemRestore,
         this.toolStripMenuItemExit
     });
     this.contextMenuStrip.Name = "contextMenuStrip";
     this.contextMenuStrip.Size = new System.Drawing.Size(114, 48);
     //
     // toolStripMenuItemRestore
     //
     this.toolStripMenuItemRestore.Name   = "toolStripMenuItemRestore";
     this.toolStripMenuItemRestore.Size   = new System.Drawing.Size(113, 22);
     this.toolStripMenuItemRestore.Text   = "Restore";
     this.toolStripMenuItemRestore.Click += new System.EventHandler(this.ToolStripMenuItemRestore_Click);
     //
     // toolStripMenuItemExit
     //
     this.toolStripMenuItemExit.Name   = "toolStripMenuItemExit";
     this.toolStripMenuItemExit.Size   = new System.Drawing.Size(113, 22);
     this.toolStripMenuItemExit.Text   = "Exit";
     this.toolStripMenuItemExit.Click += new System.EventHandler(this.ToolStripMenuItemExit_Click);
     //
     // timerValues
     //
     this.timerValues.Enabled = true;
     //
     // timerHotkey
     //
     this.timerHotkey.Enabled  = true;
     this.timerHotkey.Interval = 1;
     this.timerHotkey.Tick    += new System.EventHandler(this.TimerHotkey_Tick);
     //
     // timerSetup
     //
     this.timerSetup.Enabled  = true;
     this.timerSetup.Interval = 25;
     this.timerSetup.Tick    += new System.EventHandler(this.TimerSetup_Tick);
     //
     // WidescreenFixerApp
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(328, 235);
     this.Controls.Add(this.tabControl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "WidescreenFixerApp";
     this.Text            = "Widescreen Fixer";
     this.tabControl.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.groupBoxStatus.ResumeLayout(false);
     this.groupBoxStatus.PerformLayout();
     this.groupBoxOptions.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.groupBoxHotkey.ResumeLayout(false);
     this.groupBoxHotkey.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.contextMenuStrip.ResumeLayout(false);
     this.ResumeLayout(false);
 }