WingMan – Diff between revs 21 and 22

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 21 Rev 22
1 namespace WingMan 1 namespace WingMan
2 { 2 {
3 partial class WingManForm 3 partial class WingManForm
4 { 4 {
5 /// <summary> 5 /// <summary>
6 /// Required designer variable. 6 /// Required designer variable.
7 /// </summary> 7 /// </summary>
8 private System.ComponentModel.IContainer components = null; 8 private System.ComponentModel.IContainer components = null;
9   9  
10 #region Windows Form Designer generated code 10 #region Windows Form Designer generated code
11   11  
12 /// <summary> 12 /// <summary>
13 /// Required method for Designer support - do not modify 13 /// Required method for Designer support - do not modify
14 /// the contents of this method with the code editor. 14 /// the contents of this method with the code editor.
15 /// </summary> 15 /// </summary>
16 private void InitializeComponent() 16 private void InitializeComponent()
17 { 17 {
-   18 this.components = new System.ComponentModel.Container();
18 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WingManForm)); 19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WingManForm));
19 this.groupBox1 = new System.Windows.Forms.GroupBox(); 20 this.groupBox1 = new System.Windows.Forms.GroupBox();
20 this.RemoteBindingsComboBox = new System.Windows.Forms.ComboBox(); 21 this.RemoteBindingsComboBox = new System.Windows.Forms.ComboBox();
21 this.button2 = new System.Windows.Forms.Button(); 22 this.button2 = new System.Windows.Forms.Button();
22 this.button1 = new System.Windows.Forms.Button(); 23 this.button1 = new System.Windows.Forms.Button();
23 this.label1 = new System.Windows.Forms.Label(); 24 this.label1 = new System.Windows.Forms.Label();
24 this.RemoteBindingsBindToBox = new System.Windows.Forms.TextBox(); 25 this.RemoteBindingsBindToBox = new System.Windows.Forms.TextBox();
25 this.RemoteBindingsListBox = new System.Windows.Forms.ListBox(); 26 this.RemoteBindingsListBox = new System.Windows.Forms.ListBox();
26 this.groupBox2 = new System.Windows.Forms.GroupBox(); 27 this.groupBox2 = new System.Windows.Forms.GroupBox();
27 this.button5 = new System.Windows.Forms.Button(); 28 this.button5 = new System.Windows.Forms.Button();
28 this.LobbySayTextBox = new System.Windows.Forms.TextBox(); 29 this.LobbySayTextBox = new System.Windows.Forms.TextBox();
29 this.LobbyTextBox = new System.Windows.Forms.TextBox(); 30 this.LobbyTextBox = new System.Windows.Forms.TextBox();
30 this.groupBox3 = new System.Windows.Forms.GroupBox(); 31 this.groupBox3 = new System.Windows.Forms.GroupBox();
31 this.LocalBindingsListBox = new System.Windows.Forms.ListBox(); 32 this.LocalBindingsListBox = new System.Windows.Forms.ListBox();
32 this.button3 = new System.Windows.Forms.Button(); 33 this.button3 = new System.Windows.Forms.Button();
33 this.HelmAddButton = new System.Windows.Forms.Button(); 34 this.HelmAddButton = new System.Windows.Forms.Button();
34 this.label2 = new System.Windows.Forms.Label(); 35 this.label2 = new System.Windows.Forms.Label();
35 this.LocalNameTextBox = new System.Windows.Forms.TextBox(); 36 this.LocalNameTextBox = new System.Windows.Forms.TextBox();
36 this.groupBox4 = new System.Windows.Forms.GroupBox(); 37 this.groupBox4 = new System.Windows.Forms.GroupBox();
37 this.label6 = new System.Windows.Forms.Label(); 38 this.label6 = new System.Windows.Forms.Label();
38 this.Password = new System.Windows.Forms.TextBox(); 39 this.Password = new System.Windows.Forms.TextBox();
39 this.label5 = new System.Windows.Forms.Label(); 40 this.label5 = new System.Windows.Forms.Label();
40 this.Nick = new System.Windows.Forms.TextBox(); 41 this.Nick = new System.Windows.Forms.TextBox();
41 this.HostButton = new System.Windows.Forms.Button(); 42 this.HostButton = new System.Windows.Forms.Button();
42 this.label4 = new System.Windows.Forms.Label(); 43 this.label4 = new System.Windows.Forms.Label();
43 this.ConnectButton = new System.Windows.Forms.Button(); 44 this.ConnectButton = new System.Windows.Forms.Button();
44 this.Port = new System.Windows.Forms.TextBox(); 45 this.Port = new System.Windows.Forms.TextBox();
45 this.label3 = new System.Windows.Forms.Label(); 46 this.label3 = new System.Windows.Forms.Label();
46 this.Address = new System.Windows.Forms.TextBox(); 47 this.Address = new System.Windows.Forms.TextBox();
47 this.statusStrip = new System.Windows.Forms.StatusStrip(); -  
48 this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); -  
49 this.tabControl1 = new System.Windows.Forms.TabControl(); 48 this.tabControl1 = new System.Windows.Forms.TabControl();
50 this.tabPage1 = new System.Windows.Forms.TabPage(); 49 this.tabPage1 = new System.Windows.Forms.TabPage();
51 this.groupBox5 = new System.Windows.Forms.GroupBox(); 50 this.groupBox5 = new System.Windows.Forms.GroupBox();
52 this.ActivityTextBox = new System.Windows.Forms.TextBox(); 51 this.ActivityTextBox = new System.Windows.Forms.TextBox();
53 this.tabPage2 = new System.Windows.Forms.TabPage(); 52 this.tabPage2 = new System.Windows.Forms.TabPage();
54 this.tabPage3 = new System.Windows.Forms.TabPage(); 53 this.tabPage3 = new System.Windows.Forms.TabPage();
55 this.pictureBox1 = new System.Windows.Forms.PictureBox(); 54 this.pictureBox1 = new System.Windows.Forms.PictureBox();
56 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 55 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
57 this.OverlayPanel = new System.Windows.Forms.Panel(); 56 this.OverlayPanel = new System.Windows.Forms.Panel();
58 this.OverlayPanelLabel = new System.Windows.Forms.Label(); 57 this.OverlayPanelLabel = new System.Windows.Forms.Label();
-   58 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
59 this.groupBox1.SuspendLayout(); 59 this.groupBox1.SuspendLayout();
60 this.groupBox2.SuspendLayout(); 60 this.groupBox2.SuspendLayout();
61 this.groupBox3.SuspendLayout(); 61 this.groupBox3.SuspendLayout();
62 this.groupBox4.SuspendLayout(); 62 this.groupBox4.SuspendLayout();
63 this.statusStrip.SuspendLayout(); -  
64 this.tabControl1.SuspendLayout(); 63 this.tabControl1.SuspendLayout();
65 this.tabPage1.SuspendLayout(); 64 this.tabPage1.SuspendLayout();
66 this.groupBox5.SuspendLayout(); 65 this.groupBox5.SuspendLayout();
67 this.tabPage2.SuspendLayout(); 66 this.tabPage2.SuspendLayout();
68 this.tabPage3.SuspendLayout(); 67 this.tabPage3.SuspendLayout();
69 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 68 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
70 this.tableLayoutPanel1.SuspendLayout(); 69 this.tableLayoutPanel1.SuspendLayout();
71 this.OverlayPanel.SuspendLayout(); 70 this.OverlayPanel.SuspendLayout();
72 this.SuspendLayout(); 71 this.SuspendLayout();
73 // 72 //
74 // groupBox1 73 // groupBox1
75 // 74 //
76 this.groupBox1.Controls.Add(this.RemoteBindingsComboBox); 75 this.groupBox1.Controls.Add(this.RemoteBindingsComboBox);
77 this.groupBox1.Controls.Add(this.button2); 76 this.groupBox1.Controls.Add(this.button2);
78 this.groupBox1.Controls.Add(this.button1); 77 this.groupBox1.Controls.Add(this.button1);
79 this.groupBox1.Controls.Add(this.label1); 78 this.groupBox1.Controls.Add(this.label1);
80 this.groupBox1.Controls.Add(this.RemoteBindingsBindToBox); 79 this.groupBox1.Controls.Add(this.RemoteBindingsBindToBox);
81 this.groupBox1.Controls.Add(this.RemoteBindingsListBox); 80 this.groupBox1.Controls.Add(this.RemoteBindingsListBox);
82 this.groupBox1.Location = new System.Drawing.Point(8, 10); 81 this.groupBox1.Location = new System.Drawing.Point(8, 10);
83 this.groupBox1.Name = "groupBox1"; 82 this.groupBox1.Name = "groupBox1";
84 this.groupBox1.Size = new System.Drawing.Size(248, 296); 83 this.groupBox1.Size = new System.Drawing.Size(248, 318);
85 this.groupBox1.TabIndex = 0; 84 this.groupBox1.TabIndex = 0;
86 this.groupBox1.TabStop = false; 85 this.groupBox1.TabStop = false;
87 this.groupBox1.Text = "Remote (Them)"; 86 this.groupBox1.Text = "Remote (Them)";
88 // 87 //
89 // RemoteBindingsComboBox 88 // RemoteBindingsComboBox
90 // 89 //
91 this.RemoteBindingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; 90 this.RemoteBindingsComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
92 this.RemoteBindingsComboBox.FormattingEnabled = true; 91 this.RemoteBindingsComboBox.FormattingEnabled = true;
93 this.RemoteBindingsComboBox.Location = new System.Drawing.Point(8, 24); 92 this.RemoteBindingsComboBox.Location = new System.Drawing.Point(8, 24);
94 this.RemoteBindingsComboBox.Name = "RemoteBindingsComboBox"; 93 this.RemoteBindingsComboBox.Name = "RemoteBindingsComboBox";
95 this.RemoteBindingsComboBox.Size = new System.Drawing.Size(232, 21); 94 this.RemoteBindingsComboBox.Size = new System.Drawing.Size(232, 21);
96 this.RemoteBindingsComboBox.TabIndex = 5; 95 this.RemoteBindingsComboBox.TabIndex = 5;
97 this.RemoteBindingsComboBox.SelectionChangeCommitted += new System.EventHandler(this.RemoteBindingsComboBoxSelectionChangeCompleted); 96 this.RemoteBindingsComboBox.SelectionChangeCommitted += new System.EventHandler(this.RemoteBindingsComboBoxSelectionChangeCompleted);
98 // 97 //
99 // button2 98 // button2
100 // 99 //
101 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 100 this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
102 this.button2.Location = new System.Drawing.Point(168, 264); 101 this.button2.Location = new System.Drawing.Point(168, 284);
103 this.button2.Name = "button2"; 102 this.button2.Name = "button2";
104 this.button2.Size = new System.Drawing.Size(75, 23); 103 this.button2.Size = new System.Drawing.Size(75, 23);
105 this.button2.TabIndex = 4; 104 this.button2.TabIndex = 4;
106 this.button2.Text = "Unbind"; 105 this.button2.Text = "Unbind";
107 this.button2.UseVisualStyleBackColor = true; 106 this.button2.UseVisualStyleBackColor = true;
108 this.button2.Click += new System.EventHandler(this.RemoteBindingsUnbindButtonClicked); 107 this.button2.Click += new System.EventHandler(this.RemoteBindingsUnbindButtonClicked);
109 // 108 //
110 // button1 109 // button1
111 // 110 //
112 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 111 this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
113 this.button1.Location = new System.Drawing.Point(88, 264); 112 this.button1.Location = new System.Drawing.Point(88, 284);
114 this.button1.Name = "button1"; 113 this.button1.Name = "button1";
115 this.button1.Size = new System.Drawing.Size(75, 23); 114 this.button1.Size = new System.Drawing.Size(75, 23);
116 this.button1.TabIndex = 3; 115 this.button1.TabIndex = 3;
117 this.button1.Text = "Bind"; 116 this.button1.Text = "Bind";
118 this.button1.UseVisualStyleBackColor = true; 117 this.button1.UseVisualStyleBackColor = true;
119 this.button1.Click += new System.EventHandler(this.RemoteBindingsBindButtonClicked); 118 this.button1.Click += new System.EventHandler(this.RemoteBindingsBindButtonClicked);
120 // 119 //
121 // label1 120 // label1
122 // 121 //
123 this.label1.AutoSize = true; 122 this.label1.AutoSize = true;
124 this.label1.Location = new System.Drawing.Point(8, 236); 123 this.label1.Location = new System.Drawing.Point(8, 256);
125 this.label1.Name = "label1"; 124 this.label1.Name = "label1";
126 this.label1.Size = new System.Drawing.Size(54, 13); 125 this.label1.Size = new System.Drawing.Size(54, 13);
127 this.label1.TabIndex = 2; 126 this.label1.TabIndex = 2;
128 this.label1.Text = "Bound To"; 127 this.label1.Text = "Bound To";
129 // 128 //
130 // RemoteBindingsBindToBox 129 // RemoteBindingsBindToBox
131 // 130 //
132 this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 131 this.RemoteBindingsBindToBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
133 this.RemoteBindingsBindToBox.Location = new System.Drawing.Point(72, 232); 132 this.RemoteBindingsBindToBox.Location = new System.Drawing.Point(72, 252);
134 this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox"; 133 this.RemoteBindingsBindToBox.Name = "RemoteBindingsBindToBox";
135 this.RemoteBindingsBindToBox.ReadOnly = true; 134 this.RemoteBindingsBindToBox.ReadOnly = true;
136 this.RemoteBindingsBindToBox.Size = new System.Drawing.Size(168, 20); 135 this.RemoteBindingsBindToBox.Size = new System.Drawing.Size(168, 20);
137 this.RemoteBindingsBindToBox.TabIndex = 1; 136 this.RemoteBindingsBindToBox.TabIndex = 1;
138 // 137 //
139 // RemoteBindingsListBox 138 // RemoteBindingsListBox
140 // 139 //
141 this.RemoteBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 140 this.RemoteBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
142 this.RemoteBindingsListBox.FormattingEnabled = true; 141 this.RemoteBindingsListBox.FormattingEnabled = true;
143 this.RemoteBindingsListBox.Location = new System.Drawing.Point(8, 56); 142 this.RemoteBindingsListBox.Location = new System.Drawing.Point(8, 56);
144 this.RemoteBindingsListBox.Name = "RemoteBindingsListBox"; 143 this.RemoteBindingsListBox.Name = "RemoteBindingsListBox";
145 this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 158); 144 this.RemoteBindingsListBox.Size = new System.Drawing.Size(232, 184);
146 this.RemoteBindingsListBox.TabIndex = 0; 145 this.RemoteBindingsListBox.TabIndex = 0;
147 this.RemoteBindingsListBox.SelectedValueChanged += new System.EventHandler(this.RemoteBindingsListBoxSelectedValueChanged); 146 this.RemoteBindingsListBox.SelectedValueChanged += new System.EventHandler(this.RemoteBindingsListBoxSelectedValueChanged);
148 // 147 //
149 // groupBox2 148 // groupBox2
150 // 149 //
151 this.groupBox2.Controls.Add(this.button5); 150 this.groupBox2.Controls.Add(this.button5);
152 this.groupBox2.Controls.Add(this.LobbySayTextBox); 151 this.groupBox2.Controls.Add(this.LobbySayTextBox);
153 this.groupBox2.Controls.Add(this.LobbyTextBox); 152 this.groupBox2.Controls.Add(this.LobbyTextBox);
154 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill; 153 this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
155 this.groupBox2.Location = new System.Drawing.Point(0, 0); 154 this.groupBox2.Location = new System.Drawing.Point(0, 0);
156 this.groupBox2.Name = "groupBox2"; 155 this.groupBox2.Name = "groupBox2";
157 this.groupBox2.Size = new System.Drawing.Size(530, 311); 156 this.groupBox2.Size = new System.Drawing.Size(530, 337);
158 this.groupBox2.TabIndex = 1; 157 this.groupBox2.TabIndex = 1;
159 this.groupBox2.TabStop = false; 158 this.groupBox2.TabStop = false;
160 this.groupBox2.Text = "Lobby"; 159 this.groupBox2.Text = "Lobby";
161 // 160 //
162 // button5 161 // button5
163 // 162 //
164 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 163 this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
165 this.button5.Location = new System.Drawing.Point(480, 280); 164 this.button5.Location = new System.Drawing.Point(480, 280);
166 this.button5.Name = "button5"; 165 this.button5.Name = "button5";
167 this.button5.Size = new System.Drawing.Size(40, 24); 166 this.button5.Size = new System.Drawing.Size(40, 24);
168 this.button5.TabIndex = 2; 167 this.button5.TabIndex = 2;
169 this.button5.Text = "Say"; 168 this.button5.Text = "Say";
170 this.button5.UseVisualStyleBackColor = true; 169 this.button5.UseVisualStyleBackColor = true;
171 this.button5.Click += new System.EventHandler(this.LobbySayButtonClick); 170 this.button5.Click += new System.EventHandler(this.LobbySayButtonClick);
172 // 171 //
173 // LobbySayTextBox 172 // LobbySayTextBox
174 // 173 //
175 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 174 this.LobbySayTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
176 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 282); 175 this.LobbySayTextBox.Location = new System.Drawing.Point(8, 282);
177 this.LobbySayTextBox.Name = "LobbySayTextBox"; 176 this.LobbySayTextBox.Name = "LobbySayTextBox";
178 this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20); 177 this.LobbySayTextBox.Size = new System.Drawing.Size(464, 20);
179 this.LobbySayTextBox.TabIndex = 1; 178 this.LobbySayTextBox.TabIndex = 1;
180 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown); 179 this.LobbySayTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LobbySayTextBoxKeyDown);
181 // 180 //
182 // LobbyTextBox 181 // LobbyTextBox
183 // 182 //
184 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 183 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
185 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16); 184 this.LobbyTextBox.Location = new System.Drawing.Point(8, 16);
186 this.LobbyTextBox.Multiline = true; 185 this.LobbyTextBox.Multiline = true;
187 this.LobbyTextBox.Name = "LobbyTextBox"; 186 this.LobbyTextBox.Name = "LobbyTextBox";
188 this.LobbyTextBox.ReadOnly = true; 187 this.LobbyTextBox.ReadOnly = true;
189 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256); 188 this.LobbyTextBox.Size = new System.Drawing.Size(512, 256);
190 this.LobbyTextBox.TabIndex = 0; 189 this.LobbyTextBox.TabIndex = 0;
191 // 190 //
192 // groupBox3 191 // groupBox3
193 // 192 //
194 this.groupBox3.Controls.Add(this.LocalBindingsListBox); 193 this.groupBox3.Controls.Add(this.LocalBindingsListBox);
195 this.groupBox3.Controls.Add(this.button3); 194 this.groupBox3.Controls.Add(this.button3);
196 this.groupBox3.Controls.Add(this.HelmAddButton); 195 this.groupBox3.Controls.Add(this.HelmAddButton);
197 this.groupBox3.Controls.Add(this.label2); 196 this.groupBox3.Controls.Add(this.label2);
198 this.groupBox3.Controls.Add(this.LocalNameTextBox); 197 this.groupBox3.Controls.Add(this.LocalNameTextBox);
199 this.groupBox3.Location = new System.Drawing.Point(272, 8); 198 this.groupBox3.Location = new System.Drawing.Point(272, 8);
200 this.groupBox3.Name = "groupBox3"; 199 this.groupBox3.Name = "groupBox3";
201 this.groupBox3.Size = new System.Drawing.Size(248, 296); 200 this.groupBox3.Size = new System.Drawing.Size(248, 320);
202 this.groupBox3.TabIndex = 2; 201 this.groupBox3.TabIndex = 2;
203 this.groupBox3.TabStop = false; 202 this.groupBox3.TabStop = false;
204 this.groupBox3.Text = "Local (You)"; 203 this.groupBox3.Text = "Local (You)";
205 // 204 //
206 // LocalBindingsListBox 205 // LocalBindingsListBox
207 // 206 //
208 this.LocalBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 207 this.LocalBindingsListBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
209 this.LocalBindingsListBox.FormattingEnabled = true; 208 this.LocalBindingsListBox.FormattingEnabled = true;
210 this.LocalBindingsListBox.Location = new System.Drawing.Point(8, 16); 209 this.LocalBindingsListBox.Location = new System.Drawing.Point(8, 16);
211 this.LocalBindingsListBox.Name = "LocalBindingsListBox"; 210 this.LocalBindingsListBox.Name = "LocalBindingsListBox";
212 this.LocalBindingsListBox.Size = new System.Drawing.Size(232, 197); 211 this.LocalBindingsListBox.Size = new System.Drawing.Size(232, 223);
213 this.LocalBindingsListBox.TabIndex = 7; 212 this.LocalBindingsListBox.TabIndex = 7;
214 // 213 //
215 // button3 214 // button3
216 // 215 //
217 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 216 this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
218 this.button3.Location = new System.Drawing.Point(168, 264); 217 this.button3.Location = new System.Drawing.Point(168, 288);
219 this.button3.Name = "button3"; 218 this.button3.Name = "button3";
220 this.button3.Size = new System.Drawing.Size(75, 23); 219 this.button3.Size = new System.Drawing.Size(75, 23);
221 this.button3.TabIndex = 6; 220 this.button3.TabIndex = 6;
222 this.button3.Text = "Remove"; 221 this.button3.Text = "Remove";
223 this.button3.UseVisualStyleBackColor = true; 222 this.button3.UseVisualStyleBackColor = true;
224 this.button3.Click += new System.EventHandler(this.LocalBindingsRemoveButtonClick); 223 this.button3.Click += new System.EventHandler(this.LocalBindingsRemoveButtonClick);
225 // 224 //
226 // HelmAddButton 225 // HelmAddButton
227 // 226 //
228 this.HelmAddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 227 this.HelmAddButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
229 this.HelmAddButton.Location = new System.Drawing.Point(88, 264); 228 this.HelmAddButton.Location = new System.Drawing.Point(88, 288);
230 this.HelmAddButton.Name = "HelmAddButton"; 229 this.HelmAddButton.Name = "HelmAddButton";
231 this.HelmAddButton.Size = new System.Drawing.Size(75, 23); 230 this.HelmAddButton.Size = new System.Drawing.Size(75, 23);
232 this.HelmAddButton.TabIndex = 5; 231 this.HelmAddButton.TabIndex = 5;
233 this.HelmAddButton.Text = "Add"; 232 this.HelmAddButton.Text = "Add";
234 this.HelmAddButton.UseVisualStyleBackColor = true; 233 this.HelmAddButton.UseVisualStyleBackColor = true;
235 this.HelmAddButton.Click += new System.EventHandler(this.LocalAddBindingButtonClick); 234 this.HelmAddButton.Click += new System.EventHandler(this.LocalAddBindingButtonClick);
236 // 235 //
237 // label2 236 // label2
238 // 237 //
239 this.label2.AutoSize = true; 238 this.label2.AutoSize = true;
240 this.label2.Location = new System.Drawing.Point(24, 236); 239 this.label2.Location = new System.Drawing.Point(24, 260);
241 this.label2.Name = "label2"; 240 this.label2.Name = "label2";
242 this.label2.Size = new System.Drawing.Size(35, 13); 241 this.label2.Size = new System.Drawing.Size(35, 13);
243 this.label2.TabIndex = 4; 242 this.label2.TabIndex = 4;
244 this.label2.Text = "Name"; 243 this.label2.Text = "Name";
245 // 244 //
246 // LocalNameTextBox 245 // LocalNameTextBox
247 // 246 //
248 this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 247 this.LocalNameTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
249 this.LocalNameTextBox.Location = new System.Drawing.Point(72, 232); 248 this.LocalNameTextBox.Location = new System.Drawing.Point(72, 256);
250 this.LocalNameTextBox.Name = "LocalNameTextBox"; 249 this.LocalNameTextBox.Name = "LocalNameTextBox";
251 this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20); 250 this.LocalNameTextBox.Size = new System.Drawing.Size(172, 20);
252 this.LocalNameTextBox.TabIndex = 3; 251 this.LocalNameTextBox.TabIndex = 3;
253 this.LocalNameTextBox.Click += new System.EventHandler(this.LocalNameTextBoxClick); 252 this.LocalNameTextBox.Click += new System.EventHandler(this.LocalNameTextBoxClick);
254 // 253 //
255 // groupBox4 254 // groupBox4
256 // 255 //
257 this.groupBox4.Controls.Add(this.label6); 256 this.groupBox4.Controls.Add(this.label6);
258 this.groupBox4.Controls.Add(this.Password); 257 this.groupBox4.Controls.Add(this.Password);
259 this.groupBox4.Controls.Add(this.label5); 258 this.groupBox4.Controls.Add(this.label5);
260 this.groupBox4.Controls.Add(this.Nick); 259 this.groupBox4.Controls.Add(this.Nick);
261 this.groupBox4.Controls.Add(this.HostButton); 260 this.groupBox4.Controls.Add(this.HostButton);
262 this.groupBox4.Controls.Add(this.label4); 261 this.groupBox4.Controls.Add(this.label4);
263 this.groupBox4.Controls.Add(this.ConnectButton); 262 this.groupBox4.Controls.Add(this.ConnectButton);
264 this.groupBox4.Controls.Add(this.Port); 263 this.groupBox4.Controls.Add(this.Port);
265 this.groupBox4.Controls.Add(this.label3); 264 this.groupBox4.Controls.Add(this.label3);
266 this.groupBox4.Controls.Add(this.Address); 265 this.groupBox4.Controls.Add(this.Address);
267 this.groupBox4.Location = new System.Drawing.Point(8, 8); 266 this.groupBox4.Location = new System.Drawing.Point(8, 8);
268 this.groupBox4.Name = "groupBox4"; 267 this.groupBox4.Name = "groupBox4";
269 this.groupBox4.Size = new System.Drawing.Size(512, 112); 268 this.groupBox4.Size = new System.Drawing.Size(512, 120);
270 this.groupBox4.TabIndex = 3; 269 this.groupBox4.TabIndex = 3;
271 this.groupBox4.TabStop = false; 270 this.groupBox4.TabStop = false;
272 this.groupBox4.Text = "Connection"; 271 this.groupBox4.Text = "Connection";
273 // 272 //
274 // label6 273 // label6
275 // 274 //
276 this.label6.AutoSize = true; 275 this.label6.AutoSize = true;
277 this.label6.Location = new System.Drawing.Point(259, 20); 276 this.label6.Location = new System.Drawing.Point(279, 20);
278 this.label6.Name = "label6"; 277 this.label6.Name = "label6";
279 this.label6.Size = new System.Drawing.Size(53, 13); 278 this.label6.Size = new System.Drawing.Size(53, 13);
280 this.label6.TabIndex = 10; 279 this.label6.TabIndex = 10;
281 this.label6.Text = "Password"; 280 this.label6.Text = "Password";
282 // 281 //
283 // Password 282 // Password
284 // 283 //
285 this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 284 this.Password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
286 this.Password.Location = new System.Drawing.Point(316, 16); 285 this.Password.Location = new System.Drawing.Point(336, 16);
287 this.Password.Name = "Password"; 286 this.Password.Name = "Password";
-   287 this.Password.PasswordChar = '*';
288 this.Password.Size = new System.Drawing.Size(160, 20); 288 this.Password.Size = new System.Drawing.Size(104, 20);
289 this.Password.TabIndex = 9; 289 this.Password.TabIndex = 9;
290 // 290 //
291 // label5 291 // label5
292 // 292 //
293 this.label5.AutoSize = true; 293 this.label5.AutoSize = true;
294 this.label5.Location = new System.Drawing.Point(112, 52); 294 this.label5.Location = new System.Drawing.Point(112, 52);
295 this.label5.Name = "label5"; 295 this.label5.Name = "label5";
296 this.label5.Size = new System.Drawing.Size(29, 13); 296 this.label5.Size = new System.Drawing.Size(29, 13);
297 this.label5.TabIndex = 8; 297 this.label5.TabIndex = 8;
298 this.label5.Text = "Nick"; 298 this.label5.Text = "Nick";
299 // 299 //
300 // Nick 300 // Nick
301 // 301 //
302 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 302 this.Nick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
303 this.Nick.Location = new System.Drawing.Point(152, 48); 303 this.Nick.Location = new System.Drawing.Point(152, 48);
304 this.Nick.Name = "Nick"; 304 this.Nick.Name = "Nick";
305 this.Nick.Size = new System.Drawing.Size(176, 20); 305 this.Nick.Size = new System.Drawing.Size(176, 20);
306 this.Nick.TabIndex = 7; 306 this.Nick.TabIndex = 7;
307 // 307 //
308 // HostButton 308 // HostButton
309 // 309 //
310 this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 310 this.HostButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
311 this.HostButton.Location = new System.Drawing.Point(248, 80); 311 this.HostButton.Location = new System.Drawing.Point(248, 80);
312 this.HostButton.Name = "HostButton"; 312 this.HostButton.Name = "HostButton";
313 this.HostButton.Size = new System.Drawing.Size(75, 23); 313 this.HostButton.Size = new System.Drawing.Size(75, 23);
314 this.HostButton.TabIndex = 6; 314 this.HostButton.TabIndex = 6;
315 this.HostButton.Text = "Host"; 315 this.HostButton.Text = "Host";
316 this.HostButton.UseVisualStyleBackColor = true; 316 this.HostButton.UseVisualStyleBackColor = true;
317 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync); 317 this.HostButton.Click += new System.EventHandler(this.HostButtonClickAsync);
318 // 318 //
319 // label4 319 // label4
320 // 320 //
321 this.label4.AutoSize = true; 321 this.label4.AutoSize = true;
322 this.label4.Location = new System.Drawing.Point(165, 20); 322 this.label4.Location = new System.Drawing.Point(185, 20);
323 this.label4.Name = "label4"; 323 this.label4.Name = "label4";
324 this.label4.Size = new System.Drawing.Size(26, 13); 324 this.label4.Size = new System.Drawing.Size(26, 13);
325 this.label4.TabIndex = 3; 325 this.label4.TabIndex = 3;
326 this.label4.Text = "Port"; 326 this.label4.Text = "Port";
327 // 327 //
328 // ConnectButton 328 // ConnectButton
329 // 329 //
330 this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; 330 this.ConnectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
331 this.ConnectButton.Location = new System.Drawing.Point(160, 80); 331 this.ConnectButton.Location = new System.Drawing.Point(160, 80);
332 this.ConnectButton.Name = "ConnectButton"; 332 this.ConnectButton.Name = "ConnectButton";
333 this.ConnectButton.Size = new System.Drawing.Size(75, 23); 333 this.ConnectButton.Size = new System.Drawing.Size(75, 23);
334 this.ConnectButton.TabIndex = 5; 334 this.ConnectButton.TabIndex = 5;
335 this.ConnectButton.Text = "Connect"; 335 this.ConnectButton.Text = "Connect";
336 this.ConnectButton.UseVisualStyleBackColor = true; 336 this.ConnectButton.UseVisualStyleBackColor = true;
337 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync); 337 this.ConnectButton.Click += new System.EventHandler(this.ConnectButtonClickAsync);
338 // 338 //
339 // Port 339 // Port
340 // 340 //
341 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 341 this.Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
342 this.Port.Location = new System.Drawing.Point(195, 16); 342 this.Port.Location = new System.Drawing.Point(215, 16);
343 this.Port.Name = "Port"; 343 this.Port.Name = "Port";
344 this.Port.Size = new System.Drawing.Size(60, 20); 344 this.Port.Size = new System.Drawing.Size(60, 20);
345 this.Port.TabIndex = 2; 345 this.Port.TabIndex = 2;
346 this.Port.Text = "43335"; 346 this.Port.Text = "43335";
347 this.Port.Click += new System.EventHandler(this.PortTextBoxClick); 347 this.Port.Click += new System.EventHandler(this.PortTextBoxClick);
348 // 348 //
349 // label3 349 // label3
350 // 350 //
351 this.label3.AutoSize = true; 351 this.label3.AutoSize = true;
352 this.label3.Location = new System.Drawing.Point(32, 20); 352 this.label3.Location = new System.Drawing.Point(40, 20);
353 this.label3.Name = "label3"; 353 this.label3.Name = "label3";
354 this.label3.Size = new System.Drawing.Size(45, 13); 354 this.label3.Size = new System.Drawing.Size(29, 13);
355 this.label3.TabIndex = 1; 355 this.label3.TabIndex = 1;
356 this.label3.Text = "Address"; 356 this.label3.Text = "Host";
357 // 357 //
358 // Address 358 // Address
359 // 359 //
360 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 360 this.Address.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
361 this.Address.Location = new System.Drawing.Point(81, 16); 361 this.Address.Location = new System.Drawing.Point(76, 16);
362 this.Address.Name = "Address"; 362 this.Address.Name = "Address";
363 this.Address.Size = new System.Drawing.Size(80, 20); 363 this.Address.Size = new System.Drawing.Size(104, 20);
364 this.Address.TabIndex = 0; 364 this.Address.TabIndex = 0;
365 this.Address.Text = "0.0.0.0"; 365 this.Address.Text = "0.0.0.0";
366 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick); 366 this.Address.Click += new System.EventHandler(this.AddressTextBoxClick);
367 // 367 //
368 // statusStrip -  
369 // -  
370 this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { -  
371 this.toolStripStatusLabel}); -  
372 this.statusStrip.Location = new System.Drawing.Point(0, 428); -  
373 this.statusStrip.Name = "statusStrip"; -  
374 this.statusStrip.Size = new System.Drawing.Size(544, 22); -  
375 this.statusStrip.TabIndex = 4; -  
376 this.statusStrip.Text = "statusStrip1"; -  
377 // -  
378 // toolStripStatusLabel -  
379 // -  
380 this.toolStripStatusLabel.Name = "toolStripStatusLabel"; -  
381 this.toolStripStatusLabel.Size = new System.Drawing.Size(0, 17); -  
382 // -  
383 // tabControl1 368 // tabControl1
384 // 369 //
385 this.tabControl1.Controls.Add(this.tabPage1); 370 this.tabControl1.Controls.Add(this.tabPage1);
386 this.tabControl1.Controls.Add(this.tabPage2); 371 this.tabControl1.Controls.Add(this.tabPage2);
387 this.tabControl1.Controls.Add(this.tabPage3); 372 this.tabControl1.Controls.Add(this.tabPage3);
388 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill; 373 this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
389 this.tabControl1.Location = new System.Drawing.Point(3, 92); 374 this.tabControl1.Location = new System.Drawing.Point(3, 90);
390 this.tabControl1.Name = "tabControl1"; 375 this.tabControl1.Name = "tabControl1";
391 this.tabControl1.SelectedIndex = 0; 376 this.tabControl1.SelectedIndex = 0;
392 this.tabControl1.Size = new System.Drawing.Size(538, 337); 377 this.tabControl1.Size = new System.Drawing.Size(538, 363);
393 this.tabControl1.TabIndex = 5; 378 this.tabControl1.TabIndex = 5;
394 // 379 //
395 // tabPage1 380 // tabPage1
396 // 381 //
397 this.tabPage1.Controls.Add(this.groupBox5); 382 this.tabPage1.Controls.Add(this.groupBox5);
398 this.tabPage1.Controls.Add(this.groupBox4); 383 this.tabPage1.Controls.Add(this.groupBox4);
399 this.tabPage1.Location = new System.Drawing.Point(4, 22); 384 this.tabPage1.Location = new System.Drawing.Point(4, 22);
400 this.tabPage1.Name = "tabPage1"; 385 this.tabPage1.Name = "tabPage1";
401 this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 386 this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
402 this.tabPage1.Size = new System.Drawing.Size(530, 311); 387 this.tabPage1.Size = new System.Drawing.Size(530, 337);
403 this.tabPage1.TabIndex = 0; 388 this.tabPage1.TabIndex = 0;
404 this.tabPage1.Text = "Connection"; 389 this.tabPage1.Text = "Connection";
405 this.tabPage1.UseVisualStyleBackColor = true; 390 this.tabPage1.UseVisualStyleBackColor = true;
406 // 391 //
407 // groupBox5 392 // groupBox5
408 // 393 //
409 this.groupBox5.Controls.Add(this.ActivityTextBox); 394 this.groupBox5.Controls.Add(this.ActivityTextBox);
410 this.groupBox5.Location = new System.Drawing.Point(8, 128); 395 this.groupBox5.Location = new System.Drawing.Point(8, 136);
411 this.groupBox5.Name = "groupBox5"; 396 this.groupBox5.Name = "groupBox5";
412 this.groupBox5.Size = new System.Drawing.Size(512, 176); 397 this.groupBox5.Size = new System.Drawing.Size(512, 192);
413 this.groupBox5.TabIndex = 5; 398 this.groupBox5.TabIndex = 5;
414 this.groupBox5.TabStop = false; 399 this.groupBox5.TabStop = false;
415 this.groupBox5.Text = "Activity"; 400 this.groupBox5.Text = "Activity";
416 // 401 //
417 // ActivityTextBox 402 // ActivityTextBox
418 // 403 //
419 this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; 404 this.ActivityTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
420 this.ActivityTextBox.Location = new System.Drawing.Point(8, 16); 405 this.ActivityTextBox.Location = new System.Drawing.Point(8, 16);
421 this.ActivityTextBox.Multiline = true; 406 this.ActivityTextBox.Multiline = true;
422 this.ActivityTextBox.Name = "ActivityTextBox"; 407 this.ActivityTextBox.Name = "ActivityTextBox";
423 this.ActivityTextBox.ReadOnly = true; 408 this.ActivityTextBox.ReadOnly = true;
424 this.ActivityTextBox.Size = new System.Drawing.Size(496, 152); 409 this.ActivityTextBox.Size = new System.Drawing.Size(496, 168);
425 this.ActivityTextBox.TabIndex = 4; 410 this.ActivityTextBox.TabIndex = 4;
426 // 411 //
427 // tabPage2 412 // tabPage2
428 // 413 //
429 this.tabPage2.Controls.Add(this.groupBox1); 414 this.tabPage2.Controls.Add(this.groupBox1);
430 this.tabPage2.Controls.Add(this.groupBox3); 415 this.tabPage2.Controls.Add(this.groupBox3);
431 this.tabPage2.Location = new System.Drawing.Point(4, 22); 416 this.tabPage2.Location = new System.Drawing.Point(4, 22);
432 this.tabPage2.Name = "tabPage2"; 417 this.tabPage2.Name = "tabPage2";
433 this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 418 this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
434 this.tabPage2.Size = new System.Drawing.Size(530, 311); 419 this.tabPage2.Size = new System.Drawing.Size(530, 337);
435 this.tabPage2.TabIndex = 1; 420 this.tabPage2.TabIndex = 1;
436 this.tabPage2.Text = "Bindings"; 421 this.tabPage2.Text = "Bindings";
437 this.tabPage2.UseVisualStyleBackColor = true; 422 this.tabPage2.UseVisualStyleBackColor = true;
438 // 423 //
439 // tabPage3 424 // tabPage3
440 // 425 //
441 this.tabPage3.Controls.Add(this.groupBox2); 426 this.tabPage3.Controls.Add(this.groupBox2);
442 this.tabPage3.Location = new System.Drawing.Point(4, 22); 427 this.tabPage3.Location = new System.Drawing.Point(4, 22);
443 this.tabPage3.Name = "tabPage3"; 428 this.tabPage3.Name = "tabPage3";
444 this.tabPage3.Size = new System.Drawing.Size(530, 311); 429 this.tabPage3.Size = new System.Drawing.Size(530, 337);
445 this.tabPage3.TabIndex = 2; 430 this.tabPage3.TabIndex = 2;
446 this.tabPage3.Text = "Chat"; 431 this.tabPage3.Text = "Chat";
447 this.tabPage3.UseVisualStyleBackColor = true; 432 this.tabPage3.UseVisualStyleBackColor = true;
448 // 433 //
449 // pictureBox1 434 // pictureBox1
450 // 435 //
451 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; 436 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
452 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); 437 this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
453 this.pictureBox1.Location = new System.Drawing.Point(3, 3); 438 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
454 this.pictureBox1.Name = "pictureBox1"; 439 this.pictureBox1.Name = "pictureBox1";
455 this.pictureBox1.Size = new System.Drawing.Size(538, 83); 440 this.pictureBox1.Size = new System.Drawing.Size(538, 81);
456 this.pictureBox1.TabIndex = 6; 441 this.pictureBox1.TabIndex = 6;
457 this.pictureBox1.TabStop = false; 442 this.pictureBox1.TabStop = false;
458 // 443 //
459 // tableLayoutPanel1 444 // tableLayoutPanel1
460 // 445 //
461 this.tableLayoutPanel1.ColumnCount = 1; 446 this.tableLayoutPanel1.ColumnCount = 1;
462 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); 447 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
463 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1); 448 this.tableLayoutPanel1.Controls.Add(this.tabControl1, 0, 1);
464 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0); 449 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
465 this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize; 450 this.tableLayoutPanel1.GrowStyle = System.Windows.Forms.TableLayoutPanelGrowStyle.FixedSize;
466 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); 451 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
467 this.tableLayoutPanel1.Name = "tableLayoutPanel1"; 452 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
468 this.tableLayoutPanel1.RowCount = 2; 453 this.tableLayoutPanel1.RowCount = 2;
469 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20.71428F)); 454 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 19.07895F));
470 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 79.28571F)); 455 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80.92105F));
471 this.tableLayoutPanel1.Size = new System.Drawing.Size(544, 432); 456 this.tableLayoutPanel1.Size = new System.Drawing.Size(544, 456);
472 this.tableLayoutPanel1.TabIndex = 7; 457 this.tableLayoutPanel1.TabIndex = 7;
473 // 458 //
474 // OverlayPanel 459 // OverlayPanel
475 // 460 //
476 this.OverlayPanel.AutoSize = true; 461 this.OverlayPanel.AutoSize = true;
477 this.OverlayPanel.BackColor = System.Drawing.Color.Black; 462 this.OverlayPanel.BackColor = System.Drawing.Color.Black;
478 this.OverlayPanel.Controls.Add(this.OverlayPanelLabel); 463 this.OverlayPanel.Controls.Add(this.OverlayPanelLabel);
479 this.OverlayPanel.Location = new System.Drawing.Point(0, 0); 464 this.OverlayPanel.Location = new System.Drawing.Point(0, 0);
480 this.OverlayPanel.Name = "OverlayPanel"; 465 this.OverlayPanel.Name = "OverlayPanel";
481 this.OverlayPanel.Size = new System.Drawing.Size(544, 432); 466 this.OverlayPanel.Size = new System.Drawing.Size(544, 448);
482 this.OverlayPanel.TabIndex = 8; 467 this.OverlayPanel.TabIndex = 8;
483 this.OverlayPanel.Visible = false; 468 this.OverlayPanel.Visible = false;
484 // 469 //
485 // OverlayPanelLabel 470 // OverlayPanelLabel
486 // 471 //
487 this.OverlayPanelLabel.AutoSize = true; 472 this.OverlayPanelLabel.AutoSize = true;
488 this.OverlayPanelLabel.ForeColor = System.Drawing.SystemColors.Control; 473 this.OverlayPanelLabel.ForeColor = System.Drawing.SystemColors.Control;
489 this.OverlayPanelLabel.Location = new System.Drawing.Point(192, 200); 474 this.OverlayPanelLabel.Location = new System.Drawing.Point(192, 200);
490 this.OverlayPanelLabel.Name = "OverlayPanelLabel"; 475 this.OverlayPanelLabel.Name = "OverlayPanelLabel";
491 this.OverlayPanelLabel.Size = new System.Drawing.Size(157, 13); 476 this.OverlayPanelLabel.Size = new System.Drawing.Size(157, 13);
492 this.OverlayPanelLabel.TabIndex = 0; 477 this.OverlayPanelLabel.TabIndex = 0;
493 this.OverlayPanelLabel.Text = "Press key-combination to bind..."; 478 this.OverlayPanelLabel.Text = "Press key-combination to bind...";
494 // 479 //
-   480 // notifyIcon1
-   481 //
-   482 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
-   483 this.notifyIcon1.Text = "notifyIcon1";
-   484 this.notifyIcon1.Visible = true;
-   485 this.notifyIcon1.DoubleClick += new System.EventHandler(this.NotifyIconDoubleClick);
-   486 //
495 // WingManForm 487 // WingManForm
496 // 488 //
497 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 489 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
498 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 490 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
499 this.ClientSize = new System.Drawing.Size(544, 450); 491 this.ClientSize = new System.Drawing.Size(544, 450);
500 this.Controls.Add(this.tableLayoutPanel1); 492 this.Controls.Add(this.tableLayoutPanel1);
501 this.Controls.Add(this.statusStrip); -  
502 this.Controls.Add(this.OverlayPanel); 493 this.Controls.Add(this.OverlayPanel);
503 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; 494 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
504 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 495 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
505 this.MaximizeBox = false; 496 this.MaximizeBox = false;
506 this.MaximumSize = new System.Drawing.Size(560, 488); 497 this.MaximumSize = new System.Drawing.Size(560, 488);
507 this.MinimizeBox = false; -  
508 this.MinimumSize = new System.Drawing.Size(560, 488); 498 this.MinimumSize = new System.Drawing.Size(560, 488);
509 this.Name = "WingManForm"; 499 this.Name = "WingManForm";
510 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; 500 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
511 this.Text = "WingMan © 2018 Wizardry and Steamworks"; 501 this.Text = "WingMan © 2018 Wizardry and Steamworks";
512 this.Load += new System.EventHandler(this.WingManFormOnLoad); 502 this.Load += new System.EventHandler(this.WingManFormOnLoad);
-   503 this.Resize += new System.EventHandler(this.WingManFormResized);
513 this.groupBox1.ResumeLayout(false); 504 this.groupBox1.ResumeLayout(false);
514 this.groupBox1.PerformLayout(); 505 this.groupBox1.PerformLayout();
515 this.groupBox2.ResumeLayout(false); 506 this.groupBox2.ResumeLayout(false);
516 this.groupBox2.PerformLayout(); 507 this.groupBox2.PerformLayout();
517 this.groupBox3.ResumeLayout(false); 508 this.groupBox3.ResumeLayout(false);
518 this.groupBox3.PerformLayout(); 509 this.groupBox3.PerformLayout();
519 this.groupBox4.ResumeLayout(false); 510 this.groupBox4.ResumeLayout(false);
520 this.groupBox4.PerformLayout(); 511 this.groupBox4.PerformLayout();
521 this.statusStrip.ResumeLayout(false); -  
522 this.statusStrip.PerformLayout(); -  
523 this.tabControl1.ResumeLayout(false); 512 this.tabControl1.ResumeLayout(false);
524 this.tabPage1.ResumeLayout(false); 513 this.tabPage1.ResumeLayout(false);
525 this.groupBox5.ResumeLayout(false); 514 this.groupBox5.ResumeLayout(false);
526 this.groupBox5.PerformLayout(); 515 this.groupBox5.PerformLayout();
527 this.tabPage2.ResumeLayout(false); 516 this.tabPage2.ResumeLayout(false);
528 this.tabPage3.ResumeLayout(false); 517 this.tabPage3.ResumeLayout(false);
529 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 518 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
530 this.tableLayoutPanel1.ResumeLayout(false); 519 this.tableLayoutPanel1.ResumeLayout(false);
531 this.OverlayPanel.ResumeLayout(false); 520 this.OverlayPanel.ResumeLayout(false);
532 this.OverlayPanel.PerformLayout(); 521 this.OverlayPanel.PerformLayout();
533 this.ResumeLayout(false); 522 this.ResumeLayout(false);
534 this.PerformLayout(); 523 this.PerformLayout();
535   524  
536 } 525 }
537   526  
538 #endregion 527 #endregion
539   528  
540 private System.Windows.Forms.GroupBox groupBox1; 529 private System.Windows.Forms.GroupBox groupBox1;
541 private System.Windows.Forms.GroupBox groupBox2; 530 private System.Windows.Forms.GroupBox groupBox2;
542 private System.Windows.Forms.GroupBox groupBox3; 531 private System.Windows.Forms.GroupBox groupBox3;
543 private System.Windows.Forms.ListBox RemoteBindingsListBox; 532 private System.Windows.Forms.ListBox RemoteBindingsListBox;
544 private System.Windows.Forms.Label label1; 533 private System.Windows.Forms.Label label1;
545 private System.Windows.Forms.TextBox RemoteBindingsBindToBox; 534 private System.Windows.Forms.TextBox RemoteBindingsBindToBox;
546 private System.Windows.Forms.TextBox LobbySayTextBox; 535 private System.Windows.Forms.TextBox LobbySayTextBox;
547 public System.Windows.Forms.TextBox LobbyTextBox; 536 public System.Windows.Forms.TextBox LobbyTextBox;
548 private System.Windows.Forms.Label label2; 537 private System.Windows.Forms.Label label2;
549 private System.Windows.Forms.TextBox LocalNameTextBox; 538 private System.Windows.Forms.TextBox LocalNameTextBox;
550 private System.Windows.Forms.Button button2; 539 private System.Windows.Forms.Button button2;
551 private System.Windows.Forms.Button button1; 540 private System.Windows.Forms.Button button1;
552 private System.Windows.Forms.Button button3; 541 private System.Windows.Forms.Button button3;
553 private System.Windows.Forms.Button HelmAddButton; 542 private System.Windows.Forms.Button HelmAddButton;
554 private System.Windows.Forms.Button button5; 543 private System.Windows.Forms.Button button5;
555 private System.Windows.Forms.GroupBox groupBox4; 544 private System.Windows.Forms.GroupBox groupBox4;
556 private System.Windows.Forms.Button HostButton; 545 private System.Windows.Forms.Button HostButton;
557 private System.Windows.Forms.Label label4; 546 private System.Windows.Forms.Label label4;
558 private System.Windows.Forms.Button ConnectButton; 547 private System.Windows.Forms.Button ConnectButton;
559 private System.Windows.Forms.TextBox Port; 548 private System.Windows.Forms.TextBox Port;
560 private System.Windows.Forms.Label label3; 549 private System.Windows.Forms.Label label3;
561 private System.Windows.Forms.TextBox Address; 550 private System.Windows.Forms.TextBox Address;
562 private System.Windows.Forms.StatusStrip statusStrip; -  
563 private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; -  
564 private System.Windows.Forms.ComboBox RemoteBindingsComboBox; 551 private System.Windows.Forms.ComboBox RemoteBindingsComboBox;
565 private System.Windows.Forms.Label label5; 552 private System.Windows.Forms.Label label5;
566 private System.Windows.Forms.TextBox Nick; 553 private System.Windows.Forms.TextBox Nick;
567 private System.Windows.Forms.TabControl tabControl1; 554 private System.Windows.Forms.TabControl tabControl1;
568 private System.Windows.Forms.TabPage tabPage1; 555 private System.Windows.Forms.TabPage tabPage1;
569 private System.Windows.Forms.GroupBox groupBox5; 556 private System.Windows.Forms.GroupBox groupBox5;
570 public System.Windows.Forms.TextBox ActivityTextBox; 557 public System.Windows.Forms.TextBox ActivityTextBox;
571 private System.Windows.Forms.TabPage tabPage2; 558 private System.Windows.Forms.TabPage tabPage2;
572 private System.Windows.Forms.TabPage tabPage3; 559 private System.Windows.Forms.TabPage tabPage3;
573 private System.Windows.Forms.PictureBox pictureBox1; 560 private System.Windows.Forms.PictureBox pictureBox1;
574 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 561 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
575 private System.Windows.Forms.ListBox LocalBindingsListBox; 562 private System.Windows.Forms.ListBox LocalBindingsListBox;
576 private System.Windows.Forms.Panel OverlayPanel; 563 private System.Windows.Forms.Panel OverlayPanel;
577 private System.Windows.Forms.Label OverlayPanelLabel; 564 private System.Windows.Forms.Label OverlayPanelLabel;
578 private System.Windows.Forms.Label label6; 565 private System.Windows.Forms.Label label6;
579 private System.Windows.Forms.TextBox Password; 566 private System.Windows.Forms.TextBox Password;
-   567 private System.Windows.Forms.NotifyIcon notifyIcon1;
580 } 568 }
581 } 569 }
582   570  
583   571