Example #1
0
		/// <summary>
		/// 
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.statusBar1 = new System.Windows.Forms.StatusBar();
            this.contextMenuGC = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.joinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStripRoster = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.vcardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.sendFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.disconnectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonSearch = new System.Windows.Forms.ToolStripButton();
            this.tabSocket = new System.Windows.Forms.TabPage();
            this.rtfDebugSocket = new System.Windows.Forms.RichTextBox();
            this.tabDebug = new System.Windows.Forms.TabPage();
            this.rtfDebug = new System.Windows.Forms.RichTextBox();
            this.tabGC = new System.Windows.Forms.TabPage();
            this.treeGC = new System.Windows.Forms.TreeView();
            this.ils16 = new System.Windows.Forms.ImageList(this.components);
            this.ToolStripGC = new System.Windows.Forms.ToolStrip();
            this.toolStripButtonFindRooms = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonFindPart = new System.Windows.Forms.ToolStripButton();
            this.tabRoster = new System.Windows.Forms.TabPage();
            this.rosterControl = new agsXMPP.ui.roster.RosterControl();
            this.cboStatus = new System.Windows.Forms.ComboBox();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.contextMenuGC.SuspendLayout();
            this.contextMenuStripRoster.SuspendLayout();
            this.menuStrip1.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.tabSocket.SuspendLayout();
            this.tabDebug.SuspendLayout();
            this.tabGC.SuspendLayout();
            this.ToolStripGC.SuspendLayout();
            this.tabRoster.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // statusBar1
            // 
            this.statusBar1.Location = new System.Drawing.Point(0, 438);
            this.statusBar1.Name = "statusBar1";
            this.statusBar1.Size = new System.Drawing.Size(347, 24);
            this.statusBar1.TabIndex = 1;
            this.statusBar1.Text = "Offline";
            // 
            // contextMenuGC
            // 
            this.contextMenuGC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.joinToolStripMenuItem});
            this.contextMenuGC.Name = "contextMenuGC";
            this.contextMenuGC.Size = new System.Drawing.Size(105, 26);
            // 
            // joinToolStripMenuItem
            // 
            this.joinToolStripMenuItem.Name = "joinToolStripMenuItem";
            this.joinToolStripMenuItem.Size = new System.Drawing.Size(104, 22);
            this.joinToolStripMenuItem.Text = "Join";
            this.joinToolStripMenuItem.Click += new System.EventHandler(this.joinToolStripMenuItem_Click);
            // 
            // contextMenuStripRoster
            // 
            this.contextMenuStripRoster.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.chatToolStripMenuItem,
            this.vcardToolStripMenuItem,
            this.deleteToolStripMenuItem,
            this.sendFileToolStripMenuItem});
            this.contextMenuStripRoster.Name = "contextMenuStripRoster";
            this.contextMenuStripRoster.Size = new System.Drawing.Size(129, 92);
            // 
            // chatToolStripMenuItem
            // 
            this.chatToolStripMenuItem.Image = global::MiniClient.Properties.Resources.comment;
            this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
            this.chatToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.chatToolStripMenuItem.Text = "chat";
            this.chatToolStripMenuItem.Click += new System.EventHandler(this.chatToolStripMenuItem_Click);
            // 
            // vcardToolStripMenuItem
            // 
            this.vcardToolStripMenuItem.Image = global::MiniClient.Properties.Resources.vcard;
            this.vcardToolStripMenuItem.Name = "vcardToolStripMenuItem";
            this.vcardToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.vcardToolStripMenuItem.Text = "vcard";
            this.vcardToolStripMenuItem.Click += new System.EventHandler(this.vcardToolStripMenuItem_Click);
            // 
            // deleteToolStripMenuItem
            // 
            this.deleteToolStripMenuItem.Image = global::MiniClient.Properties.Resources.user_delete;
            this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
            this.deleteToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.deleteToolStripMenuItem.Text = "delete";
            this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
            // 
            // sendFileToolStripMenuItem
            // 
            this.sendFileToolStripMenuItem.Image = global::MiniClient.Properties.Resources.package;
            this.sendFileToolStripMenuItem.Name = "sendFileToolStripMenuItem";
            this.sendFileToolStripMenuItem.Size = new System.Drawing.Size(128, 22);
            this.sendFileToolStripMenuItem.Text = "Send File";
            this.sendFileToolStripMenuItem.ToolTipText = "Send File to Buddy";
            this.sendFileToolStripMenuItem.Click += new System.EventHandler(this.sendFileToolStripMenuItem_Click);
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.fileToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(347, 24);
            this.menuStrip1.TabIndex = 5;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // fileToolStripMenuItem
            // 
            this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.connectToolStripMenuItem,
            this.disconnectToolStripMenuItem,
            this.toolStripMenuItem1,
            this.exitToolStripMenuItem});
            this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
            this.fileToolStripMenuItem.Size = new System.Drawing.Size(35, 20);
            this.fileToolStripMenuItem.Text = "File";
            // 
            // connectToolStripMenuItem
            // 
            this.connectToolStripMenuItem.Image = global::MiniClient.Properties.Resources.connect;
            this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
            this.connectToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.connectToolStripMenuItem.Text = "Connect";
            this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click);
            // 
            // disconnectToolStripMenuItem
            // 
            this.disconnectToolStripMenuItem.Image = global::MiniClient.Properties.Resources.disconnect;
            this.disconnectToolStripMenuItem.Name = "disconnectToolStripMenuItem";
            this.disconnectToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.disconnectToolStripMenuItem.Text = "Disconnect";
            this.disconnectToolStripMenuItem.Click += new System.EventHandler(this.disconnectToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(134, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Image = global::MiniClient.Properties.Resources.door_in;
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(137, 22);
            this.exitToolStripMenuItem.Text = "Exit";
            this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
            // 
            // toolStrip1
            // 
            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonAdd,
            this.toolStripButtonSearch});
            this.toolStrip1.Location = new System.Drawing.Point(0, 24);
            this.toolStrip1.Name = "toolStrip1";
            this.toolStrip1.Size = new System.Drawing.Size(347, 25);
            this.toolStrip1.TabIndex = 8;
            this.toolStrip1.Text = "toolStrip1";
            // 
            // toolStripButtonAdd
            // 
            this.toolStripButtonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonAdd.Image = global::MiniClient.Properties.Resources.user_add;
            this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonAdd.Name = "toolStripButtonAdd";
            this.toolStripButtonAdd.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonAdd.Text = "toolStripButton1";
            this.toolStripButtonAdd.ToolTipText = "Add User";
            this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
            // 
            // toolStripButtonSearch
            // 
            this.toolStripButtonSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonSearch.Image = global::MiniClient.Properties.Resources.zoom;
            this.toolStripButtonSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonSearch.Name = "toolStripButtonSearch";
            this.toolStripButtonSearch.Size = new System.Drawing.Size(23, 22);
            this.toolStripButtonSearch.Text = "toolStripButton1";
            this.toolStripButtonSearch.ToolTipText = "User Search";
            this.toolStripButtonSearch.Click += new System.EventHandler(this.toolStripButtonSearch_Click);
            // 
            // tabSocket
            // 
            this.tabSocket.Controls.Add(this.rtfDebugSocket);
            this.tabSocket.ImageIndex = 0;
            this.tabSocket.Location = new System.Drawing.Point(4, 23);
            this.tabSocket.Name = "tabSocket";
            this.tabSocket.Size = new System.Drawing.Size(339, 362);
            this.tabSocket.TabIndex = 2;
            this.tabSocket.Text = "Socket Debug";
            this.tabSocket.UseVisualStyleBackColor = true;
            // 
            // rtfDebugSocket
            // 
            this.rtfDebugSocket.BackColor = System.Drawing.SystemColors.Window;
            this.rtfDebugSocket.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtfDebugSocket.Location = new System.Drawing.Point(0, 0);
            this.rtfDebugSocket.Name = "rtfDebugSocket";
            this.rtfDebugSocket.ReadOnly = true;
            this.rtfDebugSocket.Size = new System.Drawing.Size(339, 362);
            this.rtfDebugSocket.TabIndex = 1;
            this.rtfDebugSocket.Text = "";
            // 
            // tabDebug
            // 
            this.tabDebug.Controls.Add(this.rtfDebug);
            this.tabDebug.ImageIndex = 0;
            this.tabDebug.Location = new System.Drawing.Point(4, 23);
            this.tabDebug.Name = "tabDebug";
            this.tabDebug.Size = new System.Drawing.Size(339, 362);
            this.tabDebug.TabIndex = 1;
            this.tabDebug.Text = "Debug";
            this.tabDebug.UseVisualStyleBackColor = true;
            this.tabDebug.Visible = false;
            // 
            // rtfDebug
            // 
            this.rtfDebug.BackColor = System.Drawing.SystemColors.Window;
            this.rtfDebug.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rtfDebug.Location = new System.Drawing.Point(0, 0);
            this.rtfDebug.Name = "rtfDebug";
            this.rtfDebug.ReadOnly = true;
            this.rtfDebug.Size = new System.Drawing.Size(339, 362);
            this.rtfDebug.TabIndex = 0;
            this.rtfDebug.Text = "";
            // 
            // tabGC
            // 
            this.tabGC.Controls.Add(this.treeGC);
            this.tabGC.Controls.Add(this.ToolStripGC);
            this.tabGC.ImageIndex = 2;
            this.tabGC.Location = new System.Drawing.Point(4, 23);
            this.tabGC.Name = "tabGC";
            this.tabGC.Padding = new System.Windows.Forms.Padding(3);
            this.tabGC.Size = new System.Drawing.Size(339, 362);
            this.tabGC.TabIndex = 3;
            this.tabGC.Text = "GroupChat";
            this.tabGC.UseVisualStyleBackColor = true;
            // 
            // treeGC
            // 
            this.treeGC.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeGC.ImageIndex = 0;
            this.treeGC.ImageList = this.ils16;
            this.treeGC.Location = new System.Drawing.Point(3, 28);
            this.treeGC.Name = "treeGC";
            this.treeGC.SelectedImageIndex = 0;
            this.treeGC.Size = new System.Drawing.Size(333, 331);
            this.treeGC.TabIndex = 20;
            // 
            // ils16
            // 
            this.ils16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ils16.ImageStream")));
            this.ils16.TransparentColor = System.Drawing.Color.Transparent;
            this.ils16.Images.SetKeyName(0, "application_xp_terminal.png");
            this.ils16.Images.SetKeyName(1, "folder_user.png");
            this.ils16.Images.SetKeyName(2, "group.png");
            this.ils16.Images.SetKeyName(3, "user.png");
            this.ils16.Images.SetKeyName(4, "comments.png");
            this.ils16.Images.SetKeyName(5, "server.png");
            // 
            // ToolStripGC
            // 
            this.ToolStripGC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolStripButtonFindRooms,
            this.toolStripButtonFindPart});
            this.ToolStripGC.Location = new System.Drawing.Point(3, 3);
            this.ToolStripGC.Name = "ToolStripGC";
            this.ToolStripGC.Size = new System.Drawing.Size(333, 25);
            this.ToolStripGC.TabIndex = 19;
            this.ToolStripGC.Text = "toolStrip2";
            // 
            // toolStripButtonFindRooms
            // 
            this.toolStripButtonFindRooms.Image = global::MiniClient.Properties.Resources.comments;
            this.toolStripButtonFindRooms.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonFindRooms.Name = "toolStripButtonFindRooms";
            this.toolStripButtonFindRooms.Size = new System.Drawing.Size(82, 22);
            this.toolStripButtonFindRooms.Text = "Find Rooms";
            this.toolStripButtonFindRooms.Click += new System.EventHandler(this.toolStripButtonFindRooms_Click);
            // 
            // toolStripButtonFindPart
            // 
            this.toolStripButtonFindPart.Image = global::MiniClient.Properties.Resources.group;
            this.toolStripButtonFindPart.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonFindPart.Name = "toolStripButtonFindPart";
            this.toolStripButtonFindPart.Size = new System.Drawing.Size(106, 22);
            this.toolStripButtonFindPart.Text = "Find Participants";
            this.toolStripButtonFindPart.Click += new System.EventHandler(this.toolStripButtonFindPart_Click);
            // 
            // tabRoster
            // 
            this.tabRoster.Controls.Add(this.rosterControl);
            this.tabRoster.Controls.Add(this.cboStatus);
            this.tabRoster.ImageIndex = 3;
            this.tabRoster.Location = new System.Drawing.Point(4, 23);
            this.tabRoster.Name = "tabRoster";
            this.tabRoster.Size = new System.Drawing.Size(339, 362);
            this.tabRoster.TabIndex = 0;
            this.tabRoster.Text = "Roster";
            this.tabRoster.UseVisualStyleBackColor = true;
            // 
            // rosterControl
            // 
            this.rosterControl.ColorGroup = System.Drawing.SystemColors.Highlight;
            this.rosterControl.ColorResource = System.Drawing.SystemColors.ControlText;
            this.rosterControl.ColorRoot = System.Drawing.SystemColors.Highlight;
            this.rosterControl.ColorRoster = System.Drawing.SystemColors.ControlText;
            this.rosterControl.DefaultGroupName = "ungrouped";
            this.rosterControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.rosterControl.HideEmptyGroups = true;
            this.rosterControl.Location = new System.Drawing.Point(0, 21);
            this.rosterControl.Name = "rosterControl";
            this.rosterControl.Size = new System.Drawing.Size(339, 341);
            this.rosterControl.TabIndex = 13;
            this.rosterControl.SelectionChanged += new System.EventHandler(this.rosterControl_SelectionChanged);
            // 
            // cboStatus
            // 
            this.cboStatus.Dock = System.Windows.Forms.DockStyle.Top;
            this.cboStatus.Location = new System.Drawing.Point(0, 0);
            this.cboStatus.Name = "cboStatus";
            this.cboStatus.Size = new System.Drawing.Size(339, 21);
            this.cboStatus.TabIndex = 10;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabRoster);
            this.tabControl1.Controls.Add(this.tabGC);
            this.tabControl1.Controls.Add(this.tabDebug);
            this.tabControl1.Controls.Add(this.tabSocket);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.ImageList = this.ils16;
            this.tabControl1.Location = new System.Drawing.Point(0, 49);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(347, 389);
            this.tabControl1.TabIndex = 9;
            // 
            // frmMain
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(347, 462);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.toolStrip1);
            this.Controls.Add(this.menuStrip1);
            this.Controls.Add(this.statusBar1);
            this.Name = "frmMain";
            this.Text = "Mini Client";
            this.contextMenuGC.ResumeLayout(false);
            this.contextMenuStripRoster.ResumeLayout(false);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.toolStrip1.ResumeLayout(false);
            this.toolStrip1.PerformLayout();
            this.tabSocket.ResumeLayout(false);
            this.tabDebug.ResumeLayout(false);
            this.tabGC.ResumeLayout(false);
            this.tabGC.PerformLayout();
            this.ToolStripGC.ResumeLayout(false);
            this.ToolStripGC.PerformLayout();
            this.tabRoster.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

		}
