示例#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);
                }
            }
        }
示例#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    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);
 }
示例#3
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);
 }
示例#4
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();
 }
示例#5
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();
 }
示例#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 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);
 }