2014-12-11 22:12:10 +00:00
|
|
|
|
namespace BizHawk.Client.EmuHawk
|
|
|
|
|
{
|
|
|
|
|
partial class PSXOptions
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.components = new System.ComponentModel.Container();
|
2014-12-11 22:12:10 +00:00
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PSXOptions));
|
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
2015-07-22 20:37:18 +00:00
|
|
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblTweakedMednafen = new System.Windows.Forms.Label();
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.rbTweakedMednafenMode = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.rbDebugMode = new System.Windows.Forms.RadioButton();
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.btnNiceDisplayConfig = new System.Windows.Forms.Button();
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblMednafen = new System.Windows.Forms.Label();
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.rbMednafenMode = new System.Windows.Forms.RadioButton();
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblPixelPro = new System.Windows.Forms.Label();
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.rbPixelPro = new System.Windows.Forms.RadioButton();
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblPAL = new System.Windows.Forms.Label();
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.PAL_LastLineNumeric = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.PAL_FirstLineNumeric = new System.Windows.Forms.NumericUpDown();
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblNTSC = new System.Windows.Forms.Label();
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.btnAreaFull = new System.Windows.Forms.Button();
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.checkClipHorizontal = new System.Windows.Forms.CheckBox();
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.NTSC_LastLineNumeric = new System.Windows.Forms.NumericUpDown();
|
|
|
|
|
this.NTSC_FirstLineNumeric = new System.Windows.Forms.NumericUpDown();
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
2015-07-22 20:37:18 +00:00
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.checkSkipFirmwareBoot = new System.Windows.Forms.CheckBox();
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
2014-12-17 01:23:24 +00:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PAL_LastLineNumeric)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PAL_FirstLineNumeric)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.NTSC_LastLineNumeric)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.NTSC_FirstLineNumeric)).BeginInit();
|
2015-07-22 20:37:18 +00:00
|
|
|
|
this.groupBox3.SuspendLayout();
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(622, 262);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnCancel.TabIndex = 3;
|
|
|
|
|
this.btnCancel.Text = "Cancel";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btnOk
|
|
|
|
|
//
|
|
|
|
|
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.btnOk.Location = new System.Drawing.Point(541, 262);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.btnOk.Name = "btnOk";
|
|
|
|
|
this.btnOk.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.btnOk.TabIndex = 2;
|
|
|
|
|
this.btnOk.Text = "OK";
|
|
|
|
|
this.btnOk.UseVisualStyleBackColor = true;
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.groupBox1.Controls.Add(this.linkLabel1);
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.groupBox1.Controls.Add(this.lblTweakedMednafen);
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.groupBox1.Controls.Add(this.rbTweakedMednafenMode);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
|
|
|
this.groupBox1.Controls.Add(this.rbDebugMode);
|
|
|
|
|
this.groupBox1.Controls.Add(this.btnNiceDisplayConfig);
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.groupBox1.Controls.Add(this.lblMednafen);
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.groupBox1.Controls.Add(this.rbMednafenMode);
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.groupBox1.Controls.Add(this.lblPixelPro);
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.groupBox1.Controls.Add(this.rbPixelPro);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 7);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(474, 278);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.groupBox1.TabIndex = 6;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.groupBox1.Text = "Resolution Management";
|
2014-12-17 01:23:24 +00:00
|
|
|
|
//
|
2015-07-22 20:37:18 +00:00
|
|
|
|
// linkLabel1
|
|
|
|
|
//
|
|
|
|
|
this.linkLabel1.AutoSize = true;
|
|
|
|
|
this.linkLabel1.Location = new System.Drawing.Point(327, 248);
|
|
|
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
|
|
|
this.linkLabel1.Size = new System.Drawing.Size(53, 13);
|
|
|
|
|
this.linkLabel1.TabIndex = 29;
|
|
|
|
|
this.linkLabel1.TabStop = true;
|
|
|
|
|
this.linkLabel1.Text = "About Me";
|
|
|
|
|
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
// lblTweakedMednafen
|
2014-12-17 01:23:24 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblTweakedMednafen.Location = new System.Drawing.Point(255, 132);
|
|
|
|
|
this.lblTweakedMednafen.Name = "lblTweakedMednafen";
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.lblTweakedMednafen.Size = new System.Drawing.Size(213, 93);
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblTweakedMednafen.TabIndex = 28;
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.lblTweakedMednafen.Text = resources.GetString("lblTweakedMednafen.Text");
|
2014-12-17 01:23:24 +00:00
|
|
|
|
//
|
|
|
|
|
// rbTweakedMednafenMode
|
|
|
|
|
//
|
|
|
|
|
this.rbTweakedMednafenMode.AutoSize = true;
|
|
|
|
|
this.rbTweakedMednafenMode.Location = new System.Drawing.Point(246, 116);
|
|
|
|
|
this.rbTweakedMednafenMode.Name = "rbTweakedMednafenMode";
|
|
|
|
|
this.rbTweakedMednafenMode.Size = new System.Drawing.Size(193, 17);
|
|
|
|
|
this.rbTweakedMednafenMode.TabIndex = 27;
|
|
|
|
|
this.rbTweakedMednafenMode.TabStop = true;
|
|
|
|
|
this.rbTweakedMednafenMode.Text = "Tweaked Mednafen Mode (4:3 AR)";
|
|
|
|
|
this.rbTweakedMednafenMode.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(246, 39);
|
|
|
|
|
this.label3.Name = "label3";
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.label3.Size = new System.Drawing.Size(213, 82);
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.label3.TabIndex = 26;
|
|
|
|
|
this.label3.Text = "Displays all content unmodified\r\n • Window size will constantly change\r\n • Aspect" +
|
2015-06-16 10:00:48 +00:00
|
|
|
|
" ratio is usually wrong\r\n • Recommended for hacking\r\n • Ideal for segmented AV d" +
|
|
|
|
|
"umping\r\n";
|
2014-12-17 01:23:24 +00:00
|
|
|
|
//
|
|
|
|
|
// rbDebugMode
|
|
|
|
|
//
|
|
|
|
|
this.rbDebugMode.AutoSize = true;
|
|
|
|
|
this.rbDebugMode.Location = new System.Drawing.Point(246, 19);
|
|
|
|
|
this.rbDebugMode.Name = "rbDebugMode";
|
|
|
|
|
this.rbDebugMode.Size = new System.Drawing.Size(134, 17);
|
|
|
|
|
this.rbDebugMode.TabIndex = 25;
|
|
|
|
|
this.rbDebugMode.TabStop = true;
|
|
|
|
|
this.rbDebugMode.Text = "Hardcore Debug Mode";
|
|
|
|
|
this.rbDebugMode.UseVisualStyleBackColor = true;
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-14 08:48:23 +00:00
|
|
|
|
// btnNiceDisplayConfig
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.btnNiceDisplayConfig.AutoSize = true;
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.btnNiceDisplayConfig.Location = new System.Drawing.Point(146, 238);
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.btnNiceDisplayConfig.Name = "btnNiceDisplayConfig";
|
|
|
|
|
this.btnNiceDisplayConfig.Size = new System.Drawing.Size(173, 23);
|
|
|
|
|
this.btnNiceDisplayConfig.TabIndex = 24;
|
|
|
|
|
this.btnNiceDisplayConfig.Text = "Change My Display Options";
|
|
|
|
|
this.btnNiceDisplayConfig.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnNiceDisplayConfig.Click += new System.EventHandler(this.btnNiceDisplayConfig_Click);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
// lblMednafen
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblMednafen.Location = new System.Drawing.Point(6, 132);
|
|
|
|
|
this.lblMednafen.Name = "lblMednafen";
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.lblMednafen.Size = new System.Drawing.Size(213, 93);
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblMednafen.TabIndex = 23;
|
|
|
|
|
this.lblMednafen.Text = resources.GetString("lblMednafen.Text");
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-14 08:48:23 +00:00
|
|
|
|
// rbMednafenMode
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.rbMednafenMode.AutoSize = true;
|
|
|
|
|
this.rbMednafenMode.Location = new System.Drawing.Point(6, 116);
|
|
|
|
|
this.rbMednafenMode.Name = "rbMednafenMode";
|
|
|
|
|
this.rbMednafenMode.Size = new System.Drawing.Size(145, 17);
|
|
|
|
|
this.rbMednafenMode.TabIndex = 22;
|
|
|
|
|
this.rbMednafenMode.TabStop = true;
|
|
|
|
|
this.rbMednafenMode.Text = "Mednafen Mode (4:3 AR)";
|
|
|
|
|
this.rbMednafenMode.UseVisualStyleBackColor = true;
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
// lblPixelPro
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblPixelPro.Location = new System.Drawing.Point(6, 35);
|
|
|
|
|
this.lblPixelPro.Name = "lblPixelPro";
|
|
|
|
|
this.lblPixelPro.Size = new System.Drawing.Size(252, 78);
|
|
|
|
|
this.lblPixelPro.TabIndex = 21;
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.lblPixelPro.Text = resources.GetString("lblPixelPro.Text");
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-14 08:48:23 +00:00
|
|
|
|
// rbPixelPro
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.rbPixelPro.AutoSize = true;
|
|
|
|
|
this.rbPixelPro.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.rbPixelPro.Name = "rbPixelPro";
|
|
|
|
|
this.rbPixelPro.Size = new System.Drawing.Size(96, 17);
|
|
|
|
|
this.rbPixelPro.TabIndex = 0;
|
|
|
|
|
this.rbPixelPro.TabStop = true;
|
|
|
|
|
this.rbPixelPro.Text = "Pixel Pro Mode";
|
|
|
|
|
this.rbPixelPro.UseVisualStyleBackColor = true;
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
2015-02-01 14:52:46 +00:00
|
|
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.groupBox2.Controls.Add(this.lblPAL);
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.groupBox2.Controls.Add(this.PAL_LastLineNumeric);
|
|
|
|
|
this.groupBox2.Controls.Add(this.PAL_FirstLineNumeric);
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.groupBox2.Controls.Add(this.lblNTSC);
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.groupBox2.Controls.Add(this.btnAreaFull);
|
|
|
|
|
this.groupBox2.Controls.Add(this.checkClipHorizontal);
|
|
|
|
|
this.groupBox2.Controls.Add(this.label4);
|
|
|
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox2.Controls.Add(this.NTSC_LastLineNumeric);
|
|
|
|
|
this.groupBox2.Controls.Add(this.NTSC_FirstLineNumeric);
|
2014-12-14 08:48:23 +00:00
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(492, 7);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(212, 160);
|
|
|
|
|
this.groupBox2.TabIndex = 31;
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.groupBox2.TabStop = false;
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.groupBox2.Text = "Drawing Area";
|
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
// lblPAL
|
2014-12-17 01:23:24 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblPAL.AutoSize = true;
|
|
|
|
|
this.lblPAL.Location = new System.Drawing.Point(131, 22);
|
|
|
|
|
this.lblPAL.Name = "lblPAL";
|
|
|
|
|
this.lblPAL.Size = new System.Drawing.Size(27, 13);
|
|
|
|
|
this.lblPAL.TabIndex = 44;
|
|
|
|
|
this.lblPAL.Text = "PAL";
|
2014-12-17 01:23:24 +00:00
|
|
|
|
//
|
|
|
|
|
// PAL_LastLineNumeric
|
|
|
|
|
//
|
|
|
|
|
this.PAL_LastLineNumeric.Location = new System.Drawing.Point(124, 67);
|
|
|
|
|
this.PAL_LastLineNumeric.Maximum = new decimal(new int[] {
|
|
|
|
|
287,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.PAL_LastLineNumeric.Name = "PAL_LastLineNumeric";
|
|
|
|
|
this.PAL_LastLineNumeric.Size = new System.Drawing.Size(47, 20);
|
|
|
|
|
this.PAL_LastLineNumeric.TabIndex = 43;
|
|
|
|
|
this.PAL_LastLineNumeric.Value = new decimal(new int[] {
|
|
|
|
|
128,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.PAL_LastLineNumeric.ValueChanged += new System.EventHandler(this.DrawingArea_ValueChanged);
|
2014-12-17 01:23:24 +00:00
|
|
|
|
//
|
|
|
|
|
// PAL_FirstLineNumeric
|
|
|
|
|
//
|
|
|
|
|
this.PAL_FirstLineNumeric.Location = new System.Drawing.Point(124, 41);
|
|
|
|
|
this.PAL_FirstLineNumeric.Maximum = new decimal(new int[] {
|
|
|
|
|
287,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.PAL_FirstLineNumeric.Name = "PAL_FirstLineNumeric";
|
|
|
|
|
this.PAL_FirstLineNumeric.Size = new System.Drawing.Size(47, 20);
|
|
|
|
|
this.PAL_FirstLineNumeric.TabIndex = 42;
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.PAL_FirstLineNumeric.ValueChanged += new System.EventHandler(this.DrawingArea_ValueChanged);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
// lblNTSC
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.lblNTSC.AutoSize = true;
|
|
|
|
|
this.lblNTSC.Location = new System.Drawing.Point(62, 22);
|
|
|
|
|
this.lblNTSC.Name = "lblNTSC";
|
|
|
|
|
this.lblNTSC.Size = new System.Drawing.Size(36, 13);
|
|
|
|
|
this.lblNTSC.TabIndex = 41;
|
|
|
|
|
this.lblNTSC.Text = "NTSC";
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2014-12-17 01:23:24 +00:00
|
|
|
|
// btnAreaFull
|
2014-12-14 08:48:23 +00:00
|
|
|
|
//
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.btnAreaFull.Location = new System.Drawing.Point(6, 98);
|
|
|
|
|
this.btnAreaFull.Name = "btnAreaFull";
|
|
|
|
|
this.btnAreaFull.Size = new System.Drawing.Size(136, 23);
|
|
|
|
|
this.btnAreaFull.TabIndex = 40;
|
|
|
|
|
this.btnAreaFull.Text = "Full [0,239] and [0,287]";
|
|
|
|
|
this.btnAreaFull.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnAreaFull.Click += new System.EventHandler(this.btnAreaFull_Click);
|
2014-12-14 08:48:23 +00:00
|
|
|
|
//
|
2014-12-17 02:54:43 +00:00
|
|
|
|
// checkClipHorizontal
|
|
|
|
|
//
|
|
|
|
|
this.checkClipHorizontal.AutoSize = true;
|
|
|
|
|
this.checkClipHorizontal.Location = new System.Drawing.Point(7, 127);
|
|
|
|
|
this.checkClipHorizontal.Name = "checkClipHorizontal";
|
|
|
|
|
this.checkClipHorizontal.Size = new System.Drawing.Size(142, 17);
|
|
|
|
|
this.checkClipHorizontal.TabIndex = 30;
|
|
|
|
|
this.checkClipHorizontal.Text = "Clip Horizontal Overscan";
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.toolTip1.SetToolTip(this.checkClipHorizontal, "A mednafen option -- appears to be 5.5% horizontally");
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.checkClipHorizontal.UseVisualStyleBackColor = true;
|
|
|
|
|
this.checkClipHorizontal.CheckedChanged += new System.EventHandler(this.checkClipHorizontal_CheckedChanged);
|
|
|
|
|
//
|
2014-12-17 01:23:24 +00:00
|
|
|
|
// label4
|
2014-12-14 08:48:23 +00:00
|
|
|
|
//
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(4, 69);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(49, 13);
|
|
|
|
|
this.label4.TabIndex = 24;
|
|
|
|
|
this.label4.Text = "Last line:";
|
2014-12-14 08:48:23 +00:00
|
|
|
|
//
|
2014-12-17 01:23:24 +00:00
|
|
|
|
// label1
|
2014-12-14 08:48:23 +00:00
|
|
|
|
//
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(5, 43);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(48, 13);
|
|
|
|
|
this.label1.TabIndex = 23;
|
|
|
|
|
this.label1.Text = "First line:";
|
|
|
|
|
//
|
|
|
|
|
// NTSC_LastLineNumeric
|
|
|
|
|
//
|
|
|
|
|
this.NTSC_LastLineNumeric.Location = new System.Drawing.Point(59, 67);
|
|
|
|
|
this.NTSC_LastLineNumeric.Maximum = new decimal(new int[] {
|
|
|
|
|
239,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.NTSC_LastLineNumeric.Name = "NTSC_LastLineNumeric";
|
|
|
|
|
this.NTSC_LastLineNumeric.Size = new System.Drawing.Size(47, 20);
|
|
|
|
|
this.NTSC_LastLineNumeric.TabIndex = 28;
|
|
|
|
|
this.NTSC_LastLineNumeric.Value = new decimal(new int[] {
|
|
|
|
|
239,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.NTSC_LastLineNumeric.ValueChanged += new System.EventHandler(this.DrawingArea_ValueChanged);
|
2014-12-17 01:23:24 +00:00
|
|
|
|
//
|
|
|
|
|
// NTSC_FirstLineNumeric
|
|
|
|
|
//
|
|
|
|
|
this.NTSC_FirstLineNumeric.Location = new System.Drawing.Point(59, 41);
|
|
|
|
|
this.NTSC_FirstLineNumeric.Maximum = new decimal(new int[] {
|
|
|
|
|
239,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.NTSC_FirstLineNumeric.Name = "NTSC_FirstLineNumeric";
|
|
|
|
|
this.NTSC_FirstLineNumeric.Size = new System.Drawing.Size(47, 20);
|
|
|
|
|
this.NTSC_FirstLineNumeric.TabIndex = 21;
|
2014-12-17 02:54:43 +00:00
|
|
|
|
this.NTSC_FirstLineNumeric.ValueChanged += new System.EventHandler(this.DrawingArea_ValueChanged);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
//
|
2015-07-22 20:37:18 +00:00
|
|
|
|
// groupBox3
|
2015-06-16 10:00:48 +00:00
|
|
|
|
//
|
2015-07-22 20:37:18 +00:00
|
|
|
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.groupBox3.Controls.Add(this.checkSkipFirmwareBoot);
|
|
|
|
|
this.groupBox3.Controls.Add(this.checkBox1);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(492, 173);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(212, 48);
|
|
|
|
|
this.groupBox3.TabIndex = 32;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "Mighty Hacks";
|
|
|
|
|
//
|
|
|
|
|
// checkBox1
|
|
|
|
|
//
|
|
|
|
|
this.checkBox1.AutoSize = true;
|
|
|
|
|
this.checkBox1.Location = new System.Drawing.Point(7, 127);
|
|
|
|
|
this.checkBox1.Name = "checkBox1";
|
|
|
|
|
this.checkBox1.Size = new System.Drawing.Size(142, 17);
|
|
|
|
|
this.checkBox1.TabIndex = 30;
|
|
|
|
|
this.checkBox1.Text = "Clip Horizontal Overscan";
|
|
|
|
|
this.toolTip1.SetToolTip(this.checkBox1, "A mednafen option -- appears to be 5.5% horizontally");
|
|
|
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// checkSkipFirmwareBoot
|
|
|
|
|
//
|
|
|
|
|
this.checkSkipFirmwareBoot.AutoSize = true;
|
|
|
|
|
this.checkSkipFirmwareBoot.Location = new System.Drawing.Point(8, 19);
|
|
|
|
|
this.checkSkipFirmwareBoot.Name = "checkSkipFirmwareBoot";
|
|
|
|
|
this.checkSkipFirmwareBoot.Size = new System.Drawing.Size(117, 17);
|
|
|
|
|
this.checkSkipFirmwareBoot.TabIndex = 45;
|
|
|
|
|
this.checkSkipFirmwareBoot.Text = "Skip Firmware Boot";
|
|
|
|
|
this.toolTip1.SetToolTip(this.checkSkipFirmwareBoot, "A mednafen option -- appears to be 5.5% horizontally");
|
|
|
|
|
this.checkSkipFirmwareBoot.UseVisualStyleBackColor = true;
|
2015-06-16 10:00:48 +00:00
|
|
|
|
//
|
2014-12-11 22:12:10 +00:00
|
|
|
|
// PSXOptions
|
|
|
|
|
//
|
2015-02-01 14:52:46 +00:00
|
|
|
|
this.AcceptButton = this.btnOk;
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
2015-02-01 14:52:46 +00:00
|
|
|
|
this.CancelButton = this.btnCancel;
|
2015-06-16 10:00:48 +00:00
|
|
|
|
this.ClientSize = new System.Drawing.Size(713, 297);
|
2015-07-22 20:37:18 +00:00
|
|
|
|
this.Controls.Add(this.groupBox3);
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOk);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "PSXOptions";
|
|
|
|
|
this.Text = "PSX Options";
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
2014-12-17 01:23:24 +00:00
|
|
|
|
this.groupBox2.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PAL_LastLineNumeric)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PAL_FirstLineNumeric)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.NTSC_LastLineNumeric)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.NTSC_FirstLineNumeric)).EndInit();
|
2015-07-22 20:37:18 +00:00
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.PerformLayout();
|
2014-12-11 22:12:10 +00:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.Button btnOk;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
2014-12-14 08:48:23 +00:00
|
|
|
|
private System.Windows.Forms.RadioButton rbPixelPro;
|
|
|
|
|
private System.Windows.Forms.Button btnNiceDisplayConfig;
|
2014-12-17 02:54:43 +00:00
|
|
|
|
private System.Windows.Forms.Label lblMednafen;
|
2014-12-14 08:48:23 +00:00
|
|
|
|
private System.Windows.Forms.RadioButton rbMednafenMode;
|
2014-12-17 02:54:43 +00:00
|
|
|
|
private System.Windows.Forms.Label lblPixelPro;
|
2014-12-14 08:48:23 +00:00
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.RadioButton rbDebugMode;
|
2014-12-17 02:54:43 +00:00
|
|
|
|
private System.Windows.Forms.Label lblTweakedMednafen;
|
2014-12-14 08:48:23 +00:00
|
|
|
|
private System.Windows.Forms.RadioButton rbTweakedMednafenMode;
|
2014-12-17 01:23:24 +00:00
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
2014-12-17 02:54:43 +00:00
|
|
|
|
private System.Windows.Forms.Label lblPAL;
|
2014-12-17 01:23:24 +00:00
|
|
|
|
private System.Windows.Forms.NumericUpDown PAL_LastLineNumeric;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown PAL_FirstLineNumeric;
|
2014-12-17 02:54:43 +00:00
|
|
|
|
private System.Windows.Forms.Label lblNTSC;
|
2014-12-17 01:23:24 +00:00
|
|
|
|
private System.Windows.Forms.Button btnAreaFull;
|
|
|
|
|
private System.Windows.Forms.CheckBox checkClipHorizontal;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown NTSC_LastLineNumeric;
|
|
|
|
|
private System.Windows.Forms.NumericUpDown NTSC_FirstLineNumeric;
|
2015-06-16 10:00:48 +00:00
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
|
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
2015-07-22 20:37:18 +00:00
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.CheckBox checkSkipFirmwareBoot;
|
|
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
2014-12-11 22:12:10 +00:00
|
|
|
|
}
|
|
|
|
|
}
|