namespace RomCheater.Docking.UI { partial class UIMemoryViewer { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.txtData = new Be.Windows.Forms.HexBox(); this.spacer = new System.Windows.Forms.Panel(); this.toolStrip2 = new System.Windows.Forms.ToolStrip(); this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel(); this.btnGotoAddress = new System.Windows.Forms.Button(); this.btnEditBytes = new System.Windows.Forms.Button(); this.left_pnl = new System.Windows.Forms.Panel(); this.txtAddresses = new Utilities.TransparentControls.FlickerFreeRichTextBox(); this.lblAddressMarker = new System.Windows.Forms.ToolStripLabel(); this.ramScroll = new System.Windows.Forms.VScrollBar(); this.update_timer = new System.Windows.Forms.Timer(this.components); this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker(); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.txthexGoto = new System.Windows.Forms.MaskedHexBox(); this.spacer.SuspendLayout(); this.toolStrip2.SuspendLayout(); this.left_pnl.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // txtData // 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.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.TabIndex = 11; this.txtData.UseFixedBytesPerLine = true; this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); // // spacer // this.spacer.Controls.Add(this.toolStrip2); this.spacer.Dock = System.Windows.Forms.DockStyle.Top; this.spacer.Location = new System.Drawing.Point(0, 0); this.spacer.Margin = new System.Windows.Forms.Padding(2); this.spacer.Name = "spacer"; this.spacer.Size = new System.Drawing.Size(130, 24); this.spacer.TabIndex = 7; // // toolStrip2 // this.toolStrip2.Font = new System.Drawing.Font("Lucida Console", 12F); this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripLabel1}); this.toolStrip2.Location = new System.Drawing.Point(0, 0); this.toolStrip2.Name = "toolStrip2"; this.toolStrip2.Size = new System.Drawing.Size(130, 25); this.toolStrip2.TabIndex = 1; this.toolStrip2.Text = "toolStrip2"; // // toolStripLabel1 // this.toolStripLabel1.Name = "toolStripLabel1"; this.toolStripLabel1.Size = new System.Drawing.Size(88, 22); this.toolStripLabel1.Text = "Address:"; // // btnGotoAddress // this.btnGotoAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); 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.Margin = new System.Windows.Forms.Padding(0); this.btnGotoAddress.Name = "btnGotoAddress"; this.btnGotoAddress.Size = new System.Drawing.Size(58, 26); this.btnGotoAddress.TabIndex = 16; this.btnGotoAddress.Text = "Goto"; this.btnGotoAddress.UseVisualStyleBackColor = true; this.btnGotoAddress.Click += new System.EventHandler(this.btnGotoAddress_Click); // // btnEditBytes // this.btnEditBytes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnEditBytes.AutoSize = true; this.btnEditBytes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.btnEditBytes.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnEditBytes.Location = new System.Drawing.Point(906, -1); this.btnEditBytes.Margin = new System.Windows.Forms.Padding(0); this.btnEditBytes.Name = "btnEditBytes"; this.btnEditBytes.Size = new System.Drawing.Size(118, 26); this.btnEditBytes.TabIndex = 15; this.btnEditBytes.Text = "Edit Bytes"; this.btnEditBytes.UseVisualStyleBackColor = true; this.btnEditBytes.Click += new System.EventHandler(this.btnEditBytes_Click); // // left_pnl // 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.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.TabIndex = 14; // // txtAddresses // this.txtAddresses.BackColor = System.Drawing.Color.White; this.txtAddresses.Dock = System.Windows.Forms.DockStyle.Fill; this.txtAddresses.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtAddresses.Location = new System.Drawing.Point(0, 24); this.txtAddresses.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4); 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.TabIndex = 1; this.txtAddresses.Text = ""; this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); // // lblAddressMarker // this.lblAddressMarker.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblAddressMarker.Name = "lblAddressMarker"; this.lblAddressMarker.Size = new System.Drawing.Size(138, 22); this.lblAddressMarker.Text = "AddressMarker"; // // ramScroll // this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; this.ramScroll.Location = new System.Drawing.Point(1024, 25); this.ramScroll.Name = "ramScroll"; this.ramScroll.Size = new System.Drawing.Size(17, 577); this.ramScroll.TabIndex = 12; this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll); // // update_timer // this.update_timer.Interval = 10; this.update_timer.Tick += new System.EventHandler(this.update_timer_Tick); // // ResultsUpdateWorkerThread // this.ResultsUpdateWorkerThread.WorkerSupportsCancellation = true; this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork); this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted); // // toolStrip1 // this.toolStrip1.Font = new System.Drawing.Font("Lucida Console", 12F); 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.Name = "toolStrip1"; this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); this.toolStrip1.Size = new System.Drawing.Size(1041, 25); this.toolStrip1.TabIndex = 13; this.toolStrip1.Text = "toolStrip1"; // // txthexGoto // this.txthexGoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txthexGoto.AutoSize = true; 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.Margin = new System.Windows.Forms.Padding(0); this.txthexGoto.MaxLength = 8; this.txthexGoto.Name = "txthexGoto"; this.txthexGoto.ReadOnly = false; this.txthexGoto.Size = new System.Drawing.Size(238, 24); this.txthexGoto.TabIndex = 17; this.txthexGoto.TextLength = 8; this.txthexGoto.Value = ((ulong)(0ul)); // // 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.btnGotoAddress); this.Controls.Add(this.btnEditBytes); 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); this.spacer.ResumeLayout(false); this.spacer.PerformLayout(); this.toolStrip2.ResumeLayout(false); this.toolStrip2.PerformLayout(); this.left_pnl.ResumeLayout(false); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Be.Windows.Forms.HexBox txtData; private System.Windows.Forms.Panel spacer; private System.Windows.Forms.ToolStrip toolStrip2; private System.Windows.Forms.ToolStripLabel toolStripLabel1; private System.Windows.Forms.Button btnGotoAddress; private System.Windows.Forms.Button btnEditBytes; private System.Windows.Forms.Panel left_pnl; private Utilities.TransparentControls.FlickerFreeRichTextBox txtAddresses; private System.Windows.Forms.ToolStripLabel lblAddressMarker; private System.Windows.Forms.VScrollBar ramScroll; private System.Windows.Forms.Timer update_timer; private System.ComponentModel.BackgroundWorker ResultsUpdateWorkerThread; private System.Windows.Forms.MaskedHexBox txthexGoto; private System.Windows.Forms.ToolStrip toolStrip1; } }