1 using Mesen.GUI.Controls;
2 
3 namespace Mesen.GUI.Forms.Cheats
4 {
5 	partial class ctrlCheatFinder
6 	{
7 		/// <summary>
8 		/// Required designer variable.
9 		/// </summary>
10 		private System.ComponentModel.IContainer components = null;
11 
12 		/// <summary>
13 		/// Clean up any resources being used.
14 		/// </summary>
15 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
Dispose(bool disposing)16 		protected override void Dispose(bool disposing)
17 		{
18 			if(disposing && (components != null)) {
19 				components.Dispose();
20 			}
21 			base.Dispose(disposing);
22 		}
23 
24 		#region Component Designer generated code
25 
26 		/// <summary>
27 		/// Required method for Designer support - do not modify
28 		/// the contents of this method with the code editor.
29 		/// </summary>
InitializeComponent()30 		private void InitializeComponent()
31 		{
32 			this.components = new System.ComponentModel.Container();
33 			this.tmrRefresh = new System.Windows.Forms.Timer(this.components);
34 			this.grpFilters = new System.Windows.Forms.GroupBox();
35 			this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
36 			this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
37 			this.lblPreviousValue = new System.Windows.Forms.Label();
38 			this.cboPrevFilterType = new System.Windows.Forms.ComboBox();
39 			this.btnAddPrevFilter = new System.Windows.Forms.Button();
40 			this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
41 			this.lblCurrentValue = new System.Windows.Forms.Label();
42 			this.cboCurrentFilterType = new System.Windows.Forms.ComboBox();
43 			this.nudCurrentFilterValue = new Mesen.GUI.Controls.MesenNumericUpDown();
44 			this.btnAddCurrentFilter = new System.Windows.Forms.Button();
45 			this.btnReset = new System.Windows.Forms.Button();
46 			this.btnUndo = new System.Windows.Forms.Button();
47 			this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
48 			this.lstAddresses = new Mesen.GUI.Debugger.Controls.ctrlAddressList();
49 			this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
50 			this.mnuCreateCheat = new System.Windows.Forms.ToolStripMenuItem();
51 			this.btnCreateCheat = new System.Windows.Forms.Button();
52 			this.lblAtAddress = new System.Windows.Forms.Label();
53 			this.lblAddress = new System.Windows.Forms.Label();
54 			this.chkPauseGameWhileWindowActive = new System.Windows.Forms.CheckBox();
55 			this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
56 			this.grpFilters.SuspendLayout();
57 			this.tableLayoutPanel2.SuspendLayout();
58 			this.flowLayoutPanel1.SuspendLayout();
59 			this.flowLayoutPanel4.SuspendLayout();
60 			this.tableLayoutPanel1.SuspendLayout();
61 			this.contextMenuStrip.SuspendLayout();
62 			this.tableLayoutPanel3.SuspendLayout();
63 			this.SuspendLayout();
64 			//
65 			// tmrRefresh
66 			//
67 			this.tmrRefresh.Tick += new System.EventHandler(this.tmrRefresh_Tick);
68 			//
69 			// grpFilters
70 			//
71 			this.grpFilters.Controls.Add(this.tableLayoutPanel2);
72 			this.grpFilters.Dock = System.Windows.Forms.DockStyle.Fill;
73 			this.grpFilters.Location = new System.Drawing.Point(3, 3);
74 			this.grpFilters.Name = "grpFilters";
75 			this.grpFilters.Size = new System.Drawing.Size(399, 162);
76 			this.grpFilters.TabIndex = 4;
77 			this.grpFilters.TabStop = false;
78 			this.grpFilters.Text = "Filters";
79 			//
80 			// tableLayoutPanel2
81 			//
82 			this.tableLayoutPanel2.ColumnCount = 2;
83 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
84 			this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
85 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel1, 0, 2);
86 			this.tableLayoutPanel2.Controls.Add(this.flowLayoutPanel4, 0, 1);
87 			this.tableLayoutPanel2.Controls.Add(this.btnReset, 0, 0);
88 			this.tableLayoutPanel2.Controls.Add(this.btnUndo, 1, 0);
89 			this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
90 			this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 16);
91 			this.tableLayoutPanel2.Name = "tableLayoutPanel2";
92 			this.tableLayoutPanel2.RowCount = 4;
93 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
94 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
95 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle());
96 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
97 			this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
98 			this.tableLayoutPanel2.Size = new System.Drawing.Size(393, 143);
99 			this.tableLayoutPanel2.TabIndex = 13;
100 			//
101 			// flowLayoutPanel1
102 			//
103 			this.tableLayoutPanel2.SetColumnSpan(this.flowLayoutPanel1, 2);
104 			this.flowLayoutPanel1.Controls.Add(this.lblPreviousValue);
105 			this.flowLayoutPanel1.Controls.Add(this.cboPrevFilterType);
106 			this.flowLayoutPanel1.Controls.Add(this.btnAddPrevFilter);
107 			this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
108 			this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 59);
109 			this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
110 			this.flowLayoutPanel1.Name = "flowLayoutPanel1";
111 			this.flowLayoutPanel1.Size = new System.Drawing.Size(393, 31);
112 			this.flowLayoutPanel1.TabIndex = 1;
113 			//
114 			// lblPreviousValue
115 			//
116 			this.lblPreviousValue.Anchor = System.Windows.Forms.AnchorStyles.Left;
117 			this.lblPreviousValue.AutoSize = true;
118 			this.lblPreviousValue.Location = new System.Drawing.Point(3, 8);
119 			this.lblPreviousValue.Name = "lblPreviousValue";
120 			this.lblPreviousValue.Size = new System.Drawing.Size(99, 13);
121 			this.lblPreviousValue.TabIndex = 3;
122 			this.lblPreviousValue.Text = "Previous value was";
123 			//
124 			// cboPrevFilterType
125 			//
126 			this.cboPrevFilterType.Anchor = System.Windows.Forms.AnchorStyles.Left;
127 			this.cboPrevFilterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
128 			this.cboPrevFilterType.FormattingEnabled = true;
129 			this.cboPrevFilterType.Location = new System.Drawing.Point(108, 4);
130 			this.cboPrevFilterType.Name = "cboPrevFilterType";
131 			this.cboPrevFilterType.Size = new System.Drawing.Size(110, 21);
132 			this.cboPrevFilterType.TabIndex = 0;
133 			//
134 			// btnAddPrevFilter
135 			//
136 			this.btnAddPrevFilter.AutoSize = true;
137 			this.btnAddPrevFilter.Location = new System.Drawing.Point(224, 3);
138 			this.btnAddPrevFilter.Name = "btnAddPrevFilter";
139 			this.btnAddPrevFilter.Size = new System.Drawing.Size(75, 23);
140 			this.btnAddPrevFilter.TabIndex = 2;
141 			this.btnAddPrevFilter.Text = "Add Filter";
142 			this.btnAddPrevFilter.UseVisualStyleBackColor = true;
143 			this.btnAddPrevFilter.Click += new System.EventHandler(this.btnAddPrevFilter_Click);
144 			//
145 			// flowLayoutPanel4
146 			//
147 			this.tableLayoutPanel2.SetColumnSpan(this.flowLayoutPanel4, 2);
148 			this.flowLayoutPanel4.Controls.Add(this.lblCurrentValue);
149 			this.flowLayoutPanel4.Controls.Add(this.cboCurrentFilterType);
150 			this.flowLayoutPanel4.Controls.Add(this.nudCurrentFilterValue);
151 			this.flowLayoutPanel4.Controls.Add(this.btnAddCurrentFilter);
152 			this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
153 			this.flowLayoutPanel4.Location = new System.Drawing.Point(0, 29);
154 			this.flowLayoutPanel4.Margin = new System.Windows.Forms.Padding(0);
155 			this.flowLayoutPanel4.Name = "flowLayoutPanel4";
156 			this.flowLayoutPanel4.Size = new System.Drawing.Size(393, 30);
157 			this.flowLayoutPanel4.TabIndex = 0;
158 			//
159 			// lblCurrentValue
160 			//
161 			this.lblCurrentValue.Anchor = System.Windows.Forms.AnchorStyles.Left;
162 			this.lblCurrentValue.AutoSize = true;
163 			this.lblCurrentValue.Location = new System.Drawing.Point(3, 8);
164 			this.lblCurrentValue.Name = "lblCurrentValue";
165 			this.lblCurrentValue.Size = new System.Drawing.Size(80, 13);
166 			this.lblCurrentValue.TabIndex = 4;
167 			this.lblCurrentValue.Text = "Current value is";
168 			//
169 			// cboCurrentFilterType
170 			//
171 			this.cboCurrentFilterType.Anchor = System.Windows.Forms.AnchorStyles.Left;
172 			this.cboCurrentFilterType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
173 			this.cboCurrentFilterType.FormattingEnabled = true;
174 			this.cboCurrentFilterType.Location = new System.Drawing.Point(89, 4);
175 			this.cboCurrentFilterType.Name = "cboCurrentFilterType";
176 			this.cboCurrentFilterType.Size = new System.Drawing.Size(110, 21);
177 			this.cboCurrentFilterType.TabIndex = 0;
178 			//
179 			// nudCurrentFilterValue
180 			//
181 			this.nudCurrentFilterValue.Anchor = System.Windows.Forms.AnchorStyles.Left;
182 			this.nudCurrentFilterValue.DecimalPlaces = 0;
183 			this.nudCurrentFilterValue.Increment = new decimal(new int[] {
184             1,
185             0,
186             0,
187             0});
188 			this.nudCurrentFilterValue.Location = new System.Drawing.Point(202, 4);
189 			this.nudCurrentFilterValue.Margin = new System.Windows.Forms.Padding(0);
190 			this.nudCurrentFilterValue.Maximum = new decimal(new int[] {
191             255,
192             0,
193             0,
194             0});
195 			this.nudCurrentFilterValue.MaximumSize = new System.Drawing.Size(10000, 21);
196 			this.nudCurrentFilterValue.Minimum = new decimal(new int[] {
197             0,
198             0,
199             0,
200             0});
201 			this.nudCurrentFilterValue.MinimumSize = new System.Drawing.Size(0, 21);
202 			this.nudCurrentFilterValue.Name = "nudCurrentFilterValue";
203 			this.nudCurrentFilterValue.Size = new System.Drawing.Size(41, 21);
204 			this.nudCurrentFilterValue.TabIndex = 1;
205 			this.nudCurrentFilterValue.Value = new decimal(new int[] {
206             0,
207             0,
208             0,
209             0});
210 			//
211 			// btnAddCurrentFilter
212 			//
213 			this.btnAddCurrentFilter.AutoSize = true;
214 			this.btnAddCurrentFilter.Location = new System.Drawing.Point(246, 3);
215 			this.btnAddCurrentFilter.Name = "btnAddCurrentFilter";
216 			this.btnAddCurrentFilter.Size = new System.Drawing.Size(75, 23);
217 			this.btnAddCurrentFilter.TabIndex = 2;
218 			this.btnAddCurrentFilter.Text = "Add Filter";
219 			this.btnAddCurrentFilter.UseVisualStyleBackColor = true;
220 			this.btnAddCurrentFilter.Click += new System.EventHandler(this.btnAddCurrentFilter_Click);
221 			//
222 			// btnReset
223 			//
224 			this.btnReset.Location = new System.Drawing.Point(3, 3);
225 			this.btnReset.Name = "btnReset";
226 			this.btnReset.Size = new System.Drawing.Size(75, 23);
227 			this.btnReset.TabIndex = 5;
228 			this.btnReset.Text = "Reset";
229 			this.btnReset.UseVisualStyleBackColor = true;
230 			this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
231 			//
232 			// btnUndo
233 			//
234 			this.btnUndo.Location = new System.Drawing.Point(84, 3);
235 			this.btnUndo.Name = "btnUndo";
236 			this.btnUndo.Size = new System.Drawing.Size(75, 23);
237 			this.btnUndo.TabIndex = 11;
238 			this.btnUndo.Text = "Undo";
239 			this.btnUndo.UseVisualStyleBackColor = true;
240 			this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click);
241 			//
242 			// tableLayoutPanel1
243 			//
244 			this.tableLayoutPanel1.ColumnCount = 2;
245 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
246 			this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
247 			this.tableLayoutPanel1.Controls.Add(this.grpFilters, 0, 0);
248 			this.tableLayoutPanel1.Controls.Add(this.lstAddresses, 1, 0);
249 			this.tableLayoutPanel1.Controls.Add(this.chkPauseGameWhileWindowActive, 0, 1);
250 			this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 1);
251 			this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
252 			this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
253 			this.tableLayoutPanel1.Name = "tableLayoutPanel1";
254 			this.tableLayoutPanel1.RowCount = 2;
255 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
256 			this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
257 			this.tableLayoutPanel1.Size = new System.Drawing.Size(565, 196);
258 			this.tableLayoutPanel1.TabIndex = 5;
259 			//
260 			// lstAddresses
261 			//
262 			this.lstAddresses.ContextMenuStrip = this.contextMenuStrip;
263 			this.lstAddresses.Dock = System.Windows.Forms.DockStyle.Fill;
264 			this.lstAddresses.HideSelection = false;
265 			this.lstAddresses.Location = new System.Drawing.Point(408, 3);
266 			this.lstAddresses.Name = "lstAddresses";
267 			this.lstAddresses.Size = new System.Drawing.Size(154, 162);
268 			this.lstAddresses.TabIndex = 3;
269 			//
270 			// contextMenuStrip
271 			//
272 			this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
273             this.mnuCreateCheat});
274 			this.contextMenuStrip.Name = "contextMenuStrip";
275 			this.contextMenuStrip.Size = new System.Drawing.Size(143, 26);
276 			this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
277 			//
278 			// mnuCreateCheat
279 			//
280 			this.mnuCreateCheat.Name = "mnuCreateCheat";
281 			this.mnuCreateCheat.Size = new System.Drawing.Size(142, 22);
282 			this.mnuCreateCheat.Text = "Create Cheat";
283 			this.mnuCreateCheat.Click += new System.EventHandler(this.btnCreateCheat_Click);
284 			//
285 			// btnCreateCheat
286 			//
287 			this.btnCreateCheat.Location = new System.Drawing.Point(3, 3);
288 			this.btnCreateCheat.Name = "btnCreateCheat";
289 			this.btnCreateCheat.Size = new System.Drawing.Size(85, 22);
290 			this.btnCreateCheat.TabIndex = 5;
291 			this.btnCreateCheat.Text = "Create Cheat";
292 			this.btnCreateCheat.UseVisualStyleBackColor = true;
293 			this.btnCreateCheat.Click += new System.EventHandler(this.btnCreateCheat_Click);
294 			//
295 			// lblAtAddress
296 			//
297 			this.lblAtAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
298 			this.lblAtAddress.AutoSize = true;
299 			this.lblAtAddress.Location = new System.Drawing.Point(94, 7);
300 			this.lblAtAddress.Name = "lblAtAddress";
301 			this.lblAtAddress.Size = new System.Drawing.Size(16, 13);
302 			this.lblAtAddress.TabIndex = 6;
303 			this.lblAtAddress.Text = "at";
304 			//
305 			// lblAddress
306 			//
307 			this.lblAddress.Anchor = System.Windows.Forms.AnchorStyles.Left;
308 			this.lblAddress.AutoSize = true;
309 			this.lblAddress.Location = new System.Drawing.Point(116, 7);
310 			this.lblAddress.Name = "lblAddress";
311 			this.lblAddress.Size = new System.Drawing.Size(37, 13);
312 			this.lblAddress.TabIndex = 7;
313 			this.lblAddress.Text = "$0000";
314 			//
315 			// chkPauseGameWhileWindowActive
316 			//
317 			this.chkPauseGameWhileWindowActive.Anchor = System.Windows.Forms.AnchorStyles.Left;
318 			this.chkPauseGameWhileWindowActive.AutoSize = true;
319 			this.chkPauseGameWhileWindowActive.Location = new System.Drawing.Point(3, 173);
320 			this.chkPauseGameWhileWindowActive.Name = "chkPauseGameWhileWindowActive";
321 			this.chkPauseGameWhileWindowActive.Size = new System.Drawing.Size(278, 17);
322 			this.chkPauseGameWhileWindowActive.TabIndex = 6;
323 			this.chkPauseGameWhileWindowActive.Text = "Automatically pause game when this window is active";
324 			this.chkPauseGameWhileWindowActive.UseVisualStyleBackColor = true;
325 			this.chkPauseGameWhileWindowActive.CheckedChanged += new System.EventHandler(this.chkPauseGameWhileWindowActive_CheckedChanged);
326 			//
327 			// tableLayoutPanel3
328 			//
329 			this.tableLayoutPanel3.ColumnCount = 4;
330 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
331 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
332 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
333 			this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
334 			this.tableLayoutPanel3.Controls.Add(this.lblAddress, 2, 0);
335 			this.tableLayoutPanel3.Controls.Add(this.btnCreateCheat, 0, 0);
336 			this.tableLayoutPanel3.Controls.Add(this.lblAtAddress, 1, 0);
337 			this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
338 			this.tableLayoutPanel3.Location = new System.Drawing.Point(405, 168);
339 			this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0, 0, 0, 0);
340 			this.tableLayoutPanel3.Name = "tableLayoutPanel3";
341 			this.tableLayoutPanel3.RowCount = 1;
342 			this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
343 			this.tableLayoutPanel3.Size = new System.Drawing.Size(160, 28);
344 			this.tableLayoutPanel3.TabIndex = 7;
345 			//
346 			// ctrlCheatFinder
347 			//
348 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
349 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
350 			this.Controls.Add(this.tableLayoutPanel1);
351 			this.Name = "ctrlCheatFinder";
352 			this.Size = new System.Drawing.Size(565, 196);
353 			this.grpFilters.ResumeLayout(false);
354 			this.tableLayoutPanel2.ResumeLayout(false);
355 			this.flowLayoutPanel1.ResumeLayout(false);
356 			this.flowLayoutPanel1.PerformLayout();
357 			this.flowLayoutPanel4.ResumeLayout(false);
358 			this.flowLayoutPanel4.PerformLayout();
359 			this.tableLayoutPanel1.ResumeLayout(false);
360 			this.tableLayoutPanel1.PerformLayout();
361 			this.contextMenuStrip.ResumeLayout(false);
362 			this.tableLayoutPanel3.ResumeLayout(false);
363 			this.tableLayoutPanel3.PerformLayout();
364 			this.ResumeLayout(false);
365 
366 		}
367 
368 		#endregion
369 
370 		private System.Windows.Forms.Timer tmrRefresh;
371 		private Debugger.Controls.ctrlAddressList lstAddresses;
372 		private System.Windows.Forms.GroupBox grpFilters;
373 		private System.Windows.Forms.Button btnReset;
374 		private System.Windows.Forms.Button btnUndo;
375 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
376 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
377 		private System.Windows.Forms.ComboBox cboPrevFilterType;
378 		private System.Windows.Forms.Button btnAddPrevFilter;
379 		private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
380 		private System.Windows.Forms.ComboBox cboCurrentFilterType;
381 		private MesenNumericUpDown nudCurrentFilterValue;
382 		private System.Windows.Forms.Button btnAddCurrentFilter;
383 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
384 		private System.Windows.Forms.Button btnCreateCheat;
385 		private System.Windows.Forms.Label lblPreviousValue;
386 		private System.Windows.Forms.Label lblCurrentValue;
387 		private System.Windows.Forms.Label lblAtAddress;
388 		private System.Windows.Forms.Label lblAddress;
389 		private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
390 		private System.Windows.Forms.ToolStripMenuItem mnuCreateCheat;
391 		private System.Windows.Forms.CheckBox chkPauseGameWhileWindowActive;
392 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
393 	}
394 }
395