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