Beispiel #1
0
        private void Init()
        {
            bool init = WeichatTool.InitWeicaht();

            WeichatTool.Friendlist = WeichatTool.Memberlist();
            var Friendlist = JsonConvert.DeserializeObject <dynamic>(WeichatTool.Friendlist);

            //创建好友列表容器
            CCWin.SkinControl.ChatListItem chatListItem1 = new CCWin.SkinControl.ChatListItem();
            //设置容器
            chatListItem1.Bounds           = new System.Drawing.Rectangle(0, 1, 202, 53);
            chatListItem1.IsOpen           = true;
            chatListItem1.IsTwinkleHide    = false;
            chatListItem1.OwnerChatListBox = this.FriendList;
            chatListItem1.Tag  = null;
            chatListItem1.Text = "好友列表";
            chatListItem1.TwinkleSubItemNumber = 0;
            int runnum = 0;

            //填充好友列表
            foreach (var rows in Friendlist.MemberList)
            {
                CCWin.SkinControl.ChatListSubItem chatListSubItemNum = new CCWin.SkinControl.ChatListSubItem();
                chatListSubItemNum.Bounds        = new System.Drawing.Rectangle(0, 27, 202, 27);
                chatListSubItemNum.DisplayName   = rows.RemarkName;
                chatListSubItemNum.HeadRect      = new System.Drawing.Rectangle(5, 30, 20, 20);
                chatListSubItemNum.HeadImage     = WeichatTool.CreateHttpimg("https://wx.qq.com" + rows.HeadImgUrl);
                chatListSubItemNum.ID            = ((uint)(0u));
                chatListSubItemNum.NicName       = rows.NickName;
                chatListSubItemNum.OwnerListItem = chatListItem1;
                chatListSubItemNum.PersonalMsg   = rows.Signature;;
                chatListItem1.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
                    chatListSubItemNum
                });
                this.FriendList.Items.AddRange(new CCWin.SkinControl.ChatListItem[] { chatListItem1 });
                runnum++;
                if (runnum % 5 == 0)
                {
                    Thread.Sleep(5000);
                }
            }
        }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.ChatListItem chatListItem1             = new CCWin.SkinControl.ChatListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.chatListBox                = new CCWin.SkinControl.ChatListBox();
     this.contextMenuStrip2          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.呼叫ToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.呼叫转移ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.skinPanel_HeadImage        = new CCWin.SkinControl.SkinPanel();
     this.labelSignature             = new CCWin.SkinControl.SkinLabel();
     this.skinButton_State           = new CCWin.SkinControl.SkinButton();
     this.labelName                  = new CCWin.SkinControl.SkinLabel();
     this.skinToolStrip3             = new CCWin.SkinControl.SkinToolStrip();
     this.toolStripSplitButton4      = new System.Windows.Forms.ToolStripSplitButton();
     this.添加好友ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButton3      = new System.Windows.Forms.ToolStripSplitButton();
     this.加入群ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.创建群ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSplitButton2      = new System.Windows.Forms.ToolStripSplitButton();
     this.清空会话列表ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.skinToolStrip1             = new CCWin.SkinControl.SkinToolStrip();
     this.toolstripButton_mainMenu   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton19          = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2           = new System.Windows.Forms.ToolStripButton();
     this.skinContextMenuStrip_State = new CCWin.SkinControl.SkinContextMenuStrip();
     this.toolStripMenuItem20        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem30        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem31        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem32        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem33        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6        = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem39        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem40        = new System.Windows.Forms.ToolStripMenuItem();
     this.contextMenuStrip1          = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.退出ToolStripMenuItem1       = new System.Windows.Forms.ToolStripMenuItem();
     this.notifyIcon2                = new System.Windows.Forms.NotifyIcon(this.components);
     this.contextMenuStrip2.SuspendLayout();
     this.skinToolStrip3.SuspendLayout();
     this.skinToolStrip1.SuspendLayout();
     this.skinContextMenuStrip_State.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // chatListBox
     //
     this.chatListBox.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.chatListBox.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(247)))), ((int)(((byte)(250)))));
     this.chatListBox.ContextMenuStrip = this.contextMenuStrip2;
     this.chatListBox.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox.ForeColor        = System.Drawing.Color.Black;
     chatListItem1.Bounds               = new System.Drawing.Rectangle(0, 1, 278, 25);
     chatListItem1.IsTwinkleHide        = false;
     chatListItem1.OwnerChatListBox     = this.chatListBox;
     chatListItem1.Text                 = "网服在线";
     chatListItem1.TwinkleSubItemNumber = 0;
     this.chatListBox.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1
     });
     this.chatListBox.ListHadOpenGroup    = null;
     this.chatListBox.ListSubItemMenu     = null;
     this.chatListBox.Location            = new System.Drawing.Point(1, 136);
     this.chatListBox.Margin              = new System.Windows.Forms.Padding(0);
     this.chatListBox.Name                = "chatListBox";
     this.chatListBox.SelectSubItem       = null;
     this.chatListBox.Size                = new System.Drawing.Size(278, 477);
     this.chatListBox.SubItemMenu         = null;
     this.chatListBox.TabIndex            = 135;
     this.chatListBox.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox_DoubleClickSubItem);
     //
     // contextMenuStrip2
     //
     this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.呼叫ToolStripMenuItem,
         this.呼叫转移ToolStripMenuItem
     });
     this.contextMenuStrip2.Name = "contextMenuStrip1";
     this.contextMenuStrip2.Size = new System.Drawing.Size(153, 70);
     //
     // 呼叫ToolStripMenuItem
     //
     this.呼叫ToolStripMenuItem.Name   = "呼叫ToolStripMenuItem";
     this.呼叫ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.呼叫ToolStripMenuItem.Text   = "呼叫";
     this.呼叫ToolStripMenuItem.Click += new System.EventHandler(this.呼叫ToolStripMenuItem_Click);
     //
     // 呼叫转移ToolStripMenuItem
     //
     this.呼叫转移ToolStripMenuItem.Name   = "呼叫转移ToolStripMenuItem";
     this.呼叫转移ToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.呼叫转移ToolStripMenuItem.Text   = "呼叫转移";
     this.呼叫转移ToolStripMenuItem.Click += new System.EventHandler(this.呼叫ToolStripMenuItem_Click);
     //
     // skinPanel_HeadImage
     //
     this.skinPanel_HeadImage.BackColor             = System.Drawing.Color.Transparent;
     this.skinPanel_HeadImage.BackgroundImage       = global::ChatClient.Properties.Resources.image;
     this.skinPanel_HeadImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.skinPanel_HeadImage.ControlState          = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel_HeadImage.DownBack  = null;
     this.skinPanel_HeadImage.Location  = new System.Drawing.Point(18, 17);
     this.skinPanel_HeadImage.MouseBack = null;
     this.skinPanel_HeadImage.Name      = "skinPanel_HeadImage";
     this.skinPanel_HeadImage.NormlBack = null;
     this.skinPanel_HeadImage.Radius    = 4;
     this.skinPanel_HeadImage.Size      = new System.Drawing.Size(69, 69);
     this.skinPanel_HeadImage.TabIndex  = 130;
     //
     // labelSignature
     //
     this.labelSignature.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.labelSignature.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.Anamorphosis;
     this.labelSignature.BackColor    = System.Drawing.Color.Transparent;
     this.labelSignature.BorderColor  = System.Drawing.Color.White;
     this.labelSignature.BorderSize   = 4;
     this.labelSignature.Font         = new System.Drawing.Font("微软雅黑", 9F);
     this.labelSignature.ForeColor    = System.Drawing.Color.Black;
     this.labelSignature.Location     = new System.Drawing.Point(96, 54);
     this.labelSignature.Name         = "labelSignature";
     this.labelSignature.Size         = new System.Drawing.Size(192, 20);
     this.labelSignature.TabIndex     = 132;
     this.labelSignature.Text         = "退一步海阔天空!";
     //
     // skinButton_State
     //
     this.skinButton_State.BackColor             = System.Drawing.Color.Transparent;
     this.skinButton_State.BackgroundImage       = global::ChatClient.Properties.Resources.imonline__2_;
     this.skinButton_State.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.skinButton_State.BackRectangle         = new System.Drawing.Rectangle(4, 4, 4, 4);
     this.skinButton_State.BaseColor             = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(90)))), ((int)(((byte)(147)))));
     this.skinButton_State.ControlState          = CCWin.SkinClass.ControlState.Normal;
     this.skinButton_State.DownBack   = null;
     this.skinButton_State.DrawType   = CCWin.SkinControl.DrawStyle.Img;
     this.skinButton_State.ImageWidth = 12;
     this.skinButton_State.Location   = new System.Drawing.Point(93, 31);
     this.skinButton_State.Margin     = new System.Windows.Forms.Padding(0);
     this.skinButton_State.MouseBack  = null;
     this.skinButton_State.Name       = "skinButton_State";
     this.skinButton_State.NormlBack  = null;
     this.skinButton_State.Palace     = true;
     this.skinButton_State.Size       = new System.Drawing.Size(23, 23);
     this.skinButton_State.TabIndex   = 133;
     this.skinButton_State.Tag        = "1";
     this.skinButton_State.UseVisualStyleBackColor = false;
     //
     // labelName
     //
     this.labelName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.labelName.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.Anamorphosis;
     this.labelName.BackColor    = System.Drawing.Color.Transparent;
     this.labelName.BorderColor  = System.Drawing.Color.White;
     this.labelName.BorderSize   = 4;
     this.labelName.Cursor       = System.Windows.Forms.Cursors.Default;
     this.labelName.Font         = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
     this.labelName.ForeColor    = System.Drawing.Color.Black;
     this.labelName.Location     = new System.Drawing.Point(119, 31);
     this.labelName.Name         = "labelName";
     this.labelName.Size         = new System.Drawing.Size(130, 23);
     this.labelName.TabIndex     = 131;
     this.labelName.Text         = "David";
     //
     // skinToolStrip3
     //
     this.skinToolStrip3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip3.Arrow                      = System.Drawing.Color.White;
     this.skinToolStrip3.AutoSize                   = false;
     this.skinToolStrip3.Back                       = System.Drawing.Color.White;
     this.skinToolStrip3.BackColor                  = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BackRadius                 = 4;
     this.skinToolStrip3.BackRectangle              = new System.Drawing.Rectangle(2, 2, 2, 2);
     this.skinToolStrip3.Base                       = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BaseFore                   = System.Drawing.Color.Black;
     this.skinToolStrip3.BaseForeAnamorphosis       = false;
     this.skinToolStrip3.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip3.BaseForeAnamorphosisColor  = System.Drawing.Color.White;
     this.skinToolStrip3.BaseHoverFore              = System.Drawing.Color.Black;
     this.skinToolStrip3.BaseItemAnamorphosis       = true;
     this.skinToolStrip3.BaseItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip3.BaseItemBorderShow         = false;
     this.skinToolStrip3.BaseItemDown               = ((System.Drawing.Image)(resources.GetObject("skinToolStrip3.BaseItemDown")));
     this.skinToolStrip3.BaseItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip3.BaseItemMouse              = ((System.Drawing.Image)(resources.GetObject("skinToolStrip3.BaseItemMouse")));
     this.skinToolStrip3.BaseItemPressed            = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BaseItemRadius             = 2;
     this.skinToolStrip3.BaseItemRadiusStyle        = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip3.BaseItemSplitter           = System.Drawing.Color.Transparent;
     this.skinToolStrip3.Dock                       = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip3.DropDownImageSeparator     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip3.Fore                       = System.Drawing.Color.Black;
     this.skinToolStrip3.GripMargin                 = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip3.GripStyle                  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip3.HoverFore                  = System.Drawing.Color.White;
     this.skinToolStrip3.ImageScalingSize           = new System.Drawing.Size(20, 20);
     this.skinToolStrip3.ItemAnamorphosis           = false;
     this.skinToolStrip3.ItemBorder                 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemBorderShow             = false;
     this.skinToolStrip3.ItemHover                  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemPressed                = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemRadius                 = 3;
     this.skinToolStrip3.ItemRadiusStyle            = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButton4,
         this.toolStripSplitButton3,
         this.toolStripSplitButton2
     });
     this.skinToolStrip3.Location          = new System.Drawing.Point(4, 102);
     this.skinToolStrip3.Name              = "skinToolStrip3";
     this.skinToolStrip3.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip3.Size              = new System.Drawing.Size(275, 34);
     this.skinToolStrip3.TabIndex          = 134;
     this.skinToolStrip3.Text              = "skinToolStrip3";
     this.skinToolStrip3.TitleAnamorphosis = false;
     this.skinToolStrip3.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinToolStrip3.TitleRadius       = 4;
     this.skinToolStrip3.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip3.Visible           = false;
     //
     // toolStripSplitButton4
     //
     this.toolStripSplitButton4.AutoSize            = false;
     this.toolStripSplitButton4.DisplayStyle        = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton4.DropDownButtonWidth = 20;
     this.toolStripSplitButton4.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.添加好友ToolStripMenuItem
     });
     this.toolStripSplitButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton4.Image")));
     this.toolStripSplitButton4.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripSplitButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton4.Name        = "toolStripSplitButton4";
     this.toolStripSplitButton4.Size        = new System.Drawing.Size(70, 35);
     this.toolStripSplitButton4.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton4.ToolTipText = "联系人";
     //
     // 添加好友ToolStripMenuItem
     //
     this.添加好友ToolStripMenuItem.Name = "添加好友ToolStripMenuItem";
     this.添加好友ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
     this.添加好友ToolStripMenuItem.Text = "添加好友";
     //
     // toolStripSplitButton3
     //
     this.toolStripSplitButton3.AutoSize            = false;
     this.toolStripSplitButton3.DisplayStyle        = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton3.DropDownButtonWidth = 20;
     this.toolStripSplitButton3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.加入群ToolStripMenuItem,
         this.创建群ToolStripMenuItem
     });
     this.toolStripSplitButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton3.Image")));
     this.toolStripSplitButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton3.Name        = "toolStripSplitButton3";
     this.toolStripSplitButton3.Size        = new System.Drawing.Size(70, 35);
     this.toolStripSplitButton3.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton3.ToolTipText = "GG群";
     //
     // 加入群ToolStripMenuItem
     //
     this.加入群ToolStripMenuItem.Name = "加入群ToolStripMenuItem";
     this.加入群ToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
     this.加入群ToolStripMenuItem.Text = "加入群";
     //
     // 创建群ToolStripMenuItem
     //
     this.创建群ToolStripMenuItem.Name = "创建群ToolStripMenuItem";
     this.创建群ToolStripMenuItem.Size = new System.Drawing.Size(112, 22);
     this.创建群ToolStripMenuItem.Text = "创建群";
     //
     // toolStripSplitButton2
     //
     this.toolStripSplitButton2.AutoSize            = false;
     this.toolStripSplitButton2.DisplayStyle        = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton2.DropDownButtonWidth = 20;
     this.toolStripSplitButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.清空会话列表ToolStripMenuItem
     });
     this.toolStripSplitButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton2.Image")));
     this.toolStripSplitButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton2.Name        = "toolStripSplitButton2";
     this.toolStripSplitButton2.Size        = new System.Drawing.Size(70, 35);
     this.toolStripSplitButton2.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton2.ToolTipText = "会话";
     //
     // 清空会话列表ToolStripMenuItem
     //
     this.清空会话列表ToolStripMenuItem.Name = "清空会话列表ToolStripMenuItem";
     this.清空会话列表ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
     this.清空会话列表ToolStripMenuItem.Text = "清空会话列表";
     //
     // skinToolStrip1
     //
     this.skinToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip1.Arrow                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinToolStrip1.AutoSize                   = false;
     this.skinToolStrip1.Back                       = System.Drawing.Color.White;
     this.skinToolStrip1.BackColor                  = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BackRadius                 = 4;
     this.skinToolStrip1.BackRectangle              = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.skinToolStrip1.Base                       = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BaseFore                   = System.Drawing.Color.Black;
     this.skinToolStrip1.BaseForeAnamorphosis       = true;
     this.skinToolStrip1.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip1.BaseForeAnamorphosisColor  = System.Drawing.Color.White;
     this.skinToolStrip1.BaseHoverFore              = System.Drawing.Color.Black;
     this.skinToolStrip1.BaseItemAnamorphosis       = true;
     this.skinToolStrip1.BaseItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip1.BaseItemBorderShow         = true;
     this.skinToolStrip1.BaseItemDown               = ((System.Drawing.Image)(resources.GetObject("skinToolStrip1.BaseItemDown")));
     this.skinToolStrip1.BaseItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip1.BaseItemMouse              = ((System.Drawing.Image)(resources.GetObject("skinToolStrip1.BaseItemMouse")));
     this.skinToolStrip1.BaseItemPressed            = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BaseItemRadius             = 2;
     this.skinToolStrip1.BaseItemRadiusStyle        = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip1.BaseItemSplitter           = System.Drawing.Color.Transparent;
     this.skinToolStrip1.Dock                       = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip1.DropDownImageSeparator     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip1.Fore                       = System.Drawing.Color.Black;
     this.skinToolStrip1.GripMargin                 = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip1.GripStyle                  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip1.HoverFore                  = System.Drawing.Color.White;
     this.skinToolStrip1.ItemAnamorphosis           = false;
     this.skinToolStrip1.ItemBorder                 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemBorderShow             = false;
     this.skinToolStrip1.ItemHover                  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemPressed                = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemRadius                 = 3;
     this.skinToolStrip1.ItemRadiusStyle            = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolstripButton_mainMenu,
         this.toolStripButton1,
         this.toolStripButton4,
         this.toolStripButton19,
         this.toolStripButton2
     });
     this.skinToolStrip1.Location          = new System.Drawing.Point(1, 613);
     this.skinToolStrip1.Name              = "skinToolStrip1";
     this.skinToolStrip1.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip1.Size              = new System.Drawing.Size(330, 24);
     this.skinToolStrip1.TabIndex          = 136;
     this.skinToolStrip1.Text              = "skinToolStrip2";
     this.skinToolStrip1.TitleAnamorphosis = false;
     this.skinToolStrip1.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinToolStrip1.TitleRadius       = 4;
     this.skinToolStrip1.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // toolstripButton_mainMenu
     //
     this.toolstripButton_mainMenu.AutoSize              = false;
     this.toolstripButton_mainMenu.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolstripButton_mainMenu.Image                 = global::ChatClient.Properties.Resources.menu_btn_normal;
     this.toolstripButton_mainMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolstripButton_mainMenu.Margin                = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolstripButton_mainMenu.Name        = "toolstripButton_mainMenu";
     this.toolstripButton_mainMenu.Size        = new System.Drawing.Size(24, 24);
     this.toolstripButton_mainMenu.Text        = "toolStripButton4";
     this.toolstripButton_mainMenu.ToolTipText = "主菜单";
     //
     // toolStripButton1
     //
     this.toolStripButton1.AutoSize              = false;
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Margin                = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton1.Name        = "toolStripButton1";
     this.toolStripButton1.Size        = new System.Drawing.Size(24, 24);
     this.toolStripButton1.Text        = "toolStripButton2";
     this.toolStripButton1.ToolTipText = "打开系统设置";
     this.toolStripButton1.Visible     = false;
     //
     // toolStripButton4
     //
     this.toolStripButton4.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name    = "toolStripButton4";
     this.toolStripButton4.Size    = new System.Drawing.Size(23, 21);
     this.toolStripButton4.Text    = "添加好友";
     this.toolStripButton4.Visible = false;
     //
     // toolStripButton19
     //
     this.toolStripButton19.AutoSize              = false;
     this.toolStripButton19.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton19.Image")));
     this.toolStripButton19.ImageAlign            = System.Drawing.ContentAlignment.TopLeft;
     this.toolStripButton19.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton19.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton19.Name        = "toolStripButton19";
     this.toolStripButton19.Size        = new System.Drawing.Size(54, 24);
     this.toolStripButton19.Text        = "加群";
     this.toolStripButton19.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton19.ToolTipText = "加群";
     this.toolStripButton19.Visible     = false;
     //
     // toolStripButton2
     //
     this.toolStripButton2.AutoSize              = false;
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Margin                = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton2.Name        = "toolStripButton2";
     this.toolStripButton2.Size        = new System.Drawing.Size(24, 24);
     this.toolStripButton2.Text        = "toolStripButton3";
     this.toolStripButton2.ToolTipText = "打开消息管理器";
     this.toolStripButton2.Visible     = false;
     //
     // skinContextMenuStrip_State
     //
     this.skinContextMenuStrip_State.Arrow                  = System.Drawing.Color.Black;
     this.skinContextMenuStrip_State.Back                   = System.Drawing.Color.White;
     this.skinContextMenuStrip_State.BackRadius             = 4;
     this.skinContextMenuStrip_State.Base                   = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.skinContextMenuStrip_State.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinContextMenuStrip_State.Fore                   = System.Drawing.Color.Black;
     this.skinContextMenuStrip_State.HoverFore              = System.Drawing.Color.White;
     this.skinContextMenuStrip_State.ItemAnamorphosis       = false;
     this.skinContextMenuStrip_State.ItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_State.ItemBorderShow         = false;
     this.skinContextMenuStrip_State.ItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_State.ItemPressed            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_State.ItemRadius             = 4;
     this.skinContextMenuStrip_State.ItemRadiusStyle        = CCWin.SkinClass.RoundStyle.None;
     this.skinContextMenuStrip_State.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem20,
         this.toolStripMenuItem30,
         this.toolStripMenuItem31,
         this.toolStripMenuItem32,
         this.toolStripMenuItem33,
         this.toolStripSeparator6,
         this.toolStripMenuItem39,
         this.toolStripMenuItem40
     });
     this.skinContextMenuStrip_State.ItemSplitter      = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinContextMenuStrip_State.Name              = "MenuState";
     this.skinContextMenuStrip_State.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinContextMenuStrip_State.Size              = new System.Drawing.Size(134, 164);
     this.skinContextMenuStrip_State.TitleAnamorphosis = false;
     this.skinContextMenuStrip_State.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinContextMenuStrip_State.TitleRadius       = 4;
     this.skinContextMenuStrip_State.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripMenuItem20
     //
     this.toolStripMenuItem20.Image        = global::ChatClient.Properties.Resources.imonline__2_;
     this.toolStripMenuItem20.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem20.Name         = "toolStripMenuItem20";
     this.toolStripMenuItem20.Size         = new System.Drawing.Size(133, 22);
     this.toolStripMenuItem20.Tag          = "2";
     this.toolStripMenuItem20.Text         = "我在线上";
     this.toolStripMenuItem20.ToolTipText  = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem30
     //
     this.toolStripMenuItem30.Image        = global::ChatClient.Properties.Resources.away__2_;
     this.toolStripMenuItem30.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem30.Name         = "toolStripMenuItem30";
     this.toolStripMenuItem30.Size         = new System.Drawing.Size(133, 22);
     this.toolStripMenuItem30.Tag          = "3";
     this.toolStripMenuItem30.Text         = "离开";
     this.toolStripMenuItem30.ToolTipText  = "表示离开,暂无法处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem31
     //
     this.toolStripMenuItem31.Image        = global::ChatClient.Properties.Resources.busy__2_;
     this.toolStripMenuItem31.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem31.Name         = "toolStripMenuItem31";
     this.toolStripMenuItem31.Size         = new System.Drawing.Size(133, 22);
     this.toolStripMenuItem31.Tag          = "4";
     this.toolStripMenuItem31.Text         = "忙碌";
     this.toolStripMenuItem31.ToolTipText  = "表示忙碌,不会及时处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏显示气泡\r\n";
     //
     // toolStripMenuItem32
     //
     this.toolStripMenuItem32.Image        = global::ChatClient.Properties.Resources.mute__2_;
     this.toolStripMenuItem32.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem32.Name         = "toolStripMenuItem32";
     this.toolStripMenuItem32.Size         = new System.Drawing.Size(133, 22);
     this.toolStripMenuItem32.Tag          = "5";
     this.toolStripMenuItem32.Text         = "请勿打扰";
     this.toolStripMenuItem32.ToolTipText  = "表示不想被打扰。\r\n声音:关闭\r\n消息提醒框:关闭\r\n会话消息:任务栏显示气泡\r\n\r\n";
     //
     // toolStripMenuItem33
     //
     this.toolStripMenuItem33.Image        = global::ChatClient.Properties.Resources.invisible__2_;
     this.toolStripMenuItem33.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem33.Name         = "toolStripMenuItem33";
     this.toolStripMenuItem33.Size         = new System.Drawing.Size(133, 22);
     this.toolStripMenuItem33.Tag          = "6";
     this.toolStripMenuItem33.Text         = "隐身";
     this.toolStripMenuItem33.ToolTipText  = "表示好友看到您是离线的。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(130, 6);
     //
     // toolStripMenuItem39
     //
     this.toolStripMenuItem39.Name = "toolStripMenuItem39";
     this.toolStripMenuItem39.Size = new System.Drawing.Size(133, 22);
     this.toolStripMenuItem39.Text = "系统设置...";
     //
     // toolStripMenuItem40
     //
     this.toolStripMenuItem40.Name = "toolStripMenuItem40";
     this.toolStripMenuItem40.Size = new System.Drawing.Size(133, 22);
     this.toolStripMenuItem40.Text = "我的资料...";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.ToolStripMenuItem,
         this.退出ToolStripMenuItem1
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(137, 48);
     //
     // ToolStripMenuItem
     //
     this.ToolStripMenuItem.Name   = "ToolStripMenuItem";
     this.ToolStripMenuItem.Size   = new System.Drawing.Size(136, 22);
     this.ToolStripMenuItem.Text   = "显示主面板";
     this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
     //
     // 退出ToolStripMenuItem1
     //
     this.退出ToolStripMenuItem1.Name   = "退出ToolStripMenuItem1";
     this.退出ToolStripMenuItem1.Size   = new System.Drawing.Size(136, 22);
     this.退出ToolStripMenuItem1.Text   = "退出";
     this.退出ToolStripMenuItem1.Click += new System.EventHandler(this.退出ToolStripMenuItem1_Click);
     //
     // notifyIcon2
     //
     this.notifyIcon2.ContextMenuStrip = this.contextMenuStrip1;
     this.notifyIcon2.Icon             = ((System.Drawing.Icon)(resources.GetObject("notifyIcon2.Icon")));
     this.notifyIcon2.Text             = "即时通";
     this.notifyIcon2.Visible          = true;
     this.notifyIcon2.DoubleClick     += new System.EventHandler(this.notifyIcon2_DoubleClick);
     //
     // frmMain
     //
     this.AutoScaleMode    = System.Windows.Forms.AutoScaleMode.None;
     this.Back             = global::ChatClient.Properties.Resources.blue;
     this.BackColor        = System.Drawing.Color.FromArgb(((int)(((byte)(15)))), ((int)(((byte)(90)))), ((int)(((byte)(147)))));
     this.BackLayout       = false;
     this.BorderPalace     = global::ChatClient.Properties.Resources.BackPalace;
     this.ClientSize       = new System.Drawing.Size(281, 640);
     this.CloseBoxSize     = new System.Drawing.Size(39, 20);
     this.CloseDownBack    = global::ChatClient.Properties.Resources.btn_close_down;
     this.CloseMouseBack   = global::ChatClient.Properties.Resources.btn_close_highlight;
     this.CloseNormlBack   = global::ChatClient.Properties.Resources.btn_close_disable;
     this.ControlBoxOffset = new System.Drawing.Point(0, -1);
     this.Controls.Add(this.skinToolStrip1);
     this.Controls.Add(this.chatListBox);
     this.Controls.Add(this.labelSignature);
     this.Controls.Add(this.skinButton_State);
     this.Controls.Add(this.labelName);
     this.Controls.Add(this.skinPanel_HeadImage);
     this.Controls.Add(this.skinToolStrip3);
     this.EffectCaption     = false;
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaxDownBack       = global::ChatClient.Properties.Resources.btn_max_down;
     this.MaximizeBox       = false;
     this.MaxMouseBack      = global::ChatClient.Properties.Resources.btn_max_highlight;
     this.MaxNormlBack      = global::ChatClient.Properties.Resources.btn_max_normal;
     this.MaxSize           = new System.Drawing.Size(28, 20);
     this.MiniDownBack      = global::ChatClient.Properties.Resources.btn_mini_down;
     this.MiniMouseBack     = global::ChatClient.Properties.Resources.btn_mini_highlight;
     this.MiniNormlBack     = global::ChatClient.Properties.Resources.btn_mini_normal;
     this.MiniSize          = new System.Drawing.Size(28, 20);
     this.Name              = "frmMain";
     this.RestoreDownBack   = global::ChatClient.Properties.Resources.btn_restore_down;
     this.RestoreMouseBack  = global::ChatClient.Properties.Resources.btn_restore_highlight;
     this.RestoreNormlBack  = global::ChatClient.Properties.Resources.btn_restore_normal;
     this.ShowBorder        = false;
     this.ShowDrawIcon      = false;
     this.ShowInTaskbar     = false;
     this.SkinOpacity       = 100D;
     this.StartPosition     = System.Windows.Forms.FormStartPosition.Manual;
     this.SysBottomDown     = global::ChatClient.Properties.Resources.btn_Skin_down;
     this.SysBottomMouse    = global::ChatClient.Properties.Resources.btn_Skin_highlight;
     this.SysBottomNorml    = global::ChatClient.Properties.Resources.btn_Skin_normal;
     this.SysBottomToolTip  = "更改外观";
     this.SysBottomVisibale = true;
     this.Text              = "GG 2013";
     this.TopMost           = true;
     this.FormClosing      += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
     this.Load             += new System.EventHandler(this.main_Load);
     this.contextMenuStrip2.ResumeLayout(false);
     this.skinToolStrip3.ResumeLayout(false);
     this.skinToolStrip3.PerformLayout();
     this.skinToolStrip1.ResumeLayout(false);
     this.skinToolStrip1.PerformLayout();
     this.skinContextMenuStrip_State.ResumeLayout(false);
     this.contextMenuStrip1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.ChatListItem chatListItem1             = new CCWin.SkinControl.ChatListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RecentListBox));
     this.chatListBox = new CCWin.SkinControl.ChatListBox();
     this.skinContextMenuStrip_recent = new CCWin.SkinControl.SkinContextMenuStrip();
     this.toolStripMenuItem2          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3          = new System.Windows.Forms.ToolStripMenuItem();
     this.从列表中移除ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.skinContextMenuStrip_recent.SuspendLayout();
     this.SuspendLayout();
     //
     // chatListBox
     //
     this.chatListBox.BackColor       = System.Drawing.SystemColors.ControlLightLight;
     this.chatListBox.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.chatListBox.DrawContentType = CCWin.SkinControl.DrawContentType.LastWords;
     this.chatListBox.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox.ForeColor       = System.Drawing.Color.Black;
     this.chatListBox.FriendsMobile   = false;
     chatListItem1.Bounds             = new System.Drawing.Rectangle(0, 1, 251, 25);
     chatListItem1.IsOpen             = true;
     chatListItem1.IsTwinkleHide      = false;
     chatListItem1.OwnerChatListBox   = this.chatListBox;
     chatListItem1.Text = "最近联系人";
     chatListItem1.TwinkleSubItemNumber = 0;
     this.chatListBox.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1
     });
     this.chatListBox.ListHadOpenGroup    = null;
     this.chatListBox.ListSubItemMenu     = this.skinContextMenuStrip_recent;
     this.chatListBox.Location            = new System.Drawing.Point(0, 0);
     this.chatListBox.Margin              = new System.Windows.Forms.Padding(0);
     this.chatListBox.Name                = "chatListBox";
     this.chatListBox.SelectSubItem       = null;
     this.chatListBox.ShowNicName         = false;
     this.chatListBox.Size                = new System.Drawing.Size(251, 415);
     this.chatListBox.SubItemMenu         = null;
     this.chatListBox.TabIndex            = 134;
     this.chatListBox.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox_DoubleClickSubItem);
     //
     // skinContextMenuStrip_recent
     //
     this.skinContextMenuStrip_recent.Arrow                  = System.Drawing.Color.Gray;
     this.skinContextMenuStrip_recent.Back                   = System.Drawing.Color.White;
     this.skinContextMenuStrip_recent.BackRadius             = 4;
     this.skinContextMenuStrip_recent.Base                   = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.skinContextMenuStrip_recent.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinContextMenuStrip_recent.Fore                   = System.Drawing.Color.Black;
     this.skinContextMenuStrip_recent.HoverFore              = System.Drawing.Color.White;
     this.skinContextMenuStrip_recent.ImageScalingSize       = new System.Drawing.Size(11, 11);
     this.skinContextMenuStrip_recent.ItemAnamorphosis       = false;
     this.skinContextMenuStrip_recent.ItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_recent.ItemBorderShow         = false;
     this.skinContextMenuStrip_recent.ItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_recent.ItemPressed            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_recent.ItemRadius             = 4;
     this.skinContextMenuStrip_recent.ItemRadiusStyle        = CCWin.SkinClass.RoundStyle.None;
     this.skinContextMenuStrip_recent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItem2,
         this.toolStripMenuItem3,
         this.从列表中移除ToolStripMenuItem
     });
     this.skinContextMenuStrip_recent.ItemSplitter      = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinContextMenuStrip_recent.Name              = "MenuState";
     this.skinContextMenuStrip_recent.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinContextMenuStrip_recent.Size              = new System.Drawing.Size(149, 70);
     this.skinContextMenuStrip_recent.SkinAllColor      = true;
     this.skinContextMenuStrip_recent.TitleAnamorphosis = false;
     this.skinContextMenuStrip_recent.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinContextMenuStrip_recent.TitleRadius       = 4;
     this.skinContextMenuStrip_recent.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name        = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size        = new System.Drawing.Size(148, 22);
     this.toolStripMenuItem2.Tag         = "1";
     this.toolStripMenuItem2.Text        = "发送即时消息";
     this.toolStripMenuItem2.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     this.toolStripMenuItem2.Click      += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name   = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size   = new System.Drawing.Size(148, 22);
     this.toolStripMenuItem3.Text   = "消息记录";
     this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
     //
     // 从列表中移除ToolStripMenuItem
     //
     this.从列表中移除ToolStripMenuItem.Name   = "从列表中移除ToolStripMenuItem";
     this.从列表中移除ToolStripMenuItem.Size   = new System.Drawing.Size(148, 22);
     this.从列表中移除ToolStripMenuItem.Text   = "从列表中移除";
     this.从列表中移除ToolStripMenuItem.Click += new System.EventHandler(this.从列表中移除ToolStripMenuItem_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Group1.png");
     //
     // RecentListBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.chatListBox);
     this.Name = "RecentListBox";
     this.Size = new System.Drawing.Size(251, 415);
     this.skinContextMenuStrip_recent.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            CCWin.SkinControl.ChatListItem chatListItem1 = new CCWin.SkinControl.ChatListItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupChatForm));
            this.chatListBox1 = new CCWin.SkinControl.ChatListBox();
            this.labelGroupName = new CCWin.SkinControl.SkinLabel();
            this.label_announce = new CCWin.SkinControl.SkinLabel();
            this.pnlTx = new CCWin.SkinControl.SkinPanel();
            this.panelFriendHeadImage = new CCWin.SkinControl.SkinPanel();
            this.toolShow = new System.Windows.Forms.ToolTip(this.components);
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.fontDialog1 = new System.Windows.Forms.FontDialog();
            this.linkLabel_softName = new System.Windows.Forms.LinkLabel();
            this.btnClose = new CCWin.SkinControl.SkinButton();
            this.skToolMenu = new CCWin.SkinControl.SkinToolStrip();
            this.toolFont = new System.Windows.Forms.ToolStripButton();
            this.toolStripButtonEmotion = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
            this.skinButton_send = new CCWin.SkinControl.SkinButton();
            this.chatBox_history = new JustLib.Controls.ChatBox();
            this.chatBoxSend = new JustLib.Controls.ChatBox();
            this.gifBox_wait = new JustLib.Controls.GifBox();
            this.pnlTx.SuspendLayout();
            this.skToolMenu.SuspendLayout();
            this.SuspendLayout();
            // 
            // chatListBox1
            // 
            this.chatListBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chatListBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chatListBox1.DrawContentType = CCWin.SkinControl.DrawContentType.None;
            this.chatListBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chatListBox1.ForeColor = System.Drawing.Color.Black;
            this.chatListBox1.FriendsMobile = true;
            this.chatListBox1.IconSizeMode = CCWin.SkinControl.ChatListItemIcon.Small;
            chatListItem1.Bounds = new System.Drawing.Rectangle(0, 1, 200, 25);
            chatListItem1.IsOpen = true;
            chatListItem1.IsTwinkleHide = false;
            chatListItem1.OwnerChatListBox = this.chatListBox1;
            chatListItem1.Text = "群成员";
            chatListItem1.TwinkleSubItemNumber = 0;
            this.chatListBox1.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
            chatListItem1});
            this.chatListBox1.ListHadOpenGroup = null;
            this.chatListBox1.ListSubItemMenu = null;
            this.chatListBox1.Location = new System.Drawing.Point(466, 58);
            this.chatListBox1.Name = "chatListBox1";
            this.chatListBox1.SelectSubItem = null;
            this.chatListBox1.ShowNicName = true;
            this.chatListBox1.Size = new System.Drawing.Size(200, 503);
            this.chatListBox1.SubItemMenu = null;
            this.chatListBox1.TabIndex = 0;
            this.chatListBox1.Text = "chatListBox1";
            this.chatListBox1.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox1_DoubleClickSubItem);
            // 
            // labelGroupName
            // 
            this.labelGroupName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.labelGroupName.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.None;
            this.labelGroupName.AutoSize = true;
            this.labelGroupName.BackColor = System.Drawing.Color.Transparent;
            this.labelGroupName.BorderColor = System.Drawing.Color.White;
            this.labelGroupName.BorderSize = 4;
            this.labelGroupName.Cursor = System.Windows.Forms.Cursors.Default;
            this.labelGroupName.Font = new System.Drawing.Font("微软雅黑", 14F);
            this.labelGroupName.ForeColor = System.Drawing.Color.Black;
            this.labelGroupName.Location = new System.Drawing.Point(55, 7);
            this.labelGroupName.Name = "labelGroupName";
            this.labelGroupName.Size = new System.Drawing.Size(80, 25);
            this.labelGroupName.TabIndex = 100;
            this.labelGroupName.Text = "测试群1";
            this.labelGroupName.MouseEnter += new System.EventHandler(this.labelFriendName_MouseEnter);
            this.labelGroupName.MouseLeave += new System.EventHandler(this.labelFriendName_MouseLeave);
            // 
            // label_announce
            // 
            this.label_announce.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.label_announce.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.None;
            this.label_announce.AutoSize = true;
            this.label_announce.BackColor = System.Drawing.Color.Transparent;
            this.label_announce.BorderColor = System.Drawing.Color.White;
            this.label_announce.BorderSize = 4;
            this.label_announce.Font = new System.Drawing.Font("微软雅黑", 9F);
            this.label_announce.ForeColor = System.Drawing.Color.Black;
            this.label_announce.Location = new System.Drawing.Point(57, 35);
            this.label_announce.Name = "label_announce";
            this.label_announce.Size = new System.Drawing.Size(226, 17);
            this.label_announce.TabIndex = 103;
            this.label_announce.Text = "2.10上午10点一号会议室全体员工大会!";
            // 
            // pnlTx
            // 
            this.pnlTx.BackColor = System.Drawing.Color.Transparent;
            this.pnlTx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.pnlTx.BackRectangle = new System.Drawing.Rectangle(5, 5, 5, 5);
            this.pnlTx.Controls.Add(this.panelFriendHeadImage);
            this.pnlTx.ControlState = CCWin.SkinClass.ControlState.Normal;
            this.pnlTx.DownBack = global::UniversalPigeon.Properties.Resources.aio_head_normal;
            this.pnlTx.Location = new System.Drawing.Point(6, 7);
            this.pnlTx.Margin = new System.Windows.Forms.Padding(0);
            this.pnlTx.MouseBack = global::UniversalPigeon.Properties.Resources.aio_head_normal;
            this.pnlTx.Name = "pnlTx";
            this.pnlTx.NormlBack = global::UniversalPigeon.Properties.Resources.aio_head_normal;
            this.pnlTx.Palace = true;
            this.pnlTx.Size = new System.Drawing.Size(46, 46);
            this.pnlTx.TabIndex = 104;
            // 
            // panelFriendHeadImage
            // 
            this.panelFriendHeadImage.BackColor = System.Drawing.Color.Transparent;
            this.panelFriendHeadImage.BackgroundImage = global::UniversalPigeon.Properties.Resources.Group2;
            this.panelFriendHeadImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.panelFriendHeadImage.ControlState = CCWin.SkinClass.ControlState.Normal;
            this.panelFriendHeadImage.DownBack = null;
            this.panelFriendHeadImage.Location = new System.Drawing.Point(3, 3);
            this.panelFriendHeadImage.Margin = new System.Windows.Forms.Padding(0);
            this.panelFriendHeadImage.MouseBack = null;
            this.panelFriendHeadImage.Name = "panelFriendHeadImage";
            this.panelFriendHeadImage.NormlBack = null;
            this.panelFriendHeadImage.Radius = 5;
            this.panelFriendHeadImage.Size = new System.Drawing.Size(40, 40);
            this.panelFriendHeadImage.TabIndex = 6;
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.AutoSize = false;
            this.toolStripLabel2.BackColor = System.Drawing.Color.Transparent;
            this.toolStripLabel2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripLabel2.Image = global::UniversalPigeon.Properties.Resources.pictureBox1_Image;
            this.toolStripLabel2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripLabel2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(10, 24);
            this.toolStripLabel2.Text = "toolStripButton6";
            // 
            // fontDialog1
            // 
            this.fontDialog1.Color = System.Drawing.SystemColors.ControlText;
            this.fontDialog1.ShowColor = true;
            // 
            // linkLabel_softName
            // 
            this.linkLabel_softName.ActiveLinkColor = System.Drawing.Color.Black;
            this.linkLabel_softName.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.linkLabel_softName.AutoSize = true;
            this.linkLabel_softName.BackColor = System.Drawing.Color.Transparent;
            this.linkLabel_softName.DisabledLinkColor = System.Drawing.Color.Black;
            this.linkLabel_softName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.linkLabel_softName.ForeColor = System.Drawing.Color.Black;
            this.linkLabel_softName.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.linkLabel_softName.LinkColor = System.Drawing.Color.Black;
            this.linkLabel_softName.Location = new System.Drawing.Point(5, 537);
            this.linkLabel_softName.Name = "linkLabel_softName";
            this.linkLabel_softName.Size = new System.Drawing.Size(54, 17);
            this.linkLabel_softName.TabIndex = 130;
            this.linkLabel_softName.TabStop = true;
            this.linkLabel_softName.Text = "UniversalPigeon";
            this.linkLabel_softName.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;
            // 
            // btnClose
            // 
            this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnClose.BackColor = System.Drawing.Color.Transparent;
            this.btnClose.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
            this.btnClose.ControlState = CCWin.SkinClass.ControlState.Normal;
            this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnClose.DownBack = ((System.Drawing.Image)(resources.GetObject("btnClose.DownBack")));
            this.btnClose.DrawType = CCWin.SkinControl.DrawStyle.Img;
            this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btnClose.Location = new System.Drawing.Point(305, 533);
            this.btnClose.MouseBack = ((System.Drawing.Image)(resources.GetObject("btnClose.MouseBack")));
            this.btnClose.Name = "btnClose";
            this.btnClose.NormlBack = ((System.Drawing.Image)(resources.GetObject("btnClose.NormlBack")));
            this.btnClose.Size = new System.Drawing.Size(69, 24);
            this.btnClose.TabIndex = 127;
            this.btnClose.Text = "关闭(&C)";
            this.btnClose.UseVisualStyleBackColor = false;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // skToolMenu
            // 
            this.skToolMenu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.skToolMenu.Arrow = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.skToolMenu.AutoSize = false;
            this.skToolMenu.Back = System.Drawing.Color.White;
            this.skToolMenu.BackColor = System.Drawing.Color.Transparent;
            this.skToolMenu.BackRadius = 4;
            this.skToolMenu.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
            this.skToolMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.skToolMenu.BaseFore = System.Drawing.Color.Black;
            this.skToolMenu.BaseForeAnamorphosis = false;
            this.skToolMenu.BaseForeAnamorphosisBorder = 4;
            this.skToolMenu.BaseForeAnamorphosisColor = System.Drawing.Color.White;
            this.skToolMenu.BaseForeOffset = new System.Drawing.Point(0, 0);
            this.skToolMenu.BaseHoverFore = System.Drawing.Color.Black;
            this.skToolMenu.BaseItemAnamorphosis = true;
            this.skToolMenu.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
            this.skToolMenu.BaseItemBorderShow = true;
            this.skToolMenu.BaseItemDown = ((System.Drawing.Image)(resources.GetObject("skToolMenu.BaseItemDown")));
            this.skToolMenu.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.skToolMenu.BaseItemMouse = ((System.Drawing.Image)(resources.GetObject("skToolMenu.BaseItemMouse")));
            this.skToolMenu.BaseItemPressed = System.Drawing.Color.Transparent;
            this.skToolMenu.BaseItemRadius = 2;
            this.skToolMenu.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
            this.skToolMenu.BaseItemSplitter = System.Drawing.Color.Transparent;
            this.skToolMenu.Dock = System.Windows.Forms.DockStyle.None;
            this.skToolMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.skToolMenu.Fore = System.Drawing.Color.Black;
            this.skToolMenu.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
            this.skToolMenu.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
            this.skToolMenu.HoverFore = System.Drawing.Color.White;
            this.skToolMenu.ItemAnamorphosis = false;
            this.skToolMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.skToolMenu.ItemBorderShow = false;
            this.skToolMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.skToolMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.skToolMenu.ItemRadius = 3;
            this.skToolMenu.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
            this.skToolMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolFont,
            this.toolStripButtonEmotion,
            this.toolStripButton3,
            this.toolStripButton2,
            this.toolStripButton1,
            this.toolStripButton7});
            this.skToolMenu.Location = new System.Drawing.Point(1, 410);
            this.skToolMenu.Name = "skToolMenu";
            this.skToolMenu.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
            this.skToolMenu.Size = new System.Drawing.Size(462, 27);
            this.skToolMenu.SkinAllColor = true;
            this.skToolMenu.TabIndex = 132;
            this.skToolMenu.Text = "skinToolStrip1";
            this.skToolMenu.TitleAnamorphosis = false;
            this.skToolMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
            this.skToolMenu.TitleRadius = 4;
            this.skToolMenu.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
            // 
            // toolFont
            // 
            this.toolFont.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolFont.Image = ((System.Drawing.Image)(resources.GetObject("toolFont.Image")));
            this.toolFont.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolFont.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
            this.toolFont.Name = "toolFont";
            this.toolFont.Size = new System.Drawing.Size(23, 24);
            this.toolFont.Text = "toolStripButton1";
            this.toolFont.ToolTipText = "字体选择工具栏";
            this.toolFont.Click += new System.EventHandler(this.toolFont_Click);
            // 
            // toolStripButtonEmotion
            // 
            this.toolStripButtonEmotion.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButtonEmotion.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButtonEmotion.Image")));
            this.toolStripButtonEmotion.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButtonEmotion.Margin = new System.Windows.Forms.Padding(3, 1, 0, 2);
            this.toolStripButtonEmotion.Name = "toolStripButtonEmotion";
            this.toolStripButtonEmotion.Size = new System.Drawing.Size(23, 24);
            this.toolStripButtonEmotion.Text = "toolStripButton2";
            this.toolStripButtonEmotion.ToolTipText = "选择表情";
            this.toolStripButtonEmotion.MouseUp += new System.Windows.Forms.MouseEventHandler(this.toolStripButtonEmotion_MouseUp);
            // 
            // toolStripButton3
            // 
            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.White;
            this.toolStripButton3.Name = "toolStripButton3";
            this.toolStripButton3.Size = new System.Drawing.Size(23, 24);
            this.toolStripButton3.Text = "手写板";
            this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
            // 
            // toolStripButton2
            // 
            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
            this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton2.Name = "toolStripButton2";
            this.toolStripButton2.Size = new System.Drawing.Size(23, 24);
            this.toolStripButton2.Text = "屏幕截图";
            this.toolStripButton2.Click += new System.EventHandler(this.buttonCapture_Click);
            // 
            // toolStripButton1
            // 
            this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
            this.toolStripButton1.Image = global::UniversalPigeon.Properties.Resources.Conversation;
            this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton1.Name = "toolStripButton1";
            this.toolStripButton1.Size = new System.Drawing.Size(76, 24);
            this.toolStripButton1.Text = "消息记录";
            this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
            // 
            // toolStripButton7
            // 
            this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
            this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.toolStripButton7.Name = "toolStripButton7";
            this.toolStripButton7.Size = new System.Drawing.Size(23, 24);
            this.toolStripButton7.Text = "发送图片(支持Gif)";
            this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
            // 
            // skinButton_send
            // 
            this.skinButton_send.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.skinButton_send.BackColor = System.Drawing.Color.Transparent;
            this.skinButton_send.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
            this.skinButton_send.ControlState = CCWin.SkinClass.ControlState.Normal;
            this.skinButton_send.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.skinButton_send.DownBack = ((System.Drawing.Image)(resources.GetObject("skinButton_send.DownBack")));
            this.skinButton_send.DrawType = CCWin.SkinControl.DrawStyle.Img;
            this.skinButton_send.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.skinButton_send.Location = new System.Drawing.Point(380, 533);
            this.skinButton_send.MouseBack = ((System.Drawing.Image)(resources.GetObject("skinButton_send.MouseBack")));
            this.skinButton_send.Name = "skinButton_send";
            this.skinButton_send.NormlBack = ((System.Drawing.Image)(resources.GetObject("skinButton_send.NormlBack")));
            this.skinButton_send.Size = new System.Drawing.Size(69, 24);
            this.skinButton_send.TabIndex = 127;
            this.skinButton_send.Text = "发送(&S)";
            this.skinButton_send.UseVisualStyleBackColor = false;
            this.skinButton_send.Click += new System.EventHandler(this.btnSend_Click);
            // 
            // chatBox_history
            // 
            this.chatBox_history.AllowDrop = true;
            this.chatBox_history.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.chatBox_history.BackColor = System.Drawing.Color.White;
            this.chatBox_history.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.chatBox_history.ContextMenuMode = JustLib.Controls.ChatBoxContextMenuMode.ForOutput;
            this.chatBox_history.Location = new System.Drawing.Point(1, 58);
            this.chatBox_history.Name = "chatBox_history";
            this.chatBox_history.PopoutImageWhenDoubleClick = true;
            this.chatBox_history.ReadOnly = true;
            this.chatBox_history.Size = new System.Drawing.Size(462, 351);
            this.chatBox_history.TabIndex = 139;
            this.chatBox_history.Text = "";
            // 
            // chatBoxSend
            // 
            this.chatBoxSend.AllowDrop = true;
            this.chatBoxSend.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.chatBoxSend.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.chatBoxSend.ContextMenuMode = JustLib.Controls.ChatBoxContextMenuMode.ForInput;
            this.chatBoxSend.Location = new System.Drawing.Point(1, 438);
            this.chatBoxSend.Name = "chatBoxSend";
            this.chatBoxSend.PopoutImageWhenDoubleClick = false;
            this.chatBoxSend.Size = new System.Drawing.Size(462, 89);
            this.chatBoxSend.TabIndex = 140;
            this.chatBoxSend.Text = "";
            // 
            // gifBox_wait
            // 
            this.gifBox_wait.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.gifBox_wait.BackColor = System.Drawing.Color.Transparent;
            this.gifBox_wait.BorderColor = System.Drawing.Color.Transparent;
            this.gifBox_wait.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.gifBox_wait.Image = global::UniversalPigeon.Properties.Resources.busy;
            this.gifBox_wait.Location = new System.Drawing.Point(280, 532);
            this.gifBox_wait.Name = "gifBox_wait";
            this.gifBox_wait.Size = new System.Drawing.Size(20, 20);
            this.gifBox_wait.TabIndex = 141;
            this.gifBox_wait.Text = "gifBox1";
            this.gifBox_wait.Visible = false;
            // 
            // GroupChatForm
            // 
            this.AcceptButton = this.skinButton_send;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Back = ((System.Drawing.Image)(resources.GetObject("$this.Back")));
            this.BorderPalace = global::UniversalPigeon.Properties.Resources.BackPalace;
            this.CancelButton = this.btnClose;
            this.CanResize = true;
            this.ClientSize = new System.Drawing.Size(670, 565);
            this.CloseDownBack = global::UniversalPigeon.Properties.Resources.btn_close_down;
            this.CloseMouseBack = global::UniversalPigeon.Properties.Resources.btn_close_highlight;
            this.CloseNormlBack = global::UniversalPigeon.Properties.Resources.btn_close_disable;
            this.Controls.Add(this.gifBox_wait);
            this.Controls.Add(this.chatBoxSend);
            this.Controls.Add(this.chatBox_history);
            this.Controls.Add(this.chatListBox1);
            this.Controls.Add(this.linkLabel_softName);
            this.Controls.Add(this.skinButton_send);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.pnlTx);
            this.Controls.Add(this.labelGroupName);
            this.Controls.Add(this.skToolMenu);
            this.Controls.Add(this.label_announce);
            this.EffectCaption = CCWin.TitleType.None;
            this.EffectWidth = 4;
            this.ForeColor = System.Drawing.Color.Black;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaxDownBack = global::UniversalPigeon.Properties.Resources.btn_max_down;
            this.MaximizeBox = true;
            this.MaxMouseBack = global::UniversalPigeon.Properties.Resources.btn_max_highlight;
            this.MaxNormlBack = global::UniversalPigeon.Properties.Resources.btn_max_normal;
            this.MiniDownBack = global::UniversalPigeon.Properties.Resources.btn_mini_down;
            this.MinimizeBox = true;
            this.MiniMouseBack = global::UniversalPigeon.Properties.Resources.btn_mini_highlight;
            this.MinimumSize = new System.Drawing.Size(630, 490);
            this.MiniNormlBack = global::UniversalPigeon.Properties.Resources.btn_mini_normal;
            this.Name = "GroupChatForm";
            this.RestoreDownBack = global::UniversalPigeon.Properties.Resources.btn_restore_down;
            this.RestoreMouseBack = global::UniversalPigeon.Properties.Resources.btn_restore_highlight;
            this.RestoreNormlBack = global::UniversalPigeon.Properties.Resources.btn_restore_normal;
            this.Shadow = false;
            this.ShowBorder = false;
            this.ShowDrawIcon = false;
            this.ShowInTaskbar = true;
            this.Special = false;
            this.TopMost = false;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ChatForm_FormClosing);
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmChat_Paint);
            this.pnlTx.ResumeLayout(false);
            this.skToolMenu.ResumeLayout(false);
            this.skToolMenu.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.ChatListItem chatListItem1             = new CCWin.SkinControl.ChatListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupChatForm));
     this.chatListBox1           = new CCWin.SkinControl.ChatListBox();
     this.labelGroupName         = new CCWin.SkinControl.SkinLabel();
     this.label_announce         = new CCWin.SkinControl.SkinLabel();
     this.pnlTx                  = new CCWin.SkinControl.SkinPanel();
     this.panelFriendHeadImage   = new CCWin.SkinControl.SkinPanel();
     this.toolShow               = new System.Windows.Forms.ToolTip(this.components);
     this.toolStripLabel2        = new System.Windows.Forms.ToolStripLabel();
     this.fontDialog1            = new System.Windows.Forms.FontDialog();
     this.linkLabel_softName     = new System.Windows.Forms.LinkLabel();
     this.btnClose               = new CCWin.SkinControl.SkinButton();
     this.skToolMenu             = new CCWin.SkinControl.SkinToolStrip();
     this.toolFont               = new System.Windows.Forms.ToolStripButton();
     this.toolStripButtonEmotion = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1       = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7       = new System.Windows.Forms.ToolStripButton();
     this.skinButton_send        = new CCWin.SkinControl.SkinButton();
     this.chatBox_history        = new GGTalk.Controls.ChatBox();
     this.chatBoxSend            = new GGTalk.Controls.ChatBox();
     this.gifBox_wait            = new GGTalk.Controls.GifBox();
     this.pnlTx.SuspendLayout();
     this.skToolMenu.SuspendLayout();
     this.SuspendLayout();
     //
     // chatListBox1
     //
     this.chatListBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.chatListBox1.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatListBox1.DrawContentType = CCWin.SkinControl.DrawContentType.None;
     this.chatListBox1.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox1.ForeColor       = System.Drawing.Color.Black;
     this.chatListBox1.FriendsMobile   = true;
     this.chatListBox1.IconSizeMode    = CCWin.SkinControl.ChatListItemIcon.Small;
     chatListItem1.Bounds               = new System.Drawing.Rectangle(0, 1, 200, 25);
     chatListItem1.IsOpen               = true;
     chatListItem1.IsTwinkleHide        = false;
     chatListItem1.OwnerChatListBox     = this.chatListBox1;
     chatListItem1.Text                 = "群成员";
     chatListItem1.TwinkleSubItemNumber = 0;
     this.chatListBox1.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1
     });
     this.chatListBox1.ListHadOpenGroup    = null;
     this.chatListBox1.ListSubItemMenu     = null;
     this.chatListBox1.Location            = new System.Drawing.Point(466, 58);
     this.chatListBox1.Name                = "chatListBox1";
     this.chatListBox1.SelectSubItem       = null;
     this.chatListBox1.ShowNicName         = true;
     this.chatListBox1.Size                = new System.Drawing.Size(200, 503);
     this.chatListBox1.SubItemMenu         = null;
     this.chatListBox1.TabIndex            = 0;
     this.chatListBox1.Text                = "chatListBox1";
     this.chatListBox1.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox1_DoubleClickSubItem);
     //
     // labelGroupName
     //
     this.labelGroupName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.labelGroupName.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.None;
     this.labelGroupName.AutoSize     = true;
     this.labelGroupName.BackColor    = System.Drawing.Color.Transparent;
     this.labelGroupName.BorderColor  = System.Drawing.Color.White;
     this.labelGroupName.BorderSize   = 4;
     this.labelGroupName.Cursor       = System.Windows.Forms.Cursors.Default;
     this.labelGroupName.Font         = new System.Drawing.Font("微软雅黑", 14F);
     this.labelGroupName.ForeColor    = System.Drawing.Color.Black;
     this.labelGroupName.Location     = new System.Drawing.Point(55, 7);
     this.labelGroupName.Name         = "labelGroupName";
     this.labelGroupName.Size         = new System.Drawing.Size(80, 25);
     this.labelGroupName.TabIndex     = 100;
     this.labelGroupName.Text         = "测试群1";
     this.labelGroupName.MouseEnter  += new System.EventHandler(this.labelFriendName_MouseEnter);
     this.labelGroupName.MouseLeave  += new System.EventHandler(this.labelFriendName_MouseLeave);
     //
     // label_announce
     //
     this.label_announce.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.label_announce.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.None;
     this.label_announce.AutoSize     = true;
     this.label_announce.BackColor    = System.Drawing.Color.Transparent;
     this.label_announce.BorderColor  = System.Drawing.Color.White;
     this.label_announce.BorderSize   = 4;
     this.label_announce.Font         = new System.Drawing.Font("微软雅黑", 9F);
     this.label_announce.ForeColor    = System.Drawing.Color.Black;
     this.label_announce.Location     = new System.Drawing.Point(57, 35);
     this.label_announce.Name         = "label_announce";
     this.label_announce.Size         = new System.Drawing.Size(226, 17);
     this.label_announce.TabIndex     = 103;
     this.label_announce.Text         = "2.10上午10点一号会议室全体员工大会!";
     //
     // pnlTx
     //
     this.pnlTx.BackColor             = System.Drawing.Color.Transparent;
     this.pnlTx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pnlTx.BackRectangle         = new System.Drawing.Rectangle(5, 5, 5, 5);
     this.pnlTx.Controls.Add(this.panelFriendHeadImage);
     this.pnlTx.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.pnlTx.DownBack     = global::GGTalk.Properties.Resources.aio_head_normal;
     this.pnlTx.Location     = new System.Drawing.Point(6, 7);
     this.pnlTx.Margin       = new System.Windows.Forms.Padding(0);
     this.pnlTx.MouseBack    = global::GGTalk.Properties.Resources.aio_head_normal;
     this.pnlTx.Name         = "pnlTx";
     this.pnlTx.NormlBack    = global::GGTalk.Properties.Resources.aio_head_normal;
     this.pnlTx.Palace       = true;
     this.pnlTx.Size         = new System.Drawing.Size(46, 46);
     this.pnlTx.TabIndex     = 104;
     //
     // panelFriendHeadImage
     //
     this.panelFriendHeadImage.BackColor             = System.Drawing.Color.Transparent;
     this.panelFriendHeadImage.BackgroundImage       = global::GGTalk.Properties.Resources.Group2;
     this.panelFriendHeadImage.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.panelFriendHeadImage.ControlState          = CCWin.SkinClass.ControlState.Normal;
     this.panelFriendHeadImage.DownBack  = null;
     this.panelFriendHeadImage.Location  = new System.Drawing.Point(3, 3);
     this.panelFriendHeadImage.Margin    = new System.Windows.Forms.Padding(0);
     this.panelFriendHeadImage.MouseBack = null;
     this.panelFriendHeadImage.Name      = "panelFriendHeadImage";
     this.panelFriendHeadImage.NormlBack = null;
     this.panelFriendHeadImage.Radius    = 5;
     this.panelFriendHeadImage.Size      = new System.Drawing.Size(40, 40);
     this.panelFriendHeadImage.TabIndex  = 6;
     //
     // toolStripLabel2
     //
     this.toolStripLabel2.AutoSize              = false;
     this.toolStripLabel2.BackColor             = System.Drawing.Color.Transparent;
     this.toolStripLabel2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripLabel2.Image                 = global::GGTalk.Properties.Resources.pictureBox1_Image;
     this.toolStripLabel2.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripLabel2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripLabel2.Name = "toolStripLabel2";
     this.toolStripLabel2.Size = new System.Drawing.Size(10, 24);
     this.toolStripLabel2.Text = "toolStripButton6";
     //
     // fontDialog1
     //
     this.fontDialog1.Color     = System.Drawing.SystemColors.ControlText;
     this.fontDialog1.ShowColor = true;
     //
     // linkLabel_softName
     //
     this.linkLabel_softName.ActiveLinkColor   = System.Drawing.Color.Black;
     this.linkLabel_softName.Anchor            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.linkLabel_softName.AutoSize          = true;
     this.linkLabel_softName.BackColor         = System.Drawing.Color.Transparent;
     this.linkLabel_softName.DisabledLinkColor = System.Drawing.Color.Black;
     this.linkLabel_softName.Font             = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.linkLabel_softName.ForeColor        = System.Drawing.Color.Black;
     this.linkLabel_softName.LinkBehavior     = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel_softName.LinkColor        = System.Drawing.Color.Black;
     this.linkLabel_softName.Location         = new System.Drawing.Point(5, 537);
     this.linkLabel_softName.Name             = "linkLabel_softName";
     this.linkLabel_softName.Size             = new System.Drawing.Size(54, 17);
     this.linkLabel_softName.TabIndex         = 130;
     this.linkLabel_softName.TabStop          = true;
     this.linkLabel_softName.Text             = "GGTalk";
     this.linkLabel_softName.VisitedLinkColor = System.Drawing.SystemColors.HotTrack;
     //
     // btnClose
     //
     this.btnClose.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor               = System.Drawing.Color.Transparent;
     this.btnClose.BaseColor               = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
     this.btnClose.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.btnClose.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.DownBack                = ((System.Drawing.Image)(resources.GetObject("btnClose.DownBack")));
     this.btnClose.DrawType                = CCWin.SkinControl.DrawStyle.Img;
     this.btnClose.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnClose.Location                = new System.Drawing.Point(305, 533);
     this.btnClose.MouseBack               = ((System.Drawing.Image)(resources.GetObject("btnClose.MouseBack")));
     this.btnClose.Name                    = "btnClose";
     this.btnClose.NormlBack               = ((System.Drawing.Image)(resources.GetObject("btnClose.NormlBack")));
     this.btnClose.Size                    = new System.Drawing.Size(69, 24);
     this.btnClose.TabIndex                = 127;
     this.btnClose.Text                    = "关闭(&C)";
     this.btnClose.UseVisualStyleBackColor = false;
     this.btnClose.Click                  += new System.EventHandler(this.btnClose_Click);
     //
     // skToolMenu
     //
     this.skToolMenu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.skToolMenu.Arrow                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skToolMenu.AutoSize                   = false;
     this.skToolMenu.Back                       = System.Drawing.Color.White;
     this.skToolMenu.BackColor                  = System.Drawing.Color.Transparent;
     this.skToolMenu.BackRadius                 = 4;
     this.skToolMenu.BackRectangle              = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.skToolMenu.Base                       = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skToolMenu.BaseFore                   = System.Drawing.Color.Black;
     this.skToolMenu.BaseForeAnamorphosis       = false;
     this.skToolMenu.BaseForeAnamorphosisBorder = 4;
     this.skToolMenu.BaseForeAnamorphosisColor  = System.Drawing.Color.White;
     this.skToolMenu.BaseForeOffset             = new System.Drawing.Point(0, 0);
     this.skToolMenu.BaseHoverFore              = System.Drawing.Color.Black;
     this.skToolMenu.BaseItemAnamorphosis       = true;
     this.skToolMenu.BaseItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skToolMenu.BaseItemBorderShow         = true;
     this.skToolMenu.BaseItemDown               = ((System.Drawing.Image)(resources.GetObject("skToolMenu.BaseItemDown")));
     this.skToolMenu.BaseItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skToolMenu.BaseItemMouse              = ((System.Drawing.Image)(resources.GetObject("skToolMenu.BaseItemMouse")));
     this.skToolMenu.BaseItemPressed            = System.Drawing.Color.Transparent;
     this.skToolMenu.BaseItemRadius             = 2;
     this.skToolMenu.BaseItemRadiusStyle        = CCWin.SkinClass.RoundStyle.All;
     this.skToolMenu.BaseItemSplitter           = System.Drawing.Color.Transparent;
     this.skToolMenu.Dock                       = System.Windows.Forms.DockStyle.None;
     this.skToolMenu.DropDownImageSeparator     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skToolMenu.Fore                       = System.Drawing.Color.Black;
     this.skToolMenu.GripMargin                 = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skToolMenu.GripStyle                  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skToolMenu.HoverFore                  = System.Drawing.Color.White;
     this.skToolMenu.ItemAnamorphosis           = false;
     this.skToolMenu.ItemBorder                 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skToolMenu.ItemBorderShow             = false;
     this.skToolMenu.ItemHover                  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skToolMenu.ItemPressed                = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skToolMenu.ItemRadius                 = 3;
     this.skToolMenu.ItemRadiusStyle            = CCWin.SkinClass.RoundStyle.None;
     this.skToolMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolFont,
         this.toolStripButtonEmotion,
         this.toolStripButton3,
         this.toolStripButton2,
         this.toolStripButton1,
         this.toolStripButton7
     });
     this.skToolMenu.Location          = new System.Drawing.Point(1, 410);
     this.skToolMenu.Name              = "skToolMenu";
     this.skToolMenu.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skToolMenu.Size              = new System.Drawing.Size(462, 27);
     this.skToolMenu.SkinAllColor      = true;
     this.skToolMenu.TabIndex          = 132;
     this.skToolMenu.Text              = "skinToolStrip1";
     this.skToolMenu.TitleAnamorphosis = false;
     this.skToolMenu.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skToolMenu.TitleRadius       = 4;
     this.skToolMenu.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // toolFont
     //
     this.toolFont.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolFont.Image                 = ((System.Drawing.Image)(resources.GetObject("toolFont.Image")));
     this.toolFont.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolFont.Margin                = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolFont.Name        = "toolFont";
     this.toolFont.Size        = new System.Drawing.Size(23, 24);
     this.toolFont.Text        = "toolStripButton1";
     this.toolFont.ToolTipText = "字体选择工具栏";
     this.toolFont.Click      += new System.EventHandler(this.toolFont_Click);
     //
     // toolStripButtonEmotion
     //
     this.toolStripButtonEmotion.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButtonEmotion.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButtonEmotion.Image")));
     this.toolStripButtonEmotion.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButtonEmotion.Margin                = new System.Windows.Forms.Padding(3, 1, 0, 2);
     this.toolStripButtonEmotion.Name        = "toolStripButtonEmotion";
     this.toolStripButtonEmotion.Size        = new System.Drawing.Size(23, 24);
     this.toolStripButtonEmotion.Text        = "toolStripButton2";
     this.toolStripButtonEmotion.ToolTipText = "选择表情";
     this.toolStripButtonEmotion.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.toolStripButtonEmotion_MouseUp);
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.White;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(23, 24);
     this.toolStripButton3.Text   = "手写板";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton2
     //
     this.toolStripButton2.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(23, 24);
     this.toolStripButton2.Text   = "屏幕截图";
     this.toolStripButton2.Click += new System.EventHandler(this.buttonCapture_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Alignment             = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton1.Image                 = global::GGTalk.Properties.Resources.Conversation;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(76, 24);
     this.toolStripButton1.Text   = "消息记录";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(23, 24);
     this.toolStripButton7.Text   = "发送图片(支持Gif)";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // skinButton_send
     //
     this.skinButton_send.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.skinButton_send.BackColor               = System.Drawing.Color.Transparent;
     this.skinButton_send.BaseColor               = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
     this.skinButton_send.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinButton_send.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.skinButton_send.DownBack                = ((System.Drawing.Image)(resources.GetObject("skinButton_send.DownBack")));
     this.skinButton_send.DrawType                = CCWin.SkinControl.DrawStyle.Img;
     this.skinButton_send.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinButton_send.Location                = new System.Drawing.Point(380, 533);
     this.skinButton_send.MouseBack               = ((System.Drawing.Image)(resources.GetObject("skinButton_send.MouseBack")));
     this.skinButton_send.Name                    = "skinButton_send";
     this.skinButton_send.NormlBack               = ((System.Drawing.Image)(resources.GetObject("skinButton_send.NormlBack")));
     this.skinButton_send.Size                    = new System.Drawing.Size(69, 24);
     this.skinButton_send.TabIndex                = 127;
     this.skinButton_send.Text                    = "发送(&S)";
     this.skinButton_send.UseVisualStyleBackColor = false;
     this.skinButton_send.Click                  += new System.EventHandler(this.btnSend_Click);
     //
     // chatBox_history
     //
     this.chatBox_history.AllowDrop = true;
     this.chatBox_history.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.chatBox_history.BackColor                  = System.Drawing.Color.White;
     this.chatBox_history.BorderStyle                = System.Windows.Forms.BorderStyle.None;
     this.chatBox_history.ContextMenuMode            = GGTalk.Controls.ChatBoxContextMenuMode.ForOutput;
     this.chatBox_history.Location                   = new System.Drawing.Point(1, 58);
     this.chatBox_history.Name                       = "chatBox_history";
     this.chatBox_history.PopoutImageWhenDoubleClick = true;
     this.chatBox_history.ReadOnly                   = true;
     this.chatBox_history.Size                       = new System.Drawing.Size(462, 351);
     this.chatBox_history.TabIndex                   = 139;
     this.chatBox_history.Text                       = "";
     //
     // chatBoxSend
     //
     this.chatBoxSend.AllowDrop = true;
     this.chatBoxSend.Anchor    = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.chatBoxSend.BorderStyle                = System.Windows.Forms.BorderStyle.None;
     this.chatBoxSend.ContextMenuMode            = GGTalk.Controls.ChatBoxContextMenuMode.ForInput;
     this.chatBoxSend.Location                   = new System.Drawing.Point(1, 438);
     this.chatBoxSend.Name                       = "chatBoxSend";
     this.chatBoxSend.PopoutImageWhenDoubleClick = false;
     this.chatBoxSend.Size                       = new System.Drawing.Size(462, 89);
     this.chatBoxSend.TabIndex                   = 140;
     this.chatBoxSend.Text                       = "";
     //
     // gifBox_wait
     //
     this.gifBox_wait.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.gifBox_wait.BackColor   = System.Drawing.Color.Transparent;
     this.gifBox_wait.BorderColor = System.Drawing.Color.Transparent;
     this.gifBox_wait.Cursor      = System.Windows.Forms.Cursors.Arrow;
     this.gifBox_wait.Image       = global::GGTalk.Properties.Resources.busy;
     this.gifBox_wait.Location    = new System.Drawing.Point(280, 532);
     this.gifBox_wait.Name        = "gifBox_wait";
     this.gifBox_wait.Size        = new System.Drawing.Size(20, 20);
     this.gifBox_wait.TabIndex    = 141;
     this.gifBox_wait.Text        = "gifBox1";
     this.gifBox_wait.Visible     = false;
     //
     // GroupChatForm
     //
     this.AcceptButton        = this.skinButton_send;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Back           = ((System.Drawing.Image)(resources.GetObject("$this.Back")));
     this.BorderPalace   = global::GGTalk.Properties.Resources.BackPalace;
     this.CancelButton   = this.btnClose;
     this.CanResize      = true;
     this.ClientSize     = new System.Drawing.Size(670, 565);
     this.CloseDownBack  = global::GGTalk.Properties.Resources.btn_close_down;
     this.CloseMouseBack = global::GGTalk.Properties.Resources.btn_close_highlight;
     this.CloseNormlBack = global::GGTalk.Properties.Resources.btn_close_disable;
     this.Controls.Add(this.gifBox_wait);
     this.Controls.Add(this.chatBoxSend);
     this.Controls.Add(this.chatBox_history);
     this.Controls.Add(this.chatListBox1);
     this.Controls.Add(this.linkLabel_softName);
     this.Controls.Add(this.skinButton_send);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.pnlTx);
     this.Controls.Add(this.labelGroupName);
     this.Controls.Add(this.skToolMenu);
     this.Controls.Add(this.label_announce);
     this.EffectCaption    = CCWin.TitleType.None;
     this.EffectWidth      = 4;
     this.ForeColor        = System.Drawing.Color.Black;
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaxDownBack      = global::GGTalk.Properties.Resources.btn_max_down;
     this.MaximizeBox      = true;
     this.MaxMouseBack     = global::GGTalk.Properties.Resources.btn_max_highlight;
     this.MaxNormlBack     = global::GGTalk.Properties.Resources.btn_max_normal;
     this.MiniDownBack     = global::GGTalk.Properties.Resources.btn_mini_down;
     this.MinimizeBox      = true;
     this.MiniMouseBack    = global::GGTalk.Properties.Resources.btn_mini_highlight;
     this.MinimumSize      = new System.Drawing.Size(630, 490);
     this.MiniNormlBack    = global::GGTalk.Properties.Resources.btn_mini_normal;
     this.Name             = "GroupChatForm";
     this.RestoreDownBack  = global::GGTalk.Properties.Resources.btn_restore_down;
     this.RestoreMouseBack = global::GGTalk.Properties.Resources.btn_restore_highlight;
     this.RestoreNormlBack = global::GGTalk.Properties.Resources.btn_restore_normal;
     this.Shadow           = false;
     this.ShowBorder       = false;
     this.ShowDrawIcon     = false;
     this.ShowInTaskbar    = true;
     this.Special          = false;
     this.TopMost          = false;
     this.FormClosing     += new System.Windows.Forms.FormClosingEventHandler(this.ChatForm_FormClosing);
     this.Paint           += new System.Windows.Forms.PaintEventHandler(this.FrmChat_Paint);
     this.pnlTx.ResumeLayout(false);
     this.skToolMenu.ResumeLayout(false);
     this.skToolMenu.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.ChatListItem    chatListItem4          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem3       = new CCWin.SkinControl.ChatListSubItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     CCWin.SkinControl.ChatListSubItem chatListSubItem4       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListItem    chatListItem5          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListItem    chatListItem6          = new CCWin.SkinControl.ChatListItem();
     this.friendsList = new CCWin.SkinControl.ChatListBox();
     this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
     this.skinContextMenuStrip_main = new CCWin.SkinControl.SkinContextMenuStrip();
     this.创建群ToolStripMenuItem1     = new System.Windows.Forms.ToolStripMenuItem();
     this.加入群ToolStripMenuItem1     = new System.Windows.Forms.ToolStripMenuItem();
     this.添加好友toolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.查找好友ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5       = new System.Windows.Forms.ToolStripSeparator();
     this.头像显示ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.大头像ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.小头像ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.修改密码ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.个人资料ToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1       = new System.Windows.Forms.ToolStripSeparator();
     this.退出ToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.skinToolTip1             = new CCWin.SkinToolTip(this.components);
     this.skinToolStrip1           = new CCWin.SkinControl.SkinToolStrip();
     this.toolstripButton_mainMenu = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1         = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3         = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4         = new System.Windows.Forms.ToolStripButton();
     this.pnlTx                        = new CCWin.SkinControl.SkinPanel();
     this.userImg                      = new CCWin.SkinControl.SkinButton();
     this.QQSign                       = new CCWin.SkinControl.SkinLabel();
     this.skinButton_State             = new CCWin.SkinControl.SkinButton();
     this.skinToolStrip3               = new CCWin.SkinControl.SkinToolStrip();
     this.toolStripSplitButton_Friends = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSplitButton3        = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSplitButton2        = new System.Windows.Forms.ToolStripSplitButton();
     this.清空会话列表ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.nickName                     = new CCWin.SkinControl.SkinLabel();
     this.iconHitTimer                 = new System.Windows.Forms.Timer(this.components);
     this.showmsgWinTimer              = new System.Windows.Forms.Timer(this.components);
     this.skinContextMenuStrip_main.SuspendLayout();
     this.skinToolStrip1.SuspendLayout();
     this.pnlTx.SuspendLayout();
     this.skinToolStrip3.SuspendLayout();
     this.SuspendLayout();
     //
     // friendsList
     //
     this.friendsList.BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.friendsList.DrawContentType = CCWin.SkinControl.DrawContentType.None;
     this.friendsList.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.friendsList.ForeColor       = System.Drawing.Color.Black;
     this.friendsList.FriendsMobile   = true;
     chatListItem4.Bounds             = new System.Drawing.Rectangle(0, 1, 321, 133);
     chatListItem4.IsOpen             = true;
     chatListItem4.IsTwinkleHide      = false;
     chatListItem4.OwnerChatListBox   = this.friendsList;
     chatListSubItem3.Bounds          = new System.Drawing.Rectangle(0, 27, 321, 53);
     chatListSubItem3.DisplayName     = "幻影追风";
     chatListSubItem3.HeadImage       = ((System.Drawing.Image)(resources.GetObject("chatListSubItem3.HeadImage")));
     chatListSubItem3.HeadRect        = new System.Drawing.Rectangle(5, 33, 40, 40);
     chatListSubItem3.ID            = null;
     chatListSubItem3.IpAddress     = null;
     chatListSubItem3.IsTwinkle     = false;
     chatListSubItem3.IsTwinkleHide = false;
     chatListSubItem3.IsVip         = false;
     chatListSubItem3.LastWords     = "";
     chatListSubItem3.NicName       = "李四";
     chatListSubItem3.OwnerListItem = chatListItem4;
     chatListSubItem3.PersonalMsg   = "Personal Message ...";
     chatListSubItem3.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem3.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem3.Tag           = null;
     chatListSubItem3.TcpPort       = 0;
     chatListSubItem3.UpdPort       = 0;
     chatListSubItem4.Bounds        = new System.Drawing.Rectangle(0, 81, 321, 53);
     chatListSubItem4.DisplayName   = "云晟睿";
     chatListSubItem4.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem4.HeadImage")));
     chatListSubItem4.HeadRect      = new System.Drawing.Rectangle(5, 87, 40, 40);
     chatListSubItem4.ID            = null;
     chatListSubItem4.IpAddress     = null;
     chatListSubItem4.IsTwinkle     = false;
     chatListSubItem4.IsTwinkleHide = false;
     chatListSubItem4.IsVip         = false;
     chatListSubItem4.LastWords     = "";
     chatListSubItem4.NicName       = "nicName";
     chatListSubItem4.OwnerListItem = chatListItem4;
     chatListSubItem4.PersonalMsg   = "Personal Message ...";
     chatListSubItem4.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem4.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem4.Tag           = null;
     chatListSubItem4.TcpPort       = 0;
     chatListSubItem4.UpdPort       = 0;
     chatListItem4.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem3,
         chatListSubItem4
     });
     chatListItem4.Text = "我的好友";
     chatListItem4.TwinkleSubItemNumber = 0;
     chatListItem5.Bounds               = new System.Drawing.Rectangle(0, 135, 321, 25);
     chatListItem5.IsTwinkleHide        = false;
     chatListItem5.OwnerChatListBox     = this.friendsList;
     chatListItem5.Text                 = "家人";
     chatListItem5.TwinkleSubItemNumber = 0;
     chatListItem6.Bounds               = new System.Drawing.Rectangle(0, 161, 321, 25);
     chatListItem6.IsTwinkleHide        = false;
     chatListItem6.OwnerChatListBox     = this.friendsList;
     chatListItem6.Text                 = "同学";
     chatListItem6.TwinkleSubItemNumber = 0;
     this.friendsList.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem4,
         chatListItem5,
         chatListItem6
     });
     this.friendsList.ListHadOpenGroup    = null;
     this.friendsList.ListSubItemMenu     = null;
     this.friendsList.Location            = new System.Drawing.Point(2, 155);
     this.friendsList.Name                = "friendsList";
     this.friendsList.SelectSubItem       = null;
     this.friendsList.ShowNicName         = false;
     this.friendsList.Size                = new System.Drawing.Size(321, 455);
     this.friendsList.SubItemMenu         = null;
     this.friendsList.TabIndex            = 140;
     this.friendsList.Text                = "chatListBox1";
     this.friendsList.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.friendsList_DoubleClickSubItem);
     this.friendsList.MouseEnterHead     += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.friendsList_MouseEnterHead);
     this.friendsList.MouseLeaveHead     += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.friendsList_MouseLeaveHead);
     this.friendsList.MouseMove          += new System.Windows.Forms.MouseEventHandler(this.friendsList_MouseMove);
     //
     // notifyIcon1
     //
     this.notifyIcon1.ContextMenuStrip  = this.skinContextMenuStrip_main;
     this.notifyIcon1.Icon              = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
     this.notifyIcon1.Text              = "图标";
     this.notifyIcon1.Visible           = true;
     this.notifyIcon1.Click            += new System.EventHandler(this.notifyIcon1_Click);
     this.notifyIcon1.DoubleClick      += new System.EventHandler(this.notifyIcon1_DoubleClick);
     this.notifyIcon1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseDoubleClick);
     this.notifyIcon1.MouseMove        += new System.Windows.Forms.MouseEventHandler(this.notifyIcon1_MouseMove);
     //
     // skinContextMenuStrip_main
     //
     this.skinContextMenuStrip_main.Arrow                  = System.Drawing.Color.Black;
     this.skinContextMenuStrip_main.Back                   = System.Drawing.Color.White;
     this.skinContextMenuStrip_main.BackRadius             = 4;
     this.skinContextMenuStrip_main.Base                   = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.skinContextMenuStrip_main.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinContextMenuStrip_main.Fore                   = System.Drawing.Color.Black;
     this.skinContextMenuStrip_main.HoverFore              = System.Drawing.Color.White;
     this.skinContextMenuStrip_main.ImageScalingSize       = new System.Drawing.Size(20, 20);
     this.skinContextMenuStrip_main.ItemAnamorphosis       = false;
     this.skinContextMenuStrip_main.ItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_main.ItemBorderShow         = false;
     this.skinContextMenuStrip_main.ItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_main.ItemPressed            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_main.ItemRadius             = 4;
     this.skinContextMenuStrip_main.ItemRadiusStyle        = CCWin.SkinClass.RoundStyle.None;
     this.skinContextMenuStrip_main.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.创建群ToolStripMenuItem1,
         this.加入群ToolStripMenuItem1,
         this.添加好友toolStripMenuItem,
         this.查找好友ToolStripMenuItem,
         this.toolStripSeparator5,
         this.头像显示ToolStripMenuItem,
         this.修改密码ToolStripMenuItem,
         this.个人资料ToolStripMenuItem,
         this.toolStripMenuItem9,
         this.toolStripSeparator1,
         this.退出ToolStripMenuItem
     });
     this.skinContextMenuStrip_main.ItemSplitter      = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinContextMenuStrip_main.Name              = "MenuState";
     this.skinContextMenuStrip_main.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinContextMenuStrip_main.Size              = new System.Drawing.Size(143, 250);
     this.skinContextMenuStrip_main.SkinAllColor      = true;
     this.skinContextMenuStrip_main.TitleAnamorphosis = false;
     this.skinContextMenuStrip_main.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinContextMenuStrip_main.TitleRadius       = 4;
     this.skinContextMenuStrip_main.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // 创建群ToolStripMenuItem1
     //
     this.创建群ToolStripMenuItem1.Name = "创建群ToolStripMenuItem1";
     this.创建群ToolStripMenuItem1.Size = new System.Drawing.Size(156, 26);
     this.创建群ToolStripMenuItem1.Text = "创建群";
     //
     // 加入群ToolStripMenuItem1
     //
     this.加入群ToolStripMenuItem1.Name = "加入群ToolStripMenuItem1";
     this.加入群ToolStripMenuItem1.Size = new System.Drawing.Size(156, 26);
     this.加入群ToolStripMenuItem1.Text = "加入群";
     //
     // 添加好友toolStripMenuItem
     //
     this.添加好友toolStripMenuItem.Name    = "添加好友toolStripMenuItem";
     this.添加好友toolStripMenuItem.Size    = new System.Drawing.Size(156, 26);
     this.添加好友toolStripMenuItem.Text    = "添加好友";
     this.添加好友toolStripMenuItem.Visible = false;
     //
     // 查找好友ToolStripMenuItem
     //
     this.查找好友ToolStripMenuItem.Name    = "查找好友ToolStripMenuItem";
     this.查找好友ToolStripMenuItem.Size    = new System.Drawing.Size(156, 26);
     this.查找好友ToolStripMenuItem.Text    = "查找好友";
     this.查找好友ToolStripMenuItem.Visible = false;
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(153, 6);
     //
     // 头像显示ToolStripMenuItem
     //
     this.头像显示ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.大头像ToolStripMenuItem,
         this.小头像ToolStripMenuItem
     });
     this.头像显示ToolStripMenuItem.Name    = "头像显示ToolStripMenuItem";
     this.头像显示ToolStripMenuItem.Size    = new System.Drawing.Size(156, 26);
     this.头像显示ToolStripMenuItem.Text    = "头像显示";
     this.头像显示ToolStripMenuItem.Visible = false;
     //
     // 大头像ToolStripMenuItem
     //
     this.大头像ToolStripMenuItem.Checked      = true;
     this.大头像ToolStripMenuItem.CheckOnClick = true;
     this.大头像ToolStripMenuItem.CheckState   = System.Windows.Forms.CheckState.Checked;
     this.大头像ToolStripMenuItem.Name         = "大头像ToolStripMenuItem";
     this.大头像ToolStripMenuItem.Size         = new System.Drawing.Size(123, 24);
     this.大头像ToolStripMenuItem.Text         = "大头像";
     //
     // 小头像ToolStripMenuItem
     //
     this.小头像ToolStripMenuItem.CheckOnClick = true;
     this.小头像ToolStripMenuItem.Name         = "小头像ToolStripMenuItem";
     this.小头像ToolStripMenuItem.Size         = new System.Drawing.Size(123, 24);
     this.小头像ToolStripMenuItem.Text         = "小头像";
     //
     // 修改密码ToolStripMenuItem
     //
     this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
     this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(156, 26);
     this.修改密码ToolStripMenuItem.Text = "修改密码";
     //
     // 个人资料ToolStripMenuItem
     //
     this.个人资料ToolStripMenuItem.Name = "个人资料ToolStripMenuItem";
     this.个人资料ToolStripMenuItem.Size = new System.Drawing.Size(156, 26);
     this.个人资料ToolStripMenuItem.Text = "个人资料";
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem9.Image")));
     this.toolStripMenuItem9.Name  = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size  = new System.Drawing.Size(156, 26);
     this.toolStripMenuItem9.Text  = "系统设置";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(153, 6);
     //
     // 退出ToolStripMenuItem
     //
     this.退出ToolStripMenuItem.Name   = "退出ToolStripMenuItem";
     this.退出ToolStripMenuItem.Size   = new System.Drawing.Size(156, 26);
     this.退出ToolStripMenuItem.Text   = "退出";
     this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
     //
     // skinToolTip1
     //
     this.skinToolTip1.AutoPopDelay = 5000;
     this.skinToolTip1.ImageSize    = new System.Drawing.Size(20, 20);
     this.skinToolTip1.InitialDelay = 500;
     this.skinToolTip1.OwnerDraw    = true;
     this.skinToolTip1.ReshowDelay  = 800;
     //
     // skinToolStrip1
     //
     this.skinToolStrip1.Arrow                      = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinToolStrip1.AutoSize                   = false;
     this.skinToolStrip1.Back                       = System.Drawing.Color.White;
     this.skinToolStrip1.BackColor                  = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BackRadius                 = 4;
     this.skinToolStrip1.BackRectangle              = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.skinToolStrip1.Base                       = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BaseFore                   = System.Drawing.Color.Black;
     this.skinToolStrip1.BaseForeAnamorphosis       = true;
     this.skinToolStrip1.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip1.BaseForeAnamorphosisColor  = System.Drawing.Color.White;
     this.skinToolStrip1.BaseForeOffset             = new System.Drawing.Point(0, 0);
     this.skinToolStrip1.BaseHoverFore              = System.Drawing.Color.Black;
     this.skinToolStrip1.BaseItemAnamorphosis       = true;
     this.skinToolStrip1.BaseItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip1.BaseItemBorderShow         = true;
     this.skinToolStrip1.BaseItemDown               = ((System.Drawing.Image)(resources.GetObject("skinToolStrip1.BaseItemDown")));
     this.skinToolStrip1.BaseItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip1.BaseItemMouse              = ((System.Drawing.Image)(resources.GetObject("skinToolStrip1.BaseItemMouse")));
     this.skinToolStrip1.BaseItemPressed            = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BaseItemRadius             = 2;
     this.skinToolStrip1.BaseItemRadiusStyle        = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip1.BaseItemSplitter           = System.Drawing.Color.Transparent;
     this.skinToolStrip1.Dock                       = System.Windows.Forms.DockStyle.Bottom;
     this.skinToolStrip1.DropDownImageSeparator     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip1.Fore                       = System.Drawing.Color.Black;
     this.skinToolStrip1.GripMargin                 = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip1.GripStyle                  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip1.HoverFore                  = System.Drawing.Color.White;
     this.skinToolStrip1.ImageScalingSize           = new System.Drawing.Size(20, 20);
     this.skinToolStrip1.ItemAnamorphosis           = false;
     this.skinToolStrip1.ItemBorder                 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemBorderShow             = false;
     this.skinToolStrip1.ItemHover                  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemPressed                = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemRadius                 = 3;
     this.skinToolStrip1.ItemRadiusStyle            = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolstripButton_mainMenu,
         this.toolStripButton1,
         this.toolStripButton3,
         this.toolStripButton4
     });
     this.skinToolStrip1.Location          = new System.Drawing.Point(4, 623);
     this.skinToolStrip1.Name              = "skinToolStrip1";
     this.skinToolStrip1.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip1.Size              = new System.Drawing.Size(319, 24);
     this.skinToolStrip1.SkinAllColor      = true;
     this.skinToolStrip1.TabIndex          = 139;
     this.skinToolStrip1.Text              = "skinToolStrip2";
     this.skinToolStrip1.TitleAnamorphosis = false;
     this.skinToolStrip1.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinToolStrip1.TitleRadius       = 4;
     this.skinToolStrip1.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // toolstripButton_mainMenu
     //
     this.toolstripButton_mainMenu.AutoSize              = false;
     this.toolstripButton_mainMenu.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolstripButton_mainMenu.Image                 = ((System.Drawing.Image)(resources.GetObject("toolstripButton_mainMenu.Image")));
     this.toolstripButton_mainMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolstripButton_mainMenu.Margin                = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolstripButton_mainMenu.Name        = "toolstripButton_mainMenu";
     this.toolstripButton_mainMenu.Size        = new System.Drawing.Size(24, 24);
     this.toolstripButton_mainMenu.Text        = "toolStripButton4";
     this.toolstripButton_mainMenu.ToolTipText = "主菜单";
     //
     // toolStripButton1
     //
     this.toolStripButton1.AutoSize              = false;
     this.toolStripButton1.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton1.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Margin                = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton1.Name        = "toolStripButton1";
     this.toolStripButton1.Size        = new System.Drawing.Size(24, 24);
     this.toolStripButton1.Text        = "toolStripButton2";
     this.toolStripButton1.ToolTipText = "打开系统设置";
     //
     // toolStripButton3
     //
     this.toolStripButton3.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(24, 21);
     this.toolStripButton3.Text = "我的网盘";
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Size = new System.Drawing.Size(63, 21);
     this.toolStripButton4.Text = "查找";
     //
     // pnlTx
     //
     this.pnlTx.BackColor             = System.Drawing.Color.Transparent;
     this.pnlTx.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pnlTx.Controls.Add(this.userImg);
     this.pnlTx.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.pnlTx.DownBack     = null;
     this.pnlTx.Location     = new System.Drawing.Point(13, 37);
     this.pnlTx.Margin       = new System.Windows.Forms.Padding(0);
     this.pnlTx.MouseBack    = null;
     this.pnlTx.Name         = "pnlTx";
     this.pnlTx.NormlBack    = null;
     this.pnlTx.Radius       = 4;
     this.pnlTx.RoundStyle   = CCWin.SkinClass.RoundStyle.All;
     this.pnlTx.Size         = new System.Drawing.Size(72, 72);
     this.pnlTx.TabIndex     = 137;
     //
     // userImg
     //
     this.userImg.BackColor             = System.Drawing.Color.Transparent;
     this.userImg.BackgroundImage       = ((System.Drawing.Image)(resources.GetObject("userImg.BackgroundImage")));
     this.userImg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.userImg.BackRectangle         = new System.Drawing.Rectangle(4, 4, 4, 4);
     this.userImg.BaseColor             = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
     this.userImg.ControlState          = CCWin.SkinClass.ControlState.Normal;
     this.userImg.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.userImg.DownBack   = null;
     this.userImg.DrawType   = CCWin.SkinControl.DrawStyle.Img;
     this.userImg.ImageSize  = new System.Drawing.Size(64, 64);
     this.userImg.Location   = new System.Drawing.Point(5, 3);
     this.userImg.Margin     = new System.Windows.Forms.Padding(0);
     this.userImg.MouseBack  = null;
     this.userImg.Name       = "userImg";
     this.userImg.NormlBack  = null;
     this.userImg.Radius     = 4;
     this.userImg.RoundStyle = CCWin.SkinClass.RoundStyle.All;
     this.userImg.Size       = new System.Drawing.Size(64, 64);
     this.userImg.TabIndex   = 128;
     this.userImg.Tag        = "1";
     this.userImg.UseVisualStyleBackColor = false;
     //
     // QQSign
     //
     this.QQSign.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.QQSign.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.None;
     this.QQSign.BackColor    = System.Drawing.Color.Transparent;
     this.QQSign.BorderColor  = System.Drawing.Color.White;
     this.QQSign.BorderSize   = 4;
     this.QQSign.Font         = new System.Drawing.Font("微软雅黑", 9F);
     this.QQSign.ForeColor    = System.Drawing.Color.Black;
     this.QQSign.Location     = new System.Drawing.Point(94, 64);
     this.QQSign.Name         = "QQSign";
     this.QQSign.Size         = new System.Drawing.Size(193, 20);
     this.QQSign.TabIndex     = 134;
     this.QQSign.Text         = "退一步海阔天空!";
     //
     // skinButton_State
     //
     this.skinButton_State.BackColor             = System.Drawing.Color.Transparent;
     this.skinButton_State.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.skinButton_State.BackRectangle         = new System.Drawing.Rectangle(4, 4, 4, 4);
     this.skinButton_State.BaseColor             = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
     this.skinButton_State.ControlState          = CCWin.SkinClass.ControlState.Normal;
     this.skinButton_State.DownBack  = null;
     this.skinButton_State.DrawType  = CCWin.SkinControl.DrawStyle.Img;
     this.skinButton_State.Image     = ((System.Drawing.Image)(resources.GetObject("skinButton_State.Image")));
     this.skinButton_State.ImageSize = new System.Drawing.Size(11, 11);
     this.skinButton_State.Location  = new System.Drawing.Point(90, 37);
     this.skinButton_State.Margin    = new System.Windows.Forms.Padding(0);
     this.skinButton_State.MouseBack = null;
     this.skinButton_State.Name      = "skinButton_State";
     this.skinButton_State.NormlBack = null;
     this.skinButton_State.Palace    = true;
     this.skinButton_State.Size      = new System.Drawing.Size(23, 23);
     this.skinButton_State.TabIndex  = 136;
     this.skinButton_State.Tag       = "1";
     this.skinButton_State.UseVisualStyleBackColor = false;
     //
     // skinToolStrip3
     //
     this.skinToolStrip3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip3.Arrow                      = System.Drawing.Color.White;
     this.skinToolStrip3.AutoSize                   = false;
     this.skinToolStrip3.Back                       = System.Drawing.Color.White;
     this.skinToolStrip3.BackColor                  = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BackRadius                 = 4;
     this.skinToolStrip3.BackRectangle              = new System.Drawing.Rectangle(2, 2, 2, 2);
     this.skinToolStrip3.Base                       = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BaseFore                   = System.Drawing.Color.Black;
     this.skinToolStrip3.BaseForeAnamorphosis       = false;
     this.skinToolStrip3.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip3.BaseForeAnamorphosisColor  = System.Drawing.Color.White;
     this.skinToolStrip3.BaseForeOffset             = new System.Drawing.Point(0, 0);
     this.skinToolStrip3.BaseHoverFore              = System.Drawing.Color.Black;
     this.skinToolStrip3.BaseItemAnamorphosis       = true;
     this.skinToolStrip3.BaseItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip3.BaseItemBorderShow         = false;
     this.skinToolStrip3.BaseItemDown               = ((System.Drawing.Image)(resources.GetObject("skinToolStrip3.BaseItemDown")));
     this.skinToolStrip3.BaseItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip3.BaseItemMouse              = ((System.Drawing.Image)(resources.GetObject("skinToolStrip3.BaseItemMouse")));
     this.skinToolStrip3.BaseItemPressed            = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BaseItemRadius             = 2;
     this.skinToolStrip3.BaseItemRadiusStyle        = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip3.BaseItemSplitter           = System.Drawing.Color.Transparent;
     this.skinToolStrip3.Dock                       = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip3.DropDownImageSeparator     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip3.Fore                       = System.Drawing.Color.Black;
     this.skinToolStrip3.GripMargin                 = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip3.GripStyle                  = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip3.HoverFore                  = System.Drawing.Color.White;
     this.skinToolStrip3.ImageScalingSize           = new System.Drawing.Size(20, 20);
     this.skinToolStrip3.ItemAnamorphosis           = false;
     this.skinToolStrip3.ItemBorder                 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemBorderShow             = false;
     this.skinToolStrip3.ItemHover                  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemPressed                = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemRadius                 = 3;
     this.skinToolStrip3.ItemRadiusStyle            = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripSplitButton_Friends,
         this.toolStripSplitButton3,
         this.toolStripSplitButton2
     });
     this.skinToolStrip3.Location          = new System.Drawing.Point(6, 117);
     this.skinToolStrip3.Name              = "skinToolStrip3";
     this.skinToolStrip3.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip3.Size              = new System.Drawing.Size(319, 34);
     this.skinToolStrip3.SkinAllColor      = true;
     this.skinToolStrip3.TabIndex          = 135;
     this.skinToolStrip3.Text              = "skinToolStrip3";
     this.skinToolStrip3.TitleAnamorphosis = false;
     this.skinToolStrip3.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinToolStrip3.TitleRadius       = 4;
     this.skinToolStrip3.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripSplitButton_Friends
     //
     this.toolStripSplitButton_Friends.AutoSize            = false;
     this.toolStripSplitButton_Friends.DisplayStyle        = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton_Friends.DropDownButtonWidth = 20;
     this.toolStripSplitButton_Friends.Image                 = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton_Friends.Image")));
     this.toolStripSplitButton_Friends.ImageScaling          = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripSplitButton_Friends.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton_Friends.Name        = "toolStripSplitButton_Friends";
     this.toolStripSplitButton_Friends.Size        = new System.Drawing.Size(60, 35);
     this.toolStripSplitButton_Friends.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton_Friends.ToolTipText = "联系人";
     //
     // toolStripSplitButton3
     //
     this.toolStripSplitButton3.AutoSize            = false;
     this.toolStripSplitButton3.DisplayStyle        = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton3.DropDownButtonWidth = 20;
     this.toolStripSplitButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton3.Image")));
     this.toolStripSplitButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton3.Name        = "toolStripSplitButton3";
     this.toolStripSplitButton3.Size        = new System.Drawing.Size(60, 35);
     this.toolStripSplitButton3.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton3.ToolTipText = "群";
     //
     // toolStripSplitButton2
     //
     this.toolStripSplitButton2.AutoSize            = false;
     this.toolStripSplitButton2.DisplayStyle        = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton2.DropDownButtonWidth = 20;
     this.toolStripSplitButton2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.清空会话列表ToolStripMenuItem
     });
     this.toolStripSplitButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton2.Image")));
     this.toolStripSplitButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton2.Name        = "toolStripSplitButton2";
     this.toolStripSplitButton2.Size        = new System.Drawing.Size(60, 35);
     this.toolStripSplitButton2.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton2.ToolTipText = "最近联系人";
     //
     // 清空会话列表ToolStripMenuItem
     //
     this.清空会话列表ToolStripMenuItem.Name = "清空会话列表ToolStripMenuItem";
     this.清空会话列表ToolStripMenuItem.Size = new System.Drawing.Size(168, 24);
     this.清空会话列表ToolStripMenuItem.Text = "清空会话列表";
     //
     // nickName
     //
     this.nickName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.nickName.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.None;
     this.nickName.BackColor    = System.Drawing.Color.Transparent;
     this.nickName.BorderColor  = System.Drawing.Color.White;
     this.nickName.BorderSize   = 4;
     this.nickName.Cursor       = System.Windows.Forms.Cursors.Default;
     this.nickName.Font         = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold);
     this.nickName.ForeColor    = System.Drawing.Color.Black;
     this.nickName.Location     = new System.Drawing.Point(109, 37);
     this.nickName.Name         = "nickName";
     this.nickName.Size         = new System.Drawing.Size(131, 23);
     this.nickName.TabIndex     = 133;
     this.nickName.Text         = "David";
     //
     // iconHitTimer
     //
     this.iconHitTimer.Enabled  = true;
     this.iconHitTimer.Interval = 1000;
     this.iconHitTimer.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // showmsgWinTimer
     //
     this.showmsgWinTimer.Enabled = true;
     this.showmsgWinTimer.Tick   += new System.EventHandler(this.showmsgWinTimer_Tick);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
     this.ClientSize          = new System.Drawing.Size(327, 651);
     this.ContextMenuStrip    = this.skinContextMenuStrip_main;
     this.Controls.Add(this.friendsList);
     this.Controls.Add(this.skinToolStrip1);
     this.Controls.Add(this.pnlTx);
     this.Controls.Add(this.QQSign);
     this.Controls.Add(this.skinButton_State);
     this.Controls.Add(this.skinToolStrip3);
     this.Controls.Add(this.nickName);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.MinimizeBox     = true;
     this.Name            = "MainForm";
     this.Text            = "";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
     this.Load           += new System.EventHandler(this.MainForm_Load);
     this.Click          += new System.EventHandler(this.MainForm_Click);
     this.skinContextMenuStrip_main.ResumeLayout(false);
     this.skinToolStrip1.ResumeLayout(false);
     this.skinToolStrip1.PerformLayout();
     this.pnlTx.ResumeLayout(false);
     this.skinToolStrip3.ResumeLayout(false);
     this.skinToolStrip3.PerformLayout();
     this.ResumeLayout(false);
 }
