lotrointerface.com
Search Downloads

LoTROInterface SVN LotROPluginMaker

[/] [trunk/] [Form1.Designer.cs] - Blame information for rev 3

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 Digital_Utopia-2894
namespace WindowsFormsApplication1
2 Digital_Utopia-2894
{
3 Digital_Utopia-2894
    partial class Form1
4 Digital_Utopia-2894
    {
5 Digital_Utopia-2894
        /// <summary>
6 Digital_Utopia-2894
        /// Required designer variable.
7 Digital_Utopia-2894
        /// </summary>
8 Digital_Utopia-2894
        private System.ComponentModel.IContainer components = null;
9 Digital_Utopia-2894
 
10 Digital_Utopia-2894
        /// <summary>
11 Digital_Utopia-2894
        /// Clean up any resources being used.
12 Digital_Utopia-2894
        /// </summary>
13 Digital_Utopia-2894
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 Digital_Utopia-2894
        protected override void Dispose(bool disposing)
15 Digital_Utopia-2894
        {
16 Digital_Utopia-2894
            if (disposing && (components != null))
17 Digital_Utopia-2894
            {
18 Digital_Utopia-2894
                components.Dispose();
19 Digital_Utopia-2894
            }
20 Digital_Utopia-2894
            base.Dispose(disposing);
21 Digital_Utopia-2894
        }
22 Digital_Utopia-2894
 
23 Digital_Utopia-2894
        #region Windows Form Designer generated code
24 Digital_Utopia-2894
 
25 Digital_Utopia-2894
        /// <summary>
26 Digital_Utopia-2894
        /// Required method for Designer support - do not modify
27 Digital_Utopia-2894
        /// the contents of this method with the code editor.
28 Digital_Utopia-2894
        /// </summary>
29 Digital_Utopia-2894
        private void InitializeComponent()
30 Digital_Utopia-2894
        {
31 Digital_Utopia-2894
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
32 Digital_Utopia-2894
            this.textBox1 = new System.Windows.Forms.TextBox();
33 Digital_Utopia-2894
            this.groupBox1 = new System.Windows.Forms.GroupBox();
34 Digital_Utopia-2894
            this.label2 = new System.Windows.Forms.Label();
35 Digital_Utopia-2894
            this.textBox2 = new System.Windows.Forms.TextBox();
36 Digital_Utopia-2894
            this.button1 = new System.Windows.Forms.Button();
37 Digital_Utopia-2894
            this.label1 = new System.Windows.Forms.Label();
38 Digital_Utopia-2894
            this.groupBox2 = new System.Windows.Forms.GroupBox();
39 Digital_Utopia-2894
            this.checkBox1 = new System.Windows.Forms.CheckBox();
40 Digital_Utopia-2894
            this.label7 = new System.Windows.Forms.Label();
41 Digital_Utopia-2894
            this.textBox7 = new System.Windows.Forms.TextBox();
42 Digital_Utopia-2894
            this.label6 = new System.Windows.Forms.Label();
43 Digital_Utopia-2894
            this.textBox6 = new System.Windows.Forms.TextBox();
44 Digital_Utopia-2894
            this.label5 = new System.Windows.Forms.Label();
45 Digital_Utopia-2894
            this.textBox5 = new System.Windows.Forms.TextBox();
46 Digital_Utopia-2894
            this.label4 = new System.Windows.Forms.Label();
47 Digital_Utopia-2894
            this.textBox4 = new System.Windows.Forms.TextBox();
48 Digital_Utopia-2894
            this.label3 = new System.Windows.Forms.Label();
49 Digital_Utopia-2894
            this.textBox3 = new System.Windows.Forms.TextBox();
50 Digital_Utopia-2894
            this.button2 = new System.Windows.Forms.Button();
51 Digital_Utopia-2894
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
52 Digital_Utopia-2894
            this.groupBox3 = new System.Windows.Forms.GroupBox();
53 Digital_Utopia-2894
            this.checkBox4 = new System.Windows.Forms.CheckBox();
54 Digital_Utopia-2894
            this.checkBox3 = new System.Windows.Forms.CheckBox();
55 Digital_Utopia-2894
            this.checkBox2 = new System.Windows.Forms.CheckBox();
56 Digital_Utopia-2894
            this.groupBox1.SuspendLayout();
57 Digital_Utopia-2894
            this.groupBox2.SuspendLayout();
58 Digital_Utopia-2894
            this.groupBox3.SuspendLayout();
59 Digital_Utopia-2894
            this.SuspendLayout();
60 Digital_Utopia-2894
            //
61 Digital_Utopia-2894
            // textBox1
62 Digital_Utopia-2894
            //
63 Digital_Utopia-2894
            this.textBox1.Enabled = false;
64 Digital_Utopia-2894
            this.textBox1.Location = new System.Drawing.Point(6, 32);
65 Digital_Utopia-2894
            this.textBox1.Name = "textBox1";
66 Digital_Utopia-2894
            this.textBox1.Size = new System.Drawing.Size(213, 20);
67 Digital_Utopia-2894
            this.textBox1.TabIndex = 0;
68 Digital_Utopia-2894
            //
69 Digital_Utopia-2894
            // groupBox1
70 Digital_Utopia-2894
            //
71 Digital_Utopia-2894
            this.groupBox1.Controls.Add(this.label2);
72 Digital_Utopia-2894
            this.groupBox1.Controls.Add(this.textBox2);
73 Digital_Utopia-2894
            this.groupBox1.Controls.Add(this.button1);
74 Digital_Utopia-2894
            this.groupBox1.Controls.Add(this.label1);
75 Digital_Utopia-2894
            this.groupBox1.Controls.Add(this.textBox1);
76 Digital_Utopia-2894
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
77 Digital_Utopia-2894
            this.groupBox1.Name = "groupBox1";
78 Digital_Utopia-2894
            this.groupBox1.Size = new System.Drawing.Size(260, 100);
79 Digital_Utopia-2894
            this.groupBox1.TabIndex = 1;
80 Digital_Utopia-2894
            this.groupBox1.TabStop = false;
81 Digital_Utopia-2894
            this.groupBox1.Text = "File Information";
82 Digital_Utopia-2894
            //
83 Digital_Utopia-2894
            // label2
84 Digital_Utopia-2894
            //
85 Digital_Utopia-2894
            this.label2.AutoSize = true;
86 Digital_Utopia-2894
            this.label2.Location = new System.Drawing.Point(6, 58);
87 Digital_Utopia-2894
            this.label2.Name = "label2";
88 Digital_Utopia-2894
            this.label2.Size = new System.Drawing.Size(99, 13);
89 Digital_Utopia-2894
            this.label2.TabIndex = 4;
90 Digital_Utopia-2894
            this.label2.Text = "Plugin Folder Name";
91 Digital_Utopia-2894
            //
92 Digital_Utopia-2894
            // textBox2
93 Digital_Utopia-2894
            //
94 Digital_Utopia-2894
            this.textBox2.Location = new System.Drawing.Point(6, 74);
95 Digital_Utopia-2894
            this.textBox2.Name = "textBox2";
96 Digital_Utopia-2894
            this.textBox2.Size = new System.Drawing.Size(213, 20);
97 Digital_Utopia-2894
            this.textBox2.TabIndex = 3;
98 Digital_Utopia-2894
            this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
99 Digital_Utopia-2894
            this.textBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HandleKeyPress);
100 Digital_Utopia-2894
            //
101 Digital_Utopia-2894
            // button1
102 Digital_Utopia-2894
            //
103 Digital_Utopia-2894
            this.button1.Location = new System.Drawing.Point(225, 29);
104 Digital_Utopia-2894
            this.button1.Name = "button1";
105 Digital_Utopia-2894
            this.button1.Size = new System.Drawing.Size(29, 23);
106 Digital_Utopia-2894
            this.button1.TabIndex = 2;
107 Digital_Utopia-2894
            this.button1.Text = "...";
108 Digital_Utopia-2894
            this.button1.UseVisualStyleBackColor = true;
109 Digital_Utopia-2894
            this.button1.Click += new System.EventHandler(this.button1_Click);
110 Digital_Utopia-2894
            //
111 Digital_Utopia-2894
            // label1
112 Digital_Utopia-2894
            //
113 Digital_Utopia-2894
            this.label1.AutoSize = true;
114 Digital_Utopia-2894
            this.label1.Location = new System.Drawing.Point(6, 16);
115 Digital_Utopia-2894
            this.label1.Name = "label1";
116 Digital_Utopia-2894
            this.label1.Size = new System.Drawing.Size(88, 13);
117 Digital_Utopia-2894
            this.label1.TabIndex = 1;
118 Digital_Utopia-2894
            this.label1.Text = "Base Folder Path";
119 Digital_Utopia-2894
            //
120 Digital_Utopia-2894
            // groupBox2
121 Digital_Utopia-2894
            //
122 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.checkBox1);
123 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.label7);
124 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.textBox7);
125 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.label6);
126 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.textBox6);
127 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.label5);
128 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.textBox5);
129 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.label4);
130 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.textBox4);
131 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.label3);
132 Digital_Utopia-2894
            this.groupBox2.Controls.Add(this.textBox3);
