ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 206
Committed: Thu May 31 09:31:57 2012 UTC (11 years, 6 months ago) by william
File size: 17678 byte(s)
Log Message:
+ add support for memory view to accept a memory address externally

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.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.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(152, 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 // mnuItemShowMemoryView
158 //
159 this.mnuItemShowMemoryView.Name = "mnuItemShowMemoryView";
160 this.mnuItemShowMemoryView.Size = new System.Drawing.Size(203, 22);
161 this.mnuItemShowMemoryView.Text = "Show &Memory View";
162 this.mnuItemShowMemoryView.Click += new System.EventHandler(this.mnuItemShowMemoryView_Click);
163 //
164 // mnuHelp
165 //
166 this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
167 this.mnuItemHelpAbout});
168 this.mnuHelp.Name = "mnuHelp";
169 this.mnuHelp.Size = new System.Drawing.Size(44, 20);
170 this.mnuHelp.Text = "&Help";
171 //
172 // mnuItemHelpAbout
173 //
174 this.mnuItemHelpAbout.Name = "mnuItemHelpAbout";
175 this.mnuItemHelpAbout.Size = new System.Drawing.Size(107, 22);
176 this.mnuItemHelpAbout.Text = "&About";
177 this.mnuItemHelpAbout.Click += new System.EventHandler(this.mnuItemHelpAbout_Click);
178 //
179 // mnuDebug
180 //
181 this.mnuDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
182 this.mnuTestExeParse,
183 this.mnuItemFindMaxNonNegativeHexValue});
184 this.mnuDebug.Name = "mnuDebug";
185 this.mnuDebug.Size = new System.Drawing.Size(54, 20);
186 this.mnuDebug.Text = "&Debug";
187 //
188 // mnuTestExeParse
189 //
190 this.mnuTestExeParse.Name = "mnuTestExeParse";
191 this.mnuTestExeParse.Size = new System.Drawing.Size(248, 22);
192 this.mnuTestExeParse.Text = "&Test EXE Parse";
193 this.mnuTestExeParse.Click += new System.EventHandler(this.mnuTestExeParse_Click);
194 //
195 // mnuItemFindMaxNonNegativeHexValue
196 //
197 this.mnuItemFindMaxNonNegativeHexValue.Name = "mnuItemFindMaxNonNegativeHexValue";
198 this.mnuItemFindMaxNonNegativeHexValue.Size = new System.Drawing.Size(248, 22);
199 this.mnuItemFindMaxNonNegativeHexValue.Text = "&Find max non-negative hex value";
200 this.mnuItemFindMaxNonNegativeHexValue.Click += new System.EventHandler(this.mnuItemFindMaxNonNegativeHexValue_Click);
201 //
202 // dockPanel
203 //
204 this.dockPanel.ActiveAutoHideContent = null;
205 this.dockPanel.BackColor = System.Drawing.SystemColors.ControlLight;
206 this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill;
207 this.dockPanel.DockBackColor = System.Drawing.SystemColors.ControlLight;
208 this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
209 this.dockPanel.Location = new System.Drawing.Point(0, 24);
210 this.dockPanel.Name = "dockPanel";
211 this.dockPanel.Size = new System.Drawing.Size(1229, 688);
212 dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
213 dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
214 autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
215 tabGradient1.EndColor = System.Drawing.SystemColors.Control;
216 tabGradient1.StartColor = System.Drawing.SystemColors.Control;
217 tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
218 autoHideStripSkin1.TabGradient = tabGradient1;
219 autoHideStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
220 dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
221 tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
222 tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
223 tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
224 dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
225 dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
226 dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
227 dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
228 tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
229 tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
230 tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
231 dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
232 dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
233 dockPaneStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
234 tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
235 tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
236 tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
237 tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
238 dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
239 tabGradient5.EndColor = System.Drawing.SystemColors.Control;
240 tabGradient5.StartColor = System.Drawing.SystemColors.Control;
241 tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
242 dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
243 dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
244 dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
245 dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
246 tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption;
247 tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
248 tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
249 tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText;
250 dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
251 tabGradient7.EndColor = System.Drawing.Color.Transparent;
252 tabGradient7.StartColor = System.Drawing.Color.Transparent;
253 tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
254 dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
255 dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
256 dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
257 this.dockPanel.Skin = dockPanelSkin1;
258 this.dockPanel.TabIndex = 3;
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