Beispiel #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CCWin.SkinControl.ChatListItem    chatListItem1          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem1       = new CCWin.SkinControl.ChatListSubItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTest));
     CCWin.SkinControl.ChatListSubItem chatListSubItem2       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem3       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem4       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem5       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListItem    chatListItem2          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem6       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem7       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem8       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem9       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListItem    chatListItem3          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem10      = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem11      = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem12      = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem13      = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.Animation       animation1             = new CCWin.SkinControl.Animation();
     this.chatListBox1     = new CCWin.SkinControl.ChatListBox();
     this.skinTabControl1  = new CCWin.SkinControl.SkinTabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.tabPage3         = new System.Windows.Forms.TabPage();
     this.skinRadioButton2 = new CCWin.SkinControl.SkinRadioButton();
     this.skinRadioButton4 = new CCWin.SkinControl.SkinRadioButton();
     this.skinRadioButton3 = new CCWin.SkinControl.SkinRadioButton();
     this.skinRadioButton1 = new CCWin.SkinControl.SkinRadioButton();
     this.skinCheckBox3    = new CCWin.SkinControl.SkinCheckBox();
     this.skinCheckBox2    = new CCWin.SkinControl.SkinCheckBox();
     this.skinCheckBox4    = new CCWin.SkinControl.SkinCheckBox();
     this.skinCheckBox1    = new CCWin.SkinControl.SkinCheckBox();
     this.skinButton3      = new CCWin.SkinControl.SkinButton();
     this.skinButton2      = new CCWin.SkinControl.SkinButton();
     this.skinButton1      = new CCWin.SkinControl.SkinButton();
     this.skinTabControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // chatListBox1
     //
     this.chatListBox1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatListBox1.Font          = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox1.ForeColor     = System.Drawing.Color.Black;
     this.chatListBox1.FriendsMobile = true;
     chatListItem1.Bounds            = new System.Drawing.Rectangle(0, 1, 150, 25);
     chatListItem1.IsTwinkleHide     = false;
     chatListItem1.OwnerChatListBox  = this.chatListBox1;
     chatListSubItem1.Bounds         = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem1.DisplayName    = "displayName";
     chatListSubItem1.HeadImage      = ((System.Drawing.Image)(resources.GetObject("chatListSubItem1.HeadImage")));
     chatListSubItem1.HeadRect       = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem1.ID             = ((uint)(0u));
     chatListSubItem1.IpAddress      = null;
     chatListSubItem1.IsTwinkle      = false;
     chatListSubItem1.IsTwinkleHide  = false;
     chatListSubItem1.IsVip          = false;
     chatListSubItem1.NicName        = "nicName";
     chatListSubItem1.OwnerListItem  = chatListItem1;
     chatListSubItem1.PersonalMsg    = "Personal Message ...";
     chatListSubItem1.PlatformTypes  = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem1.Status         = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem1.Tag            = null;
     chatListSubItem1.TcpPort        = 0;
     chatListSubItem1.UpdPort        = 0;
     chatListSubItem2.Bounds         = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem2.DisplayName    = "displayName";
     chatListSubItem2.HeadImage      = ((System.Drawing.Image)(resources.GetObject("chatListSubItem2.HeadImage")));
     chatListSubItem2.HeadRect       = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem2.ID             = ((uint)(0u));
     chatListSubItem2.IpAddress      = null;
     chatListSubItem2.IsTwinkle      = false;
     chatListSubItem2.IsTwinkleHide  = false;
     chatListSubItem2.IsVip          = false;
     chatListSubItem2.NicName        = "nicName";
     chatListSubItem2.OwnerListItem  = chatListItem1;
     chatListSubItem2.PersonalMsg    = "Personal Message ...";
     chatListSubItem2.PlatformTypes  = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem2.Status         = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem2.Tag            = null;
     chatListSubItem2.TcpPort        = 0;
     chatListSubItem2.UpdPort        = 0;
     chatListSubItem3.Bounds         = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem3.DisplayName    = "displayName";
     chatListSubItem3.HeadImage      = ((System.Drawing.Image)(resources.GetObject("chatListSubItem3.HeadImage")));
     chatListSubItem3.HeadRect       = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem3.ID             = ((uint)(0u));
     chatListSubItem3.IpAddress      = null;
     chatListSubItem3.IsTwinkle      = false;
     chatListSubItem3.IsTwinkleHide  = false;
     chatListSubItem3.IsVip          = false;
     chatListSubItem3.NicName        = "nicName";
     chatListSubItem3.OwnerListItem  = chatListItem1;
     chatListSubItem3.PersonalMsg    = "Personal Message ...";
     chatListSubItem3.PlatformTypes  = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem3.Status         = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem3.Tag            = null;
     chatListSubItem3.TcpPort        = 0;
     chatListSubItem3.UpdPort        = 0;
     chatListSubItem4.Bounds         = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem4.DisplayName    = "displayName";
     chatListSubItem4.HeadImage      = ((System.Drawing.Image)(resources.GetObject("chatListSubItem4.HeadImage")));
     chatListSubItem4.HeadRect       = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem4.ID             = ((uint)(0u));
     chatListSubItem4.IpAddress      = null;
     chatListSubItem4.IsTwinkle      = false;
     chatListSubItem4.IsTwinkleHide  = false;
     chatListSubItem4.IsVip          = false;
     chatListSubItem4.NicName        = "nicName";
     chatListSubItem4.OwnerListItem  = chatListItem1;
     chatListSubItem4.PersonalMsg    = "Personal Message ...";
     chatListSubItem4.PlatformTypes  = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem4.Status         = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem4.Tag            = null;
     chatListSubItem4.TcpPort        = 0;
     chatListSubItem4.UpdPort        = 0;
     chatListSubItem5.Bounds         = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem5.DisplayName    = "displayName";
     chatListSubItem5.HeadImage      = ((System.Drawing.Image)(resources.GetObject("chatListSubItem5.HeadImage")));
     chatListSubItem5.HeadRect       = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem5.ID             = ((uint)(0u));
     chatListSubItem5.IpAddress      = null;
     chatListSubItem5.IsTwinkle      = false;
     chatListSubItem5.IsTwinkleHide  = false;
     chatListSubItem5.IsVip          = false;
     chatListSubItem5.NicName        = "nicName";
     chatListSubItem5.OwnerListItem  = chatListItem1;
     chatListSubItem5.PersonalMsg    = "Personal Message ...";
     chatListSubItem5.PlatformTypes  = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem5.Status         = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem5.Tag            = null;
     chatListSubItem5.TcpPort        = 0;
     chatListSubItem5.UpdPort        = 0;
     chatListItem1.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem1,
         chatListSubItem2,
         chatListSubItem3,
         chatListSubItem4,
         chatListSubItem5
     });
     chatListItem1.Text = "Item";
     chatListItem1.TwinkleSubItemNumber = 0;
     chatListItem2.Bounds           = new System.Drawing.Rectangle(0, 27, 150, 25);
     chatListItem2.IsTwinkleHide    = false;
     chatListItem2.OwnerChatListBox = this.chatListBox1;
     chatListSubItem6.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem6.DisplayName   = "123";
     chatListSubItem6.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem6.HeadImage")));
     chatListSubItem6.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem6.ID            = ((uint)(0u));
     chatListSubItem6.IpAddress     = null;
     chatListSubItem6.IsTwinkle     = false;
     chatListSubItem6.IsTwinkleHide = false;
     chatListSubItem6.IsVip         = false;
     chatListSubItem6.NicName       = "12313";
     chatListSubItem6.OwnerListItem = chatListItem2;
     chatListSubItem6.PersonalMsg   = "Personal Message ...";
     chatListSubItem6.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem6.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem6.Tag           = null;
     chatListSubItem6.TcpPort       = 0;
     chatListSubItem6.UpdPort       = 0;
     chatListSubItem7.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem7.DisplayName   = "displayName";
     chatListSubItem7.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem7.HeadImage")));
     chatListSubItem7.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem7.ID            = ((uint)(0u));
     chatListSubItem7.IpAddress     = null;
     chatListSubItem7.IsTwinkle     = false;
     chatListSubItem7.IsTwinkleHide = false;
     chatListSubItem7.IsVip         = false;
     chatListSubItem7.NicName       = "nicName";
     chatListSubItem7.OwnerListItem = chatListItem2;
     chatListSubItem7.PersonalMsg   = "Personal Message ...";
     chatListSubItem7.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem7.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem7.Tag           = null;
     chatListSubItem7.TcpPort       = 0;
     chatListSubItem7.UpdPort       = 0;
     chatListSubItem8.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem8.DisplayName   = "displayName";
     chatListSubItem8.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem8.HeadImage")));
     chatListSubItem8.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem8.ID            = ((uint)(0u));
     chatListSubItem8.IpAddress     = null;
     chatListSubItem8.IsTwinkle     = false;
     chatListSubItem8.IsTwinkleHide = false;
     chatListSubItem8.IsVip         = false;
     chatListSubItem8.NicName       = "nicName";
     chatListSubItem8.OwnerListItem = chatListItem2;
     chatListSubItem8.PersonalMsg   = "Personal Message ...";
     chatListSubItem8.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem8.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem8.Tag           = null;
     chatListSubItem8.TcpPort       = 0;
     chatListSubItem8.UpdPort       = 0;
     chatListSubItem9.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem9.DisplayName   = "displayName";
     chatListSubItem9.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem9.HeadImage")));
     chatListSubItem9.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem9.ID            = ((uint)(0u));
     chatListSubItem9.IpAddress     = null;
     chatListSubItem9.IsTwinkle     = false;
     chatListSubItem9.IsTwinkleHide = false;
     chatListSubItem9.IsVip         = false;
     chatListSubItem9.NicName       = "nicName";
     chatListSubItem9.OwnerListItem = chatListItem2;
     chatListSubItem9.PersonalMsg   = "Personal Message ...";
     chatListSubItem9.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem9.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem9.Tag           = null;
     chatListSubItem9.TcpPort       = 0;
     chatListSubItem9.UpdPort       = 0;
     chatListItem2.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem6,
         chatListSubItem7,
         chatListSubItem8,
         chatListSubItem9
     });
     chatListItem2.Text = "Item";
     chatListItem2.TwinkleSubItemNumber = 0;
     chatListItem3.Bounds            = new System.Drawing.Rectangle(0, 53, 150, 25);
     chatListItem3.IsTwinkleHide     = false;
     chatListItem3.OwnerChatListBox  = this.chatListBox1;
     chatListSubItem10.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem10.DisplayName   = "displayName";
     chatListSubItem10.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem10.HeadImage")));
     chatListSubItem10.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem10.ID            = ((uint)(0u));
     chatListSubItem10.IpAddress     = null;
     chatListSubItem10.IsTwinkle     = false;
     chatListSubItem10.IsTwinkleHide = false;
     chatListSubItem10.IsVip         = false;
     chatListSubItem10.NicName       = "nicName";
     chatListSubItem10.OwnerListItem = chatListItem3;
     chatListSubItem10.PersonalMsg   = "Personal Message ...";
     chatListSubItem10.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem10.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem10.Tag           = null;
     chatListSubItem10.TcpPort       = 0;
     chatListSubItem10.UpdPort       = 0;
     chatListSubItem11.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem11.DisplayName   = "displayName";
     chatListSubItem11.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem11.HeadImage")));
     chatListSubItem11.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem11.ID            = ((uint)(0u));
     chatListSubItem11.IpAddress     = null;
     chatListSubItem11.IsTwinkle     = false;
     chatListSubItem11.IsTwinkleHide = false;
     chatListSubItem11.IsVip         = false;
     chatListSubItem11.NicName       = "nicName";
     chatListSubItem11.OwnerListItem = chatListItem3;
     chatListSubItem11.PersonalMsg   = "Personal Message ...";
     chatListSubItem11.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem11.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem11.Tag           = null;
     chatListSubItem11.TcpPort       = 0;
     chatListSubItem11.UpdPort       = 0;
     chatListSubItem12.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem12.DisplayName   = "displayName";
     chatListSubItem12.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem12.HeadImage")));
     chatListSubItem12.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem12.ID            = ((uint)(0u));
     chatListSubItem12.IpAddress     = null;
     chatListSubItem12.IsTwinkle     = false;
     chatListSubItem12.IsTwinkleHide = false;
     chatListSubItem12.IsVip         = false;
     chatListSubItem12.NicName       = "nicName";
     chatListSubItem12.OwnerListItem = chatListItem3;
     chatListSubItem12.PersonalMsg   = "Personal Message ...";
     chatListSubItem12.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem12.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem12.Tag           = null;
     chatListSubItem12.TcpPort       = 0;
     chatListSubItem12.UpdPort       = 0;
     chatListSubItem13.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem13.DisplayName   = "displayName";
     chatListSubItem13.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem13.HeadImage")));
     chatListSubItem13.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem13.ID            = ((uint)(0u));
     chatListSubItem13.IpAddress     = null;
     chatListSubItem13.IsTwinkle     = false;
     chatListSubItem13.IsTwinkleHide = false;
     chatListSubItem13.IsVip         = false;
     chatListSubItem13.NicName       = "nicName";
     chatListSubItem13.OwnerListItem = chatListItem3;
     chatListSubItem13.PersonalMsg   = "Personal Message ...";
     chatListSubItem13.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem13.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem13.Tag           = null;
     chatListSubItem13.TcpPort       = 0;
     chatListSubItem13.UpdPort       = 0;
     chatListItem3.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem10,
         chatListSubItem11,
         chatListSubItem12,
         chatListSubItem13
     });
     chatListItem3.Text = "Item";
     chatListItem3.TwinkleSubItemNumber = 0;
     this.chatListBox1.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1,
         chatListItem2,
         chatListItem3
     });
     this.chatListBox1.ListHadOpenGroup = null;
     this.chatListBox1.ListSubItemMenu  = null;
     this.chatListBox1.Location         = new System.Drawing.Point(12, 12);
     this.chatListBox1.Name             = "chatListBox1";
     this.chatListBox1.SelectSubItem    = null;
     this.chatListBox1.Size             = new System.Drawing.Size(150, 250);
     this.chatListBox1.SubItemMenu      = null;
     this.chatListBox1.TabIndex         = 0;
     this.chatListBox1.Text             = "chatListBox1";
     this.chatListBox1.DownSubItem     += new CCWin.SkinControl.ChatListBox.ChatListClickEventHandler(this.chatListBox1_DownSubItem);
     this.chatListBox1.UpSubItem       += new CCWin.SkinControl.ChatListBox.ChatListClickEventHandler(this.chatListBox1_UpSubItem);
     this.chatListBox1.ClickSubItem    += new CCWin.SkinControl.ChatListBox.ChatListClickEventHandler(this.chatListBox1_ClickSubItem);
     //
     // skinTabControl1
     //
     animation1.AnimateOnlyDifferences = false;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff              = 0F;
     animation1.MaxTime                = 1F;
     animation1.MinTime                = 0F;
     animation1.MosaicCoeff            = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift            = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize             = 0;
     animation1.Padding                = new System.Windows.Forms.Padding(0);
     animation1.RotateCoeff            = 0F;
     animation1.RotateLimit            = 0F;
     animation1.ScaleCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff              = 2F;
     animation1.TransparencyCoeff      = 0F;
     this.skinTabControl1.Animation    = animation1;
     this.skinTabControl1.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
     this.skinTabControl1.CloseRect    = new System.Drawing.Rectangle(2, 2, 12, 12);
     this.skinTabControl1.Controls.Add(this.tabPage1);
     this.skinTabControl1.Controls.Add(this.tabPage2);
     this.skinTabControl1.Controls.Add(this.tabPage3);
     this.skinTabControl1.HeadBack          = null;
     this.skinTabControl1.ImgTxtOffset      = new System.Drawing.Point(0, 0);
     this.skinTabControl1.ItemSize          = new System.Drawing.Size(70, 36);
     this.skinTabControl1.Location          = new System.Drawing.Point(314, 12);
     this.skinTabControl1.Name              = "skinTabControl1";
     this.skinTabControl1.PageArrowDown     = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
     this.skinTabControl1.PageArrowHover    = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
     this.skinTabControl1.PageCloseHover    = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
     this.skinTabControl1.PageCloseNormal   = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
     this.skinTabControl1.PageCloseVisble   = true;
     this.skinTabControl1.PageDown          = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
     this.skinTabControl1.PageHover         = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
     this.skinTabControl1.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
     this.skinTabControl1.PageNorml         = null;
     this.skinTabControl1.SelectedIndex     = 0;
     this.skinTabControl1.Size              = new System.Drawing.Size(255, 242);
     this.skinTabControl1.SizeMode          = System.Windows.Forms.TabSizeMode.Fixed;
     this.skinTabControl1.TabIndex          = 10;
     this.skinTabControl1.TabePageClosed   += new CCWin.SkinControl.SkinTabControl.ClosedTabePageHandler(this.skinTabControl1_TabePageClosed);
     this.skinTabControl1.TabePageClosing  += new CCWin.SkinControl.SkinTabControl.ClosingTabePageHandler(this.skinTabControl1_TabePageClosing);
     //
     // tabPage1
     //
     this.tabPage1.Location = new System.Drawing.Point(0, 36);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(255, 206);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "测试关闭事件";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Location = new System.Drawing.Point(0, 36);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(255, 206);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "tabPage2";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(0, 36);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage3.Size     = new System.Drawing.Size(255, 206);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "tabPage3";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // skinRadioButton2
     //
     this.skinRadioButton2.AutoSize                = true;
     this.skinRadioButton2.BackColor               = System.Drawing.Color.Transparent;
     this.skinRadioButton2.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinRadioButton2.DownBack                = null;
     this.skinRadioButton2.Enabled                 = false;
     this.skinRadioButton2.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinRadioButton2.IsEnabledDraw           = false;
     this.skinRadioButton2.Location                = new System.Drawing.Point(168, 169);
     this.skinRadioButton2.MouseBack               = null;
     this.skinRadioButton2.Name                    = "skinRadioButton2";
     this.skinRadioButton2.NormlBack               = null;
     this.skinRadioButton2.SelectedDownBack        = null;
     this.skinRadioButton2.SelectedMouseBack       = null;
     this.skinRadioButton2.SelectedNormlBack       = null;
     this.skinRadioButton2.Size                    = new System.Drawing.Size(128, 21);
     this.skinRadioButton2.TabIndex                = 9;
     this.skinRadioButton2.TabStop                 = true;
     this.skinRadioButton2.Text                    = "skinRadioButton1";
     this.skinRadioButton2.UseVisualStyleBackColor = false;
     //
     // skinRadioButton4
     //
     this.skinRadioButton4.AutoSize                = true;
     this.skinRadioButton4.BackColor               = System.Drawing.Color.Transparent;
     this.skinRadioButton4.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinRadioButton4.DownBack                = global::HuiXing.Properties.Resources.ImgColor;
     this.skinRadioButton4.Enabled                 = false;
     this.skinRadioButton4.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinRadioButton4.IsEnabledDraw           = false;
     this.skinRadioButton4.Location                = new System.Drawing.Point(168, 233);
     this.skinRadioButton4.MouseBack               = global::HuiXing.Properties.Resources.ImgNorml;
     this.skinRadioButton4.Name                    = "skinRadioButton4";
     this.skinRadioButton4.NormlBack               = global::HuiXing.Properties.Resources.imgXz;
     this.skinRadioButton4.SelectedDownBack        = global::HuiXing.Properties.Resources.ImgPer;
     this.skinRadioButton4.SelectedMouseBack       = global::HuiXing.Properties.Resources.ImgColor;
     this.skinRadioButton4.SelectedNormlBack       = global::HuiXing.Properties.Resources.ImgNorml;
     this.skinRadioButton4.Size                    = new System.Drawing.Size(128, 21);
     this.skinRadioButton4.TabIndex                = 9;
     this.skinRadioButton4.TabStop                 = true;
     this.skinRadioButton4.Text                    = "skinRadioButton1";
     this.skinRadioButton4.UseVisualStyleBackColor = false;
     //
     // skinRadioButton3
     //
     this.skinRadioButton3.AutoSize                = true;
     this.skinRadioButton3.BackColor               = System.Drawing.Color.Transparent;
     this.skinRadioButton3.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinRadioButton3.DownBack                = global::HuiXing.Properties.Resources.ImgColor;
     this.skinRadioButton3.Enabled                 = false;
     this.skinRadioButton3.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinRadioButton3.Location                = new System.Drawing.Point(168, 206);
     this.skinRadioButton3.MouseBack               = global::HuiXing.Properties.Resources.ImgNorml;
     this.skinRadioButton3.Name                    = "skinRadioButton3";
     this.skinRadioButton3.NormlBack               = global::HuiXing.Properties.Resources.imgXz;
     this.skinRadioButton3.SelectedDownBack        = global::HuiXing.Properties.Resources.ImgPer;
     this.skinRadioButton3.SelectedMouseBack       = global::HuiXing.Properties.Resources.ImgColor;
     this.skinRadioButton3.SelectedNormlBack       = global::HuiXing.Properties.Resources.ImgNorml;
     this.skinRadioButton3.Size                    = new System.Drawing.Size(128, 21);
     this.skinRadioButton3.TabIndex                = 9;
     this.skinRadioButton3.TabStop                 = true;
     this.skinRadioButton3.Text                    = "skinRadioButton1";
     this.skinRadioButton3.UseVisualStyleBackColor = false;
     //
     // skinRadioButton1
     //
     this.skinRadioButton1.AutoSize                = true;
     this.skinRadioButton1.BackColor               = System.Drawing.Color.Transparent;
     this.skinRadioButton1.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinRadioButton1.DownBack                = null;
     this.skinRadioButton1.Enabled                 = false;
     this.skinRadioButton1.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinRadioButton1.Location                = new System.Drawing.Point(168, 142);
     this.skinRadioButton1.MouseBack               = null;
     this.skinRadioButton1.Name                    = "skinRadioButton1";
     this.skinRadioButton1.NormlBack               = null;
     this.skinRadioButton1.SelectedDownBack        = null;
     this.skinRadioButton1.SelectedMouseBack       = null;
     this.skinRadioButton1.SelectedNormlBack       = null;
     this.skinRadioButton1.Size                    = new System.Drawing.Size(128, 21);
     this.skinRadioButton1.TabIndex                = 9;
     this.skinRadioButton1.TabStop                 = true;
     this.skinRadioButton1.Text                    = "skinRadioButton1";
     this.skinRadioButton1.UseVisualStyleBackColor = false;
     //
     // skinCheckBox3
     //
     this.skinCheckBox3.AutoSize                = true;
     this.skinCheckBox3.BackColor               = System.Drawing.Color.Transparent;
     this.skinCheckBox3.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinCheckBox3.DownBack                = null;
     this.skinCheckBox3.Enabled                 = false;
     this.skinCheckBox3.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinCheckBox3.IsEnabledDraw           = false;
     this.skinCheckBox3.Location                = new System.Drawing.Point(168, 115);
     this.skinCheckBox3.MouseBack               = null;
     this.skinCheckBox3.Name                    = "skinCheckBox3";
     this.skinCheckBox3.NormlBack               = null;
     this.skinCheckBox3.SelectedDownBack        = null;
     this.skinCheckBox3.SelectedMouseBack       = null;
     this.skinCheckBox3.SelectedNormlBack       = null;
     this.skinCheckBox3.Size                    = new System.Drawing.Size(114, 21);
     this.skinCheckBox3.TabIndex                = 8;
     this.skinCheckBox3.Text                    = "skinCheckBox2";
     this.skinCheckBox3.UseVisualStyleBackColor = false;
     //
     // skinCheckBox2
     //
     this.skinCheckBox2.AutoSize                = true;
     this.skinCheckBox2.BackColor               = System.Drawing.Color.Transparent;
     this.skinCheckBox2.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinCheckBox2.DownBack                = null;
     this.skinCheckBox2.Enabled                 = false;
     this.skinCheckBox2.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinCheckBox2.Location                = new System.Drawing.Point(168, 78);
     this.skinCheckBox2.MouseBack               = null;
     this.skinCheckBox2.Name                    = "skinCheckBox2";
     this.skinCheckBox2.NormlBack               = null;
     this.skinCheckBox2.SelectedDownBack        = null;
     this.skinCheckBox2.SelectedMouseBack       = null;
     this.skinCheckBox2.SelectedNormlBack       = null;
     this.skinCheckBox2.Size                    = new System.Drawing.Size(114, 21);
     this.skinCheckBox2.TabIndex                = 8;
     this.skinCheckBox2.Text                    = "skinCheckBox2";
     this.skinCheckBox2.UseVisualStyleBackColor = false;
     //
     // skinCheckBox4
     //
     this.skinCheckBox4.AutoSize                = true;
     this.skinCheckBox4.BackColor               = System.Drawing.Color.Transparent;
     this.skinCheckBox4.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinCheckBox4.DefaultCheckButtonWidth = 25;
     this.skinCheckBox4.DownBack                = global::HuiXing.Properties.Resources.imgXz;
     this.skinCheckBox4.Enabled                 = false;
     this.skinCheckBox4.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinCheckBox4.Location                = new System.Drawing.Point(168, 12);
     this.skinCheckBox4.MouseBack               = global::HuiXing.Properties.Resources.ImgColor;
     this.skinCheckBox4.Name                    = "skinCheckBox4";
     this.skinCheckBox4.NormlBack               = global::HuiXing.Properties.Resources.ImgNorml;
     this.skinCheckBox4.SelectedDownBack        = global::HuiXing.Properties.Resources.imgXz;
     this.skinCheckBox4.SelectedMouseBack       = global::HuiXing.Properties.Resources.ImgColor;
     this.skinCheckBox4.SelectedNormlBack       = global::HuiXing.Properties.Resources.ImgNorml;
     this.skinCheckBox4.Size                    = new System.Drawing.Size(114, 21);
     this.skinCheckBox4.TabIndex                = 7;
     this.skinCheckBox4.Text                    = "skinCheckBox1";
     this.skinCheckBox4.UseVisualStyleBackColor = false;
     //
     // skinCheckBox1
     //
     this.skinCheckBox1.AutoSize                = true;
     this.skinCheckBox1.BackColor               = System.Drawing.Color.Transparent;
     this.skinCheckBox1.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinCheckBox1.DefaultCheckButtonWidth = 25;
     this.skinCheckBox1.DownBack                = global::HuiXing.Properties.Resources.imgXz;
     this.skinCheckBox1.Enabled                 = false;
     this.skinCheckBox1.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinCheckBox1.IsEnabledDraw           = false;
     this.skinCheckBox1.Location                = new System.Drawing.Point(168, 39);
     this.skinCheckBox1.MouseBack               = global::HuiXing.Properties.Resources.ImgColor;
     this.skinCheckBox1.Name                    = "skinCheckBox1";
     this.skinCheckBox1.NormlBack               = global::HuiXing.Properties.Resources.ImgNorml;
     this.skinCheckBox1.SelectedDownBack        = global::HuiXing.Properties.Resources.imgXz;
     this.skinCheckBox1.SelectedMouseBack       = global::HuiXing.Properties.Resources.ImgColor;
     this.skinCheckBox1.SelectedNormlBack       = global::HuiXing.Properties.Resources.ImgNorml;
     this.skinCheckBox1.Size                    = new System.Drawing.Size(114, 21);
     this.skinCheckBox1.TabIndex                = 7;
     this.skinCheckBox1.Text                    = "skinCheckBox1";
     this.skinCheckBox1.UseVisualStyleBackColor = false;
     //
     // skinButton3
     //
     this.skinButton3.BackColor               = System.Drawing.Color.Transparent;
     this.skinButton3.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinButton3.DownBack                = null;
     this.skinButton3.InheritColor            = false;
     this.skinButton3.Location                = new System.Drawing.Point(185, 291);
     this.skinButton3.MouseBack               = null;
     this.skinButton3.Name                    = "skinButton3";
     this.skinButton3.NormlBack               = null;
     this.skinButton3.Size                    = new System.Drawing.Size(75, 23);
     this.skinButton3.TabIndex                = 6;
     this.skinButton3.Text                    = "闪烁选中项";
     this.skinButton3.UseVisualStyleBackColor = false;
     this.skinButton3.Click                  += new System.EventHandler(this.skinButton3_Click);
     //
     // skinButton2
     //
     this.skinButton2.BackColor               = System.Drawing.Color.Transparent;
     this.skinButton2.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinButton2.DownBack                = null;
     this.skinButton2.InheritColor            = false;
     this.skinButton2.Location                = new System.Drawing.Point(104, 291);
     this.skinButton2.MouseBack               = null;
     this.skinButton2.Name                    = "skinButton2";
     this.skinButton2.NormlBack               = null;
     this.skinButton2.Size                    = new System.Drawing.Size(75, 23);
     this.skinButton2.TabIndex                = 5;
     this.skinButton2.Text                    = "获取选中项";
     this.skinButton2.UseVisualStyleBackColor = false;
     this.skinButton2.Click                  += new System.EventHandler(this.skinButton2_Click);
     //
     // skinButton1
     //
     this.skinButton1.BackColor               = System.Drawing.Color.Transparent;
     this.skinButton1.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinButton1.DownBack                = null;
     this.skinButton1.InheritColor            = false;
     this.skinButton1.Location                = new System.Drawing.Point(23, 291);
     this.skinButton1.MouseBack               = null;
     this.skinButton1.Name                    = "skinButton1";
     this.skinButton1.NormlBack               = null;
     this.skinButton1.Size                    = new System.Drawing.Size(75, 23);
     this.skinButton1.TabIndex                = 4;
     this.skinButton1.Text                    = "删除选中项";
     this.skinButton1.UseVisualStyleBackColor = false;
     this.skinButton1.Click                  += new System.EventHandler(this.skinButton1_Click);
     //
     // FrmTest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(596, 346);
     this.Controls.Add(this.skinTabControl1);
     this.Controls.Add(this.skinRadioButton2);
     this.Controls.Add(this.skinRadioButton4);
     this.Controls.Add(this.skinRadioButton3);
     this.Controls.Add(this.skinRadioButton1);
     this.Controls.Add(this.skinCheckBox3);
     this.Controls.Add(this.skinCheckBox2);
     this.Controls.Add(this.skinCheckBox4);
     this.Controls.Add(this.skinCheckBox1);
     this.Controls.Add(this.skinButton3);
     this.Controls.Add(this.skinButton2);
     this.Controls.Add(this.skinButton1);
     this.Controls.Add(this.chatListBox1);
     this.Name = "FrmTest";
     this.Text = "(测试案例2)测试更改功能窗体";
     this.skinTabControl1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Beispiel #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.ChatListItem    chatListItem1          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem1       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListItem    chatListItem2          = new CCWin.SkinControl.ChatListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InfoList));
     this.chatListBox_Message        = new CCWin.SkinControl.ChatListBox();
     this.chatListBox_newFriends     = new CCWin.SkinControl.ChatListBox();
     this.chatListBox_Friend         = new CCWin.SkinControl.ChatListBox();
     this.toolStripContainer1        = new System.Windows.Forms.ToolStripContainer();
     this.toolStrip1                 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton_AddFriends = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton_list       = new System.Windows.Forms.ToolStripButton();
     this.skinPanel_Middle           = new CCWin.SkinControl.SkinPanel();
     this.skinPanel_list             = new CCWin.SkinControl.SkinPanel();
     this.skinButton_shiftId         = new CCWin.SkinControl.SkinButton();
     this.skinButton_help            = new CCWin.SkinControl.SkinButton();
     this.skinButton_set             = new CCWin.SkinControl.SkinButton();
     this.skinMenuStrip_Main3        = new CCWin.SkinControl.SkinMenuStrip();
     this.消息ToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.好友ToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.新的好友ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.skinPanel_Top              = new CCWin.SkinControl.SkinPanel();
     this.skinWaterTextBox_search    = new CCWin.SkinControl.SkinWaterTextBox();
     this.lab_signature              = new System.Windows.Forms.Label();
     this.skinPictureBox_head        = new CCWin.SkinControl.SkinPictureBox();
     this.contextMenuStrip_HeadPhoto = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.编辑个人资料ToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.更改头像ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.lab_Name = new System.Windows.Forms.Label();
     this.timZoom  = new System.Windows.Forms.Timer(this.components);
     this.skinContextMenuStrip_newFriends = new CCWin.SkinControl.SkinContextMenuStrip();
     this.移动到好友ToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.除该提示ToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripContainer1.BottomToolStripPanel.SuspendLayout();
     this.toolStripContainer1.ContentPanel.SuspendLayout();
     this.toolStripContainer1.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.skinPanel_Middle.SuspendLayout();
     this.skinPanel_list.SuspendLayout();
     this.skinMenuStrip_Main3.SuspendLayout();
     this.skinPanel_Top.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.skinPictureBox_head)).BeginInit();
     this.contextMenuStrip_HeadPhoto.SuspendLayout();
     this.skinContextMenuStrip_newFriends.SuspendLayout();
     this.SuspendLayout();
     //
     // chatListBox_Message
     //
     this.chatListBox_Message.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.chatListBox_Message.Font          = new System.Drawing.Font("微软雅黑", 10.875F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox_Message.ForeColor     = System.Drawing.Color.Black;
     this.chatListBox_Message.FriendsMobile = true;
     chatListItem1.Bounds           = new System.Drawing.Rectangle(0, 1, 612, 25);
     chatListItem1.IsTwinkleHide    = false;
     chatListItem1.OwnerChatListBox = this.chatListBox_Message;
     chatListSubItem1.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem1.DisplayName   = "知人者明";
     chatListSubItem1.HeadImage     = global::SocketSoftware.Properties.Resources.add;
     chatListSubItem1.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem1.ID            = ((uint)(0u));
     chatListSubItem1.IpAddress     = null;
     chatListSubItem1.IsTwinkle     = false;
     chatListSubItem1.IsTwinkleHide = false;
     chatListSubItem1.IsVip         = false;
     chatListSubItem1.NicName       = "傻子";
     chatListSubItem1.OwnerListItem = chatListItem1;
     chatListSubItem1.PersonalMsg   = "201725010202";
     chatListSubItem1.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem1.QQShow        = null;
     chatListSubItem1.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem1.Tag           = null;
     chatListSubItem1.TcpPort       = 0;
     chatListSubItem1.UpdPort       = 0;
     chatListItem1.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem1
     });
     chatListItem1.Tag  = null;
     chatListItem1.Text = "最近联系人";
     chatListItem1.TwinkleSubItemNumber = 0;
     this.chatListBox_Message.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1
     });
     this.chatListBox_Message.ListSubItemMenu     = null;
     this.chatListBox_Message.Location            = new System.Drawing.Point(-4, 60);
     this.chatListBox_Message.Margin              = new System.Windows.Forms.Padding(4);
     this.chatListBox_Message.Name                = "chatListBox_Message";
     this.chatListBox_Message.SelectSubItem       = null;
     this.chatListBox_Message.Size                = new System.Drawing.Size(612, 620);
     this.chatListBox_Message.SubItemMenu         = null;
     this.chatListBox_Message.TabIndex            = 3;
     this.chatListBox_Message.Text                = "chatListBox2";
     this.chatListBox_Message.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.ChatListBox_Message_DoubleClickSubItem);
     //
     // chatListBox_newFriends
     //
     this.chatListBox_newFriends.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.chatListBox_newFriends.Font          = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox_newFriends.ForeColor     = System.Drawing.Color.Black;
     this.chatListBox_newFriends.FriendsMobile = true;
     chatListItem2.Bounds           = new System.Drawing.Rectangle(0, 1, 605, 25);
     chatListItem2.IsTwinkleHide    = false;
     chatListItem2.OwnerChatListBox = this.chatListBox_newFriends;
     chatListItem2.Tag  = null;
     chatListItem2.Text = "暂无此功能!";
     chatListItem2.TwinkleSubItemNumber = 0;
     this.chatListBox_newFriends.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem2
     });
     this.chatListBox_newFriends.ListSubItemMenu     = null;
     this.chatListBox_newFriends.Location            = new System.Drawing.Point(3, 60);
     this.chatListBox_newFriends.Name                = "chatListBox_newFriends";
     this.chatListBox_newFriends.SelectSubItem       = null;
     this.chatListBox_newFriends.Size                = new System.Drawing.Size(605, 620);
     this.chatListBox_newFriends.SubItemMenu         = null;
     this.chatListBox_newFriends.TabIndex            = 5;
     this.chatListBox_newFriends.Text                = "chatListBox_newFriends";
     this.chatListBox_newFriends.Visible             = false;
     this.chatListBox_newFriends.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.ChatListBox_newFriends_DoubleClickSubItem);
     //
     // chatListBox_Friend
     //
     this.chatListBox_Friend.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatListBox_Friend.Font                = new System.Drawing.Font("微软雅黑", 10.875F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox_Friend.ForeColor           = System.Drawing.Color.Black;
     this.chatListBox_Friend.FriendsMobile       = true;
     this.chatListBox_Friend.ListSubItemMenu     = null;
     this.chatListBox_Friend.Location            = new System.Drawing.Point(0, 60);
     this.chatListBox_Friend.Margin              = new System.Windows.Forms.Padding(4);
     this.chatListBox_Friend.Name                = "chatListBox_Friend";
     this.chatListBox_Friend.Padding             = new System.Windows.Forms.Padding(10);
     this.chatListBox_Friend.RightToLeft         = System.Windows.Forms.RightToLeft.No;
     this.chatListBox_Friend.SelectSubItem       = null;
     this.chatListBox_Friend.Size                = new System.Drawing.Size(612, 620);
     this.chatListBox_Friend.SubItemMenu         = null;
     this.chatListBox_Friend.TabIndex            = 2;
     this.chatListBox_Friend.Text                = "chatListBox1";
     this.chatListBox_Friend.Visible             = false;
     this.chatListBox_Friend.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.ChatListBox_Friend_DoubleClickSubItem);
     //
     // toolStripContainer1
     //
     //
     // toolStripContainer1.BottomToolStripPanel
     //
     this.toolStripContainer1.BottomToolStripPanel.Controls.Add(this.toolStrip1);
     //
     // toolStripContainer1.ContentPanel
     //
     this.toolStripContainer1.ContentPanel.Controls.Add(this.skinPanel_Middle);
     this.toolStripContainer1.ContentPanel.Controls.Add(this.skinPanel_Top);
     this.toolStripContainer1.ContentPanel.Margin = new System.Windows.Forms.Padding(4);
     this.toolStripContainer1.ContentPanel.Size   = new System.Drawing.Size(624, 980);
     this.toolStripContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.toolStripContainer1.LeftToolStripPanelVisible = false;
     this.toolStripContainer1.Location = new System.Drawing.Point(0, 0);
     this.toolStripContainer1.Margin   = new System.Windows.Forms.Padding(4);
     this.toolStripContainer1.Name     = "toolStripContainer1";
     this.toolStripContainer1.RightToolStripPanelVisible = false;
     this.toolStripContainer1.Size     = new System.Drawing.Size(624, 1022);
     this.toolStripContainer1.TabIndex = 1;
     this.toolStripContainer1.Text     = "toolStripContainer1";
     this.toolStripContainer1.TopToolStripPanelVisible = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Dock             = System.Windows.Forms.DockStyle.None;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton_AddFriends,
         this.toolStripButton_list
     });
     this.toolStrip1.Location = new System.Drawing.Point(6, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(114, 42);
     this.toolStrip1.TabIndex = 0;
     //
     // toolStripButton_AddFriends
     //
     this.toolStripButton_AddFriends.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton_AddFriends.Image                 = global::SocketSoftware.Properties.Resources.add;
     this.toolStripButton_AddFriends.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton_AddFriends.Name   = "toolStripButton_AddFriends";
     this.toolStripButton_AddFriends.Size   = new System.Drawing.Size(46, 36);
     this.toolStripButton_AddFriends.Text   = "添加好友";
     this.toolStripButton_AddFriends.Click += new System.EventHandler(this.ToolStripButton_AddFriends_Click);
     //
     // toolStripButton_list
     //
     this.toolStripButton_list.DisplayStyle          = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton_list.Image                 = global::SocketSoftware.Properties.Resources.menu;
     this.toolStripButton_list.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton_list.Name   = "toolStripButton_list";
     this.toolStripButton_list.Size   = new System.Drawing.Size(46, 36);
     this.toolStripButton_list.Text   = "toolStripButton2";
     this.toolStripButton_list.Click += new System.EventHandler(this.ToolStripButton_list_Click);
     //
     // skinPanel_Middle
     //
     this.skinPanel_Middle.BackColor = System.Drawing.Color.LightGray;
     this.skinPanel_Middle.Controls.Add(this.skinPanel_list);
     this.skinPanel_Middle.Controls.Add(this.chatListBox_newFriends);
     this.skinPanel_Middle.Controls.Add(this.skinMenuStrip_Main3);
     this.skinPanel_Middle.Controls.Add(this.chatListBox_Friend);
     this.skinPanel_Middle.Controls.Add(this.chatListBox_Message);
     this.skinPanel_Middle.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel_Middle.Cursor       = System.Windows.Forms.Cursors.Default;
     this.skinPanel_Middle.DownBack     = null;
     this.skinPanel_Middle.Location     = new System.Drawing.Point(4, 252);
     this.skinPanel_Middle.Margin       = new System.Windows.Forms.Padding(4);
     this.skinPanel_Middle.MouseBack    = null;
     this.skinPanel_Middle.Name         = "skinPanel_Middle";
     this.skinPanel_Middle.NormlBack    = null;
     this.skinPanel_Middle.Size         = new System.Drawing.Size(618, 700);
     this.skinPanel_Middle.TabIndex     = 3;
     //
     // skinPanel_list
     //
     this.skinPanel_list.BackColor = System.Drawing.Color.Transparent;
     this.skinPanel_list.Controls.Add(this.skinButton_shiftId);
     this.skinPanel_list.Controls.Add(this.skinButton_help);
     this.skinPanel_list.Controls.Add(this.skinButton_set);
     this.skinPanel_list.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel_list.DownBack     = null;
     this.skinPanel_list.Font         = new System.Drawing.Font("宋体", 7.875F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinPanel_list.Location     = new System.Drawing.Point(100, 490);
     this.skinPanel_list.MouseBack    = null;
     this.skinPanel_list.Name         = "skinPanel_list";
     this.skinPanel_list.NormlBack    = null;
     this.skinPanel_list.Size         = new System.Drawing.Size(141, 159);
     this.skinPanel_list.TabIndex     = 6;
     this.skinPanel_list.Visible      = false;
     //
     // skinButton_shiftId
     //
     this.skinButton_shiftId.BackColor               = System.Drawing.Color.Transparent;
     this.skinButton_shiftId.BaseColor               = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.skinButton_shiftId.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.skinButton_shiftId.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinButton_shiftId.DownBack                = null;
     this.skinButton_shiftId.Font                    = new System.Drawing.Font("楷体", 10.125F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinButton_shiftId.Location                = new System.Drawing.Point(0, 106);
     this.skinButton_shiftId.Margin                  = new System.Windows.Forms.Padding(0);
     this.skinButton_shiftId.MouseBack               = null;
     this.skinButton_shiftId.Name                    = "skinButton_shiftId";
     this.skinButton_shiftId.NormlBack               = null;
     this.skinButton_shiftId.Size                    = new System.Drawing.Size(141, 53);
     this.skinButton_shiftId.TabIndex                = 9;
     this.skinButton_shiftId.Text                    = "切换账号";
     this.skinButton_shiftId.UseVisualStyleBackColor = false;
     this.skinButton_shiftId.Click                  += new System.EventHandler(this.SkinButton_shiftId_Click);
     //
     // skinButton_help
     //
     this.skinButton_help.BackColor               = System.Drawing.Color.Transparent;
     this.skinButton_help.BaseColor               = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.skinButton_help.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.skinButton_help.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinButton_help.DownBack                = null;
     this.skinButton_help.Font                    = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinButton_help.Location                = new System.Drawing.Point(0, 53);
     this.skinButton_help.Margin                  = new System.Windows.Forms.Padding(0);
     this.skinButton_help.MouseBack               = null;
     this.skinButton_help.Name                    = "skinButton_help";
     this.skinButton_help.NormlBack               = null;
     this.skinButton_help.Size                    = new System.Drawing.Size(141, 53);
     this.skinButton_help.TabIndex                = 8;
     this.skinButton_help.Text                    = "帮助";
     this.skinButton_help.UseVisualStyleBackColor = false;
     this.skinButton_help.Click                  += new System.EventHandler(this.SkinButton_help_Click);
     //
     // skinButton_set
     //
     this.skinButton_set.BackColor               = System.Drawing.Color.Transparent;
     this.skinButton_set.BaseColor               = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.skinButton_set.BorderColor             = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.skinButton_set.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.skinButton_set.DownBack                = null;
     this.skinButton_set.Font                    = new System.Drawing.Font("楷体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinButton_set.Location                = new System.Drawing.Point(0, 0);
     this.skinButton_set.Margin                  = new System.Windows.Forms.Padding(0);
     this.skinButton_set.MouseBack               = null;
     this.skinButton_set.Name                    = "skinButton_set";
     this.skinButton_set.NormlBack               = null;
     this.skinButton_set.Size                    = new System.Drawing.Size(141, 53);
     this.skinButton_set.TabIndex                = 7;
     this.skinButton_set.Text                    = "设置";
     this.skinButton_set.UseVisualStyleBackColor = false;
     this.skinButton_set.Click                  += new System.EventHandler(this.SkinButton_set_Click);
     //
     // skinMenuStrip_Main3
     //
     this.skinMenuStrip_Main3.AllowItemReorder           = true;
     this.skinMenuStrip_Main3.Arrow                      = System.Drawing.Color.Black;
     this.skinMenuStrip_Main3.Back                       = System.Drawing.Color.White;
     this.skinMenuStrip_Main3.BackRadius                 = 4;
     this.skinMenuStrip_Main3.BackRectangle              = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.skinMenuStrip_Main3.Base                       = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.skinMenuStrip_Main3.BaseFore                   = System.Drawing.Color.Black;
     this.skinMenuStrip_Main3.BaseForeAnamorphosis       = false;
     this.skinMenuStrip_Main3.BaseForeAnamorphosisBorder = 4;
     this.skinMenuStrip_Main3.BaseForeAnamorphosisColor  = System.Drawing.Color.White;
     this.skinMenuStrip_Main3.BaseHoverFore              = System.Drawing.Color.WhiteSmoke;
     this.skinMenuStrip_Main3.BaseItemAnamorphosis       = true;
     this.skinMenuStrip_Main3.BaseItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinMenuStrip_Main3.BaseItemBorderShow         = true;
     this.skinMenuStrip_Main3.BaseItemDown               = ((System.Drawing.Image)(resources.GetObject("skinMenuStrip_Main3.BaseItemDown")));
     this.skinMenuStrip_Main3.BaseItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinMenuStrip_Main3.BaseItemMouse              = ((System.Drawing.Image)(resources.GetObject("skinMenuStrip_Main3.BaseItemMouse")));
     this.skinMenuStrip_Main3.BaseItemPressed            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinMenuStrip_Main3.BaseItemRadius             = 4;
     this.skinMenuStrip_Main3.BaseItemRadiusStyle        = CCWin.SkinClass.RoundStyle.All;
     this.skinMenuStrip_Main3.BaseItemSplitter           = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinMenuStrip_Main3.Dock                       = System.Windows.Forms.DockStyle.None;
     this.skinMenuStrip_Main3.DropDownImageSeparator     = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinMenuStrip_Main3.Font                       = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinMenuStrip_Main3.Fore                       = System.Drawing.Color.Black;
     this.skinMenuStrip_Main3.GripMargin                 = new System.Windows.Forms.Padding(0, 2, 0, 2);
     this.skinMenuStrip_Main3.GripStyle                  = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.skinMenuStrip_Main3.HoverFore                  = System.Drawing.Color.White;
     this.skinMenuStrip_Main3.ImageScalingSize           = new System.Drawing.Size(32, 32);
     this.skinMenuStrip_Main3.ItemAnamorphosis           = true;
     this.skinMenuStrip_Main3.ItemBorder                 = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinMenuStrip_Main3.ItemBorderShow             = true;
     this.skinMenuStrip_Main3.ItemHover                  = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinMenuStrip_Main3.ItemPressed                = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinMenuStrip_Main3.ItemRadius                 = 4;
     this.skinMenuStrip_Main3.ItemRadiusStyle            = CCWin.SkinClass.RoundStyle.All;
     this.skinMenuStrip_Main3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.消息ToolStripMenuItem,
         this.好友ToolStripMenuItem,
         this.新的好友ToolStripMenuItem
     });
     this.skinMenuStrip_Main3.Location          = new System.Drawing.Point(0, 0);
     this.skinMenuStrip_Main3.Name              = "skinMenuStrip_Main3";
     this.skinMenuStrip_Main3.Padding           = new System.Windows.Forms.Padding(4, 2, 0, 2);
     this.skinMenuStrip_Main3.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinMenuStrip_Main3.Size              = new System.Drawing.Size(636, 50);
     this.skinMenuStrip_Main3.SkinAllColor      = true;
     this.skinMenuStrip_Main3.TabIndex          = 1;
     this.skinMenuStrip_Main3.Text              = "skinMenuStrip_Main3";
     this.skinMenuStrip_Main3.TitleAnamorphosis = true;
     this.skinMenuStrip_Main3.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinMenuStrip_Main3.TitleRadius       = 4;
     this.skinMenuStrip_Main3.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // 消息ToolStripMenuItem
     //
     this.消息ToolStripMenuItem.Font   = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.消息ToolStripMenuItem.Name   = "消息ToolStripMenuItem";
     this.消息ToolStripMenuItem.Size   = new System.Drawing.Size(202, 46);
     this.消息ToolStripMenuItem.Text   = "     消息     ";
     this.消息ToolStripMenuItem.Click += new System.EventHandler(this.消息ToolStripMenuItem_Click);
     //
     // 好友ToolStripMenuItem
     //
     this.好友ToolStripMenuItem.Font   = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.好友ToolStripMenuItem.Name   = "好友ToolStripMenuItem";
     this.好友ToolStripMenuItem.Size   = new System.Drawing.Size(172, 46);
     this.好友ToolStripMenuItem.Text   = "     好友  ";
     this.好友ToolStripMenuItem.Click += new System.EventHandler(this.好友ToolStripMenuItem_Click);
     //
     // 新的好友ToolStripMenuItem
     //
     this.新的好友ToolStripMenuItem.Font   = new System.Drawing.Font("Microsoft YaHei UI", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.新的好友ToolStripMenuItem.Name   = "新的好友ToolStripMenuItem";
     this.新的好友ToolStripMenuItem.Size   = new System.Drawing.Size(246, 46);
     this.新的好友ToolStripMenuItem.Text   = "   新的好友     ";
     this.新的好友ToolStripMenuItem.Click += new System.EventHandler(this.新的好友ToolStripMenuItem_Click);
     //
     // skinPanel_Top
     //
     this.skinPanel_Top.BackColor = System.Drawing.Color.Turquoise;
     this.skinPanel_Top.Controls.Add(this.skinWaterTextBox_search);
     this.skinPanel_Top.Controls.Add(this.lab_signature);
     this.skinPanel_Top.Controls.Add(this.skinPictureBox_head);
     this.skinPanel_Top.Controls.Add(this.lab_Name);
     this.skinPanel_Top.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel_Top.DownBack     = null;
     this.skinPanel_Top.Location     = new System.Drawing.Point(0, 4);
     this.skinPanel_Top.Margin       = new System.Windows.Forms.Padding(4);
     this.skinPanel_Top.MouseBack    = null;
     this.skinPanel_Top.Name         = "skinPanel_Top";
     this.skinPanel_Top.NormlBack    = null;
     this.skinPanel_Top.Size         = new System.Drawing.Size(620, 244);
     this.skinPanel_Top.TabIndex     = 0;
     //
     // skinWaterTextBox_search
     //
     this.skinWaterTextBox_search.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.skinWaterTextBox_search.Location    = new System.Drawing.Point(24, 200);
     this.skinWaterTextBox_search.Margin      = new System.Windows.Forms.Padding(4);
     this.skinWaterTextBox_search.MaxLength   = 20;
     this.skinWaterTextBox_search.Name        = "skinWaterTextBox_search";
     this.skinWaterTextBox_search.ReadOnly    = true;
     this.skinWaterTextBox_search.Size        = new System.Drawing.Size(572, 28);
     this.skinWaterTextBox_search.TabIndex    = 3;
     this.skinWaterTextBox_search.WaterColor  = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.skinWaterTextBox_search.WaterText   = "联系人";
     //
     // lab_signature
     //
     this.lab_signature.AutoSize = true;
     this.lab_signature.Font     = new System.Drawing.Font("华文新魏", 10.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lab_signature.Location = new System.Drawing.Point(210, 120);
     this.lab_signature.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lab_signature.Name     = "lab_signature";
     this.lab_signature.Size     = new System.Drawing.Size(288, 27);
     this.lab_signature.TabIndex = 2;
     this.lab_signature.Text     = "The Main Of My family";
     //
     // skinPictureBox_head
     //
     this.skinPictureBox_head.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.skinPictureBox_head.BackColor             = System.Drawing.Color.Transparent;
     this.skinPictureBox_head.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.skinPictureBox_head.ContextMenuStrip      = this.contextMenuStrip_HeadPhoto;
     this.skinPictureBox_head.Image    = global::SocketSoftware.Properties.Resources._2;
     this.skinPictureBox_head.Location = new System.Drawing.Point(24, 42);
     this.skinPictureBox_head.Margin   = new System.Windows.Forms.Padding(0);
     this.skinPictureBox_head.Name     = "skinPictureBox_head";
     this.skinPictureBox_head.Size     = new System.Drawing.Size(154, 132);
     this.skinPictureBox_head.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.skinPictureBox_head.TabIndex = 1;
     this.skinPictureBox_head.TabStop  = false;
     //
     // contextMenuStrip_HeadPhoto
     //
     this.contextMenuStrip_HeadPhoto.ImageScalingSize = new System.Drawing.Size(32, 32);
     this.contextMenuStrip_HeadPhoto.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.编辑个人资料ToolStripMenuItem,
         this.更改头像ToolStripMenuItem
     });
     this.contextMenuStrip_HeadPhoto.Name = "contextMenuStrip_HeadPhoto";
     this.contextMenuStrip_HeadPhoto.Size = new System.Drawing.Size(233, 80);
     //
     // 编辑个人资料ToolStripMenuItem
     //
     this.编辑个人资料ToolStripMenuItem.Name   = "编辑个人资料ToolStripMenuItem";
     this.编辑个人资料ToolStripMenuItem.Size   = new System.Drawing.Size(232, 38);
     this.编辑个人资料ToolStripMenuItem.Text   = "编辑个人资料";
     this.编辑个人资料ToolStripMenuItem.Click += new System.EventHandler(this.编辑个人资料ToolStripMenuItem_Click);
     //
     // 更改头像ToolStripMenuItem
     //
     this.更改头像ToolStripMenuItem.Name   = "更改头像ToolStripMenuItem";
     this.更改头像ToolStripMenuItem.Size   = new System.Drawing.Size(232, 38);
     this.更改头像ToolStripMenuItem.Text   = "更改头像";
     this.更改头像ToolStripMenuItem.Click += new System.EventHandler(this.更改头像ToolStripMenuItem_Click);
     //
     // lab_Name
     //
     this.lab_Name.AutoSize = true;
     this.lab_Name.Font     = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lab_Name.Location = new System.Drawing.Point(208, 52);
     this.lab_Name.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.lab_Name.Name     = "lab_Name";
     this.lab_Name.Size     = new System.Drawing.Size(177, 37);
     this.lab_Name.TabIndex = 0;
     this.lab_Name.Text     = "Real_Dad";
     //
     // timZoom
     //
     this.timZoom.Tick += new System.EventHandler(this.Timer1_Tick);
     //
     // skinContextMenuStrip_newFriends
     //
     this.skinContextMenuStrip_newFriends.Arrow                  = System.Drawing.Color.Black;
     this.skinContextMenuStrip_newFriends.Back                   = System.Drawing.Color.White;
     this.skinContextMenuStrip_newFriends.BackRadius             = 4;
     this.skinContextMenuStrip_newFriends.Base                   = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.skinContextMenuStrip_newFriends.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinContextMenuStrip_newFriends.Fore                   = System.Drawing.Color.Black;
     this.skinContextMenuStrip_newFriends.HoverFore              = System.Drawing.Color.White;
     this.skinContextMenuStrip_newFriends.ImageScalingSize       = new System.Drawing.Size(32, 32);
     this.skinContextMenuStrip_newFriends.ItemAnamorphosis       = true;
     this.skinContextMenuStrip_newFriends.ItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_newFriends.ItemBorderShow         = true;
     this.skinContextMenuStrip_newFriends.ItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_newFriends.ItemPressed            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_newFriends.ItemRadius             = 4;
     this.skinContextMenuStrip_newFriends.ItemRadiusStyle        = CCWin.SkinClass.RoundStyle.All;
     this.skinContextMenuStrip_newFriends.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.移动到好友ToolStripMenuItem,
         this.除该提示ToolStripMenuItem
     });
     this.skinContextMenuStrip_newFriends.ItemSplitter      = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_newFriends.Name              = "skinContextMenuStrip_newFriends";
     this.skinContextMenuStrip_newFriends.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinContextMenuStrip_newFriends.Size              = new System.Drawing.Size(209, 80);
     this.skinContextMenuStrip_newFriends.SkinAllColor      = true;
     this.skinContextMenuStrip_newFriends.TitleAnamorphosis = true;
     this.skinContextMenuStrip_newFriends.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinContextMenuStrip_newFriends.TitleRadius       = 4;
     this.skinContextMenuStrip_newFriends.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // 移动到好友ToolStripMenuItem
     //
     this.移动到好友ToolStripMenuItem.Name = "移动到好友ToolStripMenuItem";
     this.移动到好友ToolStripMenuItem.Size = new System.Drawing.Size(208, 38);
     this.移动到好友ToolStripMenuItem.Text = "移动到好友";
     //
     // 删除该提示ToolStripMenuItem
     //
     this.除该提示ToolStripMenuItem.Name = "删除该提示ToolStripMenuItem";
     this.除该提示ToolStripMenuItem.Size = new System.Drawing.Size(208, 38);
     this.除该提示ToolStripMenuItem.Text = "删除该提示";
     //
     // InfoList
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 1022);
     this.Controls.Add(this.toolStripContainer1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.MaximizeBox   = false;
     this.Name          = "InfoList";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Dao_QQ";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.InfoList_FormClosed);
     this.Load         += new System.EventHandler(this.InfoList_Load);
     this.Move         += new System.EventHandler(this.InfoList_Move);
     this.toolStripContainer1.BottomToolStripPanel.ResumeLayout(false);
     this.toolStripContainer1.BottomToolStripPanel.PerformLayout();
     this.toolStripContainer1.ContentPanel.ResumeLayout(false);
     this.toolStripContainer1.ResumeLayout(false);
     this.toolStripContainer1.PerformLayout();
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.skinPanel_Middle.ResumeLayout(false);
     this.skinPanel_Middle.PerformLayout();
     this.skinPanel_list.ResumeLayout(false);
     this.skinMenuStrip_Main3.ResumeLayout(false);
     this.skinMenuStrip_Main3.PerformLayout();
     this.skinPanel_Top.ResumeLayout(false);
     this.skinPanel_Top.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.skinPictureBox_head)).EndInit();
     this.contextMenuStrip_HeadPhoto.ResumeLayout(false);
     this.skinContextMenuStrip_newFriends.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.ChatListItem chatListItem1             = new CCWin.SkinControl.ChatListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupListBox));
     this.skinContextMenuStrip_Group = new CCWin.SkinControl.SkinContextMenuStrip();
     this.消息记录ToolStripMenuItem1     = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1         = new System.Windows.Forms.ToolStripMenuItem();
     this.解散该群ToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.chatListBox_group          = new CCWin.SkinControl.ChatListBox();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.skinContextMenuStrip_Group.SuspendLayout();
     this.SuspendLayout();
     //
     // skinContextMenuStrip_Group
     //
     this.skinContextMenuStrip_Group.Arrow                  = System.Drawing.Color.Black;
     this.skinContextMenuStrip_Group.Back                   = System.Drawing.Color.White;
     this.skinContextMenuStrip_Group.BackRadius             = 4;
     this.skinContextMenuStrip_Group.Base                   = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.skinContextMenuStrip_Group.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinContextMenuStrip_Group.Fore                   = System.Drawing.Color.Black;
     this.skinContextMenuStrip_Group.HoverFore              = System.Drawing.Color.White;
     this.skinContextMenuStrip_Group.ItemAnamorphosis       = true;
     this.skinContextMenuStrip_Group.ItemBorder             = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_Group.ItemBorderShow         = true;
     this.skinContextMenuStrip_Group.ItemHover              = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_Group.ItemPressed            = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_Group.ItemRadius             = 4;
     this.skinContextMenuStrip_Group.ItemRadiusStyle        = CCWin.SkinClass.RoundStyle.All;
     this.skinContextMenuStrip_Group.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.消息记录ToolStripMenuItem1,
         this.toolStripMenuItem1,
         this.解散该群ToolStripMenuItem
     });
     this.skinContextMenuStrip_Group.ItemSplitter      = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinContextMenuStrip_Group.Name              = "skinContextMenuStrip1";
     this.skinContextMenuStrip_Group.RadiusStyle       = CCWin.SkinClass.RoundStyle.All;
     this.skinContextMenuStrip_Group.Size              = new System.Drawing.Size(139, 76);
     this.skinContextMenuStrip_Group.SkinAllColor      = true;
     this.skinContextMenuStrip_Group.TitleAnamorphosis = true;
     this.skinContextMenuStrip_Group.TitleColor        = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinContextMenuStrip_Group.TitleRadius       = 4;
     this.skinContextMenuStrip_Group.TitleRadiusStyle  = CCWin.SkinClass.RoundStyle.All;
     //
     // 消息记录ToolStripMenuItem1
     //
     this.消息记录ToolStripMenuItem1.Name   = "消息记录ToolStripMenuItem1";
     this.消息记录ToolStripMenuItem1.Size   = new System.Drawing.Size(138, 24);
     this.消息记录ToolStripMenuItem1.Text   = "消息记录";
     this.消息记录ToolStripMenuItem1.Click += new System.EventHandler(this.消息记录ToolStripMenuItem1_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name   = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size   = new System.Drawing.Size(138, 24);
     this.toolStripMenuItem1.Text   = "退出该群";
     this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
     //
     // 解散该群ToolStripMenuItem
     //
     this.解散该群ToolStripMenuItem.Name   = "解散该群ToolStripMenuItem";
     this.解散该群ToolStripMenuItem.Size   = new System.Drawing.Size(138, 24);
     this.解散该群ToolStripMenuItem.Text   = "解散该群";
     this.解散该群ToolStripMenuItem.Click += new System.EventHandler(this.解散该群ToolStripMenuItem_Click);
     //
     // chatListBox_group
     //
     this.chatListBox_group.BackColor       = System.Drawing.SystemColors.ControlLightLight;
     this.chatListBox_group.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.chatListBox_group.DrawContentType = CCWin.SkinControl.DrawContentType.PersonalMsg;
     this.chatListBox_group.Font            = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox_group.ForeColor       = System.Drawing.Color.Black;
     this.chatListBox_group.FriendsMobile   = false;
     chatListItem1.Bounds               = new System.Drawing.Rectangle(0, 1, 226, 25);
     chatListItem1.IsOpen               = true;
     chatListItem1.IsTwinkleHide        = false;
     chatListItem1.OwnerChatListBox     = this.chatListBox_group;
     chatListItem1.Text                 = "我的群";
     chatListItem1.TwinkleSubItemNumber = 0;
     this.chatListBox_group.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1
     });
     this.chatListBox_group.ListHadOpenGroup    = null;
     this.chatListBox_group.ListSubItemMenu     = this.skinContextMenuStrip_Group;
     this.chatListBox_group.Location            = new System.Drawing.Point(0, 0);
     this.chatListBox_group.Margin              = new System.Windows.Forms.Padding(0);
     this.chatListBox_group.Name                = "chatListBox_group";
     this.chatListBox_group.SelectSubItem       = null;
     this.chatListBox_group.ShowNicName         = false;
     this.chatListBox_group.Size                = new System.Drawing.Size(226, 446);
     this.chatListBox_group.SubItemMenu         = null;
     this.chatListBox_group.TabIndex            = 133;
     this.chatListBox_group.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox_group_DoubleClickSubItem);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Group1.png");
     //
     // GroupListBox
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.Controls.Add(this.chatListBox_group);
     this.Name = "GroupListBox";
     this.Size = new System.Drawing.Size(226, 446);
     this.skinContextMenuStrip_Group.ResumeLayout(false);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            CCWin.SkinControl.ChatListItem chatListItem1 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.ChatListItem chatListItem2 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.ChatListItem chatListItem3 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.ChatListItem chatListItem4 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.Animation animation1 = new CCWin.SkinControl.Animation();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_main));
            this.chatListBox_contacts = new CCWin.SkinControl.ChatListBox();
            this.chatListBox1 = new CCWin.SkinControl.ChatListBox();
            this.lbl_userName = new CCWin.SkinControl.SkinLabel();
            this.skinTabControl1 = new CCWin.SkinControl.SkinTabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.chatListBox2 = new CCWin.SkinControl.ChatListBox();
            this.imageList = new System.Windows.Forms.ImageList(this.components);
            this.timer_Adsorption = new System.Windows.Forms.Timer(this.components);
            this.tray = new System.Windows.Forms.NotifyIcon(this.components);
            this.timer_tray = new System.Windows.Forms.Timer(this.components);
            this.btn_setting = new CCWin.SkinControl.SkinButton();
            this.btn_systemMsg = new CCWin.SkinControl.SkinButton();
            this.btn_search = new CCWin.SkinControl.SkinButton();
            this.skinButton1 = new CCWin.SkinControl.SkinButton();
            this.skinTabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.tabPage3.SuspendLayout();
            this.SuspendLayout();
            // 
            // chatListBox_contacts
            // 
            this.chatListBox_contacts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.chatListBox_contacts.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.chatListBox_contacts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chatListBox_contacts.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chatListBox_contacts.ForeColor = System.Drawing.Color.Black;
            this.chatListBox_contacts.FriendsMobile = true;
            chatListItem1.Bounds = new System.Drawing.Rectangle(0, 1, 280, 25);
            chatListItem1.IsOpen = true;
            chatListItem1.IsTwinkleHide = true;
            chatListItem1.OwnerChatListBox = this.chatListBox_contacts;
            chatListItem1.Tag = null;
            chatListItem1.Text = "好友";
            chatListItem1.TwinkleSubItemNumber = 0;
            chatListItem2.Bounds = new System.Drawing.Rectangle(0, 27, 280, 25);
            chatListItem2.IsTwinkleHide = false;
            chatListItem2.OwnerChatListBox = this.chatListBox_contacts;
            chatListItem2.Tag = null;
            chatListItem2.Text = "陌生人";
            chatListItem2.TwinkleSubItemNumber = 0;
            chatListItem3.Bounds = new System.Drawing.Rectangle(0, 53, 280, 25);
            chatListItem3.IsTwinkleHide = false;
            chatListItem3.OwnerChatListBox = this.chatListBox_contacts;
            chatListItem3.Tag = null;
            chatListItem3.Text = "黑名单";
            chatListItem3.TwinkleSubItemNumber = 0;
            this.chatListBox_contacts.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
            chatListItem1,
            chatListItem2,
            chatListItem3});
            this.chatListBox_contacts.ListSubItemMenu = null;
            this.chatListBox_contacts.Location = new System.Drawing.Point(0, 0);
            this.chatListBox_contacts.Margin = new System.Windows.Forms.Padding(0);
            this.chatListBox_contacts.Name = "chatListBox_contacts";
            this.chatListBox_contacts.SelectSubItem = null;
            this.chatListBox_contacts.Size = new System.Drawing.Size(280, 345);
            this.chatListBox_contacts.SubItemMenu = null;
            this.chatListBox_contacts.TabIndex = 4;
            this.chatListBox_contacts.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox_DoubleClickSubItem);
            // 
            // chatListBox1
            // 
            this.chatListBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.chatListBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.chatListBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chatListBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chatListBox1.ForeColor = System.Drawing.Color.Black;
            this.chatListBox1.FriendsMobile = true;
            this.chatListBox1.IconSizeMode = CCWin.SkinControl.ChatListItemIcon.Small;
            chatListItem4.Bounds = new System.Drawing.Rectangle(0, 1, 280, 25);
            chatListItem4.IsTwinkleHide = false;
            chatListItem4.OwnerChatListBox = this.chatListBox1;
            chatListItem4.Tag = null;
            chatListItem4.Text = "我的群组";
            chatListItem4.TwinkleSubItemNumber = 0;
            this.chatListBox1.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
            chatListItem4});
            this.chatListBox1.ListSubItemMenu = null;
            this.chatListBox1.Location = new System.Drawing.Point(0, 0);
            this.chatListBox1.Margin = new System.Windows.Forms.Padding(0);
            this.chatListBox1.Name = "chatListBox1";
            this.chatListBox1.SelectSubItem = null;
            this.chatListBox1.Size = new System.Drawing.Size(280, 345);
            this.chatListBox1.SubItemMenu = null;
            this.chatListBox1.TabIndex = 5;
            // 
            // lbl_userName
            // 
            this.lbl_userName.AutoSize = true;
            this.lbl_userName.BackColor = System.Drawing.Color.Transparent;
            this.lbl_userName.BorderColor = System.Drawing.Color.White;
            this.lbl_userName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbl_userName.Location = new System.Drawing.Point(4, 33);
            this.lbl_userName.Name = "lbl_userName";
            this.lbl_userName.Size = new System.Drawing.Size(68, 17);
            this.lbl_userName.TabIndex = 1;
            this.lbl_userName.Text = "userName";
            // 
            // skinTabControl1
            // 
            animation1.AnimateOnlyDifferences = false;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(0);
            animation1.RotateCoeff = 0F;
            animation1.RotateLimit = 0F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 2F;
            animation1.TransparencyCoeff = 0F;
            this.skinTabControl1.Animation = animation1;
            this.skinTabControl1.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlide;
            this.skinTabControl1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.skinTabControl1.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
            this.skinTabControl1.Controls.Add(this.tabPage1);
            this.skinTabControl1.Controls.Add(this.tabPage2);
            this.skinTabControl1.Controls.Add(this.tabPage3);
            this.skinTabControl1.DrawType = CCWin.SkinControl.DrawStyle.None;
            this.skinTabControl1.HeadBack = null;
            this.skinTabControl1.IcoStateSwitch = true;
            this.skinTabControl1.ImageList = this.imageList;
            this.skinTabControl1.ImgSize = new System.Drawing.Size(22, 22);
            this.skinTabControl1.ImgTxtOffset = new System.Drawing.Point(0, 0);
            this.skinTabControl1.ImgTxtSpace = 0;
            this.skinTabControl1.ItemSize = new System.Drawing.Size(92, 38);
            this.skinTabControl1.ItemStretch = true;
            this.skinTabControl1.Location = new System.Drawing.Point(0, 61);
            this.skinTabControl1.Margin = new System.Windows.Forms.Padding(0);
            this.skinTabControl1.Name = "skinTabControl1";
            this.skinTabControl1.Padding = new System.Drawing.Point(0, 0);
            this.skinTabControl1.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowDown")));
            this.skinTabControl1.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageArrowHover")));
            this.skinTabControl1.PageArrowVisble = false;
            this.skinTabControl1.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseHover")));
            this.skinTabControl1.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageCloseNormal")));
            this.skinTabControl1.PageDown = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageDown")));
            this.skinTabControl1.PageHover = ((System.Drawing.Image)(resources.GetObject("skinTabControl1.PageHover")));
            this.skinTabControl1.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
            this.skinTabControl1.PageNorml = null;
            this.skinTabControl1.Radius = 1;
            this.skinTabControl1.SelectedIndex = 0;
            this.skinTabControl1.Size = new System.Drawing.Size(280, 383);
            this.skinTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.skinTabControl1.TabIndex = 4;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.chatListBox_contacts);
            this.tabPage1.ImageIndex = 0;
            this.tabPage1.Location = new System.Drawing.Point(0, 38);
            this.tabPage1.Margin = new System.Windows.Forms.Padding(0);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Size = new System.Drawing.Size(280, 345);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.chatListBox1);
            this.tabPage2.ImageIndex = 1;
            this.tabPage2.Location = new System.Drawing.Point(0, 38);
            this.tabPage2.Margin = new System.Windows.Forms.Padding(0);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.tabPage2.Size = new System.Drawing.Size(280, 345);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.chatListBox2);
            this.tabPage3.ImageIndex = 2;
            this.tabPage3.Location = new System.Drawing.Point(0, 38);
            this.tabPage3.Margin = new System.Windows.Forms.Padding(0);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(280, 345);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // chatListBox2
            // 
            this.chatListBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.chatListBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.chatListBox2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chatListBox2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chatListBox2.ForeColor = System.Drawing.Color.Black;
            this.chatListBox2.FriendsMobile = true;
            this.chatListBox2.ListSubItemMenu = null;
            this.chatListBox2.Location = new System.Drawing.Point(0, 0);
            this.chatListBox2.Margin = new System.Windows.Forms.Padding(0);
            this.chatListBox2.Name = "chatListBox2";
            this.chatListBox2.SelectSubItem = null;
            this.chatListBox2.Size = new System.Drawing.Size(280, 345);
            this.chatListBox2.SubItemMenu = null;
            this.chatListBox2.TabIndex = 5;
            // 
            // imageList
            // 
            this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            this.imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList.Images.SetKeyName(0, "icon_contacts_normal3X.png");
            this.imageList.Images.SetKeyName(1, "icon_group_normal3X.png");
            this.imageList.Images.SetKeyName(2, "icon_last_normal3X.png");
            this.imageList.Images.SetKeyName(3, "00.png");
            // 
            // tray
            // 
            this.tray.Icon = ((System.Drawing.Icon)(resources.GetObject("tray.Icon")));
            this.tray.Text = "tray";
            this.tray.Click += new System.EventHandler(this.tray_Click);
            // 
            // timer_tray
            // 
            this.timer_tray.Interval = 500;
            this.timer_tray.Tick += new System.EventHandler(this.timer_tray_Tick);
            // 
            // btn_setting
            // 
            this.btn_setting.BackColor = System.Drawing.Color.Transparent;
            this.btn_setting.ControlState = CCWin.SkinClass.ControlState.Normal;
            this.btn_setting.DownBack = ((System.Drawing.Image)(resources.GetObject("btn_setting.DownBack")));
            this.btn_setting.DrawType = CCWin.SkinControl.DrawStyle.Img;
            this.btn_setting.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_setting.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_setting.ForeColor = System.Drawing.Color.White;
            this.btn_setting.Location = new System.Drawing.Point(7, 496);
            this.btn_setting.MouseBack = ((System.Drawing.Image)(resources.GetObject("btn_setting.MouseBack")));
            this.btn_setting.Name = "btn_setting";
            this.btn_setting.NormlBack = ((System.Drawing.Image)(resources.GetObject("btn_setting.NormlBack")));
            this.btn_setting.Size = new System.Drawing.Size(24, 24);
            this.btn_setting.TabIndex = 5;
            this.btn_setting.TabStop = false;
            this.btn_setting.UseVisualStyleBackColor = false;
            this.btn_setting.Click += new System.EventHandler(this.btn_setting_Click);
            // 
            // btn_systemMsg
            // 
            this.btn_systemMsg.BackColor = System.Drawing.Color.Transparent;
            this.btn_systemMsg.ControlState = CCWin.SkinClass.ControlState.Normal;
            this.btn_systemMsg.DownBack = ((System.Drawing.Image)(resources.GetObject("btn_systemMsg.DownBack")));
            this.btn_systemMsg.DrawType = CCWin.SkinControl.DrawStyle.Img;
            this.btn_systemMsg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_systemMsg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_systemMsg.ForeColor = System.Drawing.Color.White;
            this.btn_systemMsg.Location = new System.Drawing.Point(37, 496);
            this.btn_systemMsg.MouseBack = ((System.Drawing.Image)(resources.GetObject("btn_systemMsg.MouseBack")));
            this.btn_systemMsg.Name = "btn_systemMsg";
            this.btn_systemMsg.NormlBack = ((System.Drawing.Image)(resources.GetObject("btn_systemMsg.NormlBack")));
            this.btn_systemMsg.Size = new System.Drawing.Size(24, 24);
            this.btn_systemMsg.TabIndex = 6;
            this.btn_systemMsg.TabStop = false;
            this.btn_systemMsg.UseVisualStyleBackColor = false;
            this.btn_systemMsg.Click += new System.EventHandler(this.btn_systemMsg_Click);
            // 
            // btn_search
            // 
            this.btn_search.BackColor = System.Drawing.Color.Transparent;
            this.btn_search.ControlState = CCWin.SkinClass.ControlState.Normal;
            this.btn_search.DownBack = ((System.Drawing.Image)(resources.GetObject("btn_search.DownBack")));
            this.btn_search.DrawType = CCWin.SkinControl.DrawStyle.Img;
            this.btn_search.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_search.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.btn_search.ForeColor = System.Drawing.Color.Black;
            this.btn_search.Location = new System.Drawing.Point(67, 496);
            this.btn_search.MouseBack = ((System.Drawing.Image)(resources.GetObject("btn_search.MouseBack")));
            this.btn_search.Name = "btn_search";
            this.btn_search.NormlBack = ((System.Drawing.Image)(resources.GetObject("btn_search.NormlBack")));
            this.btn_search.Size = new System.Drawing.Size(52, 24);
            this.btn_search.TabIndex = 7;
            this.btn_search.TabStop = false;
            this.btn_search.Text = "查找";
            this.btn_search.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.btn_search.UseVisualStyleBackColor = false;
            this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
            // 
            // skinButton1
            // 
            this.skinButton1.BackColor = System.Drawing.Color.Transparent;
            this.skinButton1.ControlState = CCWin.SkinClass.ControlState.Normal;
            this.skinButton1.DownBack = ((System.Drawing.Image)(resources.GetObject("skinButton1.DownBack")));
            this.skinButton1.DrawType = CCWin.SkinControl.DrawStyle.Img;
            this.skinButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.skinButton1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.skinButton1.ForeColor = System.Drawing.Color.Black;
            this.skinButton1.Location = new System.Drawing.Point(221, 496);
            this.skinButton1.MouseBack = ((System.Drawing.Image)(resources.GetObject("skinButton1.MouseBack")));
            this.skinButton1.Name = "skinButton1";
            this.skinButton1.NormlBack = ((System.Drawing.Image)(resources.GetObject("skinButton1.NormlBack")));
            this.skinButton1.Size = new System.Drawing.Size(52, 24);
            this.skinButton1.TabIndex = 8;
            this.skinButton1.TabStop = false;
            this.skinButton1.Text = "刷新";
            this.skinButton1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.skinButton1.UseVisualStyleBackColor = false;
            this.skinButton1.Click += new System.EventHandler(this.skinButton1_Click);
            // 
            // Form_main
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.BackLayout = false;
            this.BackShade = false;
            this.BackToColor = false;
            this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
            this.CaptionHeight = 26;
            this.ClientSize = new System.Drawing.Size(280, 527);
            this.CloseBoxSize = new System.Drawing.Size(30, 30);
            this.CloseDownBack = ((System.Drawing.Image)(resources.GetObject("$this.CloseDownBack")));
            this.CloseMouseBack = ((System.Drawing.Image)(resources.GetObject("$this.CloseMouseBack")));
            this.CloseNormlBack = ((System.Drawing.Image)(resources.GetObject("$this.CloseNormlBack")));
            this.ControlBoxOffset = new System.Drawing.Point(0, 0);
            this.ControlBoxSpace = 0;
            this.Controls.Add(this.skinButton1);
            this.Controls.Add(this.btn_search);
            this.Controls.Add(this.btn_systemMsg);
            this.Controls.Add(this.btn_setting);
            this.Controls.Add(this.skinTabControl1);
            this.Controls.Add(this.lbl_userName);
            this.DropBack = false;
            this.EffectCaption = CCWin.TitleType.None;
            this.EffectWidth = 0;
            this.ForeColor = System.Drawing.Color.Black;
            this.InnerBorderColor = System.Drawing.Color.Transparent;
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(543, 764);
            this.MaxSize = new System.Drawing.Size(30, 30);
            this.MiniDownBack = ((System.Drawing.Image)(resources.GetObject("$this.MiniDownBack")));
            this.MiniMouseBack = ((System.Drawing.Image)(resources.GetObject("$this.MiniMouseBack")));
            this.MinimumSize = new System.Drawing.Size(280, 527);
            this.MiniNormlBack = ((System.Drawing.Image)(resources.GetObject("$this.MiniNormlBack")));
            this.MiniSize = new System.Drawing.Size(30, 30);
            this.Name = "Form_main";
            this.Radius = 2;
            this.ShadowWidth = 5;
            this.ShowBorder = false;
            this.ShowDrawIcon = false;
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "Form_main";
            this.TitleOffset = new System.Drawing.Point(0, 0);
            this.skinTabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage3.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Beispiel #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.ChatListItem    chatListItem1          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem1       = new CCWin.SkinControl.ChatListSubItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_main));
     CCWin.SkinControl.ChatListItem    chatListItem2          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListItem    chatListItem3          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListItem    chatListItem4          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem2       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListItem    chatListItem5          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem3       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListItem    chatListItem6          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.Animation       animation1             = new CCWin.SkinControl.Animation();
     this.chatListBox_contacts = new CCWin.SkinControl.ChatListBox();
     this.chatListBox1         = new CCWin.SkinControl.ChatListBox();
     this.chatTab      = new CCWin.SkinControl.SkinTabControl();
     this.tabPage1     = new System.Windows.Forms.TabPage();
     this.tabPage2     = new System.Windows.Forms.TabPage();
     this.tabPage3     = new System.Windows.Forms.TabPage();
     this.imageList    = new System.Windows.Forms.ImageList(this.components);
     this.lbl_userName = new CCWin.SkinControl.SkinLabel();
     this.chatTab.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // chatListBox_contacts
     //
     this.chatListBox_contacts.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatListBox_contacts.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chatListBox_contacts.Font          = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox_contacts.ForeColor     = System.Drawing.Color.Black;
     this.chatListBox_contacts.FriendsMobile = true;
     chatListItem1.Bounds           = new System.Drawing.Rectangle(0, 1, 266, 79);
     chatListItem1.IsOpen           = true;
     chatListItem1.IsTwinkleHide    = true;
     chatListItem1.OwnerChatListBox = this.chatListBox_contacts;
     chatListSubItem1.Bounds        = new System.Drawing.Rectangle(0, 27, 266, 53);
     chatListSubItem1.DisplayName   = "TTEST";
     chatListSubItem1.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem1.HeadImage")));
     chatListSubItem1.HeadRect      = new System.Drawing.Rectangle(5, 33, 40, 40);
     chatListSubItem1.ID            = ((uint)(3055u));
     chatListSubItem1.IpAddress     = null;
     chatListSubItem1.IsTwinkle     = false;
     chatListSubItem1.IsTwinkleHide = false;
     chatListSubItem1.IsVip         = false;
     chatListSubItem1.NicName       = "TEST";
     chatListSubItem1.OwnerListItem = chatListItem1;
     chatListSubItem1.PersonalMsg   = "Personal Message ...";
     chatListSubItem1.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem1.QQShow        = null;
     chatListSubItem1.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem1.Tag           = null;
     chatListSubItem1.TcpPort       = 0;
     chatListSubItem1.UpdPort       = 0;
     chatListItem1.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem1
     });
     chatListItem1.Tag  = null;
     chatListItem1.Text = "好友";
     chatListItem1.TwinkleSubItemNumber = 0;
     chatListItem2.Bounds           = new System.Drawing.Rectangle(0, 81, 266, 25);
     chatListItem2.IsTwinkleHide    = false;
     chatListItem2.OwnerChatListBox = this.chatListBox_contacts;
     chatListItem2.Tag  = null;
     chatListItem2.Text = "陌生人";
     chatListItem2.TwinkleSubItemNumber = 0;
     chatListItem3.Bounds           = new System.Drawing.Rectangle(0, 107, 266, 25);
     chatListItem3.IsTwinkleHide    = false;
     chatListItem3.OwnerChatListBox = this.chatListBox_contacts;
     chatListItem3.Tag  = null;
     chatListItem3.Text = "黑名单";
     chatListItem3.TwinkleSubItemNumber = 0;
     this.chatListBox_contacts.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1,
         chatListItem2,
         chatListItem3
     });
     this.chatListBox_contacts.ListSubItemMenu     = null;
     this.chatListBox_contacts.Location            = new System.Drawing.Point(3, 3);
     this.chatListBox_contacts.Name                = "chatListBox_contacts";
     this.chatListBox_contacts.SelectSubItem       = null;
     this.chatListBox_contacts.Size                = new System.Drawing.Size(266, 428);
     this.chatListBox_contacts.SubItemMenu         = null;
     this.chatListBox_contacts.TabIndex            = 0;
     this.chatListBox_contacts.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox_DoubleClickSubItem);
     //
     // chatListBox1
     //
     this.chatListBox1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatListBox1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chatListBox1.Font          = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox1.ForeColor     = System.Drawing.Color.Black;
     this.chatListBox1.FriendsMobile = true;
     chatListItem4.Bounds            = new System.Drawing.Rectangle(0, 1, 266, 79);
     chatListItem4.IsOpen            = true;
     chatListItem4.IsTwinkleHide     = true;
     chatListItem4.OwnerChatListBox  = this.chatListBox1;
     chatListSubItem2.Bounds         = new System.Drawing.Rectangle(0, 27, 266, 53);
     chatListSubItem2.DisplayName    = "TTEST22";
     chatListSubItem2.HeadImage      = ((System.Drawing.Image)(resources.GetObject("chatListSubItem2.HeadImage")));
     chatListSubItem2.HeadRect       = new System.Drawing.Rectangle(5, 33, 40, 40);
     chatListSubItem2.ID             = ((uint)(0u));
     chatListSubItem2.IpAddress      = null;
     chatListSubItem2.IsTwinkle      = false;
     chatListSubItem2.IsTwinkleHide  = false;
     chatListSubItem2.IsVip          = false;
     chatListSubItem2.NicName        = "TEST";
     chatListSubItem2.OwnerListItem  = chatListItem4;
     chatListSubItem2.PersonalMsg    = "Personal Message ...";
     chatListSubItem2.PlatformTypes  = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem2.QQShow         = null;
     chatListSubItem2.Status         = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem2.Tag            = null;
     chatListSubItem2.TcpPort        = 0;
     chatListSubItem2.UpdPort        = 0;
     chatListItem4.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem2
     });
     chatListItem4.Tag  = null;
     chatListItem4.Text = "好友";
     chatListItem4.TwinkleSubItemNumber = 0;
     chatListItem5.Bounds           = new System.Drawing.Rectangle(0, 81, 266, 79);
     chatListItem5.IsOpen           = true;
     chatListItem5.IsTwinkleHide    = false;
     chatListItem5.OwnerChatListBox = this.chatListBox1;
     chatListSubItem3.Bounds        = new System.Drawing.Rectangle(0, 107, 266, 53);
     chatListSubItem3.DisplayName   = "TEST3";
     chatListSubItem3.HeadImage     = ((System.Drawing.Image)(resources.GetObject("chatListSubItem3.HeadImage")));
     chatListSubItem3.HeadRect      = new System.Drawing.Rectangle(5, 113, 40, 40);
     chatListSubItem3.ID            = ((uint)(3u));
     chatListSubItem3.IpAddress     = null;
     chatListSubItem3.IsTwinkle     = false;
     chatListSubItem3.IsTwinkleHide = false;
     chatListSubItem3.IsVip         = false;
     chatListSubItem3.NicName       = "nicName";
     chatListSubItem3.OwnerListItem = chatListItem5;
     chatListSubItem3.PersonalMsg   = "Personal Message ...";
     chatListSubItem3.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem3.QQShow        = null;
     chatListSubItem3.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem3.Tag           = null;
     chatListSubItem3.TcpPort       = 0;
     chatListSubItem3.UpdPort       = 0;
     chatListItem5.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem3
     });
     chatListItem5.Tag  = null;
     chatListItem5.Text = "陌生人";
     chatListItem5.TwinkleSubItemNumber = 0;
     chatListItem6.Bounds           = new System.Drawing.Rectangle(0, 161, 266, 25);
     chatListItem6.IsTwinkleHide    = false;
     chatListItem6.OwnerChatListBox = this.chatListBox1;
     chatListItem6.Tag  = null;
     chatListItem6.Text = "黑名单";
     chatListItem6.TwinkleSubItemNumber = 0;
     this.chatListBox1.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem4,
         chatListItem5,
         chatListItem6
     });
     this.chatListBox1.ListSubItemMenu = null;
     this.chatListBox1.Location        = new System.Drawing.Point(3, 3);
     this.chatListBox1.Name            = "chatListBox1";
     this.chatListBox1.SelectSubItem   = null;
     this.chatListBox1.Size            = new System.Drawing.Size(266, 428);
     this.chatListBox1.SubItemMenu     = null;
     this.chatListBox1.TabIndex        = 1;
     //
     // chatTab
     //
     animation1.AnimateOnlyDifferences = true;
     animation1.BlindCoeff             = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
     animation1.LeafCoeff         = 0F;
     animation1.MaxTime           = 1F;
     animation1.MinTime           = 0F;
     animation1.MosaicCoeff       = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
     animation1.MosaicShift       = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
     animation1.MosaicSize        = 0;
     animation1.Padding           = new System.Windows.Forms.Padding(50);
     animation1.RotateCoeff       = 0.3F;
     animation1.RotateLimit       = 0.2F;
     animation1.ScaleCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
     animation1.SlideCoeff        = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
     animation1.TimeCoeff         = 0F;
     animation1.TransparencyCoeff = 0F;
     this.chatTab.Animation       = animation1;
     this.chatTab.AnimationStart  = false;
     this.chatTab.AnimatorType    = CCWin.SkinControl.AnimationType.HorizSlideAndRotate;
     this.chatTab.CloseRect       = new System.Drawing.Rectangle(2, 2, 12, 12);
     this.chatTab.Controls.Add(this.tabPage1);
     this.chatTab.Controls.Add(this.tabPage2);
     this.chatTab.Controls.Add(this.tabPage3);
     this.chatTab.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.chatTab.HeadBack          = null;
     this.chatTab.ImageList         = this.imageList;
     this.chatTab.ImgTxtOffset      = new System.Drawing.Point(0, 0);
     this.chatTab.ItemSize          = new System.Drawing.Size(80, 36);
     this.chatTab.Location          = new System.Drawing.Point(4, 53);
     this.chatTab.Multiline         = true;
     this.chatTab.Name              = "chatTab";
     this.chatTab.PageArrowDown     = ((System.Drawing.Image)(resources.GetObject("chatTab.PageArrowDown")));
     this.chatTab.PageArrowHover    = ((System.Drawing.Image)(resources.GetObject("chatTab.PageArrowHover")));
     this.chatTab.PageCloseHover    = ((System.Drawing.Image)(resources.GetObject("chatTab.PageCloseHover")));
     this.chatTab.PageCloseNormal   = ((System.Drawing.Image)(resources.GetObject("chatTab.PageCloseNormal")));
     this.chatTab.PageDown          = ((System.Drawing.Image)(resources.GetObject("chatTab.PageDown")));
     this.chatTab.PageHover         = ((System.Drawing.Image)(resources.GetObject("chatTab.PageHover")));
     this.chatTab.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
     this.chatTab.PageNorml         = null;
     this.chatTab.SelectedIndex     = 0;
     this.chatTab.Size              = new System.Drawing.Size(272, 470);
     this.chatTab.SizeMode          = System.Windows.Forms.TabSizeMode.Fixed;
     this.chatTab.TabIndex          = 1;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.chatListBox_contacts);
     this.tabPage1.Location = new System.Drawing.Point(0, 36);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(272, 434);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "联系人";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.chatListBox1);
     this.tabPage2.Location = new System.Drawing.Point(0, 36);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(272, 434);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "会话";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // tabPage3
     //
     this.tabPage3.Location = new System.Drawing.Point(0, 36);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Size     = new System.Drawing.Size(272, 434);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "群/讨论组";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // imageList
     //
     this.imageList.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList.Images.SetKeyName(0, "icon_contacts_normal3X.png");
     this.imageList.Images.SetKeyName(1, "icon_group_normal3X.png");
     this.imageList.Images.SetKeyName(2, "icon_last_normal3X.png");
     //
     // lbl_userName
     //
     this.lbl_userName.AutoSize    = true;
     this.lbl_userName.BackColor   = System.Drawing.Color.Transparent;
     this.lbl_userName.BorderColor = System.Drawing.Color.White;
     this.lbl_userName.Font        = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lbl_userName.Location    = new System.Drawing.Point(4, 33);
     this.lbl_userName.Name        = "lbl_userName";
     this.lbl_userName.Size        = new System.Drawing.Size(68, 17);
     this.lbl_userName.TabIndex    = 1;
     this.lbl_userName.Text        = "userName";
     //
     // Form_main
     //
     this.AllowDrop           = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     this.BackLayout          = false;
     this.BackShade           = false;
     this.BackToColor         = false;
     this.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
     this.CaptionHeight       = 26;
     this.ClientSize          = new System.Drawing.Size(280, 527);
     this.CloseBoxSize        = new System.Drawing.Size(30, 30);
     this.CloseDownBack       = ((System.Drawing.Image)(resources.GetObject("$this.CloseDownBack")));
     this.CloseMouseBack      = ((System.Drawing.Image)(resources.GetObject("$this.CloseMouseBack")));
     this.CloseNormlBack      = ((System.Drawing.Image)(resources.GetObject("$this.CloseNormlBack")));
     this.ControlBoxOffset    = new System.Drawing.Point(0, 0);
     this.ControlBoxSpace     = 0;
     this.Controls.Add(this.lbl_userName);
     this.Controls.Add(this.chatTab);
     this.DropBack         = false;
     this.EffectCaption    = CCWin.TitleType.None;
     this.InnerBorderColor = System.Drawing.Color.Transparent;
     this.MaximizeBox      = false;
     this.MaximumSize      = new System.Drawing.Size(543, 764);
     this.MaxSize          = new System.Drawing.Size(30, 30);
     this.MiniDownBack     = ((System.Drawing.Image)(resources.GetObject("$this.MiniDownBack")));
     this.MiniMouseBack    = ((System.Drawing.Image)(resources.GetObject("$this.MiniMouseBack")));
     this.MinimumSize      = new System.Drawing.Size(280, 527);
     this.MiniNormlBack    = ((System.Drawing.Image)(resources.GetObject("$this.MiniNormlBack")));
     this.MiniSize         = new System.Drawing.Size(30, 30);
     this.Name             = "Form_main";
     this.Radius           = 2;
     this.ShadowWidth      = 5;
     this.ShowDrawIcon     = false;
     this.ShowInTaskbar    = false;
     this.Text             = "Form_main";
     this.chatTab.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            CCWin.SkinControl.ChatListItem chatListItem1 = new CCWin.SkinControl.ChatListItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupListBox));
            this.skinContextMenuStrip_Group = new CCWin.SkinControl.SkinContextMenuStrip();
            this.消息记录ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
            this.解散该群ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.chatListBox_group = new CCWin.SkinControl.ChatListBox();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.skinContextMenuStrip_Group.SuspendLayout();
            this.SuspendLayout();
            // 
            // skinContextMenuStrip_Group
            // 
            this.skinContextMenuStrip_Group.Arrow = System.Drawing.Color.Black;
            this.skinContextMenuStrip_Group.Back = System.Drawing.Color.White;
            this.skinContextMenuStrip_Group.BackRadius = 4;
            this.skinContextMenuStrip_Group.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
            this.skinContextMenuStrip_Group.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
            this.skinContextMenuStrip_Group.Fore = System.Drawing.Color.Black;
            this.skinContextMenuStrip_Group.HoverFore = System.Drawing.Color.White;
            this.skinContextMenuStrip_Group.ItemAnamorphosis = true;
            this.skinContextMenuStrip_Group.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.skinContextMenuStrip_Group.ItemBorderShow = true;
            this.skinContextMenuStrip_Group.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.skinContextMenuStrip_Group.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.skinContextMenuStrip_Group.ItemRadius = 4;
            this.skinContextMenuStrip_Group.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
            this.skinContextMenuStrip_Group.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.消息记录ToolStripMenuItem1,
            this.toolStripMenuItem1,
            this.解散该群ToolStripMenuItem});
            this.skinContextMenuStrip_Group.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
            this.skinContextMenuStrip_Group.Name = "skinContextMenuStrip1";
            this.skinContextMenuStrip_Group.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
            this.skinContextMenuStrip_Group.Size = new System.Drawing.Size(139, 76);
            this.skinContextMenuStrip_Group.SkinAllColor = true;
            this.skinContextMenuStrip_Group.TitleAnamorphosis = true;
            this.skinContextMenuStrip_Group.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
            this.skinContextMenuStrip_Group.TitleRadius = 4;
            this.skinContextMenuStrip_Group.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
            // 
            // 消息记录ToolStripMenuItem1
            // 
            this.消息记录ToolStripMenuItem1.Name = "消息记录ToolStripMenuItem1";
            this.消息记录ToolStripMenuItem1.Size = new System.Drawing.Size(138, 24);
            this.消息记录ToolStripMenuItem1.Text = "消息记录";
            this.消息记录ToolStripMenuItem1.Click += new System.EventHandler(this.消息记录ToolStripMenuItem1_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(138, 24);
            this.toolStripMenuItem1.Text = "退出该群";
            this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
            // 
            // 解散该群ToolStripMenuItem
            // 
            this.解散该群ToolStripMenuItem.Name = "解散该群ToolStripMenuItem";
            this.解散该群ToolStripMenuItem.Size = new System.Drawing.Size(138, 24);
            this.解散该群ToolStripMenuItem.Text = "解散该群";
            this.解散该群ToolStripMenuItem.Click += new System.EventHandler(this.解散该群ToolStripMenuItem_Click);
            // 
            // chatListBox_group
            // 
            this.chatListBox_group.BackColor = System.Drawing.SystemColors.ControlLightLight;
            this.chatListBox_group.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chatListBox_group.DrawContentType = CCWin.SkinControl.DrawContentType.PersonalMsg;
            this.chatListBox_group.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chatListBox_group.ForeColor = System.Drawing.Color.Black;
            this.chatListBox_group.FriendsMobile = false;
            chatListItem1.Bounds = new System.Drawing.Rectangle(0, 1, 226, 25);
            chatListItem1.IsOpen = true;
            chatListItem1.IsTwinkleHide = false;
            chatListItem1.OwnerChatListBox = this.chatListBox_group;
            chatListItem1.Text = "我的群";
            chatListItem1.TwinkleSubItemNumber = 0;
            this.chatListBox_group.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
            chatListItem1});
            this.chatListBox_group.ListHadOpenGroup = null;
            this.chatListBox_group.ListSubItemMenu = this.skinContextMenuStrip_Group;
            this.chatListBox_group.Location = new System.Drawing.Point(0, 0);
            this.chatListBox_group.Margin = new System.Windows.Forms.Padding(0);
            this.chatListBox_group.Name = "chatListBox_group";
            this.chatListBox_group.SelectSubItem = null;
            this.chatListBox_group.ShowNicName = false;
            this.chatListBox_group.Size = new System.Drawing.Size(226, 446);
            this.chatListBox_group.SubItemMenu = null;
            this.chatListBox_group.TabIndex = 133;
            this.chatListBox_group.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox_group_DoubleClickSubItem);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Group1.png");
            // 
            // GroupListBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.Controls.Add(this.chatListBox_group);
            this.Name = "GroupListBox";
            this.Size = new System.Drawing.Size(226, 446);
            this.skinContextMenuStrip_Group.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Beispiel #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     CCWin.SkinControl.ChatListItem chatListItem1             = new CCWin.SkinControl.ChatListItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_Friend));
     this.chatListBox1                      = new CCWin.SkinControl.ChatListBox();
     this.contextMenuStrip_chatLb           = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.menuDeleteFriendToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.skinSplitContainer1               = new CCWin.SkinControl.SkinSplitContainer();
     this.btnSearchFriend                   = new CCWin.SkinControl.SkinButton();
     this.txtUserName        = new System.Windows.Forms.TextBox();
     this.lbSearchFriendList = new CCWin.SkinControl.SkinListBox();
     this.contextMenuStrip_chatLb.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.skinSplitContainer1)).BeginInit();
     this.skinSplitContainer1.Panel1.SuspendLayout();
     this.skinSplitContainer1.Panel2.SuspendLayout();
     this.skinSplitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // chatListBox1
     //
     this.chatListBox1.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatListBox1.Dock          = System.Windows.Forms.DockStyle.Left;
     this.chatListBox1.Font          = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox1.ForeColor     = System.Drawing.Color.Black;
     this.chatListBox1.FriendsMobile = true;
     chatListItem1.Bounds            = new System.Drawing.Rectangle(0, 1, 203, 25);
     chatListItem1.IsTwinkleHide     = false;
     chatListItem1.OwnerChatListBox  = this.chatListBox1;
     chatListItem1.Tag  = null;
     chatListItem1.Text = "我的好友";
     chatListItem1.TwinkleSubItemNumber = 0;
     this.chatListBox1.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1
     });
     this.chatListBox1.ListSubItemMenu = this.contextMenuStrip_chatLb;
     this.chatListBox1.Location        = new System.Drawing.Point(4, 28);
     this.chatListBox1.Name            = "chatListBox1";
     this.chatListBox1.SelectSubItem   = null;
     this.chatListBox1.Size            = new System.Drawing.Size(203, 480);
     this.chatListBox1.SubItemMenu     = null;
     this.chatListBox1.TabIndex        = 0;
     this.chatListBox1.Text            = "chatListBox1";
     //
     // contextMenuStrip_chatLb
     //
     this.contextMenuStrip_chatLb.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.menuDeleteFriendToolStripMenuItem
     });
     this.contextMenuStrip_chatLb.Name = "contextMenuStrip_chatLb";
     this.contextMenuStrip_chatLb.Size = new System.Drawing.Size(125, 26);
     //
     // menuDeleteFriendToolStripMenuItem
     //
     this.menuDeleteFriendToolStripMenuItem.Name   = "menuDeleteFriendToolStripMenuItem";
     this.menuDeleteFriendToolStripMenuItem.Size   = new System.Drawing.Size(124, 22);
     this.menuDeleteFriendToolStripMenuItem.Text   = "删除好友";
     this.menuDeleteFriendToolStripMenuItem.Click += new System.EventHandler(this.menuDeleteFriendToolStripMenuItem_Click);
     //
     // skinSplitContainer1
     //
     this.skinSplitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.skinSplitContainer1.Location    = new System.Drawing.Point(207, 28);
     this.skinSplitContainer1.Name        = "skinSplitContainer1";
     this.skinSplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // skinSplitContainer1.Panel1
     //
     this.skinSplitContainer1.Panel1.Controls.Add(this.btnSearchFriend);
     this.skinSplitContainer1.Panel1.Controls.Add(this.txtUserName);
     //
     // skinSplitContainer1.Panel2
     //
     this.skinSplitContainer1.Panel2.Controls.Add(this.lbSearchFriendList);
     this.skinSplitContainer1.Size             = new System.Drawing.Size(305, 480);
     this.skinSplitContainer1.SplitterDistance = 101;
     this.skinSplitContainer1.SplitterWidth    = 1;
     this.skinSplitContainer1.TabIndex         = 1;
     //
     // btnSearchFriend
     //
     this.btnSearchFriend.BackColor               = System.Drawing.Color.Transparent;
     this.btnSearchFriend.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.btnSearchFriend.DownBack                = null;
     this.btnSearchFriend.Location                = new System.Drawing.Point(176, 44);
     this.btnSearchFriend.MouseBack               = null;
     this.btnSearchFriend.Name                    = "btnSearchFriend";
     this.btnSearchFriend.NormlBack               = null;
     this.btnSearchFriend.Size                    = new System.Drawing.Size(75, 23);
     this.btnSearchFriend.TabIndex                = 1;
     this.btnSearchFriend.Text                    = "搜  索";
     this.btnSearchFriend.UseVisualStyleBackColor = false;
     this.btnSearchFriend.Click                  += new System.EventHandler(this.btnSearchFriend_Click);
     //
     // txtUserName
     //
     this.txtUserName.Location  = new System.Drawing.Point(28, 41);
     this.txtUserName.Multiline = true;
     this.txtUserName.Name      = "txtUserName";
     this.txtUserName.Size      = new System.Drawing.Size(120, 29);
     this.txtUserName.TabIndex  = 0;
     //
     // lbSearchFriendList
     //
     this.lbSearchFriendList.Back                = null;
     this.lbSearchFriendList.BackColor           = System.Drawing.Color.Transparent;
     this.lbSearchFriendList.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.lbSearchFriendList.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.lbSearchFriendList.DrawMode            = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.lbSearchFriendList.FormattingEnabled   = true;
     this.lbSearchFriendList.HorizontalScrollbar = true;
     this.lbSearchFriendList.ItemHeight          = 30;
     this.lbSearchFriendList.ItemImageLayout     = false;
     this.lbSearchFriendList.Items.AddRange(new CCWin.SkinControl.SkinListBoxItem[] {
         ((CCWin.SkinControl.SkinListBoxItem)(resources.GetObject("lbSearchFriendList.Items"))),
         ((CCWin.SkinControl.SkinListBoxItem)(resources.GetObject("lbSearchFriendList.Items1")))
     });
     this.lbSearchFriendList.Location      = new System.Drawing.Point(0, 0);
     this.lbSearchFriendList.Name          = "lbSearchFriendList";
     this.lbSearchFriendList.SelectedColor = System.Drawing.Color.Red;
     this.lbSearchFriendList.Size          = new System.Drawing.Size(305, 378);
     this.lbSearchFriendList.TabIndex      = 0;
     this.lbSearchFriendList.DoubleClick  += new System.EventHandler(this.lbSearchFriendList_DoubleClick);
     //
     // F_Friend
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CanResize           = false;
     this.ClientSize          = new System.Drawing.Size(516, 512);
     this.CloseBoxSize        = new System.Drawing.Size(32, 24);
     this.Controls.Add(this.skinSplitContainer1);
     this.Controls.Add(this.chatListBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox   = false;
     this.MiniSize      = new System.Drawing.Size(32, 24);
     this.Name          = "F_Friend";
     this.RoundStyle    = CCWin.SkinClass.RoundStyle.None;
     this.ShowDrawIcon  = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "";
     this.Load         += new System.EventHandler(this.F_Friend_Load);
     this.contextMenuStrip_chatLb.ResumeLayout(false);
     this.skinSplitContainer1.Panel1.ResumeLayout(false);
     this.skinSplitContainer1.Panel1.PerformLayout();
     this.skinSplitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.skinSplitContainer1)).EndInit();
     this.skinSplitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            CCWin.SkinControl.ChatListItem chatListItem1 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.ChatListSubItem chatListSubItem1 = new CCWin.SkinControl.ChatListSubItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_main));
            CCWin.SkinControl.ChatListItem chatListItem2 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.ChatListItem chatListItem3 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.ChatListItem chatListItem4 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.ChatListSubItem chatListSubItem2 = new CCWin.SkinControl.ChatListSubItem();
            CCWin.SkinControl.ChatListItem chatListItem5 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.ChatListSubItem chatListSubItem3 = new CCWin.SkinControl.ChatListSubItem();
            CCWin.SkinControl.ChatListItem chatListItem6 = new CCWin.SkinControl.ChatListItem();
            CCWin.SkinControl.Animation animation1 = new CCWin.SkinControl.Animation();
            this.chatListBox_contacts = new CCWin.SkinControl.ChatListBox();
            this.chatListBox1 = new CCWin.SkinControl.ChatListBox();
            this.chatTab = new CCWin.SkinControl.SkinTabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.imageList = new System.Windows.Forms.ImageList(this.components);
            this.lbl_userName = new CCWin.SkinControl.SkinLabel();
            this.chatTab.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.tabPage2.SuspendLayout();
            this.SuspendLayout();
            // 
            // chatListBox_contacts
            // 
            this.chatListBox_contacts.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chatListBox_contacts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chatListBox_contacts.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chatListBox_contacts.ForeColor = System.Drawing.Color.Black;
            this.chatListBox_contacts.FriendsMobile = true;
            chatListItem1.Bounds = new System.Drawing.Rectangle(0, 1, 266, 79);
            chatListItem1.IsOpen = true;
            chatListItem1.IsTwinkleHide = true;
            chatListItem1.OwnerChatListBox = this.chatListBox_contacts;
            chatListSubItem1.Bounds = new System.Drawing.Rectangle(0, 27, 266, 53);
            chatListSubItem1.DisplayName = "TTEST";
            chatListSubItem1.HeadImage = ((System.Drawing.Image)(resources.GetObject("chatListSubItem1.HeadImage")));
            chatListSubItem1.HeadRect = new System.Drawing.Rectangle(5, 33, 40, 40);
            chatListSubItem1.ID = ((uint)(3055u));
            chatListSubItem1.IpAddress = null;
            chatListSubItem1.IsTwinkle = false;
            chatListSubItem1.IsTwinkleHide = false;
            chatListSubItem1.IsVip = false;
            chatListSubItem1.NicName = "TEST";
            chatListSubItem1.OwnerListItem = chatListItem1;
            chatListSubItem1.PersonalMsg = "Personal Message ...";
            chatListSubItem1.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
            chatListSubItem1.QQShow = null;
            chatListSubItem1.Status = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
            chatListSubItem1.Tag = null;
            chatListSubItem1.TcpPort = 0;
            chatListSubItem1.UpdPort = 0;
            chatListItem1.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
            chatListSubItem1});
            chatListItem1.Tag = null;
            chatListItem1.Text = "好友";
            chatListItem1.TwinkleSubItemNumber = 0;
            chatListItem2.Bounds = new System.Drawing.Rectangle(0, 81, 266, 25);
            chatListItem2.IsTwinkleHide = false;
            chatListItem2.OwnerChatListBox = this.chatListBox_contacts;
            chatListItem2.Tag = null;
            chatListItem2.Text = "陌生人";
            chatListItem2.TwinkleSubItemNumber = 0;
            chatListItem3.Bounds = new System.Drawing.Rectangle(0, 107, 266, 25);
            chatListItem3.IsTwinkleHide = false;
            chatListItem3.OwnerChatListBox = this.chatListBox_contacts;
            chatListItem3.Tag = null;
            chatListItem3.Text = "黑名单";
            chatListItem3.TwinkleSubItemNumber = 0;
            this.chatListBox_contacts.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
            chatListItem1,
            chatListItem2,
            chatListItem3});
            this.chatListBox_contacts.ListSubItemMenu = null;
            this.chatListBox_contacts.Location = new System.Drawing.Point(3, 3);
            this.chatListBox_contacts.Name = "chatListBox_contacts";
            this.chatListBox_contacts.SelectSubItem = null;
            this.chatListBox_contacts.Size = new System.Drawing.Size(266, 428);
            this.chatListBox_contacts.SubItemMenu = null;
            this.chatListBox_contacts.TabIndex = 0;
            this.chatListBox_contacts.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatListBox_DoubleClickSubItem);
            // 
            // chatListBox1
            // 
            this.chatListBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chatListBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chatListBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.chatListBox1.ForeColor = System.Drawing.Color.Black;
            this.chatListBox1.FriendsMobile = true;
            chatListItem4.Bounds = new System.Drawing.Rectangle(0, 1, 266, 79);
            chatListItem4.IsOpen = true;
            chatListItem4.IsTwinkleHide = true;
            chatListItem4.OwnerChatListBox = this.chatListBox1;
            chatListSubItem2.Bounds = new System.Drawing.Rectangle(0, 27, 266, 53);
            chatListSubItem2.DisplayName = "TTEST22";
            chatListSubItem2.HeadImage = ((System.Drawing.Image)(resources.GetObject("chatListSubItem2.HeadImage")));
            chatListSubItem2.HeadRect = new System.Drawing.Rectangle(5, 33, 40, 40);
            chatListSubItem2.ID = ((uint)(0u));
            chatListSubItem2.IpAddress = null;
            chatListSubItem2.IsTwinkle = false;
            chatListSubItem2.IsTwinkleHide = false;
            chatListSubItem2.IsVip = false;
            chatListSubItem2.NicName = "TEST";
            chatListSubItem2.OwnerListItem = chatListItem4;
            chatListSubItem2.PersonalMsg = "Personal Message ...";
            chatListSubItem2.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
            chatListSubItem2.QQShow = null;
            chatListSubItem2.Status = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
            chatListSubItem2.Tag = null;
            chatListSubItem2.TcpPort = 0;
            chatListSubItem2.UpdPort = 0;
            chatListItem4.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
            chatListSubItem2});
            chatListItem4.Tag = null;
            chatListItem4.Text = "好友";
            chatListItem4.TwinkleSubItemNumber = 0;
            chatListItem5.Bounds = new System.Drawing.Rectangle(0, 81, 266, 79);
            chatListItem5.IsOpen = true;
            chatListItem5.IsTwinkleHide = false;
            chatListItem5.OwnerChatListBox = this.chatListBox1;
            chatListSubItem3.Bounds = new System.Drawing.Rectangle(0, 107, 266, 53);
            chatListSubItem3.DisplayName = "TEST3";
            chatListSubItem3.HeadImage = ((System.Drawing.Image)(resources.GetObject("chatListSubItem3.HeadImage")));
            chatListSubItem3.HeadRect = new System.Drawing.Rectangle(5, 113, 40, 40);
            chatListSubItem3.ID = ((uint)(3u));
            chatListSubItem3.IpAddress = null;
            chatListSubItem3.IsTwinkle = false;
            chatListSubItem3.IsTwinkleHide = false;
            chatListSubItem3.IsVip = false;
            chatListSubItem3.NicName = "nicName";
            chatListSubItem3.OwnerListItem = chatListItem5;
            chatListSubItem3.PersonalMsg = "Personal Message ...";
            chatListSubItem3.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
            chatListSubItem3.QQShow = null;
            chatListSubItem3.Status = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
            chatListSubItem3.Tag = null;
            chatListSubItem3.TcpPort = 0;
            chatListSubItem3.UpdPort = 0;
            chatListItem5.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
            chatListSubItem3});
            chatListItem5.Tag = null;
            chatListItem5.Text = "陌生人";
            chatListItem5.TwinkleSubItemNumber = 0;
            chatListItem6.Bounds = new System.Drawing.Rectangle(0, 161, 266, 25);
            chatListItem6.IsTwinkleHide = false;
            chatListItem6.OwnerChatListBox = this.chatListBox1;
            chatListItem6.Tag = null;
            chatListItem6.Text = "黑名单";
            chatListItem6.TwinkleSubItemNumber = 0;
            this.chatListBox1.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
            chatListItem4,
            chatListItem5,
            chatListItem6});
            this.chatListBox1.ListSubItemMenu = null;
            this.chatListBox1.Location = new System.Drawing.Point(3, 3);
            this.chatListBox1.Name = "chatListBox1";
            this.chatListBox1.SelectSubItem = null;
            this.chatListBox1.Size = new System.Drawing.Size(266, 428);
            this.chatListBox1.SubItemMenu = null;
            this.chatListBox1.TabIndex = 1;
            // 
            // chatTab
            // 
            animation1.AnimateOnlyDifferences = true;
            animation1.BlindCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.BlindCoeff")));
            animation1.LeafCoeff = 0F;
            animation1.MaxTime = 1F;
            animation1.MinTime = 0F;
            animation1.MosaicCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicCoeff")));
            animation1.MosaicShift = ((System.Drawing.PointF)(resources.GetObject("animation1.MosaicShift")));
            animation1.MosaicSize = 0;
            animation1.Padding = new System.Windows.Forms.Padding(50);
            animation1.RotateCoeff = 0.3F;
            animation1.RotateLimit = 0.2F;
            animation1.ScaleCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.ScaleCoeff")));
            animation1.SlideCoeff = ((System.Drawing.PointF)(resources.GetObject("animation1.SlideCoeff")));
            animation1.TimeCoeff = 0F;
            animation1.TransparencyCoeff = 0F;
            this.chatTab.Animation = animation1;
            this.chatTab.AnimationStart = false;
            this.chatTab.AnimatorType = CCWin.SkinControl.AnimationType.HorizSlideAndRotate;
            this.chatTab.CloseRect = new System.Drawing.Rectangle(2, 2, 12, 12);
            this.chatTab.Controls.Add(this.tabPage1);
            this.chatTab.Controls.Add(this.tabPage2);
            this.chatTab.Controls.Add(this.tabPage3);
            this.chatTab.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.chatTab.HeadBack = null;
            this.chatTab.ImageList = this.imageList;
            this.chatTab.ImgTxtOffset = new System.Drawing.Point(0, 0);
            this.chatTab.ItemSize = new System.Drawing.Size(80, 36);
            this.chatTab.Location = new System.Drawing.Point(4, 53);
            this.chatTab.Multiline = true;
            this.chatTab.Name = "chatTab";
            this.chatTab.PageArrowDown = ((System.Drawing.Image)(resources.GetObject("chatTab.PageArrowDown")));
            this.chatTab.PageArrowHover = ((System.Drawing.Image)(resources.GetObject("chatTab.PageArrowHover")));
            this.chatTab.PageCloseHover = ((System.Drawing.Image)(resources.GetObject("chatTab.PageCloseHover")));
            this.chatTab.PageCloseNormal = ((System.Drawing.Image)(resources.GetObject("chatTab.PageCloseNormal")));
            this.chatTab.PageDown = ((System.Drawing.Image)(resources.GetObject("chatTab.PageDown")));
            this.chatTab.PageHover = ((System.Drawing.Image)(resources.GetObject("chatTab.PageHover")));
            this.chatTab.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
            this.chatTab.PageNorml = null;
            this.chatTab.SelectedIndex = 0;
            this.chatTab.Size = new System.Drawing.Size(272, 470);
            this.chatTab.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
            this.chatTab.TabIndex = 1;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.chatListBox_contacts);
            this.tabPage1.Location = new System.Drawing.Point(0, 36);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(272, 434);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "联系人";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.chatListBox1);
            this.tabPage2.Location = new System.Drawing.Point(0, 36);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(272, 434);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "会话";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tabPage3
            // 
            this.tabPage3.Location = new System.Drawing.Point(0, 36);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(272, 434);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "群/讨论组";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // imageList
            // 
            this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
            this.imageList.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList.Images.SetKeyName(0, "icon_contacts_normal3X.png");
            this.imageList.Images.SetKeyName(1, "icon_group_normal3X.png");
            this.imageList.Images.SetKeyName(2, "icon_last_normal3X.png");
            // 
            // lbl_userName
            // 
            this.lbl_userName.AutoSize = true;
            this.lbl_userName.BackColor = System.Drawing.Color.Transparent;
            this.lbl_userName.BorderColor = System.Drawing.Color.White;
            this.lbl_userName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbl_userName.Location = new System.Drawing.Point(4, 33);
            this.lbl_userName.Name = "lbl_userName";
            this.lbl_userName.Size = new System.Drawing.Size(68, 17);
            this.lbl_userName.TabIndex = 1;
            this.lbl_userName.Text = "userName";
            // 
            // Form_main
            // 
            this.AllowDrop = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
            this.BackLayout = false;
            this.BackShade = false;
            this.BackToColor = false;
            this.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))), ((int)(((byte)(183)))));
            this.CaptionHeight = 26;
            this.ClientSize = new System.Drawing.Size(280, 527);
            this.CloseBoxSize = new System.Drawing.Size(30, 30);
            this.CloseDownBack = ((System.Drawing.Image)(resources.GetObject("$this.CloseDownBack")));
            this.CloseMouseBack = ((System.Drawing.Image)(resources.GetObject("$this.CloseMouseBack")));
            this.CloseNormlBack = ((System.Drawing.Image)(resources.GetObject("$this.CloseNormlBack")));
            this.ControlBoxOffset = new System.Drawing.Point(0, 0);
            this.ControlBoxSpace = 0;
            this.Controls.Add(this.lbl_userName);
            this.Controls.Add(this.chatTab);
            this.DropBack = false;
            this.EffectCaption = CCWin.TitleType.None;
            this.InnerBorderColor = System.Drawing.Color.Transparent;
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(543, 764);
            this.MaxSize = new System.Drawing.Size(30, 30);
            this.MiniDownBack = ((System.Drawing.Image)(resources.GetObject("$this.MiniDownBack")));
            this.MiniMouseBack = ((System.Drawing.Image)(resources.GetObject("$this.MiniMouseBack")));
            this.MinimumSize = new System.Drawing.Size(280, 527);
            this.MiniNormlBack = ((System.Drawing.Image)(resources.GetObject("$this.MiniNormlBack")));
            this.MiniSize = new System.Drawing.Size(30, 30);
            this.Name = "Form_main";
            this.Radius = 2;
            this.ShadowWidth = 5;
            this.ShowDrawIcon = false;
            this.ShowInTaskbar = false;
            this.Text = "Form_main";
            this.chatTab.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     CCWin.SkinControl.ChatListItem    chatListItem1          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem1       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem2       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem3       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem4       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem5       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListItem    chatListItem2          = new CCWin.SkinControl.ChatListItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem6       = new CCWin.SkinControl.ChatListSubItem();
     CCWin.SkinControl.ChatListSubItem chatListSubItem7       = new CCWin.SkinControl.ChatListSubItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimpleCrawlFrm));
     this.chatListBox         = new CCWin.SkinControl.ChatListBox();
     this.skinTabPage12       = new CCWin.SkinControl.SkinTabPage();
     this.skinSplitContainer1 = new CCWin.SkinControl.SkinSplitContainer();
     this.skinSplitContainer2 = new CCWin.SkinControl.SkinSplitContainer();
     this.mdiTabControl       = new CCWin.SkinControl.SkinTabControl();
     this.richTxtControl1     = new CCWin.SkinControl.RichTxtControl();
     this.skinPanel1          = new CCWin.SkinControl.SkinPanel();
     this.skinLabel2          = new CCWin.SkinControl.SkinLabel();
     this.skinLabel1          = new CCWin.SkinControl.SkinLabel();
     ((System.ComponentModel.ISupportInitialize)(this.skinSplitContainer1)).BeginInit();
     this.skinSplitContainer1.Panel1.SuspendLayout();
     this.skinSplitContainer1.Panel2.SuspendLayout();
     this.skinSplitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.skinSplitContainer2)).BeginInit();
     this.skinSplitContainer2.Panel2.SuspendLayout();
     this.skinSplitContainer2.SuspendLayout();
     this.mdiTabControl.SuspendLayout();
     this.skinPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // chatListBox
     //
     this.chatListBox.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatListBox.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.chatListBox.Font          = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatListBox.ForeColor     = System.Drawing.Color.Black;
     this.chatListBox.FriendsMobile = false;
     chatListItem1.Bounds           = new System.Drawing.Rectangle(0, 1, 150, 25);
     chatListItem1.IsTwinkleHide    = false;
     chatListItem1.OwnerChatListBox = this.chatListBox;
     chatListSubItem1.Bounds        = new System.Drawing.Rectangle(0, 27, 150, 53);
     chatListSubItem1.DisplayName   = "新建任务(单页)";
     chatListSubItem1.HeadImage     = global::SimpleCrawlApp.ImagesResource._1108673;
     chatListSubItem1.HeadRect      = new System.Drawing.Rectangle(5, 33, 40, 40);
     chatListSubItem1.ID            = ((uint)(0u));
     chatListSubItem1.IpAddress     = null;
     chatListSubItem1.IsTwinkle     = false;
     chatListSubItem1.IsTwinkleHide = false;
     chatListSubItem1.IsVip         = false;
     chatListSubItem1.NicName       = "9001";
     chatListSubItem1.OwnerListItem = chatListItem1;
     chatListSubItem1.PersonalMsg   = "建立抓取单页的任务";
     chatListSubItem1.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem1.QQShow        = null;
     chatListSubItem1.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem1.Tag           = null;
     chatListSubItem1.TcpPort       = 0;
     chatListSubItem1.UpdPort       = 0;
     chatListSubItem2.Bounds        = new System.Drawing.Rectangle(0, 81, 150, 53);
     chatListSubItem2.DisplayName   = "导入任务";
     chatListSubItem2.HeadImage     = global::SimpleCrawlApp.ImagesResource._1108683;
     chatListSubItem2.HeadRect      = new System.Drawing.Rectangle(5, 87, 40, 40);
     chatListSubItem2.ID            = ((uint)(0u));
     chatListSubItem2.IpAddress     = null;
     chatListSubItem2.IsTwinkle     = false;
     chatListSubItem2.IsTwinkleHide = false;
     chatListSubItem2.IsVip         = false;
     chatListSubItem2.NicName       = "9101";
     chatListSubItem2.OwnerListItem = chatListItem1;
     chatListSubItem2.PersonalMsg   = "导入任务文件";
     chatListSubItem2.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem2.QQShow        = null;
     chatListSubItem2.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem2.Tag           = null;
     chatListSubItem2.TcpPort       = 0;
     chatListSubItem2.UpdPort       = 0;
     chatListSubItem3.Bounds        = new System.Drawing.Rectangle(0, 135, 150, 53);
     chatListSubItem3.DisplayName   = "导出任务";
     chatListSubItem3.HeadImage     = global::SimpleCrawlApp.ImagesResource._1108681;
     chatListSubItem3.HeadRect      = new System.Drawing.Rectangle(5, 141, 40, 40);
     chatListSubItem3.ID            = ((uint)(0u));
     chatListSubItem3.IpAddress     = null;
     chatListSubItem3.IsTwinkle     = false;
     chatListSubItem3.IsTwinkleHide = false;
     chatListSubItem3.IsVip         = false;
     chatListSubItem3.NicName       = "9102";
     chatListSubItem3.OwnerListItem = chatListItem1;
     chatListSubItem3.PersonalMsg   = "导出任务文件";
     chatListSubItem3.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem3.QQShow        = null;
     chatListSubItem3.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem3.Tag           = null;
     chatListSubItem3.TcpPort       = 0;
     chatListSubItem3.UpdPort       = 0;
     chatListSubItem4.Bounds        = new System.Drawing.Rectangle(0, 189, 150, 53);
     chatListSubItem4.DisplayName   = "规则市场";
     chatListSubItem4.HeadImage     = global::SimpleCrawlApp.ImagesResource._1108660;
     chatListSubItem4.HeadRect      = new System.Drawing.Rectangle(5, 195, 40, 40);
     chatListSubItem4.ID            = ((uint)(0u));
     chatListSubItem4.IpAddress     = null;
     chatListSubItem4.IsTwinkle     = false;
     chatListSubItem4.IsTwinkleHide = false;
     chatListSubItem4.IsVip         = false;
     chatListSubItem4.NicName       = "9103";
     chatListSubItem4.OwnerListItem = chatListItem1;
     chatListSubItem4.PersonalMsg   = "到市场查看规则";
     chatListSubItem4.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem4.QQShow        = null;
     chatListSubItem4.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem4.Tag           = null;
     chatListSubItem4.TcpPort       = 0;
     chatListSubItem4.UpdPort       = 0;
     chatListSubItem5.Bounds        = new System.Drawing.Rectangle(0, 243, 150, 53);
     chatListSubItem5.DisplayName   = "数据市场";
     chatListSubItem5.HeadImage     = global::SimpleCrawlApp.ImagesResource._1108665;
     chatListSubItem5.HeadRect      = new System.Drawing.Rectangle(5, 249, 40, 40);
     chatListSubItem5.ID            = ((uint)(0u));
     chatListSubItem5.IpAddress     = null;
     chatListSubItem5.IsTwinkle     = false;
     chatListSubItem5.IsTwinkleHide = false;
     chatListSubItem5.IsVip         = false;
     chatListSubItem5.NicName       = "9105";
     chatListSubItem5.OwnerListItem = chatListItem1;
     chatListSubItem5.PersonalMsg   = "到市场查看数据";
     chatListSubItem5.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem5.QQShow        = null;
     chatListSubItem5.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem5.Tag           = null;
     chatListSubItem5.TcpPort       = 0;
     chatListSubItem5.UpdPort       = 0;
     chatListItem1.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem1,
         chatListSubItem2,
         chatListSubItem3,
         chatListSubItem4,
         chatListSubItem5
     });
     chatListItem1.Tag  = null;
     chatListItem1.Text = "任务向导";
     chatListItem1.TwinkleSubItemNumber = 0;
     chatListItem2.Bounds           = new System.Drawing.Rectangle(0, 27, 150, 25);
     chatListItem2.IsTwinkleHide    = false;
     chatListItem2.OwnerChatListBox = this.chatListBox;
     chatListSubItem6.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem6.DisplayName   = "我的任务";
     chatListSubItem6.HeadImage     = global::SimpleCrawlApp.ImagesResource._1108686;
     chatListSubItem6.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem6.ID            = ((uint)(0u));
     chatListSubItem6.IpAddress     = null;
     chatListSubItem6.IsTwinkle     = false;
     chatListSubItem6.IsTwinkleHide = false;
     chatListSubItem6.IsVip         = false;
     chatListSubItem6.NicName       = "9201";
     chatListSubItem6.OwnerListItem = chatListItem2;
     chatListSubItem6.PersonalMsg   = "我的所有任务";
     chatListSubItem6.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem6.QQShow        = null;
     chatListSubItem6.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem6.Tag           = null;
     chatListSubItem6.TcpPort       = 0;
     chatListSubItem6.UpdPort       = 0;
     chatListSubItem7.Bounds        = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem7.DisplayName   = "任务状态";
     chatListSubItem7.HeadImage     = global::SimpleCrawlApp.ImagesResource._1108774;
     chatListSubItem7.HeadRect      = new System.Drawing.Rectangle(0, 0, 0, 0);
     chatListSubItem7.ID            = ((uint)(0u));
     chatListSubItem7.IpAddress     = null;
     chatListSubItem7.IsTwinkle     = false;
     chatListSubItem7.IsTwinkleHide = false;
     chatListSubItem7.IsVip         = false;
     chatListSubItem7.NicName       = "9202";
     chatListSubItem7.OwnerListItem = chatListItem2;
     chatListSubItem7.PersonalMsg   = "任务执行状态";
     chatListSubItem7.PlatformTypes = CCWin.SkinControl.PlatformType.PC;
     chatListSubItem7.QQShow        = null;
     chatListSubItem7.Status        = CCWin.SkinControl.ChatListSubItem.UserStatus.Online;
     chatListSubItem7.Tag           = null;
     chatListSubItem7.TcpPort       = 0;
     chatListSubItem7.UpdPort       = 0;
     chatListItem2.SubItems.AddRange(new CCWin.SkinControl.ChatListSubItem[] {
         chatListSubItem6,
         chatListSubItem7
     });
     chatListItem2.Tag  = null;
     chatListItem2.Text = "我的内容";
     chatListItem2.TwinkleSubItemNumber = 0;
     this.chatListBox.Items.AddRange(new CCWin.SkinControl.ChatListItem[] {
         chatListItem1,
         chatListItem2
     });
     this.chatListBox.ListSubItemMenu = null;
     this.chatListBox.Location        = new System.Drawing.Point(0, 0);
     this.chatListBox.Name            = "chatListBox";
     this.chatListBox.SelectSubItem   = null;
     this.chatListBox.Size            = new System.Drawing.Size(150, 247);
     this.chatListBox.SubItemMenu     = null;
     this.chatListBox.TabIndex        = 0;
     this.chatListBox.Text            = "chatListBox1";
     this.chatListBox.ClickSubItem   += new CCWin.SkinControl.ChatListBox.ChatListClickEventHandler(this.chatListBox_ClickSubItem);
     //
     // skinTabPage12
     //
     this.skinTabPage12.BackColor    = System.Drawing.Color.White;
     this.skinTabPage12.Dock         = System.Windows.Forms.DockStyle.Fill;
     this.skinTabPage12.Location     = new System.Drawing.Point(0, 36);
     this.skinTabPage12.Name         = "skinTabPage12";
     this.skinTabPage12.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.skinTabPage12.Size         = new System.Drawing.Size(838, 496);
     this.skinTabPage12.TabIndex     = 11;
     this.skinTabPage12.TabItemImage = global::SimpleCrawlApp.ImagesResource._1108665;
     this.skinTabPage12.Text         = "Home";
     //
     // skinSplitContainer1
     //
     this.skinSplitContainer1.Cursor   = System.Windows.Forms.Cursors.Default;
     this.skinSplitContainer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.skinSplitContainer1.Location = new System.Drawing.Point(4, 34);
     this.skinSplitContainer1.Name     = "skinSplitContainer1";
     //
     // skinSplitContainer1.Panel1
     //
     this.skinSplitContainer1.Panel1.Controls.Add(this.skinSplitContainer2);
     //
     // skinSplitContainer1.Panel2
     //
     this.skinSplitContainer1.Panel2.Controls.Add(this.mdiTabControl);
     this.skinSplitContainer1.Size             = new System.Drawing.Size(992, 532);
     this.skinSplitContainer1.SplitterDistance = 150;
     this.skinSplitContainer1.TabIndex         = 10;
     //
     // skinSplitContainer2
     //
     this.skinSplitContainer2.Cursor      = System.Windows.Forms.Cursors.Default;
     this.skinSplitContainer2.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.skinSplitContainer2.Location    = new System.Drawing.Point(0, 0);
     this.skinSplitContainer2.Name        = "skinSplitContainer2";
     this.skinSplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // skinSplitContainer2.Panel2
     //
     this.skinSplitContainer2.Panel2.Controls.Add(this.chatListBox);
     this.skinSplitContainer2.Size             = new System.Drawing.Size(150, 532);
     this.skinSplitContainer2.SplitterDistance = 281;
     this.skinSplitContainer2.TabIndex         = 0;
     //
     // mdiTabControl
     //
     this.mdiTabControl.AnimatorType     = CCWin.SkinControl.AnimationType.HorizSlide;
     this.mdiTabControl.ArrowBaseColor   = System.Drawing.Color.White;
     this.mdiTabControl.ArrowBorderColor = System.Drawing.Color.LightGray;
     this.mdiTabControl.ArrowColor       = System.Drawing.Color.SteelBlue;
     this.mdiTabControl.CloseRect        = new System.Drawing.Rectangle(2, 2, 12, 12);
     this.mdiTabControl.Controls.Add(this.skinTabPage12);
     this.mdiTabControl.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.mdiTabControl.HeadBack          = null;
     this.mdiTabControl.ImeMode           = System.Windows.Forms.ImeMode.NoControl;
     this.mdiTabControl.ImgTxtOffset      = new System.Drawing.Point(0, 0);
     this.mdiTabControl.ItemSize          = new System.Drawing.Size(58, 36);
     this.mdiTabControl.Location          = new System.Drawing.Point(0, 0);
     this.mdiTabControl.Name              = "mdiTabControl";
     this.mdiTabControl.PageArrowDown     = ((System.Drawing.Image)(resources.GetObject("mdiTabControl.PageArrowDown")));
     this.mdiTabControl.PageArrowHover    = ((System.Drawing.Image)(resources.GetObject("mdiTabControl.PageArrowHover")));
     this.mdiTabControl.PageCloseHover    = ((System.Drawing.Image)(resources.GetObject("mdiTabControl.PageCloseHover")));
     this.mdiTabControl.PageCloseNormal   = ((System.Drawing.Image)(resources.GetObject("mdiTabControl.PageCloseNormal")));
     this.mdiTabControl.PageCloseVisble   = true;
     this.mdiTabControl.PageDown          = ((System.Drawing.Image)(resources.GetObject("mdiTabControl.PageDown")));
     this.mdiTabControl.PageHover         = ((System.Drawing.Image)(resources.GetObject("mdiTabControl.PageHover")));
     this.mdiTabControl.PageImagePosition = CCWin.SkinControl.SkinTabControl.ePageImagePosition.Left;
     this.mdiTabControl.PageNorml         = null;
     this.mdiTabControl.PageNormlTxtColor = System.Drawing.Color.DimGray;
     this.mdiTabControl.SelectedIndex     = 0;
     this.mdiTabControl.Size              = new System.Drawing.Size(838, 532);
     this.mdiTabControl.SizeMode          = System.Windows.Forms.TabSizeMode.FillToRight;
     this.mdiTabControl.TabIndex          = 0;
     //
     // richTxtControl1
     //
     this.richTxtControl1.Location = new System.Drawing.Point(7, 35);
     this.richTxtControl1.Name     = "richTxtControl1";
     this.richTxtControl1.Size     = new System.Drawing.Size(105, 53);
     this.richTxtControl1.TabIndex = 9;
     //
     // skinPanel1
     //
     this.skinPanel1.BackColor   = System.Drawing.Color.Transparent;
     this.skinPanel1.BorderColor = System.Drawing.Color.LightGray;
     this.skinPanel1.Controls.Add(this.skinLabel2);
     this.skinPanel1.Controls.Add(this.skinLabel1);
     this.skinPanel1.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel1.Dock         = System.Windows.Forms.DockStyle.Bottom;
     this.skinPanel1.DownBack     = null;
     this.skinPanel1.Location     = new System.Drawing.Point(4, 566);
     this.skinPanel1.MouseBack    = null;
     this.skinPanel1.Name         = "skinPanel1";
     this.skinPanel1.NormlBack    = null;
     this.skinPanel1.Size         = new System.Drawing.Size(992, 30);
     this.skinPanel1.TabIndex     = 11;
     //
     // skinLabel2
     //
     this.skinLabel2.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.skinLabel2.AutoSize    = true;
     this.skinLabel2.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel2.BorderColor = System.Drawing.Color.White;
     this.skinLabel2.Font        = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel2.Location    = new System.Drawing.Point(660, 6);
     this.skinLabel2.Name        = "skinLabel2";
     this.skinLabel2.Size        = new System.Drawing.Size(172, 17);
     this.skinLabel2.TabIndex    = 1;
     this.skinLabel2.Text        = "消息通道,目前还在构建中……";
     //
     // skinLabel1
     //
     this.skinLabel1.AutoSize    = true;
     this.skinLabel1.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel1.BorderColor = System.Drawing.Color.White;
     this.skinLabel1.Font        = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel1.Location    = new System.Drawing.Point(20, 6);
     this.skinLabel1.Name        = "skinLabel1";
     this.skinLabel1.Size        = new System.Drawing.Size(223, 17);
     this.skinLabel1.TabIndex    = 0;
     this.skinLabel1.Text        = "欢迎您  【Demo】 您目前是免费用户!";
     //
     // SimpleCrawlFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1000, 600);
     this.Controls.Add(this.skinSplitContainer1);
     this.Controls.Add(this.richTxtControl1);
     this.Controls.Add(this.skinPanel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "SimpleCrawlFrm";
     this.Text = "爬山虎";
     this.skinSplitContainer1.Panel1.ResumeLayout(false);
     this.skinSplitContainer1.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.skinSplitContainer1)).EndInit();
     this.skinSplitContainer1.ResumeLayout(false);
     this.skinSplitContainer2.Panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.skinSplitContainer2)).EndInit();
     this.skinSplitContainer2.ResumeLayout(false);
     this.mdiTabControl.ResumeLayout(false);
     this.skinPanel1.ResumeLayout(false);
     this.skinPanel1.PerformLayout();
     this.ResumeLayout(false);
 }