namespace RomCheater.EmuMMAPPlugin { partial class EmuMEMMapDockControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.txtDeviceMap = new System.Windows.Forms.RichTextBox(); this.SuspendLayout(); // // txtDeviceMap // this.txtDeviceMap.BackColor = System.Drawing.SystemColors.ControlLight; this.txtDeviceMap.Dock = System.Windows.Forms.DockStyle.Fill; this.txtDeviceMap.Font = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtDeviceMap.Location = new System.Drawing.Point(0, 0); this.txtDeviceMap.Name = "txtDeviceMap"; this.txtDeviceMap.ReadOnly = true; this.txtDeviceMap.Size = new System.Drawing.Size(512, 359); this.txtDeviceMap.TabIndex = 0; this.txtDeviceMap.Text = ""; // // EmuMEMMapDockControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(512, 359); this.Controls.Add(this.txtDeviceMap); this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Name = "EmuMEMMapDockControl"; this.Text = "Emulator Memory Map"; this.Shown += new System.EventHandler(this.EmuMEMMapDockControl_Shown); this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox txtDeviceMap; } }