-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathForm1.Designer.cs
457 lines (450 loc) · 20.3 KB
/
Form1.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
namespace JSRF_Song_Mod_Tool
{
partial class Form1
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Windows Form-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.listBox1 = new System.Windows.Forms.ListBox();
this.label2 = new System.Windows.Forms.Label();
this.replaceBtn = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.ftptoxbox_btn = new System.Windows.Forms.Button();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label10 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.XBoxJSRFGamePath = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.XBoxPassword = new System.Windows.Forms.TextBox();
this.XBoxUser = new System.Windows.Forms.TextBox();
this.XBoxPort = new System.Windows.Forms.TextBox();
this.XBoxIP = new System.Windows.Forms.TextBox();
this.jsrflocalfiles = new System.Windows.Forms.GroupBox();
this.whatarethesetfiles = new System.Windows.Forms.LinkLabel();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.jsrflocalfiles.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(161, 20);
this.label1.TabIndex = 0;
this.label1.Text = "JSRF Song Mod Tool";
//
// button1
//
this.button1.Location = new System.Drawing.Point(289, 10);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "About";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// listBox1
//
this.listBox1.FormattingEnabled = true;
this.listBox1.Items.AddRange(new object[] {
"Aisle 10",
"The Answer",
"Baby-T",
"Birthday Cake",
"Bokfresh",
"Latch Brothers Bounce",
"Fly Like a Butterfly",
"The Concept of Love",
"Funky Dealer",
"Shape Da Future",
"Statement of Intent",
"Koto Stomp",
"Count Latchula",
"Let Mom Sleep (No Sleep Remix)",
"I Love Love You",
"Rockin\' da Mic (The Latch Bros Remix)",
"I\'m Not a Model",
"Oldies But Happies",
"Me Likey the Poom Poom",
"Rock it On (D.S. Mix)",
"Humming the Bassline (D.S. Remix)",
"The Scrappy (The Latch Bros Remix)",
"Sneakman (Toronto Mix)",
"Ill Victory Beat",
"What About The Future",
"Teknopathetic",
"Like It Like This Like That",
"Sweet Soul Brother (B.B. Rights Mix)",
"That\'s Enough (B.B. Rights Mix)",
"Grace And Glory",
"Failed (Over)",
"Cleared",
"Title Song (Concept of Love)",
"DJ Demo (Ill Victory Beat)",
"Set 1a",
"Set 1b",
"Set 2a",
"Set 2b",
"Set 3a",
"Set 3b",
"Set 4",
"Set 5a",
"Set 5b",
"Set 6",
"Set 7a",
"Set 7b",
"Set 8a",
"Set 8b",
"Set 9a",
"Set 9b",
"Ending (Sweet Sould Brother (Toronto Remix))",
"Ending l (Playing various tracks (Ending Screen))",
"Ending s (Playing various tracks (Ending Screen))"});
this.listBox1.Location = new System.Drawing.Point(11, 26);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(327, 264);
this.listBox1.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(221, 409);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(148, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Made by ChrisderWahre 2018";
//
// replaceBtn
//
this.replaceBtn.Cursor = System.Windows.Forms.Cursors.Arrow;
this.replaceBtn.Location = new System.Drawing.Point(121, 296);
this.replaceBtn.Name = "replaceBtn";
this.replaceBtn.Size = new System.Drawing.Size(217, 23);
this.replaceBtn.TabIndex = 4;
this.replaceBtn.Text = "Replace this Song!";
this.replaceBtn.UseVisualStyleBackColor = true;
this.replaceBtn.Click += new System.EventHandler(this.button2_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 23);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(95, 13);
this.label3.TabIndex = 5;
this.label3.Text = "JSRF Sound Path:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(145, 19);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(155, 20);
this.textBox1.TabIndex = 6;
//
// button3
//
this.button3.Location = new System.Drawing.Point(300, 19);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(26, 20);
this.button3.TabIndex = 7;
this.button3.Text = "...";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(208, 10);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 8;
this.button4.Text = "Help";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 10);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(59, 13);
this.label4.TabIndex = 9;
this.label4.Text = "Pick Song:";
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(17, 46);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(352, 360);
this.tabControl1.TabIndex = 10;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.ftptoxbox_btn);
this.tabPage1.Controls.Add(this.listBox1);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.replaceBtn);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(344, 334);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Tool";
this.tabPage1.UseVisualStyleBackColor = true;
//
// ftptoxbox_btn
//
this.ftptoxbox_btn.Location = new System.Drawing.Point(11, 296);
this.ftptoxbox_btn.Name = "ftptoxbox_btn";
this.ftptoxbox_btn.Size = new System.Drawing.Size(104, 23);
this.ftptoxbox_btn.TabIndex = 10;
this.ftptoxbox_btn.Text = "FTP to XBOX";
this.ftptoxbox_btn.UseVisualStyleBackColor = true;
this.ftptoxbox_btn.Click += new System.EventHandler(this.ftptoxbox_btn_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.label10);
this.tabPage2.Controls.Add(this.groupBox2);
this.tabPage2.Controls.Add(this.jsrflocalfiles);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(344, 334);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Settings";
this.tabPage2.UseVisualStyleBackColor = true;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(12, 269);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(202, 13);
this.label10.TabIndex = 10;
this.label10.Text = "JSRF Sound Path = Media/Z_ADX/BGM";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.XBoxJSRFGamePath);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.XBoxPassword);
this.groupBox2.Controls.Add(this.XBoxUser);
this.groupBox2.Controls.Add(this.XBoxPort);
this.groupBox2.Controls.Add(this.XBoxIP);
this.groupBox2.Location = new System.Drawing.Point(6, 83);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(332, 179);
this.groupBox2.TabIndex = 9;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "FTP Settings";
//
// XBoxJSRFGamePath
//
this.XBoxJSRFGamePath.Location = new System.Drawing.Point(145, 147);
this.XBoxJSRFGamePath.Name = "XBoxJSRFGamePath";
this.XBoxJSRFGamePath.Size = new System.Drawing.Size(155, 20);
this.XBoxJSRFGamePath.TabIndex = 9;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(13, 150);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(126, 13);
this.label9.TabIndex = 8;
this.label9.Text = "JSRF Game Sound Path:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(13, 102);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(84, 13);
this.label8.TabIndex = 7;
this.label8.Text = "XBox Password:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(13, 76);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(60, 13);
this.label7.TabIndex = 6;
this.label7.Text = "XBox User:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(13, 50);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(57, 13);
this.label6.TabIndex = 5;
this.label6.Text = "XBox Port:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 22);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 13);
this.label5.TabIndex = 4;
this.label5.Text = "XBox IP:";
this.label5.Click += new System.EventHandler(this.label5_Click);
//
// XBoxPassword
//
this.XBoxPassword.Location = new System.Drawing.Point(145, 99);
this.XBoxPassword.Name = "XBoxPassword";
this.XBoxPassword.Size = new System.Drawing.Size(155, 20);
this.XBoxPassword.TabIndex = 3;
//
// XBoxUser
//
this.XBoxUser.Location = new System.Drawing.Point(145, 73);
this.XBoxUser.Name = "XBoxUser";
this.XBoxUser.Size = new System.Drawing.Size(155, 20);
this.XBoxUser.TabIndex = 2;
//
// XBoxPort
//
this.XBoxPort.Location = new System.Drawing.Point(145, 47);
this.XBoxPort.Name = "XBoxPort";
this.XBoxPort.Size = new System.Drawing.Size(155, 20);
this.XBoxPort.TabIndex = 1;
//
// XBoxIP
//
this.XBoxIP.Location = new System.Drawing.Point(145, 19);
this.XBoxIP.Name = "XBoxIP";
this.XBoxIP.Size = new System.Drawing.Size(155, 20);
this.XBoxIP.TabIndex = 0;
//
// jsrflocalfiles
//
this.jsrflocalfiles.Controls.Add(this.textBox1);
this.jsrflocalfiles.Controls.Add(this.button3);
this.jsrflocalfiles.Controls.Add(this.label3);
this.jsrflocalfiles.Location = new System.Drawing.Point(6, 6);
this.jsrflocalfiles.Name = "jsrflocalfiles";
this.jsrflocalfiles.Size = new System.Drawing.Size(332, 54);
this.jsrflocalfiles.TabIndex = 8;
this.jsrflocalfiles.TabStop = false;
this.jsrflocalfiles.Text = "JSRF Local Files";
//
// whatarethesetfiles
//
this.whatarethesetfiles.AutoSize = true;
this.whatarethesetfiles.Location = new System.Drawing.Point(18, 409);
this.whatarethesetfiles.Name = "whatarethesetfiles";
this.whatarethesetfiles.Size = new System.Drawing.Size(115, 13);
this.whatarethesetfiles.TabIndex = 11;
this.whatarethesetfiles.TabStop = true;
this.whatarethesetfiles.Text = "What are the Set files?";
this.whatarethesetfiles.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.whatarethesetfiles_LinkClicked);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(376, 431);
this.Controls.Add(this.whatarethesetfiles);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.button4);
this.Controls.Add(this.label2);
this.Controls.Add(this.button1);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(392, 470);
this.MinimumSize = new System.Drawing.Size(372, 460);
this.Name = "Form1";
this.Text = "JSRF Song Mod Tool";
this.Load += new System.EventHandler(this.Form1_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.jsrflocalfiles.ResumeLayout(false);
this.jsrflocalfiles.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button replaceBtn;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button ftptoxbox_btn;
private System.Windows.Forms.LinkLabel whatarethesetfiles;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox XBoxPassword;
private System.Windows.Forms.TextBox XBoxUser;
private System.Windows.Forms.TextBox XBoxPort;
private System.Windows.Forms.TextBox XBoxIP;
private System.Windows.Forms.GroupBox jsrflocalfiles;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox XBoxJSRFGamePath;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
}
}