2014-01-28 19:33:49 +00:00
|
|
|
|
namespace BizHawk.Client.EmuHawk.config
|
|
|
|
|
{
|
|
|
|
|
partial class DisplayConfig
|
|
|
|
|
{
|
|
|
|
|
/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
2014-02-03 05:27:59 +00:00
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
2014-01-28 19:33:49 +00:00
|
|
|
|
this.listView2 = new System.Windows.Forms.ListView();
|
|
|
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
2014-02-03 05:27:59 +00:00
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2014-01-28 19:33:49 +00:00
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
2014-02-03 05:27:59 +00:00
|
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
2014-01-28 19:33:49 +00:00
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.listView1 = new System.Windows.Forms.ListView();
|
|
|
|
|
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
|
|
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
2014-02-03 05:27:59 +00:00
|
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
2014-01-28 19:33:49 +00:00
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
2014-02-03 05:27:59 +00:00
|
|
|
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
2014-01-28 19:33:49 +00:00
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.panel2.SuspendLayout();
|
|
|
|
|
this.panel3.SuspendLayout();
|
|
|
|
|
this.panel4.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.button3, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
this.tableLayoutPanel1.RowCount = 2;
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(557, 433);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// button3
|
|
|
|
|
//
|
|
|
|
|
this.button3.Location = new System.Drawing.Point(3, 407);
|
|
|
|
|
this.button3.Name = "button3";
|
|
|
|
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.button3.TabIndex = 4;
|
|
|
|
|
this.button3.Text = "Defaults";
|
|
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2014-02-03 05:27:59 +00:00
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Controls.Add(this.listView2);
|
|
|
|
|
this.panel1.Controls.Add(this.label1);
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(330, 3);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(224, 398);
|
|
|
|
|
this.panel1.TabIndex = 7;
|
|
|
|
|
//
|
2014-01-28 19:33:49 +00:00
|
|
|
|
// listView2
|
|
|
|
|
//
|
|
|
|
|
this.listView2.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.columnHeader4});
|
|
|
|
|
this.listView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.listView2.Location = new System.Drawing.Point(0, 13);
|
|
|
|
|
this.listView2.Name = "listView2";
|
|
|
|
|
this.listView2.Size = new System.Drawing.Size(224, 385);
|
|
|
|
|
this.listView2.TabIndex = 5;
|
|
|
|
|
this.listView2.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
this.listView2.View = System.Windows.Forms.View.Details;
|
|
|
|
|
//
|
2014-02-03 05:27:59 +00:00
|
|
|
|
// columnHeader4
|
|
|
|
|
//
|
|
|
|
|
this.columnHeader4.Text = "";
|
|
|
|
|
this.columnHeader4.Width = 101;
|
|
|
|
|
//
|
2014-01-28 19:33:49 +00:00
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(38, 13);
|
|
|
|
|
this.label1.TabIndex = 6;
|
|
|
|
|
this.label1.Text = "Library";
|
|
|
|
|
//
|
|
|
|
|
// panel2
|
|
|
|
|
//
|
|
|
|
|
this.panel2.AutoSize = true;
|
|
|
|
|
this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
|
|
|
this.panel2.Controls.Add(this.button2);
|
|
|
|
|
this.panel2.Controls.Add(this.button1);
|
|
|
|
|
this.panel2.Location = new System.Drawing.Point(327, 404);
|
|
|
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
|
this.panel2.Size = new System.Drawing.Size(230, 29);
|
|
|
|
|
this.panel2.TabIndex = 8;
|
|
|
|
|
//
|
|
|
|
|
// button2
|
|
|
|
|
//
|
|
|
|
|
this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.button2.Location = new System.Drawing.Point(155, 3);
|
|
|
|
|
this.button2.Name = "button2";
|
|
|
|
|
this.button2.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.button2.TabIndex = 3;
|
|
|
|
|
this.button2.Text = "Cancel";
|
|
|
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2014-02-03 05:27:59 +00:00
|
|
|
|
// button1
|
|
|
|
|
//
|
|
|
|
|
this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.button1.Location = new System.Drawing.Point(74, 3);
|
|
|
|
|
this.button1.Name = "button1";
|
|
|
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
|
|
|
this.button1.TabIndex = 2;
|
|
|
|
|
this.button1.Text = "OK";
|
|
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2014-01-28 19:33:49 +00:00
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.Controls.Add(this.listView1);
|
|
|
|
|
this.panel3.Controls.Add(this.label2);
|
|
|
|
|
this.panel3.Controls.Add(this.panel4);
|
|
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.panel3.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.panel3.Name = "panel3";
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(321, 398);
|
|
|
|
|
this.panel3.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// listView1
|
|
|
|
|
//
|
|
|
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
|
|
|
this.columnHeader1,
|
|
|
|
|
this.columnHeader2,
|
|
|
|
|
this.columnHeader3});
|
|
|
|
|
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.listView1.Location = new System.Drawing.Point(0, 13);
|
|
|
|
|
this.listView1.Name = "listView1";
|
|
|
|
|
this.listView1.Size = new System.Drawing.Size(321, 285);
|
|
|
|
|
this.listView1.TabIndex = 9;
|
|
|
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
|
|
|
//
|
|
|
|
|
// columnHeader1
|
|
|
|
|
//
|
|
|
|
|
this.columnHeader1.Text = "Input";
|
|
|
|
|
this.columnHeader1.Width = 75;
|
|
|
|
|
//
|
|
|
|
|
// columnHeader2
|
|
|
|
|
//
|
|
|
|
|
this.columnHeader2.Text = "Output";
|
|
|
|
|
this.columnHeader2.Width = 85;
|
|
|
|
|
//
|
|
|
|
|
// columnHeader3
|
|
|
|
|
//
|
|
|
|
|
this.columnHeader3.Text = "Description";
|
|
|
|
|
this.columnHeader3.Width = 88;
|
|
|
|
|
//
|
2014-02-03 05:27:59 +00:00
|
|
|
|
// label2
|
2014-01-28 19:33:49 +00:00
|
|
|
|
//
|
2014-02-03 05:27:59 +00:00
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.label2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
|
this.label2.Size = new System.Drawing.Size(172, 13);
|
|
|
|
|
this.label2.TabIndex = 7;
|
|
|
|
|
this.label2.Text = "Current Layers/Filters Configuration";
|
|
|
|
|
//
|
|
|
|
|
// panel4
|
|
|
|
|
//
|
|
|
|
|
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
|
|
this.panel4.Controls.Add(this.groupBox1);
|
|
|
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.panel4.Location = new System.Drawing.Point(0, 298);
|
|
|
|
|
this.panel4.Name = "panel4";
|
|
|
|
|
this.panel4.Size = new System.Drawing.Size(321, 100);
|
|
|
|
|
this.panel4.TabIndex = 4;
|
2014-01-28 19:33:49 +00:00
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.checkBox1);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(7, 3);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(200, 90);
|
|
|
|
|
this.groupBox1.TabIndex = 1;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "Final Presentation:";
|
|
|
|
|
//
|
2014-02-03 05:27:59 +00:00
|
|
|
|
// checkBox1
|
|
|
|
|
//
|
|
|
|
|
this.checkBox1.AutoSize = true;
|
|
|
|
|
this.checkBox1.Location = new System.Drawing.Point(6, 19);
|
|
|
|
|
this.checkBox1.Name = "checkBox1";
|
|
|
|
|
this.checkBox1.Size = new System.Drawing.Size(85, 17);
|
|
|
|
|
this.checkBox1.TabIndex = 0;
|
|
|
|
|
this.checkBox1.Text = "Bilinear Filter";
|
|
|
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2014-01-28 19:33:49 +00:00
|
|
|
|
// DisplayConfig
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(557, 433);
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.Name = "DisplayConfig";
|
|
|
|
|
this.Text = "Display Configuration";
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.panel1.PerformLayout();
|
|
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
|
|
this.panel3.PerformLayout();
|
|
|
|
|
this.panel4.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.ListView listView2;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
|
|
|
private System.Windows.Forms.ListView listView1;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader1;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader2;
|
|
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
|
|
private System.Windows.Forms.Panel panel4;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|