--- trunk/RomCheater/Docking/UI/UIMemoryViewer.Designer.cs 2012/06/02 10:35:42 213 +++ trunk/RomCheater/Docking/UI/UIMemoryViewer.Designer.cs 2012/06/02 10:43:05 214 @@ -54,11 +54,11 @@ this.txtData.Dock = System.Windows.Forms.DockStyle.Fill; this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; - this.txtData.Location = new System.Drawing.Point(130, 25); + this.txtData.Location = new System.Drawing.Point(130, 0); 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, 577); + this.txtData.Size = new System.Drawing.Size(894, 602); this.txtData.TabIndex = 11; this.txtData.UseFixedBytesPerLine = true; this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); @@ -97,7 +97,7 @@ this.btnGotoAddress.AutoSize = true; this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.btnGotoAddress.Location = new System.Drawing.Point(838, -1); + this.btnGotoAddress.Location = new System.Drawing.Point(843, -1); this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); this.btnGotoAddress.Name = "btnGotoAddress"; this.btnGotoAddress.Size = new System.Drawing.Size(58, 26); @@ -126,10 +126,10 @@ this.left_pnl.Controls.Add(this.txtAddresses); this.left_pnl.Controls.Add(this.spacer); this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left; - this.left_pnl.Location = new System.Drawing.Point(0, 25); + 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, 577); + this.left_pnl.Size = new System.Drawing.Size(130, 602); this.left_pnl.TabIndex = 14; // // txtAddresses @@ -142,7 +142,7 @@ this.txtAddresses.Name = "txtAddresses"; this.txtAddresses.ReadOnly = true; this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; - this.txtAddresses.Size = new System.Drawing.Size(130, 553); + this.txtAddresses.Size = new System.Drawing.Size(130, 578); this.txtAddresses.TabIndex = 1; this.txtAddresses.Text = ""; this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); @@ -157,9 +157,9 @@ // ramScroll // this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; - this.ramScroll.Location = new System.Drawing.Point(1024, 25); + this.ramScroll.Location = new System.Drawing.Point(1024, 0); this.ramScroll.Name = "ramScroll"; - this.ramScroll.Size = new System.Drawing.Size(17, 577); + this.ramScroll.Size = new System.Drawing.Size(17, 602); this.ramScroll.TabIndex = 12; this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll); // @@ -180,10 +180,10 @@ this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lblAddressMarker}); - this.toolStrip1.Location = new System.Drawing.Point(0, 0); + this.toolStrip1.Location = new System.Drawing.Point(130, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); - this.toolStrip1.Size = new System.Drawing.Size(1041, 25); + this.toolStrip1.Size = new System.Drawing.Size(894, 25); this.toolStrip1.TabIndex = 13; this.toolStrip1.Text = "toolStrip1"; // @@ -194,7 +194,7 @@ this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txthexGoto.isAddressMask = true; - this.txthexGoto.Location = new System.Drawing.Point(599, 1); + this.txthexGoto.Location = new System.Drawing.Point(605, 0); this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); this.txthexGoto.MaxLength = 8; this.txthexGoto.Name = "txthexGoto"; @@ -208,13 +208,13 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.Controls.Add(this.txtData); + this.Controls.Add(this.txthexGoto); this.Controls.Add(this.btnGotoAddress); this.Controls.Add(this.btnEditBytes); + this.Controls.Add(this.toolStrip1); + this.Controls.Add(this.txtData); this.Controls.Add(this.left_pnl); this.Controls.Add(this.ramScroll); - this.Controls.Add(this.txthexGoto); - this.Controls.Add(this.toolStrip1); this.Name = "UIMemoryViewer"; this.Size = new System.Drawing.Size(1041, 602); this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); |