Example #2
0
 /// <summary>
 /// 
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.contextMenuGC = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.joinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripRoster = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.menuStrip1 = new System.Windows.Forms.MenuStrip();
     this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.connectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.disconnectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.addContactToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.statusBar1 = new System.Windows.Forms.Label();
     this.closeButton = new System.Windows.Forms.Button();
     this.contactsButton = new System.Windows.Forms.Button();
     this.groupChatButton = new System.Windows.Forms.Button();
     this.cboStatus = new System.Windows.Forms.ComboBox();
     this.contactListPanel = new System.Windows.Forms.Panel();
     this.rosterControl = new agsXMPP.ui.roster.RosterControl();
     this.miniToolStrip = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonFindRooms = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonFindPart = new System.Windows.Forms.ToolStripButton();
     this.groupChatPanel = new System.Windows.Forms.Panel();
     this.serverRefreshButton = new System.Windows.Forms.Button();
     this.treeGC = new System.Windows.Forms.TreeView();
     this.contextMenuGC.SuspendLayout();
     this.contextMenuStripRoster.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.contactListPanel.SuspendLayout();
     this.groupChatPanel.SuspendLayout();
     this.SuspendLayout();
     //
     // contextMenuGC
     //
     this.contextMenuGC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.joinToolStripMenuItem});
     this.contextMenuGC.Name = "contextMenuGC";
     this.contextMenuGC.Size = new System.Drawing.Size(96, 26);
     //
     // joinToolStripMenuItem
     //
     this.joinToolStripMenuItem.BackColor = System.Drawing.Color.Azure;
     this.joinToolStripMenuItem.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.joinToolStripMenuItem.Name = "joinToolStripMenuItem";
     this.joinToolStripMenuItem.Size = new System.Drawing.Size(95, 22);
     this.joinToolStripMenuItem.Text = "Join";
     this.joinToolStripMenuItem.ToolTipText = "Join Server";
     this.joinToolStripMenuItem.Click += new System.EventHandler(this.joinToolStripMenuItem_Click);
     //
     // contextMenuStripRoster
     //
     this.contextMenuStripRoster.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.chatToolStripMenuItem,
     this.deleteToolStripMenuItem,});
     this.contextMenuStripRoster.Name = "contextMenuStripRoster";
     this.contextMenuStripRoster.Size = new System.Drawing.Size(169, 92);
     //
     // chatToolStripMenuItem
     //
     this.chatToolStripMenuItem.BackColor = System.Drawing.Color.Azure;
     this.chatToolStripMenuItem.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.chatToolStripMenuItem.Image = global::HipsterChat.Properties.Resources.comment;
     this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
     this.chatToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.chatToolStripMenuItem.Text = "Chat";
     this.chatToolStripMenuItem.ToolTipText = "Begin Chat with Contact";
     this.chatToolStripMenuItem.Click += new System.EventHandler(this.chatToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.BackColor = System.Drawing.Color.Azure;
     this.deleteToolStripMenuItem.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.deleteToolStripMenuItem.Image = global::HipsterChat.Properties.Resources.user_delete;
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(168, 22);
     this.deleteToolStripMenuItem.Text = "Delete";
     this.deleteToolStripMenuItem.ToolTipText = "Delete Contact";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // menuStrip1
     //
     this.menuStrip1.AutoSize = false;
     this.menuStrip1.BackColor = System.Drawing.Color.Black;
     this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.fileToolStripMenuItem});
     this.menuStrip1.Location = new System.Drawing.Point(26, 13);
     this.menuStrip1.Name = "menuStrip1";
     this.menuStrip1.Size = new System.Drawing.Size(45, 26);
     this.menuStrip1.TabIndex = 5;
     //
     // fileToolStripMenuItem
     //
     this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.connectToolStripMenuItem,
     this.disconnectToolStripMenuItem,
     this.toolStripSeparator1,
     this.addContactToolStripMenuItem,
     this.toolStripSeparator2,
     this.exitToolStripMenuItem});
     this.fileToolStripMenuItem.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
     this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 22);
     this.fileToolStripMenuItem.Text = "File";
     //
     // connectToolStripMenuItem
     //
     this.connectToolStripMenuItem.BackColor = System.Drawing.Color.Azure;
     this.connectToolStripMenuItem.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.connectToolStripMenuItem.Image = global::HipsterChat.Properties.Resources.connect;
     this.connectToolStripMenuItem.Name = "connectToolStripMenuItem";
     this.connectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.C)));
     this.connectToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.connectToolStripMenuItem.Text = "Connect";
     this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click);
     //
     // disconnectToolStripMenuItem
     //
     this.disconnectToolStripMenuItem.BackColor = System.Drawing.Color.Azure;
     this.disconnectToolStripMenuItem.Enabled = false;
     this.disconnectToolStripMenuItem.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.disconnectToolStripMenuItem.Image = global::HipsterChat.Properties.Resources.disconnect;
     this.disconnectToolStripMenuItem.Name = "disconnectToolStripMenuItem";
     this.disconnectToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.D)));
     this.disconnectToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.disconnectToolStripMenuItem.Text = "Disconnect";
     this.disconnectToolStripMenuItem.Click += new System.EventHandler(this.disconnectToolStripMenuItem_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(176, 6);
     //
     // addContactToolStripMenuItem
     //
     this.addContactToolStripMenuItem.BackColor = System.Drawing.Color.Azure;
     this.addContactToolStripMenuItem.Enabled = false;
     this.addContactToolStripMenuItem.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.addContactToolStripMenuItem.Image = global::HipsterChat.Properties.Resources.user_add;
     this.addContactToolStripMenuItem.Name = "addContactToolStripMenuItem";
     this.addContactToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.A)));
     this.addContactToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.addContactToolStripMenuItem.Text = "Add Contact";
     this.addContactToolStripMenuItem.Click += new System.EventHandler(this.addContactToolStripMenuItem_Click);
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.BackColor = System.Drawing.Color.Azure;
     this.toolStripSeparator2.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(176, 6);
     //
     // exitToolStripMenuItem
     //
     this.exitToolStripMenuItem.BackColor = System.Drawing.Color.Azure;
     this.exitToolStripMenuItem.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.exitToolStripMenuItem.Image = global::HipsterChat.Properties.Resources.door_in;
     this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
     this.exitToolStripMenuItem.Size = new System.Drawing.Size(179, 22);
     this.exitToolStripMenuItem.Text = "Exit";
     this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
     //
     // statusBar1
     //
     this.statusBar1.AutoSize = true;
     this.statusBar1.BackColor = System.Drawing.Color.Transparent;
     this.statusBar1.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.statusBar1.Location = new System.Drawing.Point(27, 453);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(37, 13);
     this.statusBar1.TabIndex = 10;
     this.statusBar1.Text = "Offline";
     //
     // closeButton
     //
     this.closeButton.BackColor = System.Drawing.Color.Transparent;
     this.closeButton.BackgroundImage = global::HipsterChat.Properties.Resources.close;
     this.closeButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.closeButton.Cursor = System.Windows.Forms.Cursors.Default;
     this.closeButton.FlatAppearance.BorderSize = 0;
     this.closeButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.closeButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.closeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.closeButton.ForeColor = System.Drawing.Color.Red;
     this.closeButton.Location = new System.Drawing.Point(346, 14);
     this.closeButton.Name = "closeButton";
     this.closeButton.Size = new System.Drawing.Size(23, 23);
     this.closeButton.TabIndex = 11;
     this.closeButton.UseVisualStyleBackColor = false;
     this.closeButton.Click += new System.EventHandler(this.button1_Click);
     this.closeButton.MouseEnter += new System.EventHandler(this.closeButton_mouseEnter);
     this.closeButton.MouseLeave += new System.EventHandler(this.closeButton_mouseLeave);
     //
     // contactsButton
     //
     this.contactsButton.BackColor = System.Drawing.Color.Transparent;
     this.contactsButton.Enabled = false;
     this.contactsButton.FlatAppearance.BorderColor = System.Drawing.Color.DarkTurquoise;
     this.contactsButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkCyan;
     this.contactsButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkSlateGray;
     this.contactsButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.contactsButton.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.contactsButton.Location = new System.Drawing.Point(14, 47);
     this.contactsButton.Name = "contactsButton";
     this.contactsButton.Size = new System.Drawing.Size(75, 23);
     this.contactsButton.TabIndex = 12;
     this.contactsButton.Text = "Contacts";
     this.contactsButton.UseVisualStyleBackColor = false;
     this.contactsButton.Click += new System.EventHandler(this.contactsButton_Click);
     //
     // groupChatButton
     //
     this.groupChatButton.BackColor = System.Drawing.Color.Transparent;
     this.groupChatButton.Enabled = false;
     this.groupChatButton.FlatAppearance.BorderColor = System.Drawing.Color.DarkTurquoise;
     this.groupChatButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DarkCyan;
     this.groupChatButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DarkSlateGray;
     this.groupChatButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.groupChatButton.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.groupChatButton.Location = new System.Drawing.Point(91, 47);
     this.groupChatButton.Name = "groupChatButton";
     this.groupChatButton.Size = new System.Drawing.Size(75, 23);
     this.groupChatButton.TabIndex = 13;
     this.groupChatButton.Text = "Group Chat";
     this.groupChatButton.UseVisualStyleBackColor = false;
     this.groupChatButton.Click += new System.EventHandler(this.groupChatButton_Click);
     //
     // cboStatus
     //
     this.cboStatus.BackColor = System.Drawing.Color.Black;
     this.cboStatus.Dock = System.Windows.Forms.DockStyle.Top;
     this.cboStatus.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.cboStatus.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.cboStatus.Location = new System.Drawing.Point(0, 0);
     this.cboStatus.Name = "cboStatus";
     this.cboStatus.Size = new System.Drawing.Size(358, 21);
     this.cboStatus.TabIndex = 14;
     this.cboStatus.SelectedValueChanged += new System.EventHandler(this.cboStatus_SelectedValueChanged);
     //
     // contactListPanel
     //
     this.contactListPanel.BackColor = System.Drawing.Color.Transparent;
     this.contactListPanel.Controls.Add(this.rosterControl);
     this.contactListPanel.Controls.Add(this.cboStatus);
     this.contactListPanel.Enabled = false;
     this.contactListPanel.Location = new System.Drawing.Point(13, 75);
     this.contactListPanel.Name = "contactListPanel";
     this.contactListPanel.Size = new System.Drawing.Size(358, 368);
     this.contactListPanel.TabIndex = 15;
     //
     // rosterControl
     //
     this.rosterControl.BackColor = System.Drawing.Color.White;
     this.rosterControl.ColorGroup = System.Drawing.Color.DarkTurquoise;
     this.rosterControl.ColorResource = System.Drawing.Color.Black;
     this.rosterControl.ColorRoot = System.Drawing.Color.CadetBlue;
     this.rosterControl.ColorRoster = System.Drawing.Color.Black;
     this.rosterControl.DefaultGroupName = "Ungrouped";
     this.rosterControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.rosterControl.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.rosterControl.HideEmptyGroups = true;
     this.rosterControl.Location = new System.Drawing.Point(0, 21);
     this.rosterControl.Name = "rosterControl";
     this.rosterControl.Size = new System.Drawing.Size(358, 347);
     this.rosterControl.TabIndex = 15;
     this.rosterControl.SelectionChanged += new System.EventHandler(this.rosterControl_SelectionChanged);
     //
     // miniToolStrip
     //
     this.miniToolStrip.AutoSize = false;
     this.miniToolStrip.CanOverflow = false;
     this.miniToolStrip.Dock = System.Windows.Forms.DockStyle.None;
     this.miniToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.miniToolStrip.Location = new System.Drawing.Point(214, 3);
     this.miniToolStrip.Name = "miniToolStrip";
     this.miniToolStrip.Size = new System.Drawing.Size(333, 25);
     this.miniToolStrip.TabIndex = 19;
     this.miniToolStrip.Visible = false;
     //
     // toolStripButtonFindRooms
     //
     this.toolStripButtonFindRooms.Image = global::HipsterChat.Properties.Resources.comments;
     this.toolStripButtonFindRooms.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonFindRooms.Name = "toolStripButtonFindRooms";
     this.toolStripButtonFindRooms.Size = new System.Drawing.Size(90, 22);
     this.toolStripButtonFindRooms.Text = "Find Rooms";
     //
     // toolStripButtonFindPart
     //
     this.toolStripButtonFindPart.Image = global::HipsterChat.Properties.Resources.group;
     this.toolStripButtonFindPart.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonFindPart.Name = "toolStripButtonFindPart";
     this.toolStripButtonFindPart.Size = new System.Drawing.Size(115, 22);
     this.toolStripButtonFindPart.Text = "Find Participants";
     //
     // groupChatPanel
     //
     this.groupChatPanel.BackColor = System.Drawing.Color.Transparent;
     this.groupChatPanel.Controls.Add(this.serverRefreshButton);
     this.groupChatPanel.Controls.Add(this.treeGC);
     this.groupChatPanel.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.groupChatPanel.Location = new System.Drawing.Point(13, 75);
     this.groupChatPanel.Name = "groupChatPanel";
     this.groupChatPanel.Size = new System.Drawing.Size(358, 368);
     this.groupChatPanel.TabIndex = 16;
     //
     // serverRefreshButton
     //
     this.serverRefreshButton.BackgroundImage = global::HipsterChat.Properties.Resources.refresh;
     this.serverRefreshButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.serverRefreshButton.Cursor = System.Windows.Forms.Cursors.Hand;
     this.serverRefreshButton.FlatAppearance.BorderSize = 0;
     this.serverRefreshButton.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
     this.serverRefreshButton.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
     this.serverRefreshButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.serverRefreshButton.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.serverRefreshButton.Location = new System.Drawing.Point(333, 5);
     this.serverRefreshButton.Name = "serverRefreshButton";
     this.serverRefreshButton.Size = new System.Drawing.Size(23, 23);
     this.serverRefreshButton.TabIndex = 1;
     this.serverRefreshButton.UseVisualStyleBackColor = true;
     this.serverRefreshButton.Click += new System.EventHandler(this.serverRefreshButton_Click);
     //
     // treeGC
     //
     this.treeGC.BackColor = System.Drawing.Color.Black;
     this.treeGC.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.treeGC.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeGC.ForeColor = System.Drawing.Color.DarkTurquoise;
     this.treeGC.Location = new System.Drawing.Point(0, 0);
     this.treeGC.Name = "treeGC";
     this.treeGC.Size = new System.Drawing.Size(358, 368);
     this.treeGC.TabIndex = 0;
     this.treeGC.DoubleClick += new System.EventHandler(this.treeGC_DoubleClick);
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.SystemColors.Control;
     this.BackgroundImage = global::HipsterChat.Properties.Resources.mainFrmBg;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.ClientSize = new System.Drawing.Size(385, 485);
     this.Controls.Add(this.groupChatPanel);
     this.Controls.Add(this.contactListPanel);
     this.Controls.Add(this.groupChatButton);
     this.Controls.Add(this.contactsButton);
     this.Controls.Add(this.closeButton);
     this.Controls.Add(this.statusBar1);
     this.Controls.Add(this.menuStrip1);
     this.DoubleBuffered = true;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize = new System.Drawing.Size(9999999, 9999999);
     this.MinimumSize = new System.Drawing.Size(363, 464);
     this.Name = "frmMain";
     this.Text = "Hipster Chat";
     this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.frmMain_MouseDown);
     this.contextMenuGC.ResumeLayout(false);
     this.contextMenuStripRoster.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.contactListPanel.ResumeLayout(false);
     this.groupChatPanel.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
