54 |
this.txtData.Dock = System.Windows.Forms.DockStyle.Fill; |
this.txtData.Dock = System.Windows.Forms.DockStyle.Fill; |
55 |
this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
56 |
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; |
this.txtData.LineInfoForeColor = System.Drawing.Color.Empty; |
57 |
this.txtData.Location = new System.Drawing.Point(130, 25); |
this.txtData.Location = new System.Drawing.Point(130, 0); |
58 |
this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); |
this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4); |
59 |
this.txtData.Name = "txtData"; |
this.txtData.Name = "txtData"; |
60 |
this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); |
this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255))))); |
61 |
this.txtData.Size = new System.Drawing.Size(894, 577); |
this.txtData.Size = new System.Drawing.Size(894, 602); |
62 |
this.txtData.TabIndex = 11; |
this.txtData.TabIndex = 11; |
63 |
this.txtData.UseFixedBytesPerLine = true; |
this.txtData.UseFixedBytesPerLine = true; |
64 |
this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); |
this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown); |
97 |
this.btnGotoAddress.AutoSize = true; |
this.btnGotoAddress.AutoSize = true; |
98 |
this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
99 |
this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
100 |
this.btnGotoAddress.Location = new System.Drawing.Point(838, -1); |
this.btnGotoAddress.Location = new System.Drawing.Point(843, -1); |
101 |
this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); |
this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0); |
102 |
this.btnGotoAddress.Name = "btnGotoAddress"; |
this.btnGotoAddress.Name = "btnGotoAddress"; |
103 |
this.btnGotoAddress.Size = new System.Drawing.Size(58, 26); |
this.btnGotoAddress.Size = new System.Drawing.Size(58, 26); |
126 |
this.left_pnl.Controls.Add(this.txtAddresses); |
this.left_pnl.Controls.Add(this.txtAddresses); |
127 |
this.left_pnl.Controls.Add(this.spacer); |
this.left_pnl.Controls.Add(this.spacer); |
128 |
this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left; |
129 |
this.left_pnl.Location = new System.Drawing.Point(0, 25); |
this.left_pnl.Location = new System.Drawing.Point(0, 0); |
130 |
this.left_pnl.Margin = new System.Windows.Forms.Padding(2); |
this.left_pnl.Margin = new System.Windows.Forms.Padding(2); |
131 |
this.left_pnl.Name = "left_pnl"; |
this.left_pnl.Name = "left_pnl"; |
132 |
this.left_pnl.Size = new System.Drawing.Size(130, 577); |
this.left_pnl.Size = new System.Drawing.Size(130, 602); |
133 |
this.left_pnl.TabIndex = 14; |
this.left_pnl.TabIndex = 14; |
134 |
// |
// |
135 |
// txtAddresses |
// txtAddresses |
142 |
this.txtAddresses.Name = "txtAddresses"; |
this.txtAddresses.Name = "txtAddresses"; |
143 |
this.txtAddresses.ReadOnly = true; |
this.txtAddresses.ReadOnly = true; |
144 |
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; |
this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; |
145 |
this.txtAddresses.Size = new System.Drawing.Size(130, 553); |
this.txtAddresses.Size = new System.Drawing.Size(130, 578); |
146 |
this.txtAddresses.TabIndex = 1; |
this.txtAddresses.TabIndex = 1; |
147 |
this.txtAddresses.Text = ""; |
this.txtAddresses.Text = ""; |
148 |
this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); |
this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown); |
157 |
// ramScroll |
// ramScroll |
158 |
// |
// |
159 |
this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; |
this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right; |
160 |
this.ramScroll.Location = new System.Drawing.Point(1024, 25); |
this.ramScroll.Location = new System.Drawing.Point(1024, 0); |
161 |
this.ramScroll.Name = "ramScroll"; |
this.ramScroll.Name = "ramScroll"; |
162 |
this.ramScroll.Size = new System.Drawing.Size(17, 577); |
this.ramScroll.Size = new System.Drawing.Size(17, 602); |
163 |
this.ramScroll.TabIndex = 12; |
this.ramScroll.TabIndex = 12; |
164 |
this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll); |
this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll); |
165 |
// |
// |
180 |
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |
181 |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
182 |
this.lblAddressMarker}); |
this.lblAddressMarker}); |
183 |
this.toolStrip1.Location = new System.Drawing.Point(0, 0); |
this.toolStrip1.Location = new System.Drawing.Point(130, 0); |
184 |
this.toolStrip1.Name = "toolStrip1"; |
this.toolStrip1.Name = "toolStrip1"; |
185 |
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); |
this.toolStrip1.Padding = new System.Windows.Forms.Padding(0); |
186 |
this.toolStrip1.Size = new System.Drawing.Size(1041, 25); |
this.toolStrip1.Size = new System.Drawing.Size(894, 25); |
187 |
this.toolStrip1.TabIndex = 13; |
this.toolStrip1.TabIndex = 13; |
188 |
this.toolStrip1.Text = "toolStrip1"; |
this.toolStrip1.Text = "toolStrip1"; |
189 |
// |
// |
194 |
this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
195 |
this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
196 |
this.txthexGoto.isAddressMask = true; |
this.txthexGoto.isAddressMask = true; |
197 |
this.txthexGoto.Location = new System.Drawing.Point(599, 1); |
this.txthexGoto.Location = new System.Drawing.Point(605, 0); |
198 |
this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); |
this.txthexGoto.Margin = new System.Windows.Forms.Padding(0); |
199 |
this.txthexGoto.MaxLength = 8; |
this.txthexGoto.MaxLength = 8; |
200 |
this.txthexGoto.Name = "txthexGoto"; |
this.txthexGoto.Name = "txthexGoto"; |
208 |
// |
// |
209 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
210 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
211 |
this.Controls.Add(this.txtData); |
this.Controls.Add(this.txthexGoto); |
212 |
this.Controls.Add(this.btnGotoAddress); |
this.Controls.Add(this.btnGotoAddress); |
213 |
this.Controls.Add(this.btnEditBytes); |
this.Controls.Add(this.btnEditBytes); |
214 |
|
this.Controls.Add(this.toolStrip1); |
215 |
|
this.Controls.Add(this.txtData); |
216 |
this.Controls.Add(this.left_pnl); |
this.Controls.Add(this.left_pnl); |
217 |
this.Controls.Add(this.ramScroll); |
this.Controls.Add(this.ramScroll); |
|
this.Controls.Add(this.txthexGoto); |
|
|
this.Controls.Add(this.toolStrip1); |
|
218 |
this.Name = "UIMemoryViewer"; |
this.Name = "UIMemoryViewer"; |
219 |
this.Size = new System.Drawing.Size(1041, 602); |
this.Size = new System.Drawing.Size(1041, 602); |
220 |
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); |
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown); |