ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
Revision: 158
Committed: Mon May 28 04:29:30 2012 UTC (11 years ago) by william
File size: 16320 byte(s)
Log Message:
add debug menu

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