ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 230
Committed: Sat Jun 2 19:12:20 2012 UTC (11 years, 3 months ago) by william
File size: 19075 byte(s)
Log Message:
+ commit search wip

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