/// <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);
 }
Exemple #2
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);
 }