ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 318
Committed: Tue Jun 5 17:57:37 2012 UTC (10 years, 9 months ago) by william
File size: 20645 byte(s)
Log Message:
+ add support for displaying PE Struct data into property grid (read-only)

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