namespace chatCli
{
partial class Client
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Client));
this.statusBar = new System.Windows.Forms.StatusStrip();
this.labelConnected = new System.Windows.Forms.ToolStripStatusLabel();
this.labelUsers = new System.Windows.Forms.ToolStripStatusLabel();
this.labelConn = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.labelDNS = new System.Windows.Forms.ToolStripLabel();
this.tb_dns_ip = new System.Windows.Forms.ToolStripTextBox();
this.labelPort = new System.Windows.Forms.ToolStripLabel();
this.port_c = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.buttonConnect = new System.Windows.Forms.ToolStripButton();
this.buttonDisconnect = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.buttonExit = new System.Windows.Forms.ToolStripButton();
this.chatPane = new System.Windows.Forms.RichTextBox();
this.userMsg = new System.Windows.Forms.RichTextBox();
this.buttonSend = new System.Windows.Forms.Button();
this.toolStrip2 = new System.Windows.Forms.ToolStrip();
this.labelNick = new System.Windows.Forms.ToolStripLabel();
this.tb_nick = new System.Windows.Forms.ToolStripTextBox();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.buttonTryNick = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.buttonUserList = new System.Windows.Forms.ToolStripButton();
this.statusBar.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.toolStrip2.SuspendLayout();
this.SuspendLayout();
//
// statusBar
//
this.statusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.labelConnected,
this.labelUsers,
this.labelConn});
this.statusBar.Location = new System.Drawing.Point(0, 335);
this.statusBar.Name = "statusBar";
this.statusBar.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
this.statusBar.Size = new System.Drawing.Size(390, 22);
this.statusBar.SizingGrip = false;
this.statusBar.TabIndex = 0;
this.statusBar.Text = "statusStrip1";
//
// labelConnected
//
this.labelConnected.AutoSize = false;
this.labelConnected.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.labelConnected.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.labelConnected.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(150)))));
this.labelConnected.Name = "labelConnected";
this.labelConnected.Size = new System.Drawing.Size(180, 17);
this.labelConnected.Text = "Hello";
this.labelConnected.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// labelUsers
//
this.labelUsers.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.labelUsers.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
this.labelUsers.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(150)))));
this.labelUsers.Name = "labelUsers";
this.labelUsers.Size = new System.Drawing.Size(41, 17);
this.labelUsers.Text = "Users:";
//
// labelConn
//
this.labelConn.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
| System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
this.labelConn.BorderStyle = System.Windows.Forms.Border3DStyle.Bump;
this.labelConn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.labelConn.Name = "labelConn";
this.labelConn.Size = new System.Drawing.Size(17, 17);
this.labelConn.Text = "0";
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.labelDNS,
this.tb_dns_ip,
this.labelPort,
this.port_c,
this.toolStripSeparator2,
this.buttonConnect,
this.buttonDisconnect,
this.toolStripSeparator1,
this.buttonExit});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(390, 36);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// labelDNS
//
this.labelDNS.Name = "labelDNS";
this.labelDNS.Size = new System.Drawing.Size(55, 33);
this.labelDNS.Text = "DNS or IP";
//
// tb_dns_ip
//
this.tb_dns_ip.Name = "tb_dns_ip";
this.tb_dns_ip.Size = new System.Drawing.Size(115, 36);
this.tb_dns_ip.Text = "brionews.com";
//
// labelPort
//
this.labelPort.Name = "labelPort";
this.labelPort.Size = new System.Drawing.Size(26, 33);
this.labelPort.Text = "Port";
//
// port_c
//
this.port_c.AutoSize = false;
this.port_c.Name = "port_c";
this.port_c.Size = new System.Drawing.Size(42, 30);
this.port_c.Text = "7500";
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 36);
//
// buttonConnect
//
this.buttonConnect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.buttonConnect.Image = ((System.Drawing.Image)(resources.GetObject("buttonConnect.Image")));
this.buttonConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.buttonConnect.Name = "buttonConnect";
this.buttonConnect.Size = new System.Drawing.Size(23, 33);
this.buttonConnect.Text = "toolStripButton1";
this.buttonConnect.ToolTipText = "Connect";
this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
//
// buttonDisconnect
//
this.buttonDisconnect.AutoSize = false;
this.buttonDisconnect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.buttonDisconnect.Image = ((System.Drawing.Image)(resources.GetObject("buttonDisconnect.Image")));
this.buttonDisconnect.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.buttonDisconnect.ImageTransparentColor = System.Drawing.Color.Magenta;
this.buttonDisconnect.Margin = new System.Windows.Forms.Padding(0);
this.buttonDisconnect.Name = "buttonDisconnect";
this.buttonDisconnect.Size = new System.Drawing.Size(30, 30);
this.buttonDisconnect.ToolTipText = "Stop the service if connected";
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 36);
//
// buttonExit
//
this.buttonExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.buttonExit.Image = ((System.Drawing.Image)(resources.GetObject("buttonExit.Image")));
this.buttonExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.buttonExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.buttonExit.Margin = new System.Windows.Forms.Padding(0);
this.buttonExit.Name = "buttonExit";
this.buttonExit.Size = new System.Drawing.Size(36, 36);
this.buttonExit.Text = "toolStripButton3";
this.buttonExit.ToolTipText = "Exit";
//
// chatPane
//
this.chatPane.BackColor = System.Drawing.Color.Black;
this.chatPane.Location = new System.Drawing.Point(0, 66);
this.chatPane.Name = "chatPane";
this.chatPane.ReadOnly = true;
this.chatPane.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.chatPane.Size = new System.Drawing.Size(392, 221);
this.chatPane.TabIndex = 2;
this.chatPane.Text = "";
//
// userMsg
//
this.userMsg.BackColor = System.Drawing.Color.OldLace;
this.userMsg.Location = new System.Drawing.Point(0, 293);
this.userMsg.Name = "userMsg";
this.userMsg.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.userMsg.Size = new System.Drawing.Size(323, 39);
this.userMsg.TabIndex = 3;
this.userMsg.Text = "Hello Banana!";
//
// buttonSend
//
this.buttonSend.Location = new System.Drawing.Point(335, 295);
this.buttonSend.Name = "buttonSend";
this.buttonSend.Size = new System.Drawing.Size(49, 35);
this.buttonSend.TabIndex = 4;
this.buttonSend.Text = "&Send";
this.buttonSend.UseVisualStyleBackColor = true;
//
// toolStrip2
//
this.toolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.labelNick,
this.tb_nick,
this.toolStripSeparator3,
this.buttonTryNick,
this.toolStripSeparator4,
this.buttonUserList});
this.toolStrip2.Location = new System.Drawing.Point(0, 36);
this.toolStrip2.Name = "toolStrip2";
this.toolStrip2.Size = new System.Drawing.Size(390, 25);
this.toolStrip2.TabIndex = 5;
this.toolStrip2.Text = "toolStrip2";
//
// labelNick
//
this.labelNick.Name = "labelNick";
this.labelNick.Size = new System.Drawing.Size(29, 22);
this.labelNick.Text = "Nick";
//
// tb_nick
//
this.tb_nick.AutoSize = false;
this.tb_nick.MaxLength = 18;
this.tb_nick.Name = "tb_nick";
this.tb_nick.Size = new System.Drawing.Size(106, 25);
this.tb_nick.Text = "^purpleRain*]^[*75";
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
//
// buttonTryNick
//
this.buttonTryNick.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(150)))));
this.buttonTryNick.Image = ((System.Drawing.Image)(resources.GetObject("buttonTryNick.Image")));
this.buttonTryNick.ImageTransparentColor = System.Drawing.Color.Magenta;
this.buttonTryNick.Name = "buttonTryNick";
this.buttonTryNick.Size = new System.Drawing.Size(110, 22);
this.buttonTryNick.Text = "Check Availability";
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
//
// buttonUserList
//
this.buttonUserList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(150)))));
this.buttonUserList.Image = ((System.Drawing.Image)(resources.GetObject("buttonUserList.Image")));
this.buttonUserList.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.buttonUserList.ImageTransparentColor = System.Drawing.Color.Magenta;
this.buttonUserList.Name = "buttonUserList";
this.buttonUserList.Size = new System.Drawing.Size(54, 22);
this.buttonUserList.Text = "Users";
this.buttonUserList.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// Client
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(390, 357);
this.Controls.Add(this.toolStrip2);
this.Controls.Add(this.buttonSend);
this.Controls.Add(this.userMsg);
this.Controls.Add(this.chatPane);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusBar);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Client";
this.Text = "TheSerialChatter";
this.statusBar.ResumeLayout(false);
this.statusBar.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.toolStrip2.ResumeLayout(false);
this.toolStrip2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusBar;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.RichTextBox chatPane;
private System.Windows.Forms.ToolStripButton buttonConnect;
private System.Windows.Forms.ToolStripButton buttonDisconnect;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton buttonExit;
private System.Windows.Forms.ToolStripLabel labelDNS;
private System.Windows.Forms.ToolStripTextBox tb_dns_ip;
private System.Windows.Forms.ToolStripLabel labelPort;
private System.Windows.Forms.ToolStripTextBox port_c;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.RichTextBox userMsg;
private System.Windows.Forms.Button buttonSend;
private System.Windows.Forms.ToolStripStatusLabel labelConnected;
private System.Windows.Forms.ToolStrip toolStrip2;
private System.Windows.Forms.ToolStripLabel labelNick;
private System.Windows.Forms.ToolStripTextBox tb_nick;
private System.Windows.Forms.ToolStripButton buttonTryNick;
private System.Windows.Forms.ToolStripStatusLabel labelUsers;
private System.Windows.Forms.ToolStripStatusLabel labelConn;
private System.Windows.Forms.ToolStripButton buttonUserList;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
}
}