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