133 Digital_Utopia-2894
            this.groupBox2.Location = new System.Drawing.Point(13, 119);
134 Digital_Utopia-2894
            this.groupBox2.Name = "groupBox2";
135 Digital_Utopia-2894
            this.groupBox2.Size = new System.Drawing.Size(253, 239);
136 Digital_Utopia-2894
            this.groupBox2.TabIndex = 2;
137 Digital_Utopia-2894
            this.groupBox2.TabStop = false;
138 Digital_Utopia-2894
            this.groupBox2.Text = "Plugin Information";
139 Digital_Utopia-2894
            //
140 Digital_Utopia-2894
            // checkBox1
141 Digital_Utopia-2894
            //
142 Digital_Utopia-2894
            this.checkBox1.AutoSize = true;
143 Digital_Utopia-2894
            this.checkBox1.Location = new System.Drawing.Point(6, 175);
144 Digital_Utopia-2894
            this.checkBox1.Name = "checkBox1";
145 Digital_Utopia-2894
            this.checkBox1.Size = new System.Drawing.Size(96, 17);
146 Digital_Utopia-2894
            this.checkBox1.TabIndex = 12;
147 Digital_Utopia-2894
            this.checkBox1.Text = "Use Apartment";
148 Digital_Utopia-2894
            this.checkBox1.UseVisualStyleBackColor = true;
