Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater/Docking/UI/UIMemoryViewer.Designer.cs 2012/06/10 04:20:04 369 +++ trunk/RomCheater/Docking/UI/UIMemoryViewer.Designer.cs 2012/06/10 05:40:24 370 @@ -45,6 +45,7 @@ this.txthexGoto = new System.Windows.Forms.MaskedHexBox(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.btnGotoImageBase = new System.Windows.Forms.Button(); + this.txtAscii = new System.Windows.Forms.RichTextBox(); this.spacer.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.left_pnl.SuspendLayout(); @@ -61,7 +62,7 @@ this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); this.txtData.Name = "txtData"; this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); - this.txtData.Size = new System.Drawing.Size(894, 547); + this.txtData.Size = new System.Drawing.Size(691, 561); this.txtData.TabIndex = 11; this.txtData.UseFixedBytesPerLine = true; this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); @@ -133,7 +134,7 @@ this.left_pnl.Location = new System.Drawing.Point(0, 0); this.left_pnl.Margin = new System.Windows.Forms.Padding(2); this.left_pnl.Name = "left_pnl"; - this.left_pnl.Size = new System.Drawing.Size(130, 602); + this.left_pnl.Size = new System.Drawing.Size(130, 616); this.left_pnl.TabIndex = 14; // // txtAddresses @@ -146,7 +147,7 @@ this.txtAddresses.Name = "txtAddresses"; this.txtAddresses.ReadOnly = true; this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.txtAddresses.Size = new System.Drawing.Size(126, 574); + this.txtAddresses.Size = new System.Drawing.Size(126, 588); this.txtAddresses.TabIndex = 1; this.txtAddresses.Text = ""; this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); @@ -163,7 +164,7 @@ this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; this.ramScroll.Location = new System.Drawing.Point(1024, 0); this.ramScroll.Name = "ramScroll"; - this.ramScroll.Size = new System.Drawing.Size(17, 602); + this.ramScroll.Size = new System.Drawing.Size(17, 616); this.ramScroll.TabIndex = 12; this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll); // @@ -220,7 +221,7 @@ this.flowLayoutPanel1.Controls.Add(this.txthexGoto); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft; - this.flowLayoutPanel1.Location = new System.Drawing.Point(130, 572); + this.flowLayoutPanel1.Location = new System.Drawing.Point(130, 586); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(894, 30); this.flowLayoutPanel1.TabIndex = 18; @@ -240,17 +241,29 @@ this.btnGotoImageBase.UseVisualStyleBackColor = true; this.btnGotoImageBase.Click += new System.EventHandler(this.btnGotoImageBase_Click); // + // txtAscii + // + this.txtAscii.BackColor = System.Drawing.Color.White; + this.txtAscii.Dock = System.Windows.Forms.DockStyle.Right; + this.txtAscii.Font = new System.Drawing.Font("Lucida Console", 12F); + this.txtAscii.Location = new System.Drawing.Point(821, 25); + this.txtAscii.Name = "txtAscii"; + this.txtAscii.Size = new System.Drawing.Size(203, 561); + this.txtAscii.TabIndex = 19; + this.txtAscii.Text = ""; + // // UIMemoryViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.txtData); + this.Controls.Add(this.txtAscii); this.Controls.Add(this.flowLayoutPanel1); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.left_pnl); this.Controls.Add(this.ramScroll); this.Name = "UIMemoryViewer"; - this.Size = new System.Drawing.Size(1041, 602); + this.Size = new System.Drawing.Size(1041, 616); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); this.spacer.ResumeLayout(false); this.spacer.PerformLayout(); @@ -284,6 +297,7 @@ private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button btnGotoImageBase; + private System.Windows.Forms.RichTextBox txtAscii; } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |