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