149 Digital_Utopia-2894
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
150 Digital_Utopia-2894
            //
151 Digital_Utopia-2894
            // label7
152 Digital_Utopia-2894
            //
153 Digital_Utopia-2894
            this.label7.AutoSize = true;
154 Digital_Utopia-2894
            this.label7.Location = new System.Drawing.Point(6, 195);
155 Digital_Utopia-2894
            this.label7.Name = "label7";
156 Digital_Utopia-2894
            this.label7.Size = new System.Drawing.Size(55, 13);
157 Digital_Utopia-2894
            this.label7.TabIndex = 11;
158 Digital_Utopia-2894
            this.label7.Text = "Apartment";
159 Digital_Utopia-2894
            //
160 Digital_Utopia-2894
            // textBox7
161 Digital_Utopia-2894
            //
162 Digital_Utopia-2894
            this.textBox7.Enabled = false;
163 Digital_Utopia-2894
            this.textBox7.Location = new System.Drawing.Point(6, 211);
164 Digital_Utopia-2894
            this.textBox7.Name = "textBox7";
165 Digital_Utopia-2894
            this.textBox7.Size = new System.Drawing.Size(213, 20);
166 Digital_Utopia-2894
            this.textBox7.TabIndex = 10;
167 Digital_Utopia-2894
            this.textBox7.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HandleKeyPress);
168 Digital_Utopia-2894
            //
169 Digital_Utopia-2894
            // label6
170 Digital_Utopia-2894
            //
171 Digital_Utopia-2894
            this.label6.AutoSize = true;
172 Digital_Utopia-2894
            this.label6.Location = new System.Drawing.Point(6, 133);
173 Digital_Utopia-2894
            this.label6.Name = "label6";
174 Digital_Utopia-2894
            this.label6.Size = new System.Drawing.Size(110, 13);
175 Digital_Utopia-2894
            this.label6.TabIndex = 9;
176 Digital_Utopia-2894
            this.label6.Text = "Entry Point (Package)";
177 Digital_Utopia-2894
            //
178 Digital_Utopia-2894
            // textBox6
