64 lines
2.1 KiB
C#
64 lines
2.1 KiB
C#
namespace Mesen.GUI.Debugger.Controls
|
|
{
|
|
partial class ctrlEventViewerPpuView
|
|
{
|
|
/// <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 Component 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.picPicture = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.picPicture)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picPicture
|
|
//
|
|
this.picPicture.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picPicture.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.picPicture.Location = new System.Drawing.Point(1, 1);
|
|
this.picPicture.Margin = new System.Windows.Forms.Padding(0);
|
|
this.picPicture.Name = "picPicture";
|
|
this.picPicture.Size = new System.Drawing.Size(684, 526);
|
|
this.picPicture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picPicture.TabIndex = 0;
|
|
this.picPicture.TabStop = false;
|
|
this.picPicture.MouseLeave += new System.EventHandler(this.picPicture_MouseLeave);
|
|
this.picPicture.MouseMove += new System.Windows.Forms.MouseEventHandler(this.picPicture_MouseMove);
|
|
//
|
|
// ctrlPpuWriteViewer
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.picPicture);
|
|
this.Name = "ctrlPpuWriteViewer";
|
|
this.Size = new System.Drawing.Size(686, 530);
|
|
((System.ComponentModel.ISupportInitialize)(this.picPicture)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picPicture;
|
|
}
|
|
}
|