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.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); |
54 |
this.mnuView = new System.Windows.Forms.ToolStripMenuItem(); |
55 |
this.mnuItemShowLogWindow = new System.Windows.Forms.ToolStripMenuItem(); |
56 |
this.mainmnu.SuspendLayout(); |
57 |
this.SuspendLayout(); |
58 |
// |
59 |
// mainmnu |
60 |
// |
61 |
this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { |
62 |
this.mnuFile, |
63 |
this.mnuTools, |
64 |
this.mnuView}); |
65 |
this.mainmnu.Location = new System.Drawing.Point(0, 0); |
66 |
this.mainmnu.Name = "mainmnu"; |
67 |
this.mainmnu.Size = new System.Drawing.Size(1229, 24); |
68 |
this.mainmnu.TabIndex = 1; |
69 |
this.mainmnu.Text = "menuStrip1"; |
70 |
// |
71 |
// mnuFile |
72 |
// |
73 |
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
74 |
this.mnuItemOpenProcess, |
75 |
this.toolStripSeparator1, |
76 |
this.mnuItemExit}); |
77 |
this.mnuFile.Name = "mnuFile"; |
78 |
this.mnuFile.Size = new System.Drawing.Size(37, 20); |
79 |
this.mnuFile.Text = "&File"; |
80 |
// |
81 |
// mnuItemOpenProcess |
82 |
// |
83 |
this.mnuItemOpenProcess.Name = "mnuItemOpenProcess"; |
84 |
this.mnuItemOpenProcess.Size = new System.Drawing.Size(146, 22); |
85 |
this.mnuItemOpenProcess.Text = "&Open process"; |
86 |
this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click); |
87 |
// |
88 |
// toolStripSeparator1 |
89 |
// |
90 |
this.toolStripSeparator1.Name = "toolStripSeparator1"; |
91 |
this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6); |
92 |
// |
93 |
// mnuItemExit |
94 |
// |
95 |
this.mnuItemExit.Name = "mnuItemExit"; |
96 |
this.mnuItemExit.Size = new System.Drawing.Size(146, 22); |
97 |
this.mnuItemExit.Text = "&Exit"; |
98 |
this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); |
99 |
// |
100 |
// mnuTools |
101 |
// |
102 |
this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
103 |
this.mnuItemConfig}); |
104 |
this.mnuTools.Name = "mnuTools"; |
105 |
this.mnuTools.Size = new System.Drawing.Size(48, 20); |
106 |
this.mnuTools.Text = "&Tools"; |
107 |
// |
108 |
// mnuItemConfig |
109 |
// |
110 |
this.mnuItemConfig.Name = "mnuItemConfig"; |
111 |
this.mnuItemConfig.Size = new System.Drawing.Size(110, 22); |
112 |
this.mnuItemConfig.Text = "&Config"; |
113 |
this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click); |
114 |
// |
115 |
// dockPanel |
116 |
// |
117 |
this.dockPanel.ActiveAutoHideContent = null; |
118 |
this.dockPanel.BackColor = System.Drawing.SystemColors.ControlLight; |
119 |
this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill; |
120 |
this.dockPanel.DockBackColor = System.Drawing.SystemColors.ControlLight; |
121 |
this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow; |
122 |
this.dockPanel.Location = new System.Drawing.Point(0, 0); |
123 |
this.dockPanel.Name = "dockPanel"; |
124 |
this.dockPanel.Size = new System.Drawing.Size(1229, 712); |
125 |
dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; |
126 |
dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; |
127 |
autoHideStripSkin1.DockStripGradient = dockPanelGradient1; |
128 |
tabGradient1.EndColor = System.Drawing.SystemColors.Control; |
129 |
tabGradient1.StartColor = System.Drawing.SystemColors.Control; |
130 |
tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark; |
131 |
autoHideStripSkin1.TabGradient = tabGradient1; |
132 |
autoHideStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F); |
133 |
dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1; |
134 |
tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight; |
135 |
tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight; |
136 |
tabGradient2.TextColor = System.Drawing.SystemColors.ControlText; |
137 |
dockPaneStripGradient1.ActiveTabGradient = tabGradient2; |
138 |
dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control; |
139 |
dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control; |
140 |
dockPaneStripGradient1.DockStripGradient = dockPanelGradient2; |
141 |
tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight; |
142 |
tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight; |
143 |
tabGradient3.TextColor = System.Drawing.SystemColors.ControlText; |
144 |
dockPaneStripGradient1.InactiveTabGradient = tabGradient3; |
145 |
dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1; |
146 |
dockPaneStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F); |
147 |
tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption; |
148 |
tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; |
149 |
tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption; |
150 |
tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText; |
151 |
dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4; |
152 |
tabGradient5.EndColor = System.Drawing.SystemColors.Control; |
153 |
tabGradient5.StartColor = System.Drawing.SystemColors.Control; |
154 |
tabGradient5.TextColor = System.Drawing.SystemColors.ControlText; |
155 |
dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5; |
156 |
dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight; |
157 |
dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight; |
158 |
dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3; |
159 |
tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption; |
160 |
tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical; |
161 |
tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption; |
162 |
tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText; |
163 |
dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6; |
164 |
tabGradient7.EndColor = System.Drawing.Color.Transparent; |
165 |
tabGradient7.StartColor = System.Drawing.Color.Transparent; |
166 |
tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark; |
167 |
dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7; |
168 |
dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1; |
169 |
dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1; |
170 |
this.dockPanel.Skin = dockPanelSkin1; |
171 |
this.dockPanel.TabIndex = 3; |
172 |
// |
173 |
// mnuView |
174 |
// |
175 |
this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { |
176 |
this.mnuItemShowLogWindow}); |
177 |
this.mnuView.Name = "mnuView"; |
178 |
this.mnuView.Size = new System.Drawing.Size(44, 20); |
179 |
this.mnuView.Text = "&View"; |
180 |
// |
181 |
// mnuItemShowLogWindow |
182 |
// |
183 |
this.mnuItemShowLogWindow.Name = "mnuItemShowLogWindow"; |
184 |
this.mnuItemShowLogWindow.Size = new System.Drawing.Size(173, 22); |
185 |
this.mnuItemShowLogWindow.Text = "&Show Log Window"; |
186 |
this.mnuItemShowLogWindow.Click += new System.EventHandler(this.mnuItemShowLogWindow_Click); |
187 |
// |
188 |
// Main |
189 |
// |
190 |
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); |
191 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
192 |
this.BackColor = System.Drawing.SystemColors.ControlLight; |
193 |
this.ClientSize = new System.Drawing.Size(1229, 712); |
194 |
this.Controls.Add(this.mainmnu); |
195 |
this.Controls.Add(this.dockPanel); |
196 |
this.Name = "Main"; |
197 |
this.Text = "Form1"; |
198 |
this.Load += new System.EventHandler(this.Main_Load); |
199 |
this.Shown += new System.EventHandler(this.Main_Shown); |
200 |
this.mainmnu.ResumeLayout(false); |
201 |
this.mainmnu.PerformLayout(); |
202 |
this.ResumeLayout(false); |
203 |
this.PerformLayout(); |
204 |
|
205 |
} |
206 |
|
207 |
#endregion |
208 |
|
209 |
private System.Windows.Forms.MenuStrip mainmnu; |
210 |
private System.Windows.Forms.ToolStripMenuItem mnuFile; |
211 |
private System.Windows.Forms.ToolStripMenuItem mnuItemExit; |
212 |
private System.Windows.Forms.ToolStripMenuItem mnuTools; |
213 |
private System.Windows.Forms.ToolStripMenuItem mnuItemConfig; |
214 |
private System.Windows.Forms.ToolStripMenuItem mnuItemOpenProcess; |
215 |
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; |
216 |
private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel; |
217 |
private System.Windows.Forms.ToolStripMenuItem mnuView; |
218 |
private System.Windows.Forms.ToolStripMenuItem mnuItemShowLogWindow; |
219 |
} |
220 |
} |
221 |
|