1 |
namespace RomCheater |
2 |
{ |
3 |
partial class RomCheaterConfigDialog |
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 |
this.grpLoggingFlags = new System.Windows.Forms.GroupBox(); |
32 |
this.grpLoggingFlags_flow = new System.Windows.Forms.FlowLayoutPanel(); |
33 |
this.btnSave = new System.Windows.Forms.Button(); |
34 |
this.btnCancel = new System.Windows.Forms.Button(); |
35 |
this.grpConfigPlugins = new System.Windows.Forms.GroupBox(); |
36 |
this.comboConfigPlugins = new System.Windows.Forms.ComboBox(); |
37 |
this.grpInputPlugins = new System.Windows.Forms.GroupBox(); |
38 |
this.comboInputPlugins = new System.Windows.Forms.ComboBox(); |
39 |
this.grpWindowPlugins = new System.Windows.Forms.GroupBox(); |
40 |
this.comboWindowPlugins = new System.Windows.Forms.ComboBox(); |
41 |
this.panel1 = new System.Windows.Forms.Panel(); |
42 |
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); |
43 |
this.panel2 = new System.Windows.Forms.Panel(); |
44 |
this.panel3 = new System.Windows.Forms.Panel(); |
45 |
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel(); |
46 |
this.grpLoggingFlags.SuspendLayout(); |
47 |
this.grpConfigPlugins.SuspendLayout(); |
48 |
this.grpInputPlugins.SuspendLayout(); |
49 |
this.grpWindowPlugins.SuspendLayout(); |
50 |
this.panel1.SuspendLayout(); |
51 |
this.flowLayoutPanel1.SuspendLayout(); |
52 |
this.panel2.SuspendLayout(); |
53 |
this.panel3.SuspendLayout(); |
54 |
this.flowLayoutPanel2.SuspendLayout(); |
55 |
this.SuspendLayout(); |
56 |
// |
57 |
// grpLoggingFlags |
58 |
// |
59 |
this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow); |
60 |
this.grpLoggingFlags.Dock = System.Windows.Forms.DockStyle.Fill; |
61 |
this.grpLoggingFlags.Location = new System.Drawing.Point(0, 0); |
62 |
this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4); |
63 |
this.grpLoggingFlags.Name = "grpLoggingFlags"; |
64 |
this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4); |
65 |
this.grpLoggingFlags.Size = new System.Drawing.Size(732, 109); |
66 |
this.grpLoggingFlags.TabIndex = 0; |
67 |
this.grpLoggingFlags.TabStop = false; |
68 |
this.grpLoggingFlags.Text = "Logging Flags"; |
69 |
// |
70 |
// grpLoggingFlags_flow |
71 |
// |
72 |
this.grpLoggingFlags_flow.AutoScroll = true; |
73 |
this.grpLoggingFlags_flow.AutoSize = true; |
74 |
this.grpLoggingFlags_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
75 |
this.grpLoggingFlags_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
76 |
this.grpLoggingFlags_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
77 |
this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19); |
78 |
this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4); |
79 |
this.grpLoggingFlags_flow.Name = "grpLoggingFlags_flow"; |
80 |
this.grpLoggingFlags_flow.Size = new System.Drawing.Size(724, 86); |
81 |
this.grpLoggingFlags_flow.TabIndex = 1; |
82 |
// |
83 |
// btnSave |
84 |
// |
85 |
this.btnSave.AutoSize = true; |
86 |
this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
87 |
this.btnSave.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
88 |
this.btnSave.Location = new System.Drawing.Point(4, 4); |
89 |
this.btnSave.Margin = new System.Windows.Forms.Padding(4); |
90 |
this.btnSave.Name = "btnSave"; |
91 |
this.btnSave.Size = new System.Drawing.Size(115, 55); |
92 |
this.btnSave.TabIndex = 1; |
93 |
this.btnSave.Text = "Save"; |
94 |
this.btnSave.UseVisualStyleBackColor = true; |
95 |
this.btnSave.Click += new System.EventHandler(this.btnSave_Click); |
96 |
// |
97 |
// btnCancel |
98 |
// |
99 |
this.btnCancel.AutoSize = true; |
100 |
this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
101 |
this.btnCancel.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
102 |
this.btnCancel.Location = new System.Drawing.Point(127, 4); |
103 |
this.btnCancel.Margin = new System.Windows.Forms.Padding(4); |
104 |
this.btnCancel.Name = "btnCancel"; |
105 |
this.btnCancel.Size = new System.Drawing.Size(150, 55); |
106 |
this.btnCancel.TabIndex = 2; |
107 |
this.btnCancel.Text = "Cancel"; |
108 |
this.btnCancel.UseVisualStyleBackColor = true; |
109 |
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); |
110 |
// |
111 |
// grpConfigPlugins |
112 |
// |
113 |
this.grpConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
114 |
| System.Windows.Forms.AnchorStyles.Right))); |
115 |
this.grpConfigPlugins.Controls.Add(this.comboConfigPlugins); |
116 |
this.grpConfigPlugins.Location = new System.Drawing.Point(2, 3); |
117 |
this.grpConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
118 |
this.grpConfigPlugins.Name = "grpConfigPlugins"; |
119 |
this.grpConfigPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
120 |
this.grpConfigPlugins.Size = new System.Drawing.Size(711, 47); |
121 |
this.grpConfigPlugins.TabIndex = 3; |
122 |
this.grpConfigPlugins.TabStop = false; |
123 |
this.grpConfigPlugins.Text = "Config Plugins"; |
124 |
// |
125 |
// comboConfigPlugins |
126 |
// |
127 |
this.comboConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
128 |
| System.Windows.Forms.AnchorStyles.Right))); |
129 |
this.comboConfigPlugins.FormattingEnabled = true; |
130 |
this.comboConfigPlugins.Location = new System.Drawing.Point(6, 19); |
131 |
this.comboConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
132 |
this.comboConfigPlugins.Name = "comboConfigPlugins"; |
133 |
this.comboConfigPlugins.Size = new System.Drawing.Size(702, 24); |
134 |
this.comboConfigPlugins.TabIndex = 5; |
135 |
// |
136 |
// grpInputPlugins |
137 |
// |
138 |
this.grpInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
139 |
| System.Windows.Forms.AnchorStyles.Right))); |
140 |
this.grpInputPlugins.Controls.Add(this.comboInputPlugins); |
141 |
this.grpInputPlugins.Location = new System.Drawing.Point(2, 115); |
142 |
this.grpInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
143 |
this.grpInputPlugins.Name = "grpInputPlugins"; |
144 |
this.grpInputPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
145 |
this.grpInputPlugins.Size = new System.Drawing.Size(711, 53); |
146 |
this.grpInputPlugins.TabIndex = 4; |
147 |
this.grpInputPlugins.TabStop = false; |
148 |
this.grpInputPlugins.Text = "Input Plugins"; |
149 |
// |
150 |
// comboInputPlugins |
151 |
// |
152 |
this.comboInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
153 |
| System.Windows.Forms.AnchorStyles.Right))); |
154 |
this.comboInputPlugins.FormattingEnabled = true; |
155 |
this.comboInputPlugins.Location = new System.Drawing.Point(6, 22); |
156 |
this.comboInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
157 |
this.comboInputPlugins.Name = "comboInputPlugins"; |
158 |
this.comboInputPlugins.Size = new System.Drawing.Size(702, 24); |
159 |
this.comboInputPlugins.TabIndex = 6; |
160 |
// |
161 |
// grpWindowPlugins |
162 |
// |
163 |
this.grpWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
164 |
| System.Windows.Forms.AnchorStyles.Right))); |
165 |
this.grpWindowPlugins.Controls.Add(this.comboWindowPlugins); |
166 |
this.grpWindowPlugins.Location = new System.Drawing.Point(2, 56); |
167 |
this.grpWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
168 |
this.grpWindowPlugins.Name = "grpWindowPlugins"; |
169 |
this.grpWindowPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
170 |
this.grpWindowPlugins.Size = new System.Drawing.Size(711, 53); |
171 |
this.grpWindowPlugins.TabIndex = 4; |
172 |
this.grpWindowPlugins.TabStop = false; |
173 |
this.grpWindowPlugins.Text = "Window Plugins"; |
174 |
// |
175 |
// comboWindowPlugins |
176 |
// |
177 |
this.comboWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
178 |
| System.Windows.Forms.AnchorStyles.Right))); |
179 |
this.comboWindowPlugins.FormattingEnabled = true; |
180 |
this.comboWindowPlugins.Location = new System.Drawing.Point(6, 22); |
181 |
this.comboWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
182 |
this.comboWindowPlugins.Name = "comboWindowPlugins"; |
183 |
this.comboWindowPlugins.Size = new System.Drawing.Size(702, 24); |
184 |
this.comboWindowPlugins.TabIndex = 6; |
185 |
// |
186 |
// panel1 |
187 |
// |
188 |
this.panel1.Controls.Add(this.flowLayoutPanel1); |
189 |
this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; |
190 |
this.panel1.Location = new System.Drawing.Point(0, 298); |
191 |
this.panel1.Name = "panel1"; |
192 |
this.panel1.Size = new System.Drawing.Size(732, 69); |
193 |
this.panel1.TabIndex = 5; |
194 |
// |
195 |
// flowLayoutPanel1 |
196 |
// |
197 |
this.flowLayoutPanel1.Controls.Add(this.btnSave); |
198 |
this.flowLayoutPanel1.Controls.Add(this.btnCancel); |
199 |
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; |
200 |
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); |
201 |
this.flowLayoutPanel1.Name = "flowLayoutPanel1"; |
202 |
this.flowLayoutPanel1.Size = new System.Drawing.Size(732, 69); |
203 |
this.flowLayoutPanel1.TabIndex = 3; |
204 |
// |
205 |
// panel2 |
206 |
// |
207 |
this.panel2.Controls.Add(this.flowLayoutPanel2); |
208 |
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; |
209 |
this.panel2.Location = new System.Drawing.Point(0, 109); |
210 |
this.panel2.Name = "panel2"; |
211 |
this.panel2.Size = new System.Drawing.Size(732, 189); |
212 |
this.panel2.TabIndex = 6; |
213 |
// |
214 |
// panel3 |
215 |
// |
216 |
this.panel3.Controls.Add(this.grpLoggingFlags); |
217 |
this.panel3.Dock = System.Windows.Forms.DockStyle.Top; |
218 |
this.panel3.Location = new System.Drawing.Point(0, 0); |
219 |
this.panel3.Name = "panel3"; |
220 |
this.panel3.Size = new System.Drawing.Size(732, 109); |
221 |
this.panel3.TabIndex = 7; |
222 |
// |
223 |
// flowLayoutPanel2 |
224 |
// |
225 |
this.flowLayoutPanel2.Controls.Add(this.grpConfigPlugins); |
226 |
this.flowLayoutPanel2.Controls.Add(this.grpWindowPlugins); |
227 |
this.flowLayoutPanel2.Controls.Add(this.grpInputPlugins); |
228 |
this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; |
229 |
this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0); |
230 |
this.flowLayoutPanel2.Name = "flowLayoutPanel2"; |
231 |
this.flowLayoutPanel2.Size = new System.Drawing.Size(732, 189); |
232 |
this.flowLayoutPanel2.TabIndex = 0; |
233 |
// |
234 |
// RomCheaterConfigDialog |
235 |
// |
236 |
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
237 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
238 |
this.AutoScroll = true; |
239 |
this.ClientSize = new System.Drawing.Size(732, 367); |
240 |
this.Controls.Add(this.panel2); |
241 |
this.Controls.Add(this.panel3); |
242 |
this.Controls.Add(this.panel1); |
243 |
this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
244 |
this.Margin = new System.Windows.Forms.Padding(4); |
245 |
this.Name = "RomCheaterConfigDialog"; |
246 |
this.Text = "Rom Cheater Configuration:"; |
247 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RomCheaterConfigDialog_FormClosing); |
248 |
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RomCheaterConfigDialog_FormClosed); |
249 |
this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load); |
250 |
this.grpLoggingFlags.ResumeLayout(false); |
251 |
this.grpLoggingFlags.PerformLayout(); |
252 |
this.grpConfigPlugins.ResumeLayout(false); |
253 |
this.grpInputPlugins.ResumeLayout(false); |
254 |
this.grpWindowPlugins.ResumeLayout(false); |
255 |
this.panel1.ResumeLayout(false); |
256 |
this.flowLayoutPanel1.ResumeLayout(false); |
257 |
this.flowLayoutPanel1.PerformLayout(); |
258 |
this.panel2.ResumeLayout(false); |
259 |
this.panel3.ResumeLayout(false); |
260 |
this.flowLayoutPanel2.ResumeLayout(false); |
261 |
this.ResumeLayout(false); |
262 |
|
263 |
} |
264 |
|
265 |
#endregion |
266 |
|
267 |
private System.Windows.Forms.GroupBox grpLoggingFlags; |
268 |
private System.Windows.Forms.FlowLayoutPanel grpLoggingFlags_flow; |
269 |
private System.Windows.Forms.Button btnSave; |
270 |
private System.Windows.Forms.Button btnCancel; |
271 |
private System.Windows.Forms.GroupBox grpConfigPlugins; |
272 |
private System.Windows.Forms.GroupBox grpInputPlugins; |
273 |
private System.Windows.Forms.GroupBox grpWindowPlugins; |
274 |
private System.Windows.Forms.ComboBox comboConfigPlugins; |
275 |
private System.Windows.Forms.ComboBox comboInputPlugins; |
276 |
private System.Windows.Forms.ComboBox comboWindowPlugins; |
277 |
private System.Windows.Forms.Panel panel1; |
278 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; |
279 |
private System.Windows.Forms.Panel panel2; |
280 |
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; |
281 |
private System.Windows.Forms.Panel panel3; |
282 |
} |
283 |
} |