ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.EmuMMAPPlugin/EmuMEMMapDockControl.Designer.cs
(Generate patch)

Comparing trunk/RomCheater.EmuMMAPPlugin/EmuMEMMapDockControl.Designer.cs (file contents):
Revision 628 by william, Sat Jun 8 19:20:04 2013 UTC vs.
Revision 646 by william, Sat Jun 8 22:21:47 2013 UTC

--- 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