2011-06-11 14:40:00 +00:00
|
|
|
|
namespace BizHawk.MultiClient
|
|
|
|
|
{
|
|
|
|
|
partial class NESGraphicsConfig
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.OK = new System.Windows.Forms.Button();
|
|
|
|
|
this.Cancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.AllowMoreSprites = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.AutoLoadPalette = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
|
this.PalettePath = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.BrowsePalette = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.ClipLeftAndRightCheckBox = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
2011-06-12 19:31:06 +00:00
|
|
|
|
this.checkUseBackdropColor = new System.Windows.Forms.CheckBox();
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.ChangeBGColor = new System.Windows.Forms.Button();
|
|
|
|
|
this.BackGroundColorNumber = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.BackgroundColorPanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.DispBackground = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.DispSprites = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.BGColorDialog = new System.Windows.Forms.ColorDialog();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
|
|
this.groupBox4.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// OK
|
|
|
|
|
//
|
|
|
|
|
this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.OK.Location = new System.Drawing.Point(213, 403);
|
|
|
|
|
this.OK.Name = "OK";
|
|
|
|
|
this.OK.Size = new System.Drawing.Size(75, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.OK.TabIndex = 40;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.OK.Text = "&Ok";
|
|
|
|
|
this.OK.UseVisualStyleBackColor = true;
|
|
|
|
|
this.OK.Click += new System.EventHandler(this.OK_Click);
|
|
|
|
|
//
|
|
|
|
|
// Cancel
|
|
|
|
|
//
|
|
|
|
|
this.Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.Cancel.Location = new System.Drawing.Point(294, 403);
|
|
|
|
|
this.Cancel.Name = "Cancel";
|
|
|
|
|
this.Cancel.Size = new System.Drawing.Size(75, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.Cancel.TabIndex = 45;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.Cancel.Text = "&Cancel";
|
|
|
|
|
this.Cancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// AllowMoreSprites
|
|
|
|
|
//
|
|
|
|
|
this.AllowMoreSprites.AutoSize = true;
|
|
|
|
|
this.AllowMoreSprites.Location = new System.Drawing.Point(9, 19);
|
|
|
|
|
this.AllowMoreSprites.Name = "AllowMoreSprites";
|
|
|
|
|
this.AllowMoreSprites.Size = new System.Drawing.Size(203, 17);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.AllowMoreSprites.TabIndex = 15;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.AllowMoreSprites.Text = "Allow more than 8 sprites per scanline";
|
|
|
|
|
this.AllowMoreSprites.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.groupBox1.Controls.Add(this.AutoLoadPalette);
|
|
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
|
|
|
this.groupBox1.Controls.Add(this.PalettePath);
|
|
|
|
|
this.groupBox1.Controls.Add(this.BrowsePalette);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 24);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(352, 110);
|
|
|
|
|
this.groupBox1.TabIndex = 3;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Palette Config";
|
|
|
|
|
//
|
|
|
|
|
// AutoLoadPalette
|
|
|
|
|
//
|
|
|
|
|
this.AutoLoadPalette.AutoSize = true;
|
|
|
|
|
this.AutoLoadPalette.Checked = true;
|
|
|
|
|
this.AutoLoadPalette.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.AutoLoadPalette.Location = new System.Drawing.Point(6, 73);
|
|
|
|
|
this.AutoLoadPalette.Name = "AutoLoadPalette";
|
|
|
|
|
this.AutoLoadPalette.Size = new System.Drawing.Size(135, 17);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.AutoLoadPalette.TabIndex = 10;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.AutoLoadPalette.Text = "Load this file on startup";
|
|
|
|
|
this.AutoLoadPalette.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(6, 31);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(100, 13);
|
|
|
|
|
this.label1.TabIndex = 2;
|
|
|
|
|
this.label1.Text = "Use palette from file";
|
|
|
|
|
//
|
|
|
|
|
// PalettePath
|
|
|
|
|
//
|
|
|
|
|
this.PalettePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.PalettePath.Location = new System.Drawing.Point(6, 47);
|
|
|
|
|
this.PalettePath.Name = "PalettePath";
|
|
|
|
|
this.PalettePath.Size = new System.Drawing.Size(259, 20);
|
|
|
|
|
this.PalettePath.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// BrowsePalette
|
|
|
|
|
//
|
|
|
|
|
this.BrowsePalette.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.BrowsePalette.Location = new System.Drawing.Point(271, 44);
|
|
|
|
|
this.BrowsePalette.Name = "BrowsePalette";
|
|
|
|
|
this.BrowsePalette.Size = new System.Drawing.Size(75, 23);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BrowsePalette.TabIndex = 5;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.BrowsePalette.Text = "&Browse...";
|
|
|
|
|
this.BrowsePalette.UseVisualStyleBackColor = true;
|
|
|
|
|
this.BrowsePalette.Click += new System.EventHandler(this.BrowsePalette_Click);
|
|
|
|
|
//
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.groupBox2.Controls.Add(this.ClipLeftAndRightCheckBox);
|
|
|
|
|
this.groupBox2.Controls.Add(this.AllowMoreSprites);
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 156);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(352, 81);
|
|
|
|
|
this.groupBox2.TabIndex = 4;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// ClipLeftAndRightCheckBox
|
|
|
|
|
//
|
|
|
|
|
this.ClipLeftAndRightCheckBox.AutoSize = true;
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.ClipLeftAndRightCheckBox.Enabled = false;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.ClipLeftAndRightCheckBox.Location = new System.Drawing.Point(9, 42);
|
|
|
|
|
this.ClipLeftAndRightCheckBox.Name = "ClipLeftAndRightCheckBox";
|
|
|
|
|
this.ClipLeftAndRightCheckBox.Size = new System.Drawing.Size(186, 17);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.ClipLeftAndRightCheckBox.TabIndex = 20;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.ClipLeftAndRightCheckBox.Text = "Clip Left and Right Sides (8 pixels)";
|
|
|
|
|
this.ClipLeftAndRightCheckBox.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
|
//
|
|
|
|
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.groupBox3.Controls.Add(this.checkUseBackdropColor);
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.groupBox3.Controls.Add(this.ChangeBGColor);
|
|
|
|
|
this.groupBox3.Controls.Add(this.BackGroundColorNumber);
|
|
|
|
|
this.groupBox3.Controls.Add(this.label2);
|
|
|
|
|
this.groupBox3.Controls.Add(this.groupBox4);
|
|
|
|
|
this.groupBox3.Controls.Add(this.DispBackground);
|
|
|
|
|
this.groupBox3.Controls.Add(this.DispSprites);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(12, 254);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(352, 128);
|
|
|
|
|
this.groupBox3.TabIndex = 5;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.groupBox3.Text = "BG and Sprites";
|
2011-06-11 14:40:00 +00:00
|
|
|
|
//
|
2011-06-12 19:31:06 +00:00
|
|
|
|
// checkUseBackdropColor
|
|
|
|
|
//
|
|
|
|
|
this.checkUseBackdropColor.AutoSize = true;
|
|
|
|
|
this.checkUseBackdropColor.Checked = true;
|
|
|
|
|
this.checkUseBackdropColor.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
|
|
this.checkUseBackdropColor.Location = new System.Drawing.Point(170, 100);
|
|
|
|
|
this.checkUseBackdropColor.Name = "checkUseBackdropColor";
|
|
|
|
|
this.checkUseBackdropColor.Size = new System.Drawing.Size(59, 17);
|
|
|
|
|
this.checkUseBackdropColor.TabIndex = 36;
|
|
|
|
|
this.checkUseBackdropColor.Text = "Enable";
|
|
|
|
|
this.checkUseBackdropColor.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2011-06-11 16:22:48 +00:00
|
|
|
|
// ChangeBGColor
|
|
|
|
|
//
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.ChangeBGColor.Location = new System.Drawing.Point(112, 98);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.ChangeBGColor.Name = "ChangeBGColor";
|
|
|
|
|
this.ChangeBGColor.Size = new System.Drawing.Size(52, 23);
|
|
|
|
|
this.ChangeBGColor.TabIndex = 35;
|
|
|
|
|
this.ChangeBGColor.Text = "Change";
|
|
|
|
|
this.ChangeBGColor.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ChangeBGColor.Click += new System.EventHandler(this.ChangeBGColor_Click);
|
|
|
|
|
//
|
|
|
|
|
// BackGroundColorNumber
|
|
|
|
|
//
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.BackGroundColorNumber.Location = new System.Drawing.Point(47, 100);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.BackGroundColorNumber.MaxLength = 8;
|
|
|
|
|
this.BackGroundColorNumber.Name = "BackGroundColorNumber";
|
|
|
|
|
this.BackGroundColorNumber.ReadOnly = true;
|
|
|
|
|
this.BackGroundColorNumber.Size = new System.Drawing.Size(59, 20);
|
|
|
|
|
this.BackGroundColorNumber.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
|
//
|
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(9, 79);
|
|
|
|
|
this.label2.Name = "label2";
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.label2.Size = new System.Drawing.Size(178, 13);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.label2.TabIndex = 3;
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.label2.Text = "Backdrop color when BG is disabled";
|
2011-06-11 16:22:48 +00:00
|
|
|
|
//
|
2011-06-11 14:40:00 +00:00
|
|
|
|
// groupBox4
|
|
|
|
|
//
|
|
|
|
|
this.groupBox4.Controls.Add(this.BackgroundColorPanel);
|
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(9, 94);
|
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(28, 28);
|
|
|
|
|
this.groupBox4.TabIndex = 2;
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
//
|
|
|
|
|
// BackgroundColorPanel
|
|
|
|
|
//
|
|
|
|
|
this.BackgroundColorPanel.Location = new System.Drawing.Point(4, 8);
|
|
|
|
|
this.BackgroundColorPanel.Name = "BackgroundColorPanel";
|
|
|
|
|
this.BackgroundColorPanel.Size = new System.Drawing.Size(20, 16);
|
|
|
|
|
this.BackgroundColorPanel.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// DispBackground
|
|
|
|
|
//
|
|
|
|
|
this.DispBackground.AutoSize = true;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.DispBackground.Checked = true;
|
|
|
|
|
this.DispBackground.CheckState = System.Windows.Forms.CheckState.Checked;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.DispBackground.Location = new System.Drawing.Point(9, 42);
|
|
|
|
|
this.DispBackground.Name = "DispBackground";
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.DispBackground.Size = new System.Drawing.Size(78, 17);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.DispBackground.TabIndex = 30;
|
2011-06-11 22:15:08 +00:00
|
|
|
|
this.DispBackground.Text = "Display BG";
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.DispBackground.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// DispSprites
|
|
|
|
|
//
|
|
|
|
|
this.DispSprites.AutoSize = true;
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.DispSprites.Checked = true;
|
|
|
|
|
this.DispSprites.CheckState = System.Windows.Forms.CheckState.Checked;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.DispSprites.Location = new System.Drawing.Point(9, 19);
|
|
|
|
|
this.DispSprites.Name = "DispSprites";
|
|
|
|
|
this.DispSprites.Size = new System.Drawing.Size(95, 17);
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.DispSprites.TabIndex = 25;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.DispSprites.Text = "Display Sprites";
|
|
|
|
|
this.DispSprites.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// NESGraphicsConfig
|
|
|
|
|
//
|
|
|
|
|
this.AcceptButton = this.OK;
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.CancelButton = this.Cancel;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(381, 438);
|
|
|
|
|
this.Controls.Add(this.groupBox3);
|
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Controls.Add(this.groupBox1);
|
|
|
|
|
this.Controls.Add(this.Cancel);
|
|
|
|
|
this.Controls.Add(this.OK);
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "NESGraphicsConfig";
|
2011-06-11 16:22:48 +00:00
|
|
|
|
this.ShowIcon = false;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
this.Text = "NES Graphics Settings";
|
|
|
|
|
this.Load += new System.EventHandler(this.NESGraphicsConfig_Load);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.PerformLayout();
|
|
|
|
|
this.groupBox3.ResumeLayout(false);
|
|
|
|
|
this.groupBox3.PerformLayout();
|
|
|
|
|
this.groupBox4.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button OK;
|
|
|
|
|
private System.Windows.Forms.Button Cancel;
|
|
|
|
|
private System.Windows.Forms.CheckBox AllowMoreSprites;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.TextBox PalettePath;
|
|
|
|
|
private System.Windows.Forms.Button BrowsePalette;
|
|
|
|
|
private System.Windows.Forms.CheckBox AutoLoadPalette;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.CheckBox ClipLeftAndRightCheckBox;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
|
|
|
private System.Windows.Forms.CheckBox DispSprites;
|
|
|
|
|
private System.Windows.Forms.CheckBox DispBackground;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
|
|
|
private System.Windows.Forms.Panel BackgroundColorPanel;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.TextBox BackGroundColorNumber;
|
|
|
|
|
private System.Windows.Forms.Button ChangeBGColor;
|
|
|
|
|
private System.Windows.Forms.ColorDialog BGColorDialog;
|
2011-06-11 22:15:08 +00:00
|
|
|
|
private System.Windows.Forms.CheckBox checkUseBackdropColor;
|
2011-06-11 14:40:00 +00:00
|
|
|
|
}
|
|
|
|
|
}
|