179 Digital_Utopia-2894
            //
180 Digital_Utopia-2894
            this.textBox6.Location = new System.Drawing.Point(6, 149);
181 Digital_Utopia-2894
            this.textBox6.Name = "textBox6";
182 Digital_Utopia-2894
            this.textBox6.Size = new System.Drawing.Size(213, 20);
183 Digital_Utopia-2894
            this.textBox6.TabIndex = 8;
184 Digital_Utopia-2894
            this.textBox6.Text = "Main";
185 Digital_Utopia-2894
            this.textBox6.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HandleKeyPress);
186 Digital_Utopia-2894
            //
187 Digital_Utopia-2894
            // label5
188 Digital_Utopia-2894
            //
189 Digital_Utopia-2894
            this.label5.AutoSize = true;
190 Digital_Utopia-2894
            this.label5.Location = new System.Drawing.Point(6, 94);
191 Digital_Utopia-2894
            this.label5.Name = "label5";
192 Digital_Utopia-2894
            this.label5.Size = new System.Drawing.Size(42, 13);
193 Digital_Utopia-2894
            this.label5.TabIndex = 7;
194 Digital_Utopia-2894
            this.label5.Text = "Version";
195 Digital_Utopia-2894
            //
196 Digital_Utopia-2894
            // textBox5
197 Digital_Utopia-2894
            //
198 Digital_Utopia-2894
            this.textBox5.Location = new System.Drawing.Point(6, 110);
199 Digital_Utopia-2894
            this.textBox5.Name = "textBox5";
200 Digital_Utopia-2894
            this.textBox5.Size = new System.Drawing.Size(213, 20);
201 Digital_Utopia-2894
            this.textBox5.TabIndex = 6;
202 Digital_Utopia-2894
            this.textBox5.Text = "1.0";
203 Digital_Utopia-2894
            this.textBox5.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HandleKeyPress);
204 Digital_Utopia-2894
            //
205 Digital_Utopia-2894
            // label4
206 Digital_Utopia-2894
            //
207 Digital_Utopia-2894
            this.label4.AutoSize = true;
208 Digital_Utopia-2894
            this.label4.Location = new System.Drawing.Point(6, 55);
209 Digital_Utopia-2894
            this.label4.Name = "label4";
210 Digital_Utopia-2894
            this.label4.Size = new System.Drawing.Size(38, 13);
211 Digital_Utopia-2894
            this.label4.TabIndex = 5;
212 Digital_Utopia-2894
            this.label4.Text = "Author";
213 Digital_Utopia-2894
            //
214 Digital_Utopia-2894
            // textBox4
215 Digital_Utopia-2894
            //
216 Digital_Utopia-2894
            this.textBox4.Location = new System.Drawing.Point(6, 71);
217 Digital_Utopia-2894
            this.textBox4.Name = "textBox4";
218 Digital_Utopia-2894
            this.textBox4.Size = new System.Drawing.Size(213, 20);
219 Digital_Utopia-2894
            this.textBox4.TabIndex = 4;
220 Digital_Utopia-2894
            this.textBox4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HandleKeyPress);
221 Digital_Utopia-2894
            //
222 Digital_Utopia-2894
            // label3
223 Digital_Utopia-2894
            //
224 Digital_Utopia-2894
            this.label3.AutoSize = true;
225 Digital_Utopia-2894
            this.label3.Location = new System.Drawing.Point(6, 16);
226 Digital_Utopia-2894
            this.label3.Name = "label3";
227 Digital_Utopia-2894
            this.label3.Size = new System.Drawing.Size(35, 13);
228 Digital_Utopia-2894
            this.label3.TabIndex = 3;
229 Digital_Utopia-2894
            this.label3.Text = "Name";
230 Digital_Utopia-2894
            //
231 Digital_Utopia-2894
            // textBox3
232 Digital_Utopia-2894
            //
233 Digital_Utopia-2894
            this.textBox3.Location = new System.Drawing.Point(6, 32);
234 Digital_Utopia-2894
            this.textBox3.Name = "textBox3";
235 Digital_Utopia-2894
            this.textBox3.Size = new System.Drawing.Size(213, 20);
236 Digital_Utopia-2894
            this.textBox3.TabIndex = 2;
