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