6 /// Required designer variable.
8 private System
.ComponentModel
.IContainer components
= null;
11 /// Clean up any resources being used.
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing
)
16 if (disposing
&& (components
!= null))
20 base.Dispose(disposing
);
23 #region Windows Form Designer generated code
26 /// Required method for Designer support - do not modify
27 /// the contents of this method with the code editor.
29 private void InitializeComponent()
31 this.components
= new System
.ComponentModel
.Container();
32 System
.ComponentModel
.ComponentResourceManager resources
= new System
.ComponentModel
.ComponentResourceManager(typeof(Form1
));
33 this.buttonJoin
= new System
.Windows
.Forms
.Button();
34 this.checkBoxServer
= new System
.Windows
.Forms
.CheckBox();
35 this.textBoxAddress
= new System
.Windows
.Forms
.TextBox();
36 this.labelAddress
= new System
.Windows
.Forms
.Label();
37 this.numericUpDown2
= new System
.Windows
.Forms
.NumericUpDown();
38 this.labelPort
= new System
.Windows
.Forms
.Label();
39 this.labelRateUpdate
= new System
.Windows
.Forms
.Label();
40 this.listBoxPlayers
= new System
.Windows
.Forms
.ListBox();
41 this.textBoxChat
= new System
.Windows
.Forms
.TextBox();
42 this.colorDialog1
= new System
.Windows
.Forms
.ColorDialog();
43 this.comboBoxEmulator
= new System
.Windows
.Forms
.ComboBox();
44 this.labelEmulator
= new System
.Windows
.Forms
.Label();
45 this.comboBoxChar
= new System
.Windows
.Forms
.ComboBox();
46 this.labelChar
= new System
.Windows
.Forms
.Label();
47 this.labelMaxClients
= new System
.Windows
.Forms
.Label();
48 this.numUpDownClients
= new System
.Windows
.Forms
.NumericUpDown();
49 this.labelPlayersOnline
= new System
.Windows
.Forms
.Label();
50 this.chatBox
= new System
.Windows
.Forms
.TextBox();
51 this.buttonChat
= new System
.Windows
.Forms
.Button();
52 this.usernameBox
= new System
.Windows
.Forms
.TextBox();
53 this.labelUsername
= new System
.Windows
.Forms
.Label();
54 this.panel1
= new System
.Windows
.Forms
.Panel();
55 this.checkBoxLAN
= new System
.Windows
.Forms
.CheckBox();
56 this.checkBoxChat
= new System
.Windows
.Forms
.CheckBox();
57 this.labelConnectionConf
= new System
.Windows
.Forms
.Label();
58 this.panel2
= new System
.Windows
.Forms
.Panel();
59 this.labelGamemode
= new System
.Windows
.Forms
.Label();
60 this.gamemodeBox
= new System
.Windows
.Forms
.ComboBox();
61 this.labelServerConf
= new System
.Windows
.Forms
.Label();
62 this.buttonReset
= new System
.Windows
.Forms
.Button();
63 this.statusStrip1
= new System
.Windows
.Forms
.StatusStrip();
64 this.toolStripStatusLabel1
= new System
.Windows
.Forms
.ToolStripStatusLabel();
65 this.pingLabel
= new System
.Windows
.Forms
.ToolStripStatusLabel();
66 this.pingTimer
= new System
.Windows
.Forms
.Timer(this.components
);
67 this.backgroundPanel
= new System
.Windows
.Forms
.Panel();
68 this.labelChat
= new System
.Windows
.Forms
.Label();
69 this.menuStrip1
= new System
.Windows
.Forms
.MenuStrip();
70 this.helpToolStripMenuItem
= new System
.Windows
.Forms
.ToolStripMenuItem();
71 this.forumToolStripMenuItem
= new System
.Windows
.Forms
.ToolStripMenuItem();
72 this.discordToolStripMenuItem
= new System
.Windows
.Forms
.ToolStripMenuItem();
73 this.aboutToolStripMenuItem
= new System
.Windows
.Forms
.ToolStripMenuItem();
74 this.creditsToolStripMenuItem
= new System
.Windows
.Forms
.ToolStripMenuItem();
75 ((System
.ComponentModel
.ISupportInitialize
)(this.numericUpDown2
)).BeginInit();
76 ((System
.ComponentModel
.ISupportInitialize
)(this.numUpDownClients
)).BeginInit();
77 this.panel1
.SuspendLayout();
78 this.panel2
.SuspendLayout();
79 this.statusStrip1
.SuspendLayout();
80 this.backgroundPanel
.SuspendLayout();
81 this.menuStrip1
.SuspendLayout();
86 this.buttonJoin
.Enabled
= false;
87 this.buttonJoin
.Location
= new System
.Drawing
.Point(13, 212);
88 this.buttonJoin
.Name
= "buttonJoin";
89 this.buttonJoin
.Size
= new System
.Drawing
.Size(268, 49);
90 this.buttonJoin
.TabIndex
= 0;
91 this.buttonJoin
.Text
= "Connect to server!";
92 this.buttonJoin
.UseVisualStyleBackColor
= true;
93 this.buttonJoin
.Click
+= new System
.EventHandler(this.button1_Click
);
97 this.checkBoxServer
.AutoSize
= true;
98 this.checkBoxServer
.Location
= new System
.Drawing
.Point(108, 98);
99 this.checkBoxServer
.Name
= "checkBoxServer";
100 this.checkBoxServer
.Size
= new System
.Drawing
.Size(97, 17);
101 this.checkBoxServer
.TabIndex
= 10;
102 this.checkBoxServer
.Text
= "Create Server?";
103 this.checkBoxServer
.UseVisualStyleBackColor
= true;
104 this.checkBoxServer
.CheckedChanged
+= new System
.EventHandler(this.checkBox1_CheckedChanged
);
108 this.textBoxAddress
.Location
= new System
.Drawing
.Point(79, 20);
109 this.textBoxAddress
.Name
= "textBoxAddress";
110 this.textBoxAddress
.Size
= new System
.Drawing
.Size(201, 20);
111 this.textBoxAddress
.TabIndex
= 11;
112 this.textBoxAddress
.TextChanged
+= new System
.EventHandler(this.textBox5_TextChanged
);
116 this.labelAddress
.AutoSize
= true;
117 this.labelAddress
.Location
= new System
.Drawing
.Point(12, 23);
118 this.labelAddress
.Name
= "labelAddress";
119 this.labelAddress
.Size
= new System
.Drawing
.Size(61, 13);
120 this.labelAddress
.TabIndex
= 12;
121 this.labelAddress
.Text
= "IP Address:";
125 this.numericUpDown2
.Location
= new System
.Drawing
.Point(79, 46);
126 this.numericUpDown2
.Maximum
= new decimal(new int[] {
131 this.numericUpDown2
.Minimum
= new decimal(new int[] {
136 this.numericUpDown2
.Name
= "numericUpDown2";
137 this.numericUpDown2
.Size
= new System
.Drawing
.Size(201, 20);
138 this.numericUpDown2
.TabIndex
= 16;
139 this.numericUpDown2
.Value
= new decimal(new int[] {
147 this.labelPort
.AutoSize
= true;
148 this.labelPort
.Location
= new System
.Drawing
.Point(44, 48);
149 this.labelPort
.Name
= "labelPort";
150 this.labelPort
.Size
= new System
.Drawing
.Size(29, 13);
151 this.labelPort
.TabIndex
= 17;
152 this.labelPort
.Text
= "Port:";
156 this.labelRateUpdate
.AutoSize
= true;
157 this.labelRateUpdate
.Location
= new System
.Drawing
.Point(95, 124);
158 this.labelRateUpdate
.Name
= "labelRateUpdate";
159 this.labelRateUpdate
.Size
= new System
.Drawing
.Size(126, 13);
160 this.labelRateUpdate
.TabIndex
= 18;
161 this.labelRateUpdate
.Text
= "Network Update Interval:";
165 this.listBoxPlayers
.FormattingEnabled
= true;
166 this.listBoxPlayers
.Location
= new System
.Drawing
.Point(13, 84);
167 this.listBoxPlayers
.Name
= "listBoxPlayers";
168 this.listBoxPlayers
.Size
= new System
.Drawing
.Size(268, 238);
169 this.listBoxPlayers
.TabIndex
= 13;
170 this.listBoxPlayers
.MouseDoubleClick
+= new System
.Windows
.Forms
.MouseEventHandler(this.listBox1_MouseDoubleClick
);
174 this.textBoxChat
.Multiline
= true;
175 this.textBoxChat
.ScrollBars
= System
.Windows
.Forms
.ScrollBars
.Vertical
;
176 this.textBoxChat
.ReadOnly
= true;
177 this.textBoxChat
.Location
= new System
.Drawing
.Point(13, 384);
178 this.textBoxChat
.Name
= "textBoxChat";
179 this.textBoxChat
.Size
= new System
.Drawing
.Size(595, 300);
180 this.textBoxChat
.TabIndex
= 13;
181 this.textBoxChat
.MouseDoubleClick
+= new System
.Windows
.Forms
.MouseEventHandler(this.listBox1_MouseDoubleClick
);
182 this.textBoxChat
.Font
= new System
.Drawing
.Font("Arial", 12);
186 this.comboBoxEmulator
.DropDownStyle
= System
.Windows
.Forms
.ComboBoxStyle
.DropDownList
;
187 this.comboBoxEmulator
.FormattingEnabled
= true;
188 this.comboBoxEmulator
.Items
.AddRange(new object[] {
192 this.comboBoxEmulator
.Location
= new System
.Drawing
.Point(71, 152);
193 this.comboBoxEmulator
.Name
= "comboBoxEmulator";
194 this.comboBoxEmulator
.Size
= new System
.Drawing
.Size(210, 21);
195 this.comboBoxEmulator
.TabIndex
= 20;
199 this.labelEmulator
.AutoSize
= true;
200 this.labelEmulator
.Location
= new System
.Drawing
.Point(13, 155);
201 this.labelEmulator
.Name
= "labelEmulator";
202 this.labelEmulator
.Size
= new System
.Drawing
.Size(51, 13);
203 this.labelEmulator
.TabIndex
= 21;
204 this.labelEmulator
.Text
= "Emulator:";
208 this.comboBoxChar
.DropDownStyle
= System
.Windows
.Forms
.ComboBoxStyle
.DropDownList
;
209 this.comboBoxChar
.FormattingEnabled
= true;
210 this.comboBoxChar
.Items
.AddRange(new object[] {
219 this.comboBoxChar
.Location
= new System
.Drawing
.Point(115, 179);
220 this.comboBoxChar
.Name
= "comboBoxChar";
221 this.comboBoxChar
.Size
= new System
.Drawing
.Size(166, 21);
222 this.comboBoxChar
.TabIndex
= 22;
223 this.comboBoxChar
.SelectedIndexChanged
+= new System
.EventHandler(this.comboBox2_SelectedIndexChanged
);
227 this.labelChar
.AutoSize
= true;
228 this.labelChar
.Location
= new System
.Drawing
.Point(13, 182);
229 this.labelChar
.Name
= "labelChar";
230 this.labelChar
.Size
= new System
.Drawing
.Size(95, 13);
231 this.labelChar
.TabIndex
= 23;
232 this.labelChar
.Text
= "Select your Player:";
236 this.labelMaxClients
.AutoSize
= true;
237 this.labelMaxClients
.Location
= new System
.Drawing
.Point(21, 17);
238 this.labelMaxClients
.Name
= "labelMaxClients";
239 this.labelMaxClients
.Size
= new System
.Drawing
.Size(92, 13);
240 this.labelMaxClients
.TabIndex
= 30;
241 this.labelMaxClients
.Text
= "Max Connections:";
245 this.numUpDownClients
.Location
= new System
.Drawing
.Point(119, 15);
246 this.numUpDownClients
.Maximum
= new decimal(new int[] {
251 this.numUpDownClients
.Minimum
= new decimal(new int[] {
256 this.numUpDownClients
.Name
= "numUpDownClients";
257 this.numUpDownClients
.Size
= new System
.Drawing
.Size(163, 20);
258 this.numUpDownClients
.TabIndex
= 31;
259 this.numUpDownClients
.Maximum
= 24;
260 this.numUpDownClients
.Value
= new decimal(new int[] {
265 this.numUpDownClients
.ValueChanged
+= new System
.EventHandler(this.numericUpDown3_ValueChanged
);
267 // labelPlayersOnline
269 this.labelPlayersOnline
.AutoSize
= true;
270 this.labelPlayersOnline
.Location
= new System
.Drawing
.Point(10, 68);
271 this.labelPlayersOnline
.Name
= "labelPlayersOnline";
272 this.labelPlayersOnline
.Size
= new System
.Drawing
.Size(77, 13);
273 this.labelPlayersOnline
.TabIndex
= 32;
274 this.labelPlayersOnline
.Text
= "Players Online:";
278 this.chatBox
.Enabled
= false;
279 this.chatBox
.Location
= new System
.Drawing
.Point(45, 314);
280 this.chatBox
.MaxLength
= 24;
281 this.chatBox
.Name
= "chatBox";
282 this.chatBox
.Size
= new System
.Drawing
.Size(173, 20);
283 this.chatBox
.TabIndex
= 33;
284 this.chatBox
.KeyDown
+= new System
.Windows
.Forms
.KeyEventHandler(this.chatBox_KeyDown
);
288 this.buttonChat
.Enabled
= false;
289 this.buttonChat
.Location
= new System
.Drawing
.Point(12, 340);
290 this.buttonChat
.Name
= "buttonChat";
291 this.buttonChat
.Size
= new System
.Drawing
.Size(206, 37);
292 this.buttonChat
.TabIndex
= 34;
293 this.buttonChat
.Text
= "Send Message";
294 this.buttonChat
.UseVisualStyleBackColor
= true;
295 this.buttonChat
.Click
+= new System
.EventHandler(this.button3_Click
);
299 this.usernameBox
.Location
= new System
.Drawing
.Point(79, 72);
300 this.usernameBox
.Name
= "usernameBox";
301 this.usernameBox
.Size
= new System
.Drawing
.Size(201, 20);
302 this.usernameBox
.TabIndex
= 35;
306 this.labelUsername
.AutoSize
= true;
307 this.labelUsername
.Location
= new System
.Drawing
.Point(15, 75);
308 this.labelUsername
.Name
= "labelUsername";
309 this.labelUsername
.Size
= new System
.Drawing
.Size(58, 13);
310 this.labelUsername
.TabIndex
= 36;
311 this.labelUsername
.Text
= "Username:";
315 this.panel1
.BorderStyle
= System
.Windows
.Forms
.BorderStyle
.FixedSingle
;
316 this.panel1
.Controls
.Add(this.checkBoxLAN
);
317 this.panel1
.Controls
.Add(this.labelAddress
);
318 this.panel1
.Controls
.Add(this.labelUsername
);
319 this.panel1
.Controls
.Add(this.checkBoxChat
);
320 this.panel1
.Controls
.Add(this.buttonJoin
);
321 this.panel1
.Controls
.Add(this.usernameBox
);
322 this.panel1
.Controls
.Add(this.checkBoxServer
);
323 this.panel1
.Controls
.Add(this.textBoxAddress
);
324 this.panel1
.Controls
.Add(this.labelRateUpdate
);
325 this.panel1
.Controls
.Add(this.numericUpDown2
);
326 this.panel1
.Controls
.Add(this.labelPort
);
327 this.panel1
.Controls
.Add(this.comboBoxEmulator
);
328 this.panel1
.Controls
.Add(this.labelEmulator
);
329 this.panel1
.Controls
.Add(this.comboBoxChar
);
330 this.panel1
.Controls
.Add(this.labelChar
);
331 this.panel1
.Location
= new System
.Drawing
.Point(12, 37);
332 this.panel1
.Name
= "panel1";
333 this.panel1
.Size
= new System
.Drawing
.Size(295, 271);
334 this.panel1
.TabIndex
= 37;
338 this.checkBoxLAN
.AutoSize
= true;
339 this.checkBoxLAN
.Enabled
= false;
340 this.checkBoxLAN
.Location
= new System
.Drawing
.Point(211, 98);
341 this.checkBoxLAN
.Name
= "checkBoxLAN";
342 this.checkBoxLAN
.Size
= new System
.Drawing
.Size(71, 17);
343 this.checkBoxLAN
.TabIndex
= 37;
344 this.checkBoxLAN
.Text
= "LAN Only";
345 this.checkBoxLAN
.UseVisualStyleBackColor
= true;
349 this.checkBoxChat
.AutoSize
= true;
350 this.checkBoxChat
.Enabled
= false;
351 this.checkBoxChat
.Location
= new System
.Drawing
.Point(13, 98);
352 this.checkBoxChat
.Name
= "checkBoxChat";
353 this.checkBoxChat
.Size
= new System
.Drawing
.Size(92, 17);
354 this.checkBoxChat
.TabIndex
= 33;
355 this.checkBoxChat
.Text
= "Disable Chat?";
356 this.checkBoxChat
.UseVisualStyleBackColor
= true;
357 this.checkBoxChat
.CheckedChanged
+= new System
.EventHandler(this.checkBox2_CheckedChanged
);
359 // labelConnectionConf
361 this.labelConnectionConf
.AutoSize
= true;
362 this.labelConnectionConf
.Location
= new System
.Drawing
.Point(27, 31);
363 this.labelConnectionConf
.Name
= "labelConnectionConf";
364 this.labelConnectionConf
.Size
= new System
.Drawing
.Size(105, 13);
365 this.labelConnectionConf
.TabIndex
= 38;
366 this.labelConnectionConf
.Text
= "Connection Settings:";
370 this.panel2
.BorderStyle
= System
.Windows
.Forms
.BorderStyle
.FixedSingle
;
371 this.panel2
.Controls
.Add(this.labelGamemode
);
372 this.panel2
.Controls
.Add(this.gamemodeBox
);
373 this.panel2
.Controls
.Add(this.labelPlayersOnline
);
374 this.panel2
.Controls
.Add(this.labelMaxClients
);
375 this.panel2
.Controls
.Add(this.listBoxPlayers
);
376 this.panel2
.Controls
.Add(this.numUpDownClients
);
377 this.panel2
.Enabled
= false;
378 this.panel2
.Location
= new System
.Drawing
.Point(313, 37);
379 this.panel2
.Name
= "panel2";
380 this.panel2
.Size
= new System
.Drawing
.Size(295, 340);
381 this.panel2
.TabIndex
= 39;
385 this.labelGamemode
.AutoSize
= true;
386 this.labelGamemode
.Location
= new System
.Drawing
.Point(12, 43);
387 this.labelGamemode
.Name
= "labelGamemode";
388 this.labelGamemode
.Size
= new System
.Drawing
.Size(101, 13);
389 this.labelGamemode
.TabIndex
= 35;
390 this.labelGamemode
.Text
= "Current Gamemode:";
394 this.gamemodeBox
.DropDownStyle
= System
.Windows
.Forms
.ComboBoxStyle
.DropDownList
;
395 this.gamemodeBox
.FormattingEnabled
= true;
396 this.gamemodeBox
.Items
.AddRange(new object[] {
397 "Normal Mode"/*, // can we please just comment them out to prevent confusion?
398 "3rd Person Shooter",
404 this.gamemodeBox
.Location
= new System
.Drawing
.Point(119, 40);
405 this.gamemodeBox
.Name
= "gamemodeBox";
406 this.gamemodeBox
.Size
= new System
.Drawing
.Size(163, 21);
407 this.gamemodeBox
.TabIndex
= 34;
408 this.gamemodeBox
.SelectedIndexChanged
+= new System
.EventHandler(this.gamemodeBox_SelectedIndexChanged
);
412 this.labelServerConf
.AutoSize
= true;
413 this.labelServerConf
.Location
= new System
.Drawing
.Point(330, 31);
414 this.labelServerConf
.Name
= "labelServerConf";
415 this.labelServerConf
.Size
= new System
.Drawing
.Size(82, 13);
416 this.labelServerConf
.TabIndex
= 40;
417 this.labelServerConf
.Text
= "Server Settings:";
421 this.buttonReset
.Enabled
= false;
422 this.buttonReset
.Location
= new System
.Drawing
.Point(224, 314);
423 this.buttonReset
.Name
= "buttonReset";
424 this.buttonReset
.Size
= new System
.Drawing
.Size(83, 63);
425 this.buttonReset
.TabIndex
= 41;
426 this.buttonReset
.Text
= "Reset Game";
427 this.buttonReset
.UseVisualStyleBackColor
= true;
428 this.buttonReset
.Click
+= new System
.EventHandler(this.button4_Click
);
432 this.statusStrip1
.Items
.AddRange(new System
.Windows
.Forms
.ToolStripItem
[] {
433 this.toolStripStatusLabel1
,
435 this.statusStrip1
.Location
= new System
.Drawing
.Point(0, 387);
436 this.statusStrip1
.Name
= "statusStrip1";
437 this.statusStrip1
.Size
= new System
.Drawing
.Size(618, 22);
438 this.statusStrip1
.SizingGrip
= false;
439 this.statusStrip1
.TabIndex
= 42;
440 this.statusStrip1
.Text
= "statusStrip1";
442 // toolStripStatusLabel1
444 this.toolStripStatusLabel1
.Name
= "toolStripStatusLabel1";
445 this.toolStripStatusLabel1
.Size
= new System
.Drawing
.Size(42, 17);
446 this.toolStripStatusLabel1
.Text
= "Ready!";
450 this.pingLabel
.Name
= "pingLabel";
451 this.pingLabel
.Size
= new System
.Drawing
.Size(0, 17);
455 this.pingTimer
.Interval
= 10000;
456 this.pingTimer
.Tick
+= new System
.EventHandler(this.pingTimer_Tick
);
460 this.backgroundPanel
.Controls
.Add(this.labelChat
);
461 this.backgroundPanel
.Controls
.Add(this.panel1
);
462 this.backgroundPanel
.Controls
.Add(this.buttonReset
);
463 this.backgroundPanel
.Controls
.Add(this.panel2
);
464 this.backgroundPanel
.Controls
.Add(this.chatBox
);
465 this.backgroundPanel
.Controls
.Add(this.buttonChat
);
466 this.backgroundPanel
.Controls
.Add(this.menuStrip1
);
467 this.backgroundPanel
.Controls
.Add(this.textBoxChat
);
468 this.backgroundPanel
.Dock
= System
.Windows
.Forms
.DockStyle
.Fill
;
469 this.backgroundPanel
.Location
= new System
.Drawing
.Point(0, 0);
470 this.backgroundPanel
.Name
= "backgroundPanel";
471 this.backgroundPanel
.Size
= new System
.Drawing
.Size(618, 409);
472 this.backgroundPanel
.TabIndex
= 43;
476 this.labelChat
.AutoSize
= true;
477 this.labelChat
.Location
= new System
.Drawing
.Point(12, 317);
478 this.labelChat
.Name
= "labelChat";
479 this.labelChat
.Size
= new System
.Drawing
.Size(32, 13);
480 this.labelChat
.TabIndex
= 38;
481 this.labelChat
.Text
= "Chat:";
485 this.menuStrip1
.Items
.AddRange(new System
.Windows
.Forms
.ToolStripItem
[] {
486 this.helpToolStripMenuItem
,
487 this.aboutToolStripMenuItem
});
488 this.menuStrip1
.Location
= new System
.Drawing
.Point(0, 0);
489 this.menuStrip1
.Name
= "menuStrip1";
490 this.menuStrip1
.Size
= new System
.Drawing
.Size(618, 24);
491 this.menuStrip1
.TabIndex
= 43;
492 this.menuStrip1
.Text
= "menuStrip1";
494 // helpToolStripMenuItem
496 this.helpToolStripMenuItem
.DropDownItems
.AddRange(new System
.Windows
.Forms
.ToolStripItem
[] {
497 this.forumToolStripMenuItem
,
498 this.discordToolStripMenuItem
});
499 this.helpToolStripMenuItem
.Name
= "helpToolStripMenuItem";
500 this.helpToolStripMenuItem
.Size
= new System
.Drawing
.Size(44, 20);
501 this.helpToolStripMenuItem
.Text
= "Help";
503 // forumToolStripMenuItem
505 this.forumToolStripMenuItem
.Name
= "forumToolStripMenuItem";
506 this.forumToolStripMenuItem
.Size
= new System
.Drawing
.Size(190, 22);
507 this.forumToolStripMenuItem
.Text
= "SM64O Forum";
508 this.forumToolStripMenuItem
.Click
+= new System
.EventHandler(this.forumToolStripMenuItem_Click
);
510 // discordToolStripMenuItem
512 this.discordToolStripMenuItem
.Name
= "discordToolStripMenuItem";
513 this.discordToolStripMenuItem
.Size
= new System
.Drawing
.Size(190, 22);
514 this.discordToolStripMenuItem
.Text
= "Official Discord Server";
515 this.discordToolStripMenuItem
.Click
+= new System
.EventHandler(this.discordToolStripMenuItem_Click
);
517 // aboutToolStripMenuItem
519 this.aboutToolStripMenuItem
.DropDownItems
.AddRange(new System
.Windows
.Forms
.ToolStripItem
[] {
520 this.creditsToolStripMenuItem
});
521 this.aboutToolStripMenuItem
.Name
= "aboutToolStripMenuItem";
522 this.aboutToolStripMenuItem
.Size
= new System
.Drawing
.Size(52, 20);
523 this.aboutToolStripMenuItem
.Text
= "About";
525 // creditsToolStripMenuItem
527 this.creditsToolStripMenuItem
.Name
= "creditsToolStripMenuItem";
528 this.creditsToolStripMenuItem
.Size
= new System
.Drawing
.Size(111, 22);
529 this.creditsToolStripMenuItem
.Text
= "Credits";
530 this.creditsToolStripMenuItem
.Click
+= new System
.EventHandler(this.creditsToolStripMenuItem_Click
);
534 this.AutoScaleDimensions
= new System
.Drawing
.SizeF(6F
, 13F
);
535 this.AutoScaleMode
= System
.Windows
.Forms
.AutoScaleMode
.Font
;
536 this.ClientSize
= new System
.Drawing
.Size(618, 710);
537 this.Controls
.Add(this.statusStrip1
);
538 this.Controls
.Add(this.labelServerConf
);
539 this.Controls
.Add(this.labelConnectionConf
);
540 this.Controls
.Add(this.backgroundPanel
);
541 this.FormBorderStyle
= System
.Windows
.Forms
.FormBorderStyle
.FixedSingle
;
542 this.Icon
= ((System
.Drawing
.Icon
)(resources
.GetObject("$this.Icon")));
543 this.MainMenuStrip
= this.menuStrip1
;
544 this.MaximizeBox
= false;
546 this.Text
= "Net64 Tool v" + Form1
.MAJOR_VERSION
+ "." + Form1
.MINOR_VERSION
;
547 this.FormClosing
+= new System
.Windows
.Forms
.FormClosingEventHandler(this.Form1_FormClosing
);
548 this.FormClosed
+= new System
.Windows
.Forms
.FormClosedEventHandler(this.Form1_FormClosed
);
549 this.Load
+= new System
.EventHandler(this.Form1_Load
);
550 ((System
.ComponentModel
.ISupportInitialize
)(this.numericUpDown2
)).EndInit();
551 ((System
.ComponentModel
.ISupportInitialize
)(this.numUpDownClients
)).EndInit();
552 this.panel1
.ResumeLayout(false);
553 this.panel1
.PerformLayout();
554 this.panel2
.ResumeLayout(false);
555 this.panel2
.PerformLayout();
556 this.statusStrip1
.ResumeLayout(false);
557 this.statusStrip1
.PerformLayout();
558 this.backgroundPanel
.ResumeLayout(false);
559 this.backgroundPanel
.PerformLayout();
560 this.menuStrip1
.ResumeLayout(false);
561 this.menuStrip1
.PerformLayout();
562 this.ResumeLayout(false);
563 this.PerformLayout();
569 private System
.Windows
.Forms
.Button buttonJoin
;
570 private System
.Windows
.Forms
.CheckBox checkBoxServer
;
571 private System
.Windows
.Forms
.TextBox textBoxAddress
;
572 private System
.Windows
.Forms
.Label labelAddress
;
573 private System
.Windows
.Forms
.NumericUpDown numericUpDown2
;
574 private System
.Windows
.Forms
.Label labelPort
;
575 private System
.Windows
.Forms
.Label labelRateUpdate
;
576 public System
.Windows
.Forms
.ListBox listBoxPlayers
;
577 private System
.Windows
.Forms
.TextBox textBoxChat
;
578 private System
.Windows
.Forms
.ColorDialog colorDialog1
;
579 private System
.Windows
.Forms
.ComboBox comboBoxEmulator
;
580 private System
.Windows
.Forms
.Label labelEmulator
;
581 private System
.Windows
.Forms
.ComboBox comboBoxChar
;
582 private System
.Windows
.Forms
.Label labelChar
;
583 private System
.Windows
.Forms
.Label labelMaxClients
;
584 private System
.Windows
.Forms
.NumericUpDown numUpDownClients
;
585 private System
.Windows
.Forms
.Label labelPlayersOnline
;
586 private System
.Windows
.Forms
.TextBox chatBox
;
587 private System
.Windows
.Forms
.Button buttonChat
;
588 private System
.Windows
.Forms
.TextBox usernameBox
;
589 private System
.Windows
.Forms
.Label labelUsername
;
590 private System
.Windows
.Forms
.Panel panel1
;
591 private System
.Windows
.Forms
.Label labelConnectionConf
;
592 private System
.Windows
.Forms
.Panel panel2
;
593 private System
.Windows
.Forms
.Label labelServerConf
;
594 private System
.Windows
.Forms
.CheckBox checkBoxChat
;
595 private System
.Windows
.Forms
.Label labelGamemode
;
596 private System
.Windows
.Forms
.ComboBox gamemodeBox
;
597 private System
.Windows
.Forms
.Button buttonReset
;
598 private System
.Windows
.Forms
.StatusStrip statusStrip1
;
599 private System
.Windows
.Forms
.ToolStripStatusLabel toolStripStatusLabel1
;
600 private System
.Windows
.Forms
.ToolStripStatusLabel pingLabel
;
601 private System
.Windows
.Forms
.Timer pingTimer
;
602 private System
.Windows
.Forms
.CheckBox checkBoxLAN
;
603 private System
.Windows
.Forms
.Panel backgroundPanel
;
604 private System
.Windows
.Forms
.MenuStrip menuStrip1
;
605 private System
.Windows
.Forms
.ToolStripMenuItem helpToolStripMenuItem
;
606 private System
.Windows
.Forms
.ToolStripMenuItem forumToolStripMenuItem
;
607 private System
.Windows
.Forms
.ToolStripMenuItem aboutToolStripMenuItem
;
608 private System
.Windows
.Forms
.ToolStripMenuItem creditsToolStripMenuItem
;
609 private System
.Windows
.Forms
.ToolStripMenuItem discordToolStripMenuItem
;
610 private System
.Windows
.Forms
.Label labelChat
;