237 Digital_Utopia-2894
            this.textBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.HandleKeyPress);
238 Digital_Utopia-2894
            //
239 Digital_Utopia-2894
            // button2
240 Digital_Utopia-2894
            //
241 Digital_Utopia-2894
            this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
242 Digital_Utopia-2894
                        | System.Windows.Forms.AnchorStyles.Right)));
243 Digital_Utopia-2894
            this.button2.Location = new System.Drawing.Point(74, 463);
244 Digital_Utopia-2894
            this.button2.Name = "button2";
245 Digital_Utopia-2894
            this.button2.Size = new System.Drawing.Size(108, 23);
246 Digital_Utopia-2894
            this.button2.TabIndex = 14;
247 Digital_Utopia-2894
            this.button2.Text = "Create Plugin";
248 Digital_Utopia-2894
            this.button2.UseVisualStyleBackColor = true;
249 Digital_Utopia-2894
            this.button2.Click += new System.EventHandler(this.button2_Click);
250 Digital_Utopia-2894
            //
251 Digital_Utopia-2894
            // folderBrowserDialog1
252 Digital_Utopia-2894
            //
253 Digital_Utopia-2894
            this.folderBrowserDialog1.Description = "Select Author Folder";
254 Digital_Utopia-2894
            //
255 Digital_Utopia-2894
            // groupBox3
256 Digital_Utopia-2894
            //
257 Digital_Utopia-2894
            this.groupBox3.Controls.Add(this.checkBox4);
258 Digital_Utopia-2894
            this.groupBox3.Controls.Add(this.checkBox3);
259 Digital_Utopia-2894
            this.groupBox3.Controls.Add(this.checkBox2);
260 Digital_Utopia-2894
            this.groupBox3.Location = new System.Drawing.Point(12, 364);
261 Digital_Utopia-2894
            this.groupBox3.Name = "groupBox3";
262 Digital_Utopia-2894
            this.groupBox3.Size = new System.Drawing.Size(254, 93);
263 Digital_Utopia-2894
            this.groupBox3.TabIndex = 15;
264 Digital_Utopia-2894
            this.groupBox3.TabStop = false;
265 Digital_Utopia-2894
            this.groupBox3.Text = "Misc";
266 Digital_Utopia-2894
            //
267 Digital_Utopia-2894
            // checkBox4
268 Digital_Utopia-2894
            //
269 Digital_Utopia-2894
            this.checkBox4.AutoSize = true;
270 Digital_Utopia-2894
            this.checkBox4.Location = new System.Drawing.Point(6, 65);
271 Digital_Utopia-2894
            this.checkBox4.Name = "checkBox4";
272 Digital_Utopia-2894
            this.checkBox4.Size = new System.Drawing.Size(175, 17);
273 Digital_Utopia-2894
            this.checkBox4.TabIndex = 15;
274 Digital_Utopia-2894
            this.checkBox4.Text = "Open files in Default Text Editor";
275 Digital_Utopia-2894
            this.checkBox4.UseVisualStyleBackColor = true;
276 Digital_Utopia-2894
            //
277 Digital_Utopia-2894
            // checkBox3
278 Digital_Utopia-2894
            //
279 Digital_Utopia-2894
            this.checkBox3.AutoSize = true;
280 Digital_Utopia-2894
            this.checkBox3.Location = new System.Drawing.Point(6, 42);
281 Digital_Utopia-2894
            this.checkBox3.Name = "checkBox3";
282 Digital_Utopia-2894
            this.checkBox3.Size = new System.Drawing.Size(143, 17);
283 Digital_Utopia-2894
            this.checkBox3.TabIndex = 14;
284 Digital_Utopia-2894
            this.checkBox3.Text = "Create Resources Folder";
285 Digital_Utopia-2894
            this.checkBox3.UseVisualStyleBackColor = true;
286 Digital_Utopia-2894
            //
287 Digital_Utopia-2894
            // checkBox2
288 Digital_Utopia-2894
            //
289 Digital_Utopia-2894
            this.checkBox2.AutoSize = true;
290 Digital_Utopia-2894
            this.checkBox2.Location = new System.Drawing.Point(6, 19);
291 Digital_Utopia-2894
            this.checkBox2.Name = "checkBox2";
