Hush – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 namespace Hush
2 {
3 partial class Hush
4 {
5 /// <summary>
6 /// Required designer variable.
7 /// </summary>
8 private System.ComponentModel.IContainer components = null;
9  
10 #region Windows Form Designer generated code
11  
12 /// <summary>
13 /// Required method for Designer support - do not modify
14 /// the contents of this method with the code editor.
15 /// </summary>
16 private void InitializeComponent()
17 {
18 this.components = new System.ComponentModel.Container();
19 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Hush));
20 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
21 this.LobbyTextBox = new System.Windows.Forms.TextBox();
22 this.messageTextBox = new System.Windows.Forms.TextBox();
23 this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
24 this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
25 this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
26 this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
27 this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
28 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
29 this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
30 this.toolStripTextBox5 = new System.Windows.Forms.ToolStripTextBox();
31 this.toolStripNickTextBox = new System.Windows.Forms.ToolStripTextBox();
32 this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
33 this.toolStripTextBox6 = new System.Windows.Forms.ToolStripTextBox();
34 this.toolStripPasswordTextBox = new System.Windows.Forms.ToolStripTextBox();
35 this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
36 this.toolStripTextBox7 = new System.Windows.Forms.ToolStripTextBox();
37 this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox();
38 this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
39 this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox();
40 this.toolStripTextBox2 = new System.Windows.Forms.ToolStripTextBox();
41 this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
42 this.toolStripTextBox3 = new System.Windows.Forms.ToolStripTextBox();
43 this.toolStripTextBox4 = new System.Windows.Forms.ToolStripTextBox();
44 this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
45 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46 this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47 this.tableLayoutPanel1.SuspendLayout();
48 this.contextMenuStrip1.SuspendLayout();
49 this.SuspendLayout();
50 //
51 // tableLayoutPanel1
52 //
53 this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
54 this.tableLayoutPanel1.ColumnCount = 1;
55 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
56 this.tableLayoutPanel1.Controls.Add(this.LobbyTextBox, 0, 0);
57 this.tableLayoutPanel1.Controls.Add(this.messageTextBox, 0, 1);
58 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
59 this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 5);
60 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
61 this.tableLayoutPanel1.RowCount = 2;
62 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
63 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
64 this.tableLayoutPanel1.Size = new System.Drawing.Size(633, 387);
65 this.tableLayoutPanel1.TabIndex = 0;
66 this.tableLayoutPanel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
67 this.tableLayoutPanel1.MouseEnter += new System.EventHandler(this.OnMouseEnter);
68 this.tableLayoutPanel1.MouseLeave += new System.EventHandler(this.OnMouseLeave);
69 //
70 // LobbyTextBox
71 //
72 this.LobbyTextBox.BackColor = System.Drawing.Color.Black;
73 this.LobbyTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
74 this.LobbyTextBox.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::Hush.Properties.Settings.Default, "TextColorWing", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
75 this.LobbyTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
76 this.LobbyTextBox.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
77 this.LobbyTextBox.ForeColor = global::Hush.Properties.Settings.Default.TextColorWing;
78 this.LobbyTextBox.Location = new System.Drawing.Point(3, 3);
79 this.LobbyTextBox.Multiline = true;
80 this.LobbyTextBox.Name = "LobbyTextBox";
81 this.LobbyTextBox.ReadOnly = true;
82 this.LobbyTextBox.Size = new System.Drawing.Size(627, 345);
83 this.LobbyTextBox.TabIndex = 1;
84 this.LobbyTextBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
85 this.LobbyTextBox.MouseEnter += new System.EventHandler(this.OnMouseEnter);
86 this.LobbyTextBox.MouseLeave += new System.EventHandler(this.OnMouseLeave);
87 //
88 // messageTextBox
89 //
90 this.messageTextBox.BackColor = global::Hush.Properties.Settings.Default.Color;
91 this.messageTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
92 this.messageTextBox.DataBindings.Add(new System.Windows.Forms.Binding("BackColor", global::Hush.Properties.Settings.Default, "Color", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
93 this.messageTextBox.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::Hush.Properties.Settings.Default, "TextColorHelm", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged));
94 this.messageTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
95 this.messageTextBox.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
96 this.messageTextBox.ForeColor = global::Hush.Properties.Settings.Default.TextColorHelm;
97 this.messageTextBox.Location = new System.Drawing.Point(3, 354);
98 this.messageTextBox.Name = "messageTextBox";
99 this.messageTextBox.Size = new System.Drawing.Size(627, 30);
100 this.messageTextBox.TabIndex = 2;
101 this.messageTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MessageTextBoxOnKeyDown);
102 this.messageTextBox.MouseEnter += new System.EventHandler(this.OnMouseEnter);
103 this.messageTextBox.MouseLeave += new System.EventHandler(this.OnMouseLeave);
104 //
105 // notifyIcon1
106 //
107 this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1;
108 this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
109 this.notifyIcon1.Text = "notifyIcon1";
110 this.notifyIcon1.Visible = true;
111 //
112 // contextMenuStrip1
113 //
114 this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
115 this.startToolStripMenuItem,
116 this.toolStripSeparator1,
117 this.settingsToolStripMenuItem,
118 this.toolStripSeparator4,
119 this.aboutToolStripMenuItem,
120 this.quitToolStripMenuItem});
121 this.contextMenuStrip1.Name = "contextMenuStrip1";
122 this.contextMenuStrip1.Size = new System.Drawing.Size(117, 104);
123 //
124 // startToolStripMenuItem
125 //
126 this.startToolStripMenuItem.CheckOnClick = true;
127 this.startToolStripMenuItem.Name = "startToolStripMenuItem";
128 this.startToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
129 this.startToolStripMenuItem.Text = "Start";
130 this.startToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.startToolStripMenuItem_CheckStateChanged);
131 //
132 // toolStripSeparator1
133 //
134 this.toolStripSeparator1.Name = "toolStripSeparator1";
135 this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6);
136 //
137 // settingsToolStripMenuItem
138 //
139 this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
140 this.toolStripMenuItem1,
141 this.toolStripSeparator7,
142 this.toolStripTextBox5,
143 this.toolStripNickTextBox,
144 this.toolStripSeparator5,
145 this.toolStripTextBox6,
146 this.toolStripPasswordTextBox,
147 this.toolStripSeparator3,
148 this.toolStripTextBox7,
149 this.toolStripComboBox1,
150 this.toolStripSeparator2,
151 this.toolStripTextBox1,
152 this.toolStripTextBox2,
153 this.toolStripSeparator6,
154 this.toolStripTextBox3,
155 this.toolStripTextBox4});
156 this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem";
157 this.settingsToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
158 this.settingsToolStripMenuItem.Text = "Settings";
159 //
160 // toolStripMenuItem1
161 //
162 this.toolStripMenuItem1.CheckOnClick = true;
163 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
164 this.toolStripMenuItem1.Size = new System.Drawing.Size(181, 22);
165 this.toolStripMenuItem1.Text = "Launch On Boot";
166 this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
167 //
168 // toolStripSeparator7
169 //
170 this.toolStripSeparator7.Name = "toolStripSeparator7";
171 this.toolStripSeparator7.Size = new System.Drawing.Size(178, 6);
172 //
173 // toolStripTextBox5
174 //
175 this.toolStripTextBox5.BorderStyle = System.Windows.Forms.BorderStyle.None;
176 this.toolStripTextBox5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177 this.toolStripTextBox5.Name = "toolStripTextBox5";
178 this.toolStripTextBox5.ReadOnly = true;
179 this.toolStripTextBox5.Size = new System.Drawing.Size(100, 16);
180 this.toolStripTextBox5.Text = "Nick";
181 this.toolStripTextBox5.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
182 //
183 // toolStripNickTextBox
184 //
185 this.toolStripNickTextBox.Name = "toolStripNickTextBox";
186 this.toolStripNickTextBox.Size = new System.Drawing.Size(100, 23);
187 this.toolStripNickTextBox.Text = global::Hush.Properties.Settings.Default.Nick;
188 this.toolStripNickTextBox.TextChanged += new System.EventHandler(this.ToolStripNickTextBoxOnTextChanged);
189 //
190 // toolStripSeparator5
191 //
192 this.toolStripSeparator5.Name = "toolStripSeparator5";
193 this.toolStripSeparator5.Size = new System.Drawing.Size(178, 6);
194 //
195 // toolStripTextBox6
196 //
197 this.toolStripTextBox6.BorderStyle = System.Windows.Forms.BorderStyle.None;
198 this.toolStripTextBox6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
199 this.toolStripTextBox6.Name = "toolStripTextBox6";
200 this.toolStripTextBox6.ReadOnly = true;
201 this.toolStripTextBox6.Size = new System.Drawing.Size(100, 16);
202 this.toolStripTextBox6.Text = "Password";
203 this.toolStripTextBox6.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
204 //
205 // toolStripPasswordTextBox
206 //
207 this.toolStripPasswordTextBox.Name = "toolStripPasswordTextBox";
208 this.toolStripPasswordTextBox.Size = new System.Drawing.Size(100, 23);
209 this.toolStripPasswordTextBox.Text = global::Hush.Properties.Settings.Default.Password;
210 this.toolStripPasswordTextBox.TextChanged += new System.EventHandler(this.ToolStripPasswordTextBoxOnTextChanged);
211 //
212 // toolStripSeparator3
213 //
214 this.toolStripSeparator3.Name = "toolStripSeparator3";
215 this.toolStripSeparator3.Size = new System.Drawing.Size(178, 6);
216 //
217 // toolStripTextBox7
218 //
219 this.toolStripTextBox7.BorderStyle = System.Windows.Forms.BorderStyle.None;
220 this.toolStripTextBox7.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
221 this.toolStripTextBox7.Name = "toolStripTextBox7";
222 this.toolStripTextBox7.ReadOnly = true;
223 this.toolStripTextBox7.Size = new System.Drawing.Size(100, 16);
224 this.toolStripTextBox7.Text = "Mode";
225 this.toolStripTextBox7.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
226 //
227 // toolStripComboBox1
228 //
229 this.toolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
230 this.toolStripComboBox1.Items.AddRange(new object[] {
231 "Client",
232 "Server"});
233 this.toolStripComboBox1.Name = "toolStripComboBox1";
234 this.toolStripComboBox1.Size = new System.Drawing.Size(121, 23);
235 this.toolStripComboBox1.Tag = "Server";
236 this.toolStripComboBox1.Text = global::Hush.Properties.Settings.Default.Mode;
237 this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged);
238 //
239 // toolStripSeparator2
240 //
241 this.toolStripSeparator2.Name = "toolStripSeparator2";
242 this.toolStripSeparator2.Size = new System.Drawing.Size(178, 6);
243 //
244 // toolStripTextBox1
245 //
246 this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
247 this.toolStripTextBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
248 this.toolStripTextBox1.Name = "toolStripTextBox1";
249 this.toolStripTextBox1.ReadOnly = true;
250 this.toolStripTextBox1.Size = new System.Drawing.Size(100, 16);
251 this.toolStripTextBox1.Text = "Address";
252 this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
253 //
254 // toolStripTextBox2
255 //
256 this.toolStripTextBox2.Name = "toolStripTextBox2";
257 this.toolStripTextBox2.Size = new System.Drawing.Size(100, 23);
258 this.toolStripTextBox2.Tag = global::Hush.Properties.Settings.Default.Address;
259 this.toolStripTextBox2.Text = global::Hush.Properties.Settings.Default.Address;
260 this.toolStripTextBox2.TextChanged += new System.EventHandler(this.ToolStripAddressTextBoxOnTextChanged);
261 //
262 // toolStripSeparator6
263 //
264 this.toolStripSeparator6.Name = "toolStripSeparator6";
265 this.toolStripSeparator6.Size = new System.Drawing.Size(178, 6);
266 //
267 // toolStripTextBox3
268 //
269 this.toolStripTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None;
270 this.toolStripTextBox3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
271 this.toolStripTextBox3.Name = "toolStripTextBox3";
272 this.toolStripTextBox3.ReadOnly = true;
273 this.toolStripTextBox3.Size = new System.Drawing.Size(100, 16);
274 this.toolStripTextBox3.Text = "Port";
275 this.toolStripTextBox3.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center;
276 //
277 // toolStripTextBox4
278 //
279 this.toolStripTextBox4.Name = "toolStripTextBox4";
280 this.toolStripTextBox4.Size = new System.Drawing.Size(100, 23);
281 this.toolStripTextBox4.Tag = global::Hush.Properties.Settings.Default.Port;
282 this.toolStripTextBox4.Text = global::Hush.Properties.Settings.Default.Port;
283 this.toolStripTextBox4.TextChanged += new System.EventHandler(this.ToolStripPortTextBoxOnTextChanged);
284 //
285 // toolStripSeparator4
286 //
287 this.toolStripSeparator4.Name = "toolStripSeparator4";
288 this.toolStripSeparator4.Size = new System.Drawing.Size(113, 6);
289 //
290 // aboutToolStripMenuItem
291 //
292 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
293 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
294 this.aboutToolStripMenuItem.Text = "About";
295 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuOnClickAbout);
296 //
297 // quitToolStripMenuItem
298 //
299 this.quitToolStripMenuItem.Name = "quitToolStripMenuItem";
300 this.quitToolStripMenuItem.Size = new System.Drawing.Size(116, 22);
301 this.quitToolStripMenuItem.Text = "Quit";
302 this.quitToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuOnClickQuit);
303 //
304 // Hush
305 //
306 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
307 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
308 this.BackColor = System.Drawing.Color.Black;
309 this.ClientSize = new System.Drawing.Size(643, 397);
310 this.ControlBox = false;
311 this.Controls.Add(this.tableLayoutPanel1);
312 this.DoubleBuffered = true;
313 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
314 this.MaximizeBox = false;
315 this.MinimizeBox = false;
316 this.Name = "Hush";
317 this.Opacity = 0.5D;
318 this.Padding = new System.Windows.Forms.Padding(5);
319 this.Text = "Form1";
320 this.TopMost = true;
321 this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown);
322 this.MouseEnter += new System.EventHandler(this.OnMouseEnter);
323 this.MouseLeave += new System.EventHandler(this.OnMouseLeave);
324 this.tableLayoutPanel1.ResumeLayout(false);
325 this.tableLayoutPanel1.PerformLayout();
326 this.contextMenuStrip1.ResumeLayout(false);
327 this.ResumeLayout(false);
328  
329 }
330  
331 #endregion
332  
333 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
334 private System.Windows.Forms.TextBox LobbyTextBox;
335 private System.Windows.Forms.TextBox messageTextBox;
336 private System.Windows.Forms.NotifyIcon notifyIcon1;
337 private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
338 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
339 private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem;
340 private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem;
341 private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
342 private System.Windows.Forms.ToolStripTextBox toolStripNickTextBox;
343 private System.Windows.Forms.ToolStripTextBox toolStripPasswordTextBox;
344 private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
345 private System.Windows.Forms.ToolStripTextBox toolStripTextBox5;
346 private System.Windows.Forms.ToolStripTextBox toolStripTextBox6;
347 private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
348 private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
349 private System.Windows.Forms.ToolStripTextBox toolStripTextBox7;
350 private System.Windows.Forms.ToolStripComboBox toolStripComboBox1;
351 private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
352 private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
353 private System.Windows.Forms.ToolStripTextBox toolStripTextBox1;
354 private System.Windows.Forms.ToolStripTextBox toolStripTextBox2;
355 private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
356 private System.Windows.Forms.ToolStripTextBox toolStripTextBox3;
357 private System.Windows.Forms.ToolStripTextBox toolStripTextBox4;
358 private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem;
359 private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
360 }
361 }
362