ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 366
Committed: Sun Jun 10 03:14:42 2012 UTC (11 years, 3 months ago) by william
File size: 21260 byte(s)
Log Message:

File Contents

# Content
1 namespace RomCheater
2 {
3 partial class Main
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 Windows Form 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 WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
32 WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
33 WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
34 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
35 WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
36 WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
37 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
38 WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
39 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
40 WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
41 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
42 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
43 WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
44 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
45 WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
46 this.mainmnu = new System.Windows.Forms.MenuStrip();
47 this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
48 this.mnuItemOpenProcess = new System.Windows.Forms.ToolStripMenuItem();
49 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
50 this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
51 this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
52 this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem();
53 this.mnuView = new System.Windows.Forms.ToolStripMenuItem();
54 this.mnuItemShowLogWindow = new System.Windows.Forms.ToolStripMenuItem();
55 this.mnuItemShowRamDumpDialog = new System.Windows.Forms.ToolStripMenuItem();
56 this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem();
57 this.mnuItemShowMemoryView = new System.Windows.Forms.ToolStripMenuItem();
58 this.mnuItemShowDataTypeConverter = new System.Windows.Forms.ToolStripMenuItem();
59 this.mnuItemShowMemorySearch = new System.Windows.Forms.ToolStripMenuItem();
60 this.mnuItemShowPEViewer = new System.Windows.Forms.ToolStripMenuItem();
61 this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
62 this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
63 this.mnuWindows = new System.Windows.Forms.ToolStripMenuItem();
64 this.mnuDebug = new System.Windows.Forms.ToolStripMenuItem();
65 this.mnuTestExeParse = new System.Windows.Forms.ToolStripMenuItem();
66 this.mnuItemFindMaxNonNegativeHexValue = new System.Windows.Forms.ToolStripMenuItem();
67 this.mnuItemDateShift = new System.Windows.Forms.ToolStripMenuItem();
68 this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
69 this.mnuItemShowRVACalculator = new System.Windows.Forms.ToolStripMenuItem();
70 this.mainmnu.SuspendLayout();
71 this.SuspendLayout();
72 //
73 // mainmnu
74 //
75 this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
76 this.mnuFile,
77 this.mnuTools,
78 this.mnuView,
79 this.mnuHelp,
80 this.mnuWindows,
81 this.mnuDebug});
82 this.mainmnu.Location = new System.Drawing.Point(0, 0);
83 this.mainmnu.Name = "mainmnu";
84 this.mainmnu.Size = new System.Drawing.Size(1229, 24);
85 this.mainmnu.TabIndex = 1;
86 this.mainmnu.Text = "menuStrip1";
87 //
88 // mnuFile
89 //
90 this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
91 this.mnuItemOpenProcess,
92 this.toolStripSeparator1,
93 this.mnuItemExit});
94 this.mnuFile.Name = "mnuFile";
95 this.mnuFile.Size = new System.Drawing.Size(37, 20);
96 this.mnuFile.Text = "&File";
97 //
98 // mnuItemOpenProcess
99 //
100 this.mnuItemOpenProcess.Name = "mnuItemOpenProcess";
101 this.mnuItemOpenProcess.Size = new System.Drawing.Size(146, 22);
102 this.mnuItemOpenProcess.Text = "&Open process";
103 this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click);
104 //
105 // toolStripSeparator1
106 //
107 this.toolStripSeparator1.Name = "toolStripSeparator1";
108 this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
109 //
110 // mnuItemExit
111 //
112 this.mnuItemExit.Name = "mnuItemExit";
113 this.mnuItemExit.Size = new System.Drawing.Size(146, 22);
114 this.mnuItemExit.Text = "&Exit";
115 this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click);
116 //
117 // mnuTools
118 //
119 this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
120 this.mnuItemConfig});
121 this.mnuTools.Name = "mnuTools";
122 this.mnuTools.Size = new System.Drawing.Size(48, 20);
123 this.mnuTools.Text = "&Tools";
124 //
125 // mnuItemConfig
126 //
127 this.mnuItemConfig.Name = "mnuItemConfig";
128 this.mnuItemConfig.Size = new System.Drawing.Size(110, 22);
129 this.mnuItemConfig.Text = "&Config";
130 this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click);
131 //
132 // mnuView
133 //
134 this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
135 this.mnuItemShowLogWindow,
136 this.mnuItemShowRamDumpDialog,
137 this.mnuItemShowPIDSelector,
138 this.mnuItemShowMemoryView,
139 this.mnuItemShowDataTypeConverter,
140 this.mnuItemShowMemorySearch,
141 this.mnuItemShowPEViewer,
142 this.mnuItemShowRVACalculator});
143 this.mnuView.Name = "mnuView";
144 this.mnuView.Size = new System.Drawing.Size(44, 20);
145 this.mnuView.Text = "&View";
146 //
147 // mnuItemShowLogWindow
148 //
149 this.mnuItemShowLogWindow.Name = "mnuItemShowLogWindow";
150 this.mnuItemShowLogWindow.Size = new System.Drawing.Size(211, 22);
151 this.mnuItemShowLogWindow.Text = "Show &Log Window";
152 this.mnuItemShowLogWindow.Click += new System.EventHandler(this.mnuItemShowLogWindow_Click);
153 //
154 // mnuItemShowRamDumpDialog
155 //
156 this.mnuItemShowRamDumpDialog.Name = "mnuItemShowRamDumpDialog";
157 this.mnuItemShowRamDumpDialog.Size = new System.Drawing.Size(211, 22);
158 this.mnuItemShowRamDumpDialog.Text = "Show &Ram Dump Dialog";
159 this.mnuItemShowRamDumpDialog.Click += new System.EventHandler(this.mnuItemShowRamDumpDialog_Click);
160 //
161 // mnuItemShowPIDSelector
162 //
163 this.mnuItemShowPIDSelector.Name = "mnuItemShowPIDSelector";
164 this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(211, 22);
165 this.mnuItemShowPIDSelector.Text = "Show &Process Selctor";
166 this.mnuItemShowPIDSelector.Click += new System.EventHandler(this.mnuItemShowPIDSelector_Click);
167 //
168 // mnuItemShowMemoryView
169 //
170 this.mnuItemShowMemoryView.Name = "mnuItemShowMemoryView";
171 this.mnuItemShowMemoryView.Size = new System.Drawing.Size(211, 22);
172 this.mnuItemShowMemoryView.Text = "Show &Memory View";
173 this.mnuItemShowMemoryView.Click += new System.EventHandler(this.mnuItemShowMemoryView_Click);
174 //
175 // mnuItemShowDataTypeConverter
176 //
177 this.mnuItemShowDataTypeConverter.Name = "mnuItemShowDataTypeConverter";
178 this.mnuItemShowDataTypeConverter.Size = new System.Drawing.Size(211, 22);
179 this.mnuItemShowDataTypeConverter.Text = "Show &DataType Converter";
180 this.mnuItemShowDataTypeConverter.Click += new System.EventHandler(this.mnuItemShowDataTypeConverter_Click);
181 //
182 // mnuItemShowMemorySearch
183 //
184 this.mnuItemShowMemorySearch.Name = "mnuItemShowMemorySearch";
185 this.mnuItemShowMemorySearch.Size = new System.Drawing.Size(211, 22);
186 this.mnuItemShowMemorySearch.Text = "Show Memory &Search";
187 this.mnuItemShowMemorySearch.Click += new System.EventHandler(this.mnuItemShowMemorySearch_Click);
188 //
189 // mnuItemShowPEViewer
190 //
191 this.mnuItemShowPEViewer.Name = "mnuItemShowPEViewer";
192 this.mnuItemShowPEViewer.Size = new System.Drawing.Size(211, 22);
193 this.mnuItemShowPEViewer.Text = "Show PE &Viewer";
194 this.mnuItemShowPEViewer.Click += new System.EventHandler(this.mnuItemShowPEViewer_Click);
195 //
196 // mnuHelp
197 //
198 this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
199 this.mnuItemHelpAbout});
200 this.mnuHelp.Name = "mnuHelp";
201 this.mnuHelp.Size = new System.Drawing.Size(44, 20);
202 this.mnuHelp.Text = "&Help";
203 //
204 // mnuItemHelpAbout
205 //
206 this.mnuItemHelpAbout.Name = "mnuItemHelpAbout";
207 this.mnuItemHelpAbout.Size = new System.Drawing.Size(107, 22);
208 this.mnuItemHelpAbout.Text = "&About";
209 this.mnuItemHelpAbout.Click += new System.EventHandler(this.mnuItemHelpAbout_Click);
210 //
211 // mnuWindows
212 //
213 this.mnuWindows.Name = "mnuWindows";
214 this.mnuWindows.Size = new System.Drawing.Size(68, 20);
215 this.mnuWindows.Text = "&Windows";
216 //
217 // mnuDebug
218 //
219 this.mnuDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
220 this.mnuTestExeParse,
221 this.mnuItemFindMaxNonNegativeHexValue,
222 this.mnuItemDateShift});
223 this.mnuDebug.Name = "mnuDebug";
224 this.mnuDebug.Size = new System.Drawing.Size(54, 20);
225 this.mnuDebug.Text = "&Debug";
226 //
227 // mnuTestExeParse
228 //
229 this.mnuTestExeParse.Name = "mnuTestExeParse";
230 this.mnuTestExeParse.Size = new System.Drawing.Size(248, 22);
231 this.mnuTestExeParse.Text = "&Test EXE Parse";
232 this.mnuTestExeParse.Click += new System.EventHandler(this.mnuTestExeParse_Click);
233 //
234 // mnuItemFindMaxNonNegativeHexValue
235 //
236 this.mnuItemFindMaxNonNegativeHexValue.Name = "mnuItemFindMaxNonNegativeHexValue";
237 this.mnuItemFindMaxNonNegativeHexValue.Size = new System.Drawing.Size(248, 22);
238 this.mnuItemFindMaxNonNegativeHexValue.Text = "&Find max non-negative hex value";
239 this.mnuItemFindMaxNonNegativeHexValue.Click += new System.EventHandler(this.mnuItemFindMaxNonNegativeHexValue_Click);
240 //
241 // mnuItemDateShift
242 //
243 this.mnuItemDateShift.Name = "mnuItemDateShift";
244 this.mnuItemDateShift.Size = new System.Drawing.Size(248, 22);
245 this.mnuItemDateShift.Text = "&Date Shift";
246 this.mnuItemDateShift.Click += new System.EventHandler(this.mnuItemDateShift_Click);
247 //
248 // dockPanel
249 //
250 this.dockPanel.ActiveAutoHideContent = null;
251 this.dockPanel.BackColor = System.Drawing.SystemColors.ControlLight;
252 this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
253 this.dockPanel.DockBackColor = System.Drawing.SystemColors.ControlLight;
254 this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
255 this.dockPanel.Location = new System.Drawing.Point(0, 24);
256 this.dockPanel.Name = "dockPanel";
257 this.dockPanel.Size = new System.Drawing.Size(1229, 688);
258 dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
259 dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
260 autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
261 tabGradient1.EndColor = System.Drawing.SystemColors.Control;
262 tabGradient1.StartColor = System.Drawing.SystemColors.Control;
263 tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
264 autoHideStripSkin1.TabGradient = tabGradient1;
265 autoHideStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
266 dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
267 tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
268 tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
269 tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
270 dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
271 dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
272 dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
273 dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
274 tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
275 tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
276 tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
277 dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
278 dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
279 dockPaneStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
280 tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
281 tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
282 tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
283 tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
284 dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
285 tabGradient5.EndColor = System.Drawing.SystemColors.Control;
286 tabGradient5.StartColor = System.Drawing.SystemColors.Control;
287 tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
288 dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
289 dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
290 dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
291 dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
292 tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption;
293 tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
294 tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
295 tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText;
296 dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
297 tabGradient7.EndColor = System.Drawing.Color.Transparent;
298 tabGradient7.StartColor = System.Drawing.Color.Transparent;
299 tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
300 dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
301 dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
302 dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
303 this.dockPanel.Skin = dockPanelSkin1;
304 this.dockPanel.TabIndex = 3;
305 //
306 // mnuItemShowRVACalculator
307 //
308 this.mnuItemShowRVACalculator.Name = "mnuItemShowRVACalculator";
309 this.mnuItemShowRVACalculator.Size = new System.Drawing.Size(211, 22);
310 this.mnuItemShowRVACalculator.Text = "Show RVA &Calculator";
311 this.mnuItemShowRVACalculator.Click += new System.EventHandler(this.mnuItemShowRVACalculator_Click);
312 //
313 // Main
314 //
315 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
316 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
317 this.BackColor = System.Drawing.SystemColors.ControlLight;
318 this.ClientSize = new System.Drawing.Size(1229, 712);
319 this.Controls.Add(this.dockPanel);
320 this.Controls.Add(this.mainmnu);
321 this.Name = "Main";
322 this.Text = "Form1";
323 this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
324 this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing);
325 this.Load += new System.EventHandler(this.Main_Load);
326 this.Shown += new System.EventHandler(this.Main_Shown);
327 this.mainmnu.ResumeLayout(false);
328 this.mainmnu.PerformLayout();
329 this.ResumeLayout(false);
330 this.PerformLayout();
331
332 }
333
334 #endregion
335
336 private System.Windows.Forms.MenuStrip mainmnu;
337 private System.Windows.Forms.ToolStripMenuItem mnuFile;
338 private System.Windows.Forms.ToolStripMenuItem mnuItemExit;
339 private System.Windows.Forms.ToolStripMenuItem mnuTools;
340 private System.Windows.Forms.ToolStripMenuItem mnuItemConfig;
341 private System.Windows.Forms.ToolStripMenuItem mnuItemOpenProcess;
342 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
343 private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel;
344 private System.Windows.Forms.ToolStripMenuItem mnuView;
345 private System.Windows.Forms.ToolStripMenuItem mnuItemShowLogWindow;
346 private System.Windows.Forms.ToolStripMenuItem mnuHelp;
347 private System.Windows.Forms.ToolStripMenuItem mnuItemHelpAbout;
348 private System.Windows.Forms.ToolStripMenuItem mnuItemShowRamDumpDialog;
349 private System.Windows.Forms.ToolStripMenuItem mnuItemShowPIDSelector;
350 private System.Windows.Forms.ToolStripMenuItem mnuDebug;
351 private System.Windows.Forms.ToolStripMenuItem mnuTestExeParse;
352 private System.Windows.Forms.ToolStripMenuItem mnuItemFindMaxNonNegativeHexValue;
353 private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemoryView;
354 private System.Windows.Forms.ToolStripMenuItem mnuItemShowDataTypeConverter;
355 private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemorySearch;
356 private System.Windows.Forms.ToolStripMenuItem mnuItemDateShift;
357 private System.Windows.Forms.ToolStripMenuItem mnuWindows;
358 private System.Windows.Forms.ToolStripMenuItem mnuItemShowPEViewer;
359 private System.Windows.Forms.ToolStripMenuItem mnuItemShowRVACalculator;
360 }
361 }
362