292 Digital_Utopia-2894
            this.checkBox2.Size = new System.Drawing.Size(114, 17);
293 Digital_Utopia-2894
            this.checkBox2.TabIndex = 13;
294 Digital_Utopia-2894
            this.checkBox2.Text = "Create __init__.lua";
295 Digital_Utopia-2894
            this.checkBox2.UseVisualStyleBackColor = true;
296 Digital_Utopia-2894
            //
297 Digital_Utopia-2894
            // Form1
298 Digital_Utopia-2894
            //
299 Digital_Utopia-2894
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
300 Digital_Utopia-2894
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
301 Digital_Utopia-2894
            this.ClientSize = new System.Drawing.Size(287, 498);
302 Digital_Utopia-2894
            this.Controls.Add(this.groupBox3);
303 Digital_Utopia-2894
            this.Controls.Add(this.button2);
304 Digital_Utopia-2894
            this.Controls.Add(this.groupBox2);
305 Digital_Utopia-2894
            this.Controls.Add(this.groupBox1);
306 Digital_Utopia-2894
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
307 Digital_Utopia-2894
            this.Name = "Form1";
308 Digital_Utopia-2894
            this.Text = "LotRO Plugin Maker";
309 Digital_Utopia-2894
            this.groupBox1.ResumeLayout(false);
310 Digital_Utopia-2894
            this.groupBox1.PerformLayout();
311 Digital_Utopia-2894
            this.groupBox2.ResumeLayout(false);
312 Digital_Utopia-2894
            this.groupBox2.PerformLayout();
313 Digital_Utopia-2894
            this.groupBox3.ResumeLayout(false);
314 Digital_Utopia-2894
            this.groupBox3.PerformLayout();
315 Digital_Utopia-2894
            this.ResumeLayout(false);
316 Digital_Utopia-2894
 
317 Digital_Utopia-2894
        }
318 Digital_Utopia-2894
 
319 Digital_Utopia-2894
        #endregion
320 Digital_Utopia-2894
 
321 Digital_Utopia-2894
        private System.Windows.Forms.TextBox textBox1;
322 Digital_Utopia-2894
        private System.Windows.Forms.GroupBox groupBox1;
323 Digital_Utopia-2894
        private System.Windows.Forms.Label label2;
324 Digital_Utopia-2894
        private System.Windows.Forms.TextBox textBox2;
325 Digital_Utopia-2894
        private System.Windows.Forms.Button button1;
326 Digital_Utopia-2894
        private System.Windows.Forms.Label label1;
327 Digital_Utopia-2894
        private System.Windows.Forms.GroupBox groupBox2;
328 Digital_Utopia-2894
        private System.Windows.Forms.CheckBox checkBox1;
329 Digital_Utopia-2894
        private System.Windows.Forms.Label label7;
330 Digital_Utopia-2894
        private System.Windows.Forms.TextBox textBox7;
331 Digital_Utopia-2894
        private System.Windows.Forms.Label label6;
332 Digital_Utopia-2894
        private System.Windows.Forms.TextBox textBox6;
333 Digital_Utopia-2894
        private System.Windows.Forms.Label label5;
334 Digital_Utopia-2894
        private System.Windows.Forms.TextBox textBox5;
335 Digital_Utopia-2894
        private System.Windows.Forms.Label label4;
336 Digital_Utopia-2894
        private System.Windows.Forms.TextBox textBox4;
337 Digital_Utopia-2894
        private System.Windows.Forms.Label label3;
338 Digital_Utopia-2894
        private System.Windows.Forms.TextBox textBox3;
339 Digital_Utopia-2894
        private System.Windows.Forms.Button button2;
340 Digital_Utopia-2894
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
341 Digital_Utopia-2894
        private System.Windows.Forms.GroupBox groupBox3;
342 Digital_Utopia-2894
        private System.Windows.Forms.CheckBox checkBox3;
343 Digital_Utopia-2894
        private System.Windows.Forms.CheckBox checkBox2;
344 Digital_Utopia-2894
        private System.Windows.Forms.CheckBox checkBox4;
345 Digital_Utopia-2894
    }
346 Digital_Utopia-2894
}
347 Digital_Utopia-2894
 

All times are GMT -5. The time now is 01:13 PM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui