WingMan – Diff between revs 8 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 8 Rev 9
Line 15... Line 15...
15 /// </summary> 15 /// </summary>
16 private void InitializeComponent() 16 private void InitializeComponent()
17 { 17 {
18 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WingManForm)); 18 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WingManForm));
19 this.groupBox1 = new System.Windows.Forms.GroupBox(); 19 this.groupBox1 = new System.Windows.Forms.GroupBox();
20 this.WingBindingsComboBox = new System.Windows.Forms.ComboBox(); 20 this.RemoteBindingsComboBox = new System.Windows.Forms.ComboBox();
21 this.button2 = new System.Windows.Forms.Button(); 21 this.button2 = new System.Windows.Forms.Button();
22 this.button1 = new System.Windows.Forms.Button(); 22 this.button1 = new System.Windows.Forms.Button();
23 this.label1 = new System.Windows.Forms.Label(); 23 this.label1 = new System.Windows.Forms.Label();
24 this.WingBindingsBindToBox = new System.Windows.Forms.TextBox(); 24 this.RemoteBindingsBindToBox = new System.Windows.Forms.TextBox();
25 this.WingBindingsListBox = new System.Windows.Forms.ListBox(); 25 this.RemoteBindingsListBox = new System.Windows.Forms.ListBox();
26 this.groupBox2 = new System.Windows.Forms.GroupBox(); 26 this.groupBox2 = new System.Windows.Forms.GroupBox();
27 this.button5 = new System.Windows.Forms.Button(); 27 this.button5 = new System.Windows.Forms.Button();
28 this.LobbySayTextBox = new System.Windows.Forms.TextBox(); 28 this.LobbySayTextBox = new System.Windows.Forms.TextBox();
29 this.LobbyTextBox = new System.Windows.Forms.TextBox(); 29 this.LobbyTextBox = new System.Windows.Forms.TextBox();
30 this.groupBox3 = new System.Windows.Forms.GroupBox(); 30 this.groupBox3 = new System.Windows.Forms.GroupBox();
31 this.HelmBindingsListBox = new System.Windows.Forms.ListBox(); 31 this.LocalBindingsListBox = new System.Windows.Forms.ListBox();
32 this.button3 = new System.Windows.Forms.Button(); 32 this.button3 = new System.Windows.Forms.Button();
33 this.HelmAddButton = new System.Windows.Forms.Button(); 33 this.HelmAddButton = new System.Windows.Forms.Button();
34 this.label2 = new System.Windows.Forms.Label(); 34 this.label2 = new System.Windows.Forms.Label();
35 this.HelmNameTextBox = new System.Windows.Forms.TextBox(); 35 this.LocalNameTextBox = new System.Windows.Forms.TextBox();
36 this.groupBox4 = new System.Windows.Forms.GroupBox(); 36 this.groupBox4 = new System.Windows.Forms.GroupBox();
37 this.label6 = new System.Windows.Forms.Label(); 37 this.label6 = new System.Windows.Forms.Label();
38 this.Password = new System.Windows.Forms.TextBox(); 38 this.Password = new System.Windows.Forms.TextBox();
39 this.label5 = new System.Windows.Forms.Label(); 39 this.label5 = new System.Windows.Forms.Label();
40 this.Nick = new System.Windows.Forms.TextBox(); 40 this.Nick = new System.Windows.Forms.TextBox();
Line 71... Line 71...
71 this.OverlayPanel.SuspendLayout(); 71 this.OverlayPanel.SuspendLayout();
72 this.SuspendLayout(); 72 this.SuspendLayout();
73 // 73 //
74 // groupBox1 74 // groupBox1
75 // 75 //
76 this.groupBox1.Controls.Add(this.WingBindingsComboBox); 76 this.groupBox1.Controls.Add(this.RemoteBindingsComboBox);
77 this.groupBox1.Controls.Add(this.button2); 77 this.groupBox1.Controls.Add(this.button2);
78 this.groupBox1.Controls.Add(this.button1); 78 this.groupBox1.Controls.Add(this.button1);
79 this.groupBox1.Controls.Add(this.label1); 79 this.groupBox1.Controls.Add(this.label1);
80 this.groupBox1.Controls.Add(this.WingBindingsBindToBox); 80 this.groupBox1.Controls.Add(this.RemoteBindingsBindToBox);
81 this.groupBox1.Controls.Add(this.WingBindingsListBox); 81 this.groupBox1.Controls.Add(this.RemoteBindingsListBox);
82 this.groupBox1.Location = new System.Drawing.Point(8, 10); 82 this.groupBox1.Location = new System.Drawing.Point(8, 10);
83 this.groupBox1.Name = "groupBox1"; 83 this.groupBox1.Name = "groupBox1";
84 this.groupBox1.Size = new System.Drawing.Size(248, 296); 84 this.groupBox1.Size = new System.Drawing.Size(248, 296);
85 this.groupBox1.TabIndex = 0; 85 this.groupBox1.TabIndex = 0;
86 this.groupBox1.TabStop = false; 86 this.groupBox1.TabStop = false;
87 this.groupBox1.Text = "Wing (Them)"; 87 this.groupBox1.Text = "Remote (Them)";
88 // 88 //
89 // WingBindingsComboBox 89 // RemoteBindingsComboBox
90 // 90 //
91 this.WingBindingsComboBox.FormattingEnabled = true; 91 this.RemoteBindingsComboBox.FormattingEnabled = true;
92 this.WingBindingsComboBox.Location = new System.Drawing.Point(8, 24); 92 this.RemoteBindingsComboBox.Location = new System.Drawing.Point(8, 24);
93 this.WingBindingsComboBox.Name = "WingBindingsComboBox"; 93 this.RemoteBindingsComboBox.Name = "RemoteBindingsComboBox";
94 this.WingBindingsComboBox.Size = new System.Drawing.Size(232, 21); 94 this.RemoteBindingsComboBox.Size = new System.Drawing.Size(232, 21);
95 this.WingBindingsComboBox.TabIndex = 5; 95 this.RemoteBindingsComboBox.TabIndex = 5;
96 this.WingBindingsComboBox.SelectionChangeCommitted += new System.EventHandler(this.WingBindingsComboBoxSelectionChangeCompleted); 96 this.RemoteBindingsComboBox.SelectionChangeCommitted += new System.EventHandler(this.RemoteBindingsComboBoxSelectionChangeCompleted);
97 // 97 //
98 // button2 98 // button2
99 // 99 //
100 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 100 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
101 this.button2.Location = new System.Drawing.Point(168, 264); 101 this.button2.Location = new System.Drawing.Point(168, 264);
Line 112... Line 112...
112 this.button1.Name = "button1"; 112 this.button1.Name = "button1";
113 this.button1.Size = new System.Drawing.Size(75, 23); 113 this.button1.Size = new System.Drawing.Size(75, 23);
114 this.button1.TabIndex = 3; 114 this.button1.TabIndex = 3;
115 this.button1.Text = "Bind"; 115 this.button1.Text = "Bind";
116 this.button1.UseVisualStyleBackColor = true; 116 this.button1.UseVisualStyleBackColor = true;
117 this.button1.Click += new System.EventHandler(this.WingBindingsBindButtonClicked); 117 this.button1.Click += new System.EventHandler(this.RemoteBindingsBindButtonClicked);
118 // 118 //
119 // label1 119 // label1
120 // 120 //
121 this.label1.AutoSize = true; 121 this.label1.AutoSize = true;
122 this.label1.Location = new System.Drawing.Point(8, 236); 122 this.label1.Location = new System.Drawing.Point(8, 236);
123 this.label1.Name = "label1"; 123 this.label1.Name = "label1";
124 this.label1.Size = new System.Drawing.Size(54, 13); 124 this.label1.Size = new System.Drawing.Size(54, 13);
125 this.label1.TabIndex = 2; 125 this.label1.TabIndex = 2;
126 this.label1.Text = "Bound To"; 126 this.label1.Text = "Bound To";
127 // 127 //
128 // WingBindingsBindToBox 128 // RemoteBindingsBindToBox
129 // 129 //
130 this.WingBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 130 this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
131 this.WingBindingsBindToBox.Location = new System.Drawing.Point(72, 232); 131 this.RemoteBindingsBindToBox.Location = new System.Drawing.Point(72, 232);
132 this.WingBindingsBindToBox.Name = "WingBindingsBindToBox"; 132 this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox";
133 this.WingBindingsBindToBox.ReadOnly = true; 133 this.RemoteBindingsBindToBox.ReadOnly = true;
134 this.WingBindingsBindToBox.Size = new System.Drawing.Size(168, 20); 134 this.RemoteBindingsBindToBox.Size = new System.Drawing.Size(168, 20);
135 this.WingBindingsBindToBox.TabIndex = 1; 135 this.RemoteBindingsBindToBox.TabIndex = 1;
136 // 136 //
137 // WingBindingsListBox 137 // RemoteBindingsListBox
138 // 138 //
139 this.WingBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 139 this.RemoteBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
140 this.WingBindingsListBox.FormattingEnabled = true; 140 this.RemoteBindingsListBox.FormattingEnabled = true;
141 this.WingBindingsListBox.Location = new System.Drawing.Point(8, 56); 141 this.RemoteBindingsListBox.Location = new System.Drawing.Point(8, 56);
142 this.WingBindingsListBox.Name = "WingBindingsListBox"; 142 this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
143 this.WingBindingsListBox.Size = new System.Drawing.Size(232, 158); 143 this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 158);
144 this.WingBindingsListBox.TabIndex = 0; 144 this.RemoteBindingsListBox.TabIndex = 0;
145 // 145 //
146 // groupBox2 146 // groupBox2
147 // 147 //
148 this.groupBox2.Controls.Add(this.button5); 148 this.groupBox2.Controls.Add(this.button5);
149 this.groupBox2.Controls.Add(this.LobbySayTextBox); 149 this.groupBox2.Controls.Add(this.LobbySayTextBox);
Line 185... Line 185...
185 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256); 185 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256);
186 this.LobbyTextBox.TabIndex = 0; 186 this.LobbyTextBox.TabIndex = 0;
187 // 187 //
188 // groupBox3 188 // groupBox3
189 // 189 //
190 this.groupBox3.Controls.Add(this.HelmBindingsListBox); 190 this.groupBox3.Controls.Add(this.LocalBindingsListBox);
191 this.groupBox3.Controls.Add(this.button3); 191 this.groupBox3.Controls.Add(this.button3);
192 this.groupBox3.Controls.Add(this.HelmAddButton); 192 this.groupBox3.Controls.Add(this.HelmAddButton);
193 this.groupBox3.Controls.Add(this.label2); 193 this.groupBox3.Controls.Add(this.label2);
194 this.groupBox3.Controls.Add(this.HelmNameTextBox); 194 this.groupBox3.Controls.Add(this.LocalNameTextBox);
195 this.groupBox3.Location = new System.Drawing.Point(272, 8); 195 this.groupBox3.Location = new System.Drawing.Point(272, 8);
196 this.groupBox3.Name = "groupBox3"; 196 this.groupBox3.Name = "groupBox3";
197 this.groupBox3.Size = new System.Drawing.Size(248, 296); 197 this.groupBox3.Size = new System.Drawing.Size(248, 296);
198 this.groupBox3.TabIndex = 2; 198 this.groupBox3.TabIndex = 2;
199 this.groupBox3.TabStop = false; 199 this.groupBox3.TabStop = false;
200 this.groupBox3.Text = "Helm (You)"; 200 this.groupBox3.Text = "Local (You)";
201 // 201 //
202 // HelmBindingsListBox 202 // LocalBindingsListBox
203 // 203 //
204 this.HelmBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 204 this.LocalBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
205 this.HelmBindingsListBox.FormattingEnabled = true; 205 this.LocalBindingsListBox.FormattingEnabled = true;
206 this.HelmBindingsListBox.Location = new System.Drawing.Point(8, 16); 206 this.LocalBindingsListBox.Location = new System.Drawing.Point(8, 16);
207 this.HelmBindingsListBox.Name = "HelmBindingsListBox"; 207 this.LocalBindingsListBox.Name = "LocalBindingsListBox";
208 this.HelmBindingsListBox.Size = new System.Drawing.Size(232, 197); 208 this.LocalBindingsListBox.Size = new System.Drawing.Size(232, 197);
209 this.HelmBindingsListBox.TabIndex = 7; 209 this.LocalBindingsListBox.TabIndex = 7;
210 // 210 //
211 // button3 211 // button3
212 // 212 //
213 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 213 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
214 this.button3.Location = new System.Drawing.Point(168, 264); 214 this.button3.Location = new System.Drawing.Point(168, 264);
Line 237... Line 237...
237 this.label2.Name = "label2"; 237 this.label2.Name = "label2";
238 this.label2.Size = new System.Drawing.Size(35, 13); 238 this.label2.Size = new System.Drawing.Size(35, 13);
239 this.label2.TabIndex = 4; 239 this.label2.TabIndex = 4;
240 this.label2.Text = "Name"; 240 this.label2.Text = "Name";
241 // 241 //
242 // HelmNameTextBox 242 // LocalNameTextBox
243 // 243 //
244 this.HelmNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 244 this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
245 this.HelmNameTextBox.Location = new System.Drawing.Point(72, 232); 245 this.LocalNameTextBox.Location = new System.Drawing.Point(72, 232);
246 this.HelmNameTextBox.Name = "HelmNameTextBox"; 246 this.LocalNameTextBox.Name = "LocalNameTextBox";
247 this.HelmNameTextBox.Size = new System.Drawing.Size(172, 20); 247 this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20);
248 this.HelmNameTextBox.TabIndex = 3; 248 this.LocalNameTextBox.TabIndex = 3;
249 this.HelmNameTextBox.Click += new System.EventHandler(this.HelmNameTextBoxClick); 249 this.LocalNameTextBox.Click += new System.EventHandler(this.HelmNameTextBoxClick);
250 // 250 //
251 // groupBox4 251 // groupBox4
252 // 252 //
253 this.groupBox4.Controls.Add(this.label6); 253 this.groupBox4.Controls.Add(this.label6);
254 this.groupBox4.Controls.Add(this.Password); 254 this.groupBox4.Controls.Add(this.Password);
Line 502... Line 502...
502 this.MinimizeBox = false; 502 this.MinimizeBox = false;
503 this.MinimumSize = new System.Drawing.Size(560, 488); 503 this.MinimumSize = new System.Drawing.Size(560, 488);
504 this.Name = "WingManForm"; 504 this.Name = "WingManForm";
505 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 505 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
506 this.Text = "WingMan © 2018 Wizardry and Steamworks"; 506 this.Text = "WingMan © 2018 Wizardry and Steamworks";
-   507 this.Load += new System.EventHandler(this.WingManFormOnLoad);
507 this.groupBox1.ResumeLayout(false); 508 this.groupBox1.ResumeLayout(false);
508 this.groupBox1.PerformLayout(); 509 this.groupBox1.PerformLayout();
509 this.groupBox2.ResumeLayout(false); 510 this.groupBox2.ResumeLayout(false);
510 this.groupBox2.PerformLayout(); 511 this.groupBox2.PerformLayout();
511 this.groupBox3.ResumeLayout(false); 512 this.groupBox3.ResumeLayout(false);
Line 532... Line 533...
532 #endregion 533 #endregion
Line 533... Line 534...
533   534  
534 private System.Windows.Forms.GroupBox groupBox1; 535 private System.Windows.Forms.GroupBox groupBox1;
535 private System.Windows.Forms.GroupBox groupBox2; 536 private System.Windows.Forms.GroupBox groupBox2;
536 private System.Windows.Forms.GroupBox groupBox3; 537 private System.Windows.Forms.GroupBox groupBox3;
537 private System.Windows.Forms.ListBox WingBindingsListBox; 538 private System.Windows.Forms.ListBox RemoteBindingsListBox;
538 private System.Windows.Forms.Label label1; 539 private System.Windows.Forms.Label label1;
539 private System.Windows.Forms.TextBox WingBindingsBindToBox; 540 private System.Windows.Forms.TextBox RemoteBindingsBindToBox;
540 private System.Windows.Forms.TextBox LobbySayTextBox; 541 private System.Windows.Forms.TextBox LobbySayTextBox;
541 public System.Windows.Forms.TextBox LobbyTextBox; 542 public System.Windows.Forms.TextBox LobbyTextBox;
542 private System.Windows.Forms.Label label2; 543 private System.Windows.Forms.Label label2;
543 private System.Windows.Forms.TextBox HelmNameTextBox; 544 private System.Windows.Forms.TextBox LocalNameTextBox;
544 private System.Windows.Forms.Button button2; 545 private System.Windows.Forms.Button button2;
545 private System.Windows.Forms.Button button1; 546 private System.Windows.Forms.Button button1;
546 private System.Windows.Forms.Button button3; 547 private System.Windows.Forms.Button button3;
547 private System.Windows.Forms.Button HelmAddButton; 548 private System.Windows.Forms.Button HelmAddButton;
Line 553... Line 554...
553 private System.Windows.Forms.TextBox Port; 554 private System.Windows.Forms.TextBox Port;
554 private System.Windows.Forms.Label label3; 555 private System.Windows.Forms.Label label3;
555 private System.Windows.Forms.TextBox Address; 556 private System.Windows.Forms.TextBox Address;
556 private System.Windows.Forms.StatusStrip statusStrip; 557 private System.Windows.Forms.StatusStrip statusStrip;
557 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; 558 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
558 private System.Windows.Forms.ComboBox WingBindingsComboBox; 559 private System.Windows.Forms.ComboBox RemoteBindingsComboBox;
559 private System.Windows.Forms.Label label5; 560 private System.Windows.Forms.Label label5;
560 private System.Windows.Forms.TextBox Nick; 561 private System.Windows.Forms.TextBox Nick;
561 private System.Windows.Forms.TabControl tabControl1; 562 private System.Windows.Forms.TabControl tabControl1;
562 private System.Windows.Forms.TabPage tabPage1; 563 private System.Windows.Forms.TabPage tabPage1;
563 private System.Windows.Forms.GroupBox groupBox5; 564 private System.Windows.Forms.GroupBox groupBox5;
564 public System.Windows.Forms.TextBox ActivityTextBox; 565 public System.Windows.Forms.TextBox ActivityTextBox;
565 private System.Windows.Forms.TabPage tabPage2; 566 private System.Windows.Forms.TabPage tabPage2;
566 private System.Windows.Forms.TabPage tabPage3; 567 private System.Windows.Forms.TabPage tabPage3;
567 private System.Windows.Forms.PictureBox pictureBox1; 568 private System.Windows.Forms.PictureBox pictureBox1;
568 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 569 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
569 private System.Windows.Forms.ListBox HelmBindingsListBox; 570 private System.Windows.Forms.ListBox LocalBindingsListBox;
570 private System.Windows.Forms.Panel OverlayPanel; 571 private System.Windows.Forms.Panel OverlayPanel;
571 private System.Windows.Forms.Label OverlayPanelLabel; 572 private System.Windows.Forms.Label OverlayPanelLabel;
572 private System.Windows.Forms.Label label6; 573 private System.Windows.Forms.Label label6;
573 private System.Windows.Forms.TextBox Password; 574 private System.Windows.Forms.TextBox Password;
574 } 575 }