BizHawk/BizHawk.MultiClient/GBtools/GBGPUView.Designer.cs

194 lines
6.7 KiB
C#
Raw Normal View History

namespace BizHawk.MultiClient.GBtools
{
partial class GBGPUView
{
/// <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.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
2012-11-05 13:48:19 +00:00
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
2012-11-05 14:37:55 +00:00
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.bmpViewSPPal = new BizHawk.MultiClient.GBtools.BmpView();
this.bmpViewBGPal = new BizHawk.MultiClient.GBtools.BmpView();
this.bmpViewTiles2 = new BizHawk.MultiClient.GBtools.BmpView();
this.bmpViewTiles1 = new BizHawk.MultiClient.GBtools.BmpView();
this.bmpViewWin = new BizHawk.MultiClient.GBtools.BmpView();
this.bmpViewBG = new BizHawk.MultiClient.GBtools.BmpView();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
2012-11-05 13:48:19 +00:00
this.label1.Location = new System.Drawing.Point(9, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(22, 13);
this.label1.TabIndex = 2;
this.label1.Text = "BG";
//
// label2
//
this.label2.AutoSize = true;
2012-11-05 13:48:19 +00:00
this.label2.Location = new System.Drawing.Point(271, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(26, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Win";
//
2012-11-05 14:37:55 +00:00
// label3
//
2012-11-05 14:37:55 +00:00
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(533, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(38, 13);
this.label3.TabIndex = 8;
this.label3.Text = "Tiles 1";
//
2012-11-05 14:37:55 +00:00
// label4
//
2012-11-05 14:37:55 +00:00
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(667, 9);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(69, 13);
this.label4.TabIndex = 9;
this.label4.Text = "Tiles 2 (CGB)";
//
2012-11-05 14:37:55 +00:00
// label5
2012-11-05 13:48:19 +00:00
//
2012-11-05 14:37:55 +00:00
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(533, 220);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(63, 13);
this.label5.TabIndex = 12;
this.label5.Text = "BG Palettes";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(667, 220);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(72, 13);
this.label6.TabIndex = 13;
this.label6.Text = "OAM Palettes";
//
// bmpViewSPPal
//
this.bmpViewSPPal.BackColor = System.Drawing.Color.Transparent;
this.bmpViewSPPal.Location = new System.Drawing.Point(670, 236);
this.bmpViewSPPal.Name = "bmpViewSPPal";
this.bmpViewSPPal.Size = new System.Drawing.Size(128, 64);
this.bmpViewSPPal.TabIndex = 11;
this.bmpViewSPPal.Text = "bmpView2";
//
// bmpViewBGPal
//
this.bmpViewBGPal.BackColor = System.Drawing.Color.Transparent;
this.bmpViewBGPal.Location = new System.Drawing.Point(536, 236);
this.bmpViewBGPal.Name = "bmpViewBGPal";
this.bmpViewBGPal.Size = new System.Drawing.Size(128, 64);
this.bmpViewBGPal.TabIndex = 10;
this.bmpViewBGPal.Text = "bmpView1";
2012-11-05 13:48:19 +00:00
//
// bmpViewTiles2
//
this.bmpViewTiles2.BackColor = System.Drawing.Color.Transparent;
this.bmpViewTiles2.Location = new System.Drawing.Point(670, 25);
this.bmpViewTiles2.Name = "bmpViewTiles2";
this.bmpViewTiles2.Size = new System.Drawing.Size(128, 192);
this.bmpViewTiles2.TabIndex = 7;
this.bmpViewTiles2.Text = "bmpView2";
//
2012-11-05 14:37:55 +00:00
// bmpViewTiles1
2012-11-05 13:48:19 +00:00
//
2012-11-05 14:37:55 +00:00
this.bmpViewTiles1.BackColor = System.Drawing.Color.Transparent;
this.bmpViewTiles1.Location = new System.Drawing.Point(536, 25);
this.bmpViewTiles1.Name = "bmpViewTiles1";
this.bmpViewTiles1.Size = new System.Drawing.Size(128, 192);
this.bmpViewTiles1.TabIndex = 6;
this.bmpViewTiles1.Text = "bmpView1";
2012-11-05 13:48:19 +00:00
//
2012-11-05 14:37:55 +00:00
// bmpViewWin
2012-11-05 13:48:19 +00:00
//
2012-11-05 14:37:55 +00:00
this.bmpViewWin.BackColor = System.Drawing.Color.Transparent;
this.bmpViewWin.Location = new System.Drawing.Point(274, 25);
this.bmpViewWin.Name = "bmpViewWin";
this.bmpViewWin.Size = new System.Drawing.Size(256, 256);
this.bmpViewWin.TabIndex = 5;
this.bmpViewWin.Text = "bmpView2";
//
// bmpViewBG
//
this.bmpViewBG.BackColor = System.Drawing.Color.Transparent;
this.bmpViewBG.Location = new System.Drawing.Point(12, 25);
this.bmpViewBG.Name = "bmpViewBG";
this.bmpViewBG.Size = new System.Drawing.Size(256, 256);
this.bmpViewBG.TabIndex = 4;
this.bmpViewBG.Text = "bmpView1";
2012-11-05 13:48:19 +00:00
//
// GBGPUView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2012-11-05 13:48:19 +00:00
this.ClientSize = new System.Drawing.Size(951, 414);
2012-11-05 14:37:55 +00:00
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.bmpViewSPPal);
this.Controls.Add(this.bmpViewBGPal);
2012-11-05 13:48:19 +00:00
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.bmpViewTiles2);
this.Controls.Add(this.bmpViewTiles1);
this.Controls.Add(this.bmpViewWin);
this.Controls.Add(this.bmpViewBG);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "GBGPUView";
this.Text = "GB GPU Viewer";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.GBGPUView_FormClosed);
this.Load += new System.EventHandler(this.GBGPUView_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private BmpView bmpViewBG;
private BmpView bmpViewWin;
2012-11-05 13:48:19 +00:00
private BmpView bmpViewTiles1;
private BmpView bmpViewTiles2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
2012-11-05 14:37:55 +00:00
private BmpView bmpViewBGPal;
private BmpView bmpViewSPPal;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
}
}