--- trunk/RomCheater.EmuMMAPPlugin/EmuMEMMapDockControl.Designer.cs 2013/06/08 19:20:04 628 +++ trunk/RomCheater.EmuMMAPPlugin/EmuMEMMapDockControl.Designer.cs 2013/06/08 22:21:47 646 @@ -28,20 +28,37 @@ /// </summary> 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", 8.25F, 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(284, 262); + 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; } } \ No newline at end of file |