ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 852
Committed: Tue Sep 16 19:52:47 2014 UTC (9 years ago) by william
File size: 23160 byte(s)
Log Message:
+ fix missing dockpanel in designer -- corrects issues with docked windows not being properly docked next to each other

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