ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/UI/UIMemoryViewer.Designer.cs
Revision: 215
Committed: Sat Jun 2 10:49:50 2012 UTC (11 years, 6 months ago) by william
File size: 15088 byte(s)
Log Message:
+ fix layout

File Contents

# Content
1 namespace RomCheater.Docking.UI
2 {
3 partial class UIMemoryViewer
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22
23 #region Component Designer generated code
24
25 /// <summary>
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
28 /// </summary>
29 private void InitializeComponent()
30 {
31 this.components = new System.ComponentModel.Container();
32 this.txtData = new Be.Windows.Forms.HexBox();
33 this.spacer = new System.Windows.Forms.Panel();
34 this.toolStrip2 = new System.Windows.Forms.ToolStrip();
35 this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
36 this.btnGotoAddress = new System.Windows.Forms.Button();
37 this.btnEditBytes = new System.Windows.Forms.Button();
38 this.left_pnl = new System.Windows.Forms.Panel();
39 this.txtAddresses = new Utilities.TransparentControls.FlickerFreeRichTextBox();
40 this.lblAddressMarker = new System.Windows.Forms.ToolStripLabel();
41 this.ramScroll = new System.Windows.Forms.VScrollBar();
42 this.update_timer = new System.Windows.Forms.Timer(this.components);
43 this.ResultsUpdateWorkerThread = new System.ComponentModel.BackgroundWorker();
44 this.toolStrip1 = new System.Windows.Forms.ToolStrip();
45 this.txthexGoto = new System.Windows.Forms.MaskedHexBox();
46 this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
47 this.spacer.SuspendLayout();
48 this.toolStrip2.SuspendLayout();
49 this.left_pnl.SuspendLayout();
50 this.toolStrip1.SuspendLayout();
51 this.flowLayoutPanel1.SuspendLayout();
52 this.SuspendLayout();
53 //
54 // txtData
55 //
56 this.txtData.Dock = System.Windows.Forms.DockStyle.Fill;
57 this.txtData.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
58 this.txtData.LineInfoForeColor = System.Drawing.Color.Empty;
59 this.txtData.Location = new System.Drawing.Point(130, 25);
60 this.txtData.Margin = new System.Windows.Forms.Padding(5, 89, 5, 4);
61 this.txtData.Name = "txtData";
62 this.txtData.ShadowSelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(60)))), ((int)(((byte)(188)))), ((int)(((byte)(255)))));
63 this.txtData.Size = new System.Drawing.Size(894, 549);
64 this.txtData.TabIndex = 11;
65 this.txtData.UseFixedBytesPerLine = true;
66 this.txtData.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtData_KeyDown);
67 //
68 // spacer
69 //
70 this.spacer.Controls.Add(this.toolStrip2);
71 this.spacer.Dock = System.Windows.Forms.DockStyle.Top;
72 this.spacer.Location = new System.Drawing.Point(0, 0);
73 this.spacer.Margin = new System.Windows.Forms.Padding(2);
74 this.spacer.Name = "spacer";
75 this.spacer.Size = new System.Drawing.Size(126, 24);
76 this.spacer.TabIndex = 7;
77 //
78 // toolStrip2
79 //
80 this.toolStrip2.Font = new System.Drawing.Font("Lucida Console", 12F);
81 this.toolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
82 this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
83 this.toolStripLabel1});
84 this.toolStrip2.Location = new System.Drawing.Point(0, 0);
85 this.toolStrip2.Name = "toolStrip2";
86 this.toolStrip2.Size = new System.Drawing.Size(126, 25);
87 this.toolStrip2.TabIndex = 1;
88 this.toolStrip2.Text = "toolStrip2";
89 //
90 // toolStripLabel1
91 //
92 this.toolStripLabel1.Name = "toolStripLabel1";
93 this.toolStripLabel1.Size = new System.Drawing.Size(88, 22);
94 this.toolStripLabel1.Text = "Address:";
95 //
96 // btnGotoAddress
97 //
98 this.btnGotoAddress.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
99 this.btnGotoAddress.AutoSize = true;
100 this.btnGotoAddress.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
101 this.btnGotoAddress.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
102 this.btnGotoAddress.Location = new System.Drawing.Point(744, 0);
103 this.btnGotoAddress.Margin = new System.Windows.Forms.Padding(0);
104 this.btnGotoAddress.Name = "btnGotoAddress";
105 this.btnGotoAddress.Size = new System.Drawing.Size(49, 23);
106 this.btnGotoAddress.TabIndex = 16;
107 this.btnGotoAddress.Text = "Goto";
108 this.btnGotoAddress.UseVisualStyleBackColor = true;
109 this.btnGotoAddress.Click += new System.EventHandler(this.btnGotoAddress_Click);
110 //
111 // btnEditBytes
112 //
113 this.btnEditBytes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
114 this.btnEditBytes.AutoSize = true;
115 this.btnEditBytes.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
116 this.btnEditBytes.Font = new System.Drawing.Font("Lucida Console", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
117 this.btnEditBytes.Location = new System.Drawing.Point(793, 0);
118 this.btnEditBytes.Margin = new System.Windows.Forms.Padding(0);
119 this.btnEditBytes.Name = "btnEditBytes";
120 this.btnEditBytes.Size = new System.Drawing.Size(97, 23);
121 this.btnEditBytes.TabIndex = 15;
122 this.btnEditBytes.Text = "Edit Bytes";
123 this.btnEditBytes.UseVisualStyleBackColor = true;
124 this.btnEditBytes.Click += new System.EventHandler(this.btnEditBytes_Click);
125 //
126 // left_pnl
127 //
128 this.left_pnl.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
129 this.left_pnl.Controls.Add(this.txtAddresses);
130 this.left_pnl.Controls.Add(this.spacer);
131 this.left_pnl.Dock = System.Windows.Forms.DockStyle.Left;
132 this.left_pnl.Location = new System.Drawing.Point(0, 0);
133 this.left_pnl.Margin = new System.Windows.Forms.Padding(2);
134 this.left_pnl.Name = "left_pnl";
135 this.left_pnl.Size = new System.Drawing.Size(130, 602);
136 this.left_pnl.TabIndex = 14;
137 //
138 // txtAddresses
139 //
140 this.txtAddresses.BackColor = System.Drawing.Color.White;
141 this.txtAddresses.Dock = System.Windows.Forms.DockStyle.Fill;
142 this.txtAddresses.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
143 this.txtAddresses.Location = new System.Drawing.Point(0, 24);
144 this.txtAddresses.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
145 this.txtAddresses.Name = "txtAddresses";
146 this.txtAddresses.ReadOnly = true;
147 this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None;
148 this.txtAddresses.Size = new System.Drawing.Size(126, 574);
149 this.txtAddresses.TabIndex = 1;
150 this.txtAddresses.Text = "";
151 this.txtAddresses.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtAddresses_KeyDown);
152 //
153 // lblAddressMarker
154 //
155 this.lblAddressMarker.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
156 this.lblAddressMarker.Name = "lblAddressMarker";
157 this.lblAddressMarker.Size = new System.Drawing.Size(138, 22);
158 this.lblAddressMarker.Text = "AddressMarker";
159 //
160 // ramScroll
161 //
162 this.ramScroll.Dock = System.Windows.Forms.DockStyle.Right;
163 this.ramScroll.Location = new System.Drawing.Point(1024, 0);
164 this.ramScroll.Name = "ramScroll";
165 this.ramScroll.Size = new System.Drawing.Size(17, 602);
166 this.ramScroll.TabIndex = 12;
167 this.ramScroll.Scroll += new System.Windows.Forms.ScrollEventHandler(this.ramScroll_Scroll);
168 //
169 // update_timer
170 //
171 this.update_timer.Interval = 10;
172 this.update_timer.Tick += new System.EventHandler(this.update_timer_Tick);
173 //
174 // ResultsUpdateWorkerThread
175 //
176 this.ResultsUpdateWorkerThread.WorkerSupportsCancellation = true;
177 this.ResultsUpdateWorkerThread.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ResultsUpdateWorkerThread_DoWork);
178 this.ResultsUpdateWorkerThread.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ResultsUpdateWorkerThread_RunWorkerCompleted);
179 //
180 // toolStrip1
181 //
182 this.toolStrip1.Font = new System.Drawing.Font("Lucida Console", 12F);
183 this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
184 this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
185 this.lblAddressMarker});
186 this.toolStrip1.Location = new System.Drawing.Point(130, 0);
187 this.toolStrip1.Name = "toolStrip1";
188 this.toolStrip1.Padding = new System.Windows.Forms.Padding(0);
189 this.toolStrip1.Size = new System.Drawing.Size(894, 25);
190 this.toolStrip1.TabIndex = 13;
191 this.toolStrip1.Text = "toolStrip1";
192 //
193 // txthexGoto
194 //
195 this.txthexGoto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
196 this.txthexGoto.AutoSize = true;
197 this.txthexGoto.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
198 this.txthexGoto.Font = new System.Drawing.Font("Lucida Console", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
199 this.txthexGoto.isAddressMask = true;
200 this.txthexGoto.Location = new System.Drawing.Point(556, 0);
201 this.txthexGoto.Margin = new System.Windows.Forms.Padding(0);
202 this.txthexGoto.MaxLength = 8;
203 this.txthexGoto.Name = "txthexGoto";
204 this.txthexGoto.ReadOnly = false;
205 this.txthexGoto.Size = new System.Drawing.Size(188, 24);
206 this.txthexGoto.TabIndex = 17;
207 this.txthexGoto.TextLength = 8;
208 this.txthexGoto.Value = ((ulong)(0ul));
209 //
210 // flowLayoutPanel1
211 //
212 this.flowLayoutPanel1.AutoSize = true;
213 this.flowLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
214 this.flowLayoutPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
215 this.flowLayoutPanel1.Controls.Add(this.btnEditBytes);
216 this.flowLayoutPanel1.Controls.Add(this.btnGotoAddress);
217 this.flowLayoutPanel1.Controls.Add(this.txthexGoto);
218 this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
219 this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
220 this.flowLayoutPanel1.Location = new System.Drawing.Point(130, 574);
221 this.flowLayoutPanel1.Name = "flowLayoutPanel1";
222 this.flowLayoutPanel1.Size = new System.Drawing.Size(894, 28);
223 this.flowLayoutPanel1.TabIndex = 18;
224 //
225 // UIMemoryViewer
226 //
227 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
228 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
229 this.Controls.Add(this.txtData);
230 this.Controls.Add(this.flowLayoutPanel1);
231 this.Controls.Add(this.toolStrip1);
232 this.Controls.Add(this.left_pnl);
233 this.Controls.Add(this.ramScroll);
234 this.Name = "UIMemoryViewer";
235 this.Size = new System.Drawing.Size(1041, 602);
236 this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UIMemoryViewer_KeyDown);
237 this.spacer.ResumeLayout(false);
238 this.spacer.PerformLayout();
239 this.toolStrip2.ResumeLayout(false);
240 this.toolStrip2.PerformLayout();
241 this.left_pnl.ResumeLayout(false);
242 this.toolStrip1.ResumeLayout(false);
243 this.toolStrip1.PerformLayout();
244 this.flowLayoutPanel1.ResumeLayout(false);
245 this.flowLayoutPanel1.PerformLayout();
246 this.ResumeLayout(false);
247 this.PerformLayout();
248
249 }
250
251 #endregion
252
253 private Be.Windows.Forms.HexBox txtData;
254 private System.Windows.Forms.Panel spacer;
255 private System.Windows.Forms.ToolStrip toolStrip2;
256 private System.Windows.Forms.ToolStripLabel toolStripLabel1;
257 private System.Windows.Forms.Button btnGotoAddress;
258 private System.Windows.Forms.Button btnEditBytes;
259 private System.Windows.Forms.Panel left_pnl;
260 private Utilities.TransparentControls.FlickerFreeRichTextBox txtAddresses;
261 private System.Windows.Forms.ToolStripLabel lblAddressMarker;
262 private System.Windows.Forms.VScrollBar ramScroll;
263 private System.Windows.Forms.Timer update_timer;
264 private System.ComponentModel.BackgroundWorker ResultsUpdateWorkerThread;
265 private System.Windows.Forms.MaskedHexBox txthexGoto;
266 private System.Windows.Forms.ToolStrip toolStrip1;
267 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
268
269 }
270 }