1 |
william |
628 |
namespace RomCheater.EmuMMAPPlugin |
2 |
|
|
{ |
3 |
|
|
partial class EmuMEMMapDockControl |
4 |
|
|
{ |
5 |
|
|
/// <summary> |
6 |
|
|
/// Required designer variable. |
7 |
|
|
/// </summary> |
8 |
|
|
private System.ComponentModel.IContainer components = null; |
9 |
|
|
|
10 |
|
|
/// <summary> |
11 |
|
|
/// Clean up any resources being used. |
12 |
|
|
/// </summary> |
13 |
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> |
14 |
|
|
protected override void Dispose(bool disposing) |
15 |
|
|
{ |
16 |
|
|
if (disposing && (components != null)) |
17 |
|
|
{ |
18 |
|
|
components.Dispose(); |
19 |
|
|
} |
20 |
|
|
base.Dispose(disposing); |
21 |
|
|
} |
22 |
|
|
|
23 |
|
|
#region Windows Form Designer generated code |
24 |
|
|
|
25 |
|
|
/// <summary> |
26 |
|
|
/// Required method for Designer support - do not modify |
27 |
|
|
/// the contents of this method with the code editor. |
28 |
|
|
/// </summary> |
29 |
|
|
private void InitializeComponent() |
30 |
|
|
{ |
31 |
william |
641 |
this.txtDeviceMap = new System.Windows.Forms.RichTextBox(); |
32 |
william |
628 |
this.SuspendLayout(); |
33 |
|
|
// |
34 |
william |
641 |
// txtDeviceMap |
35 |
|
|
// |
36 |
|
|
this.txtDeviceMap.BackColor = System.Drawing.SystemColors.ControlLight; |
37 |
|
|
this.txtDeviceMap.Dock = System.Windows.Forms.DockStyle.Fill; |
38 |
william |
646 |
this.txtDeviceMap.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
39 |
william |
641 |
this.txtDeviceMap.Location = new System.Drawing.Point(0, 0); |
40 |
|
|
this.txtDeviceMap.Name = "txtDeviceMap"; |
41 |
|
|
this.txtDeviceMap.ReadOnly = true; |
42 |
|
|
this.txtDeviceMap.Size = new System.Drawing.Size(512, 359); |
43 |
|
|
this.txtDeviceMap.TabIndex = 0; |
44 |
|
|
this.txtDeviceMap.Text = ""; |
45 |
|
|
// |
46 |
william |
628 |
// EmuMEMMapDockControl |
47 |
|
|
// |
48 |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
49 |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
50 |
william |
641 |
this.ClientSize = new System.Drawing.Size(512, 359); |
51 |
|
|
this.Controls.Add(this.txtDeviceMap); |
52 |
william |
628 |
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
53 |
|
|
this.Name = "EmuMEMMapDockControl"; |
54 |
|
|
this.Text = "Emulator Memory Map"; |
55 |
william |
641 |
this.Shown += new System.EventHandler(this.EmuMEMMapDockControl_Shown); |
56 |
william |
628 |
this.ResumeLayout(false); |
57 |
|
|
|
58 |
|
|
} |
59 |
|
|
|
60 |
|
|
#endregion |
61 |
william |
641 |
|
62 |
|
|
private System.Windows.Forms.RichTextBox txtDeviceMap; |
63 |
william |
628 |
} |
64 |
|
|
} |