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.grpLoggingFlags.SuspendLayout(); |
42 |
this.grpConfigPlugins.SuspendLayout(); |
43 |
this.grpInputPlugins.SuspendLayout(); |
44 |
this.grpWindowPlugins.SuspendLayout(); |
45 |
this.SuspendLayout(); |
46 |
// |
47 |
// grpLoggingFlags |
48 |
// |
49 |
this.grpLoggingFlags.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
50 |
| System.Windows.Forms.AnchorStyles.Right))); |
51 |
this.grpLoggingFlags.Controls.Add(this.grpLoggingFlags_flow); |
52 |
this.grpLoggingFlags.Location = new System.Drawing.Point(2, 2); |
53 |
this.grpLoggingFlags.Margin = new System.Windows.Forms.Padding(4); |
54 |
this.grpLoggingFlags.Name = "grpLoggingFlags"; |
55 |
this.grpLoggingFlags.Padding = new System.Windows.Forms.Padding(4); |
56 |
this.grpLoggingFlags.Size = new System.Drawing.Size(666, 98); |
57 |
this.grpLoggingFlags.TabIndex = 0; |
58 |
this.grpLoggingFlags.TabStop = false; |
59 |
this.grpLoggingFlags.Text = "Logging Flags"; |
60 |
// |
61 |
// grpLoggingFlags_flow |
62 |
// |
63 |
this.grpLoggingFlags_flow.AutoScroll = true; |
64 |
this.grpLoggingFlags_flow.AutoSize = true; |
65 |
this.grpLoggingFlags_flow.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
66 |
this.grpLoggingFlags_flow.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; |
67 |
this.grpLoggingFlags_flow.Dock = System.Windows.Forms.DockStyle.Fill; |
68 |
this.grpLoggingFlags_flow.Location = new System.Drawing.Point(4, 19); |
69 |
this.grpLoggingFlags_flow.Margin = new System.Windows.Forms.Padding(4); |
70 |
this.grpLoggingFlags_flow.Name = "grpLoggingFlags_flow"; |
71 |
this.grpLoggingFlags_flow.Size = new System.Drawing.Size(658, 75); |
72 |
this.grpLoggingFlags_flow.TabIndex = 1; |
73 |
// |
74 |
// btnSave |
75 |
// |
76 |
this.btnSave.AutoSize = true; |
77 |
this.btnSave.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
78 |
this.btnSave.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
79 |
this.btnSave.Location = new System.Drawing.Point(8, 278); |
80 |
this.btnSave.Margin = new System.Windows.Forms.Padding(4); |
81 |
this.btnSave.Name = "btnSave"; |
82 |
this.btnSave.Size = new System.Drawing.Size(115, 55); |
83 |
this.btnSave.TabIndex = 1; |
84 |
this.btnSave.Text = "Save"; |
85 |
this.btnSave.UseVisualStyleBackColor = true; |
86 |
this.btnSave.Click += new System.EventHandler(this.btnSave_Click); |
87 |
// |
88 |
// btnCancel |
89 |
// |
90 |
this.btnCancel.AutoSize = true; |
91 |
this.btnCancel.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; |
92 |
this.btnCancel.Font = new System.Drawing.Font("Arial Black", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
93 |
this.btnCancel.Location = new System.Drawing.Point(131, 278); |
94 |
this.btnCancel.Margin = new System.Windows.Forms.Padding(4); |
95 |
this.btnCancel.Name = "btnCancel"; |
96 |
this.btnCancel.Size = new System.Drawing.Size(150, 55); |
97 |
this.btnCancel.TabIndex = 2; |
98 |
this.btnCancel.Text = "Cancel"; |
99 |
this.btnCancel.UseVisualStyleBackColor = true; |
100 |
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); |
101 |
// |
102 |
// grpConfigPlugins |
103 |
// |
104 |
this.grpConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
105 |
| System.Windows.Forms.AnchorStyles.Right))); |
106 |
this.grpConfigPlugins.Controls.Add(this.comboConfigPlugins); |
107 |
this.grpConfigPlugins.Location = new System.Drawing.Point(6, 107); |
108 |
this.grpConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
109 |
this.grpConfigPlugins.Name = "grpConfigPlugins"; |
110 |
this.grpConfigPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
111 |
this.grpConfigPlugins.Size = new System.Drawing.Size(668, 47); |
112 |
this.grpConfigPlugins.TabIndex = 3; |
113 |
this.grpConfigPlugins.TabStop = false; |
114 |
this.grpConfigPlugins.Text = "Config Plugins"; |
115 |
// |
116 |
// comboConfigPlugins |
117 |
// |
118 |
this.comboConfigPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
119 |
| System.Windows.Forms.AnchorStyles.Right))); |
120 |
this.comboConfigPlugins.FormattingEnabled = true; |
121 |
this.comboConfigPlugins.Location = new System.Drawing.Point(6, 19); |
122 |
this.comboConfigPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
123 |
this.comboConfigPlugins.Name = "comboConfigPlugins"; |
124 |
this.comboConfigPlugins.Size = new System.Drawing.Size(659, 24); |
125 |
this.comboConfigPlugins.TabIndex = 5; |
126 |
// |
127 |
// grpInputPlugins |
128 |
// |
129 |
this.grpInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
130 |
| System.Windows.Forms.AnchorStyles.Right))); |
131 |
this.grpInputPlugins.Controls.Add(this.comboInputPlugins); |
132 |
this.grpInputPlugins.Location = new System.Drawing.Point(6, 160); |
133 |
this.grpInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
134 |
this.grpInputPlugins.Name = "grpInputPlugins"; |
135 |
this.grpInputPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
136 |
this.grpInputPlugins.Size = new System.Drawing.Size(668, 53); |
137 |
this.grpInputPlugins.TabIndex = 4; |
138 |
this.grpInputPlugins.TabStop = false; |
139 |
this.grpInputPlugins.Text = "Input Plugins"; |
140 |
// |
141 |
// comboInputPlugins |
142 |
// |
143 |
this.comboInputPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
144 |
| System.Windows.Forms.AnchorStyles.Right))); |
145 |
this.comboInputPlugins.FormattingEnabled = true; |
146 |
this.comboInputPlugins.Location = new System.Drawing.Point(6, 22); |
147 |
this.comboInputPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
148 |
this.comboInputPlugins.Name = "comboInputPlugins"; |
149 |
this.comboInputPlugins.Size = new System.Drawing.Size(659, 24); |
150 |
this.comboInputPlugins.TabIndex = 6; |
151 |
// |
152 |
// grpWindowPlugins |
153 |
// |
154 |
this.grpWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
155 |
| System.Windows.Forms.AnchorStyles.Right))); |
156 |
this.grpWindowPlugins.Controls.Add(this.comboWindowPlugins); |
157 |
this.grpWindowPlugins.Location = new System.Drawing.Point(6, 218); |
158 |
this.grpWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
159 |
this.grpWindowPlugins.Name = "grpWindowPlugins"; |
160 |
this.grpWindowPlugins.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); |
161 |
this.grpWindowPlugins.Size = new System.Drawing.Size(668, 53); |
162 |
this.grpWindowPlugins.TabIndex = 4; |
163 |
this.grpWindowPlugins.TabStop = false; |
164 |
this.grpWindowPlugins.Text = "Window Plugins"; |
165 |
// |
166 |
// comboWindowPlugins |
167 |
// |
168 |
this.comboWindowPlugins.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
169 |
| System.Windows.Forms.AnchorStyles.Right))); |
170 |
this.comboWindowPlugins.FormattingEnabled = true; |
171 |
this.comboWindowPlugins.Location = new System.Drawing.Point(6, 22); |
172 |
this.comboWindowPlugins.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); |
173 |
this.comboWindowPlugins.Name = "comboWindowPlugins"; |
174 |
this.comboWindowPlugins.Size = new System.Drawing.Size(659, 24); |
175 |
this.comboWindowPlugins.TabIndex = 6; |
176 |
// |
177 |
// RomCheaterConfigDialog |
178 |
// |
179 |
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); |
180 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
181 |
this.AutoScroll = true; |
182 |
this.ClientSize = new System.Drawing.Size(674, 340); |
183 |
this.Controls.Add(this.grpLoggingFlags); |
184 |
this.Controls.Add(this.grpConfigPlugins); |
185 |
this.Controls.Add(this.grpInputPlugins); |
186 |
this.Controls.Add(this.btnCancel); |
187 |
this.Controls.Add(this.grpWindowPlugins); |
188 |
this.Controls.Add(this.btnSave); |
189 |
this.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
190 |
this.Margin = new System.Windows.Forms.Padding(4); |
191 |
this.Name = "RomCheaterConfigDialog"; |
192 |
this.Text = "Rom Cheater Configuration:"; |
193 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.RomCheaterConfigDialog_FormClosing); |
194 |
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RomCheaterConfigDialog_FormClosed); |
195 |
this.Load += new System.EventHandler(this.RomCheaterConfigDialog_Load); |
196 |
this.grpLoggingFlags.ResumeLayout(false); |
197 |
this.grpLoggingFlags.PerformLayout(); |
198 |
this.grpConfigPlugins.ResumeLayout(false); |
199 |
this.grpInputPlugins.ResumeLayout(false); |
200 |
this.grpWindowPlugins.ResumeLayout(false); |
201 |
this.ResumeLayout(false); |
202 |
this.PerformLayout(); |
203 |
|
204 |
} |
205 |
|
206 |
#endregion |
207 |
|
208 |
private System.Windows.Forms.GroupBox grpLoggingFlags; |
209 |
private System.Windows.Forms.FlowLayoutPanel grpLoggingFlags_flow; |
210 |
private System.Windows.Forms.Button btnSave; |
211 |
private System.Windows.Forms.Button btnCancel; |
212 |
private System.Windows.Forms.GroupBox grpConfigPlugins; |
213 |
private System.Windows.Forms.GroupBox grpInputPlugins; |
214 |
private System.Windows.Forms.GroupBox grpWindowPlugins; |
215 |
private System.Windows.Forms.ComboBox comboConfigPlugins; |
216 |
private System.Windows.Forms.ComboBox comboInputPlugins; |
217 |
private System.Windows.Forms.ComboBox comboWindowPlugins; |
218 |
} |
219 |
} |