0
 /// <summary>
 /// 
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.statusBar1 = new System.Windows.Forms.StatusBar();
     this.contextMenuGC = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.joinToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStripRoster = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.chatToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.vcardToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sendFileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonAdd = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonSearch = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonConnect = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonDisconnect = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonExit = new System.Windows.Forms.ToolStripButton();
     this.tabSocket = new System.Windows.Forms.TabPage();
     this.rtfDebugSocket = new System.Windows.Forms.RichTextBox();
     this.tabDebug = new System.Windows.Forms.TabPage();
     this.rtfDebug = new System.Windows.Forms.RichTextBox();
     this.tabGC = new System.Windows.Forms.TabPage();
     this.treeGC = new System.Windows.Forms.TreeView();
     this.ils16 = new System.Windows.Forms.ImageList(this.components);
     this.ToolStripGC = new System.Windows.Forms.ToolStrip();
     this.toolStripButtonFindRooms = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonFindPart = new System.Windows.Forms.ToolStripButton();
     this.tabRoster = new System.Windows.Forms.TabPage();
     this.rosterControl = new agsXMPP.ui.roster.RosterControl();
     this.cboStatus = new System.Windows.Forms.ComboBox();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabRotulos = new System.Windows.Forms.TabPage();
     this.grpBoxLabels = new System.Windows.Forms.GroupBox();
     this.btCreateLabel = new System.Windows.Forms.Button();
     this.btDeleteLabel = new System.Windows.Forms.Button();
     this.btEditLabel = new System.Windows.Forms.Button();
     this.lstBLabels = new System.Windows.Forms.ListBox();
     this.contextMenuGC.SuspendLayout();
     this.contextMenuStripRoster.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.tabSocket.SuspendLayout();
     this.tabDebug.SuspendLayout();
     this.tabGC.SuspendLayout();
     this.ToolStripGC.SuspendLayout();
     this.tabRoster.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabRotulos.SuspendLayout();
     this.grpBoxLabels.SuspendLayout();
     this.SuspendLayout();
     //
     // statusBar1
     //
     this.statusBar1.Location = new System.Drawing.Point(0, 461);
     this.statusBar1.Name = "statusBar1";
     this.statusBar1.Size = new System.Drawing.Size(388, 24);
     this.statusBar1.TabIndex = 1;
     this.statusBar1.Text = "Offline";
     //
     // contextMenuGC
     //
     this.contextMenuGC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.joinToolStripMenuItem});
     this.contextMenuGC.Name = "contextMenuGC";
     this.contextMenuGC.Size = new System.Drawing.Size(96, 26);
     //
     // joinToolStripMenuItem
     //
     this.joinToolStripMenuItem.Name = "joinToolStripMenuItem";
     this.joinToolStripMenuItem.Size = new System.Drawing.Size(95, 22);
     this.joinToolStripMenuItem.Text = "Join";
     this.joinToolStripMenuItem.Click += new System.EventHandler(this.joinToolStripMenuItem_Click);
     //
     // contextMenuStripRoster
     //
     this.contextMenuStripRoster.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.chatToolStripMenuItem,
     this.vcardToolStripMenuItem,
     this.deleteToolStripMenuItem,
     this.sendFileToolStripMenuItem});
     this.contextMenuStripRoster.Name = "contextMenuStripRoster";
     this.contextMenuStripRoster.Size = new System.Drawing.Size(122, 92);
     //
     // chatToolStripMenuItem
     //
     this.chatToolStripMenuItem.Image = global::MiniClient.Properties.Resources.comment;
     this.chatToolStripMenuItem.Name = "chatToolStripMenuItem";
     this.chatToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
     this.chatToolStripMenuItem.Text = "chat";
     this.chatToolStripMenuItem.Click += new System.EventHandler(this.chatToolStripMenuItem_Click);
     //
     // vcardToolStripMenuItem
     //
     this.vcardToolStripMenuItem.Image = global::MiniClient.Properties.Resources.vcard;
     this.vcardToolStripMenuItem.Name = "vcardToolStripMenuItem";
     this.vcardToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
     this.vcardToolStripMenuItem.Text = "vcard";
     this.vcardToolStripMenuItem.Click += new System.EventHandler(this.vcardToolStripMenuItem_Click);
     //
     // deleteToolStripMenuItem
     //
     this.deleteToolStripMenuItem.Image = global::MiniClient.Properties.Resources.user_delete;
     this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem";
     this.deleteToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
     this.deleteToolStripMenuItem.Text = "delete";
     this.deleteToolStripMenuItem.Click += new System.EventHandler(this.deleteToolStripMenuItem_Click);
     //
     // sendFileToolStripMenuItem
     //
     this.sendFileToolStripMenuItem.Image = global::MiniClient.Properties.Resources.package;
     this.sendFileToolStripMenuItem.Name = "sendFileToolStripMenuItem";
     this.sendFileToolStripMenuItem.Size = new System.Drawing.Size(121, 22);
     this.sendFileToolStripMenuItem.Text = "Send File";
     this.sendFileToolStripMenuItem.ToolTipText = "Send File to Buddy";
     this.sendFileToolStripMenuItem.Click += new System.EventHandler(this.sendFileToolStripMenuItem_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonAdd,
     this.toolStripButtonSearch,
     this.toolStripButtonConnect,
     this.toolStripButtonDisconnect,
     this.toolStripButtonExit});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(388, 25);
     this.toolStrip1.TabIndex = 8;
     this.toolStrip1.Text = "toolStrip1";
     //
     // toolStripButtonAdd
     //
     this.toolStripButtonAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonAdd.Image = global::MiniClient.Properties.Resources.user_add;
     this.toolStripButtonAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonAdd.Name = "toolStripButtonAdd";
     this.toolStripButtonAdd.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonAdd.Text = "toolStripButton1";
     this.toolStripButtonAdd.ToolTipText = "Add User";
     this.toolStripButtonAdd.Click += new System.EventHandler(this.toolStripButtonAdd_Click);
     //
     // toolStripButtonSearch
     //
     this.toolStripButtonSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonSearch.Image = global::MiniClient.Properties.Resources.zoom;
     this.toolStripButtonSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonSearch.Name = "toolStripButtonSearch";
     this.toolStripButtonSearch.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonSearch.Text = "toolStripButton1";
     this.toolStripButtonSearch.ToolTipText = "User Search";
     this.toolStripButtonSearch.Click += new System.EventHandler(this.toolStripButtonSearch_Click);
     //
     // toolStripButtonConnect
     //
     this.toolStripButtonConnect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonConnect.Image = global::MiniClient.Properties.Resources.connect;
     this.toolStripButtonConnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonConnect.Name = "toolStripButtonConnect";
     this.toolStripButtonConnect.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonConnect.Text = "toolStripConnect";
     this.toolStripButtonConnect.ToolTipText = "Conectar";
     this.toolStripButtonConnect.Click += new System.EventHandler(this.toolStripButtonConnect_Click);
     //
     // toolStripButtonDisconnect
     //
     this.toolStripButtonDisconnect.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonDisconnect.Image = global::MiniClient.Properties.Resources.disconnect;
     this.toolStripButtonDisconnect.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonDisconnect.Name = "toolStripButtonDisconnect";
     this.toolStripButtonDisconnect.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonDisconnect.Text = "toolStripButton2";
     this.toolStripButtonDisconnect.ToolTipText = "Desconectar";
     this.toolStripButtonDisconnect.Click += new System.EventHandler(this.toolStripButtonDisconnect_Click);
     //
     // toolStripButtonExit
     //
     this.toolStripButtonExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonExit.Image = global::MiniClient.Properties.Resources.door_in;
     this.toolStripButtonExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonExit.Name = "toolStripButtonExit";
     this.toolStripButtonExit.Size = new System.Drawing.Size(23, 22);
     this.toolStripButtonExit.Text = "toolStripButton3";
     this.toolStripButtonExit.ToolTipText = "Sair";
     this.toolStripButtonExit.Click += new System.EventHandler(this.toolStripButtonExit_Click);
     //
     // tabSocket
     //
     this.tabSocket.Controls.Add(this.rtfDebugSocket);
     this.tabSocket.ImageIndex = 0;
     this.tabSocket.Location = new System.Drawing.Point(4, 23);
     this.tabSocket.Name = "tabSocket";
     this.tabSocket.Size = new System.Drawing.Size(380, 409);
     this.tabSocket.TabIndex = 2;
     this.tabSocket.Text = "Socket Debug";
     this.tabSocket.UseVisualStyleBackColor = true;
     //
     // rtfDebugSocket
     //
     this.rtfDebugSocket.BackColor = System.Drawing.SystemColors.Window;
     this.rtfDebugSocket.Dock = System.Windows.Forms.DockStyle.Fill;
     this.rtfDebugSocket.Location = new System.Drawing.Point(0, 0);
     this.rtfDebugSocket.Name = "rtfDebugSocket";
     this.rtfDebugSocket.ReadOnly = true;
     this.rtfDebugSocket.Size = new System.Drawing.Size(380, 409);
     this.rtfDebugSocket.TabIndex = 1;
     this.rtfDebugSocket.Text = "";
     //
     // tabDebug
     //
     this.tabDebug.Controls.Add(this.rtfDebug);
     this.tabDebug.ImageIndex = 0;
     this.tabDebug.Location = new System.Drawing.Point(4, 23);
     this.tabDebug.Name = "tabDebug";
     this.tabDebug.Size = new System.Drawing.Size(380, 409);
     this.tabDebug.TabIndex = 1;
     this.tabDebug.Text = "Debug";
     this.tabDebug.UseVisualStyleBackColor = true;
     this.tabDebug.Visible = false;
     //
     // rtfDebug
     //
     this.rtfDebug.BackColor = System.Drawing.SystemColors.Window;
     this.rtfDebug.Dock = System.Windows.Forms.DockStyle.Fill;
     this.rtfDebug.Location = new System.Drawing.Point(0, 0);
     this.rtfDebug.Name = "rtfDebug";
     this.rtfDebug.ReadOnly = true;
     this.rtfDebug.Size = new System.Drawing.Size(380, 409);
     this.rtfDebug.TabIndex = 0;
     this.rtfDebug.Text = "";
     //
     // tabGC
     //
     this.tabGC.Controls.Add(this.treeGC);
     this.tabGC.Controls.Add(this.ToolStripGC);
     this.tabGC.ImageIndex = 2;
     this.tabGC.Location = new System.Drawing.Point(4, 23);
     this.tabGC.Name = "tabGC";
     this.tabGC.Padding = new System.Windows.Forms.Padding(3);
     this.tabGC.Size = new System.Drawing.Size(380, 409);
     this.tabGC.TabIndex = 3;
     this.tabGC.Text = "GroupChat";
     this.tabGC.UseVisualStyleBackColor = true;
     //
     // treeGC
     //
     this.treeGC.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeGC.ImageIndex = 0;
     this.treeGC.ImageList = this.ils16;
     this.treeGC.Location = new System.Drawing.Point(3, 28);
     this.treeGC.Name = "treeGC";
     this.treeGC.SelectedImageIndex = 0;
     this.treeGC.Size = new System.Drawing.Size(374, 378);
     this.treeGC.TabIndex = 20;
     //
     // ils16
     //
     this.ils16.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ils16.ImageStream")));
     this.ils16.TransparentColor = System.Drawing.Color.Transparent;
     this.ils16.Images.SetKeyName(0, "application_xp_terminal.png");
     this.ils16.Images.SetKeyName(1, "folder_user.png");
     this.ils16.Images.SetKeyName(2, "group.png");
     this.ils16.Images.SetKeyName(3, "user.png");
     this.ils16.Images.SetKeyName(4, "comments.png");
     this.ils16.Images.SetKeyName(5, "server.png");
     //
     // ToolStripGC
     //
     this.ToolStripGC.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButtonFindRooms,
     this.toolStripButtonFindPart});
     this.ToolStripGC.Location = new System.Drawing.Point(3, 3);
     this.ToolStripGC.Name = "ToolStripGC";
     this.ToolStripGC.Size = new System.Drawing.Size(374, 25);
     this.ToolStripGC.TabIndex = 19;
     this.ToolStripGC.Text = "toolStrip2";
     //
     // toolStripButtonFindRooms
     //
     this.toolStripButtonFindRooms.Image = global::MiniClient.Properties.Resources.comments;
     this.toolStripButtonFindRooms.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonFindRooms.Name = "toolStripButtonFindRooms";
     this.toolStripButtonFindRooms.Size = new System.Drawing.Size(90, 22);
     this.toolStripButtonFindRooms.Text = "Find Rooms";
     this.toolStripButtonFindRooms.Click += new System.EventHandler(this.toolStripButtonFindRooms_Click);
     //
     // toolStripButtonFindPart
     //
     this.toolStripButtonFindPart.Image = global::MiniClient.Properties.Resources.group;
     this.toolStripButtonFindPart.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonFindPart.Name = "toolStripButtonFindPart";
     this.toolStripButtonFindPart.Size = new System.Drawing.Size(115, 22);
     this.toolStripButtonFindPart.Text = "Find Participants";
     this.toolStripButtonFindPart.Click += new System.EventHandler(this.toolStripButtonFindPart_Click);
     //
     // tabRoster
     //
     this.tabRoster.Controls.Add(this.rosterControl);
     this.tabRoster.Controls.Add(this.cboStatus);
     this.tabRoster.ImageIndex = 3;
     this.tabRoster.Location = new System.Drawing.Point(4, 23);
     this.tabRoster.Name = "tabRoster";
     this.tabRoster.Size = new System.Drawing.Size(380, 409);
     this.tabRoster.TabIndex = 0;
     this.tabRoster.Text = "Roster";
     this.tabRoster.UseVisualStyleBackColor = true;
     //
     // rosterControl
     //
     this.rosterControl.ColorGroup = System.Drawing.SystemColors.Highlight;
     this.rosterControl.ColorResource = System.Drawing.SystemColors.ControlText;
     this.rosterControl.ColorRoot = System.Drawing.SystemColors.Highlight;
     this.rosterControl.ColorRoster = System.Drawing.SystemColors.ControlText;
     this.rosterControl.DefaultGroupName = "ungrouped";
     this.rosterControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.rosterControl.HideEmptyGroups = true;
     this.rosterControl.Location = new System.Drawing.Point(0, 21);
     this.rosterControl.Name = "rosterControl";
     this.rosterControl.Size = new System.Drawing.Size(380, 388);
     this.rosterControl.TabIndex = 13;
     this.rosterControl.SelectionChanged += new System.EventHandler(this.rosterControl_SelectionChanged);
     //
     // cboStatus
     //
     this.cboStatus.Dock = System.Windows.Forms.DockStyle.Top;
     this.cboStatus.Location = new System.Drawing.Point(0, 0);
     this.cboStatus.Name = "cboStatus";
     this.cboStatus.Size = new System.Drawing.Size(380, 21);
     this.cboStatus.TabIndex = 10;
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabRoster);
     this.tabControl1.Controls.Add(this.tabRotulos);
     this.tabControl1.Controls.Add(this.tabGC);
     this.tabControl1.Controls.Add(this.tabDebug);
     this.tabControl1.Controls.Add(this.tabSocket);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.ImageList = this.ils16;
     this.tabControl1.Location = new System.Drawing.Point(0, 25);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(388, 436);
     this.tabControl1.TabIndex = 9;
     //
     // tabRotulos
     //
     this.tabRotulos.Controls.Add(this.grpBoxLabels);
     this.tabRotulos.Controls.Add(this.lstBLabels);
     this.tabRotulos.Location = new System.Drawing.Point(4, 23);
     this.tabRotulos.Name = "tabRotulos";
     this.tabRotulos.Padding = new System.Windows.Forms.Padding(3);
     this.tabRotulos.Size = new System.Drawing.Size(380, 409);
     this.tabRotulos.TabIndex = 4;
     this.tabRotulos.Text = "Rótulos";
     this.tabRotulos.UseVisualStyleBackColor = true;
     //
     // grpBoxLabels
     //
     this.grpBoxLabels.Controls.Add(this.btCreateLabel);
     this.grpBoxLabels.Controls.Add(this.btDeleteLabel);
     this.grpBoxLabels.Controls.Add(this.btEditLabel);
     this.grpBoxLabels.Location = new System.Drawing.Point(8, 47);
     this.grpBoxLabels.Name = "grpBoxLabels";
     this.grpBoxLabels.Size = new System.Drawing.Size(305, 55);
     this.grpBoxLabels.TabIndex = 4;
     this.grpBoxLabels.TabStop = false;
     this.grpBoxLabels.Text = "Rótulo";
     //
     // btCreateLabel
     //
     this.btCreateLabel.Location = new System.Drawing.Point(19, 20);
     this.btCreateLabel.Name = "btCreateLabel";
     this.btCreateLabel.Size = new System.Drawing.Size(86, 26);
     this.btCreateLabel.TabIndex = 0;
     this.btCreateLabel.Text = "Criar";
     this.btCreateLabel.UseVisualStyleBackColor = true;
     //
     // btDeleteLabel
     //
     this.btDeleteLabel.Location = new System.Drawing.Point(203, 20);
     this.btDeleteLabel.Name = "btDeleteLabel";
     this.btDeleteLabel.Size = new System.Drawing.Size(86, 26);
     this.btDeleteLabel.TabIndex = 3;
     this.btDeleteLabel.Text = "Apagar";
     this.btDeleteLabel.UseVisualStyleBackColor = true;
     //
     // btEditLabel
     //
     this.btEditLabel.Location = new System.Drawing.Point(111, 19);
     this.btEditLabel.Name = "btEditLabel";
     this.btEditLabel.Size = new System.Drawing.Size(86, 26);
     this.btEditLabel.TabIndex = 2;
     this.btEditLabel.Text = "Alterar";
     this.btEditLabel.UseVisualStyleBackColor = true;
     //
     // lstBLabels
     //
     this.lstBLabels.FormattingEnabled = true;
     this.lstBLabels.Location = new System.Drawing.Point(193, 184);
     this.lstBLabels.Name = "lstBLabels";
     this.lstBLabels.Size = new System.Drawing.Size(144, 199);
     this.lstBLabels.TabIndex = 1;
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(388, 485);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.statusBar1);
     this.Name = "frmMain";
     this.Text = "Quer TC?";
     this.contextMenuGC.ResumeLayout(false);
     this.contextMenuStripRoster.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.tabSocket.ResumeLayout(false);
     this.tabDebug.ResumeLayout(false);
     this.tabGC.ResumeLayout(false);
     this.tabGC.PerformLayout();
     this.ToolStripGC.ResumeLayout(false);
     this.ToolStripGC.PerformLayout();
     this.tabRoster.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabRotulos.ResumeLayout(false);
     this.grpBoxLabels.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }