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