namespace Hush { partial class Hush { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Hush)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.chatTextBox = new System.Windows.Forms.TextBox(); this.messageTextBox = new System.Windows.Forms.TextBox(); this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.startToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTextBox5 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripNickTextBox = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTextBox6 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripPasswordTextBox = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTextBox7 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripComboBox1 = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTextBox1 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripTextBox2 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator(); this.toolStripTextBox3 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripTextBox4 = new System.Windows.Forms.ToolStripTextBox(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.quitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tableLayoutPanel1.SuspendLayout(); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; this.tableLayoutPanel1.ColumnCount = 1; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.chatTextBox, 0, 0); this.tableLayoutPanel1.Controls.Add(this.messageTextBox, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(5, 5); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 2; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel1.Size = new System.Drawing.Size(633, 387); this.tableLayoutPanel1.TabIndex = 0; this.tableLayoutPanel1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown); this.tableLayoutPanel1.MouseEnter += new System.EventHandler(this.HushFocus); this.tableLayoutPanel1.MouseLeave += new System.EventHandler(this.HushUnfocus); // // chatTextBox // this.chatTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.chatTextBox.BackColor = System.Drawing.Color.Black; this.chatTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.chatTextBox.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::Hush.Properties.Settings.Default, "TextColorWing", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.chatTextBox.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chatTextBox.ForeColor = global::Hush.Properties.Settings.Default.TextColorWing; this.chatTextBox.Location = new System.Drawing.Point(3, 3); this.chatTextBox.Multiline = true; this.chatTextBox.Name = "chatTextBox"; this.chatTextBox.ReadOnly = true; this.chatTextBox.Size = new System.Drawing.Size(627, 345); this.chatTextBox.TabIndex = 1; this.chatTextBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown); this.chatTextBox.MouseEnter += new System.EventHandler(this.HushFocus); this.chatTextBox.MouseLeave += new System.EventHandler(this.HushUnfocus); // // messageTextBox // this.messageTextBox.BackColor = global::Hush.Properties.Settings.Default.Color; this.messageTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.messageTextBox.DataBindings.Add(new System.Windows.Forms.Binding("BackColor", global::Hush.Properties.Settings.Default, "Color", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.messageTextBox.DataBindings.Add(new System.Windows.Forms.Binding("ForeColor", global::Hush.Properties.Settings.Default, "TextColorHelm", true, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)); this.messageTextBox.Dock = System.Windows.Forms.DockStyle.Fill; this.messageTextBox.Font = new System.Drawing.Font("Consolas", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.messageTextBox.ForeColor = global::Hush.Properties.Settings.Default.TextColorHelm; this.messageTextBox.Location = new System.Drawing.Point(3, 354); this.messageTextBox.Name = "messageTextBox"; this.messageTextBox.Size = new System.Drawing.Size(627, 30); this.messageTextBox.TabIndex = 2; this.messageTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.MessageTextBoxOnKeyDown); this.messageTextBox.MouseEnter += new System.EventHandler(this.HushFocus); this.messageTextBox.MouseLeave += new System.EventHandler(this.HushUnfocus); // // notifyIcon1 // this.notifyIcon1.ContextMenuStrip = this.contextMenuStrip1; this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon"))); this.notifyIcon1.Text = "notifyIcon1"; this.notifyIcon1.Visible = true; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.startToolStripMenuItem, this.toolStripSeparator1, this.settingsToolStripMenuItem, this.toolStripSeparator4, this.aboutToolStripMenuItem, this.quitToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(117, 104); // // startToolStripMenuItem // this.startToolStripMenuItem.CheckOnClick = true; this.startToolStripMenuItem.Name = "startToolStripMenuItem"; this.startToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.startToolStripMenuItem.Text = "Start"; this.startToolStripMenuItem.CheckStateChanged += new System.EventHandler(this.startToolStripMenuItem_CheckStateChanged); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; this.toolStripSeparator1.Size = new System.Drawing.Size(113, 6); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripMenuItem1, this.toolStripSeparator7, this.toolStripTextBox5, this.toolStripNickTextBox, this.toolStripSeparator5, this.toolStripTextBox6, this.toolStripPasswordTextBox, this.toolStripSeparator3, this.toolStripTextBox7, this.toolStripComboBox1, this.toolStripSeparator2, this.toolStripTextBox1, this.toolStripTextBox2, this.toolStripSeparator6, this.toolStripTextBox3, this.toolStripTextBox4}); this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; this.settingsToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.settingsToolStripMenuItem.Text = "Settings"; // // toolStripMenuItem1 // this.toolStripMenuItem1.CheckOnClick = true; this.toolStripMenuItem1.Name = "toolStripMenuItem1"; this.toolStripMenuItem1.Size = new System.Drawing.Size(181, 22); this.toolStripMenuItem1.Text = "Launch On Boot"; this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click); // // toolStripSeparator7 // this.toolStripSeparator7.Name = "toolStripSeparator7"; this.toolStripSeparator7.Size = new System.Drawing.Size(178, 6); // // toolStripTextBox5 // this.toolStripTextBox5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.toolStripTextBox5.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStripTextBox5.Name = "toolStripTextBox5"; this.toolStripTextBox5.ReadOnly = true; this.toolStripTextBox5.Size = new System.Drawing.Size(100, 16); this.toolStripTextBox5.Text = "Nick"; this.toolStripTextBox5.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // toolStripNickTextBox // this.toolStripNickTextBox.Name = "toolStripNickTextBox"; this.toolStripNickTextBox.Size = new System.Drawing.Size(100, 23); this.toolStripNickTextBox.Text = global::Hush.Properties.Settings.Default.Nick; this.toolStripNickTextBox.TextChanged += new System.EventHandler(this.ToolStripNickTextBoxOnTextChanged); // // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; this.toolStripSeparator5.Size = new System.Drawing.Size(178, 6); // // toolStripTextBox6 // this.toolStripTextBox6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.toolStripTextBox6.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStripTextBox6.Name = "toolStripTextBox6"; this.toolStripTextBox6.ReadOnly = true; this.toolStripTextBox6.Size = new System.Drawing.Size(100, 16); this.toolStripTextBox6.Text = "Password"; this.toolStripTextBox6.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // toolStripPasswordTextBox // this.toolStripPasswordTextBox.Name = "toolStripPasswordTextBox"; this.toolStripPasswordTextBox.Size = new System.Drawing.Size(100, 23); this.toolStripPasswordTextBox.Text = global::Hush.Properties.Settings.Default.Password; this.toolStripPasswordTextBox.TextChanged += new System.EventHandler(this.ToolStripPasswordTextBoxOnTextChanged); // // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; this.toolStripSeparator3.Size = new System.Drawing.Size(178, 6); // // toolStripTextBox7 // this.toolStripTextBox7.BorderStyle = System.Windows.Forms.BorderStyle.None; this.toolStripTextBox7.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStripTextBox7.Name = "toolStripTextBox7"; this.toolStripTextBox7.ReadOnly = true; this.toolStripTextBox7.Size = new System.Drawing.Size(100, 16); this.toolStripTextBox7.Text = "Mode"; this.toolStripTextBox7.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // toolStripComboBox1 // this.toolStripComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.toolStripComboBox1.Items.AddRange(new object[] { "Client", "Server"}); this.toolStripComboBox1.Name = "toolStripComboBox1"; this.toolStripComboBox1.Size = new System.Drawing.Size(121, 23); this.toolStripComboBox1.Tag = "Server"; this.toolStripComboBox1.Text = global::Hush.Properties.Settings.Default.Mode; this.toolStripComboBox1.SelectedIndexChanged += new System.EventHandler(this.toolStripComboBox1_SelectedIndexChanged); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(178, 6); // // toolStripTextBox1 // this.toolStripTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None; this.toolStripTextBox1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStripTextBox1.Name = "toolStripTextBox1"; this.toolStripTextBox1.ReadOnly = true; this.toolStripTextBox1.Size = new System.Drawing.Size(100, 16); this.toolStripTextBox1.Text = "Address"; this.toolStripTextBox1.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // toolStripTextBox2 // this.toolStripTextBox2.Name = "toolStripTextBox2"; this.toolStripTextBox2.Size = new System.Drawing.Size(100, 23); this.toolStripTextBox2.Tag = global::Hush.Properties.Settings.Default.Address; this.toolStripTextBox2.Text = global::Hush.Properties.Settings.Default.Address; this.toolStripTextBox2.TextChanged += new System.EventHandler(this.ToolStripAddressTextBoxOnTextChanged); // // toolStripSeparator6 // this.toolStripSeparator6.Name = "toolStripSeparator6"; this.toolStripSeparator6.Size = new System.Drawing.Size(178, 6); // // toolStripTextBox3 // this.toolStripTextBox3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.toolStripTextBox3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.toolStripTextBox3.Name = "toolStripTextBox3"; this.toolStripTextBox3.ReadOnly = true; this.toolStripTextBox3.Size = new System.Drawing.Size(100, 16); this.toolStripTextBox3.Text = "Port"; this.toolStripTextBox3.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // toolStripTextBox4 // this.toolStripTextBox4.Name = "toolStripTextBox4"; this.toolStripTextBox4.Size = new System.Drawing.Size(100, 23); this.toolStripTextBox4.Tag = global::Hush.Properties.Settings.Default.Port; this.toolStripTextBox4.Text = global::Hush.Properties.Settings.Default.Port; this.toolStripTextBox4.TextChanged += new System.EventHandler(this.ToolStripPortTextBoxOnTextChanged); // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; this.toolStripSeparator4.Size = new System.Drawing.Size(113, 6); // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuOnClickAbout); // // quitToolStripMenuItem // this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; this.quitToolStripMenuItem.Size = new System.Drawing.Size(116, 22); this.quitToolStripMenuItem.Text = "Quit"; this.quitToolStripMenuItem.Click += new System.EventHandler(this.ContextMenuOnClickQuit); // // Hush // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Black; this.ClientSize = new System.Drawing.Size(643, 397); this.ControlBox = false; this.Controls.Add(this.tableLayoutPanel1); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Hush"; this.Opacity = 0.5D; this.Padding = new System.Windows.Forms.Padding(5); this.ShowIcon = false; this.ShowInTaskbar = false; this.Text = "Form1"; this.TopMost = true; this.Activated += new System.EventHandler(this.HushFocus); this.Deactivate += new System.EventHandler(this.HushUnfocus); this.Enter += new System.EventHandler(this.HushFocus); this.Leave += new System.EventHandler(this.HushUnfocus); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.OnMouseDown); this.MouseEnter += new System.EventHandler(this.HushFocus); this.MouseLeave += new System.EventHandler(this.HushUnfocus); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TextBox chatTextBox; private System.Windows.Forms.TextBox messageTextBox; private System.Windows.Forms.NotifyIcon notifyIcon1; private System.Windows.Forms.ContextMenuStrip contextMenuStrip1; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem quitToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem settingsToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator4; private System.Windows.Forms.ToolStripTextBox toolStripNickTextBox; private System.Windows.Forms.ToolStripTextBox toolStripPasswordTextBox; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripTextBox toolStripTextBox5; private System.Windows.Forms.ToolStripTextBox toolStripTextBox6; private System.Windows.Forms.ToolStripSeparator toolStripSeparator5; private System.Windows.Forms.ToolStripSeparator toolStripSeparator3; private System.Windows.Forms.ToolStripTextBox toolStripTextBox7; private System.Windows.Forms.ToolStripComboBox toolStripComboBox1; private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1; private System.Windows.Forms.ToolStripSeparator toolStripSeparator7; private System.Windows.Forms.ToolStripTextBox toolStripTextBox1; private System.Windows.Forms.ToolStripTextBox toolStripTextBox2; private System.Windows.Forms.ToolStripSeparator toolStripSeparator6; private System.Windows.Forms.ToolStripTextBox toolStripTextBox3; private System.Windows.Forms.ToolStripTextBox toolStripTextBox4; private System.Windows.Forms.ToolStripMenuItem startToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; } }