Пример #1
0
        static int biaohao = 0;//定义编号用于传值
        #region 添加事件
        private void skinLabel_Click(object sender, EventArgs e)
        {
            int i = 0;

            CCWin.SkinControl.SkinLabel skinlabel = sender as CCWin.SkinControl.SkinLabel;
            for (i = 0; i < skinlabellist.Count; i++)
            {
                if (skinlabel == skinlabellist[i])
                {
                    break;
                }
            }
            biaohao = i;
            Form3 fr = new Form3(JieDian, i, ValueSend);

            fr.Show();
        }
Пример #2
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     this.btnAbout          = new CCWin.SkinControl.SkinButton();
     this.skinLabel3        = new CCWin.SkinControl.SkinLabel();
     this.skinLabel2        = new CCWin.SkinControl.SkinLabel();
     this.skinLabel1        = new CCWin.SkinControl.SkinLabel();
     this.textBox1          = new System.Windows.Forms.TextBox();
     this.skinDataGridView1 = new CCWin.SkinControl.SkinDataGridView();
     this.textBox2          = new System.Windows.Forms.TextBox();
     this.textBox3          = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.skinDataGridView1)).BeginInit();
     this.SuspendLayout();
     //
     // btnAbout
     //
     this.btnAbout.BackColor               = System.Drawing.Color.Transparent;
     this.btnAbout.BaseColor               = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(51)))), ((int)(((byte)(161)))), ((int)(((byte)(224)))));
     this.btnAbout.ControlState            = CCWin.SkinClass.ControlState.Normal;
     this.btnAbout.DownBack                = null;
     this.btnAbout.Location                = new System.Drawing.Point(65, 300);
     this.btnAbout.MouseBack               = null;
     this.btnAbout.Name                    = "btnAbout";
     this.btnAbout.NormlBack               = null;
     this.btnAbout.Size                    = new System.Drawing.Size(121, 35);
     this.btnAbout.TabIndex                = 15;
     this.btnAbout.Text                    = "新增门店";
     this.btnAbout.UseVisualStyleBackColor = false;
     this.btnAbout.Click                  += new System.EventHandler(this.BtnAbout_Click);
     //
     // skinLabel3
     //
     this.skinLabel3.AutoSize    = true;
     this.skinLabel3.BackColor   = System.Drawing.Color.Transparent;
     this.skinLabel3.BorderColor = System.Drawing.Color.White;
     this.skinLabel3.Font        = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel3.Location    = new System.Drawing.Point(62, 251);
     this.skinLabel3.Name        = "skinLabel3";
     this.skinLabel3.Size        = new System.Drawing.Size(44, 17);
     this.skinLabel3.TabIndex    = 14;
     this.skinLabel3.Text        = "店长:";
     //
     // skinLabel2
     //
     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(38, 185);
     this.skinLabel2.Name        = "skinLabel2";
     this.skinLabel2.Size        = new System.Drawing.Size(68, 17);
     this.skinLabel2.TabIndex    = 13;
     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(38, 115);
     this.skinLabel1.Name        = "skinLabel1";
     this.skinLabel1.Size        = new System.Drawing.Size(68, 17);
     this.skinLabel1.TabIndex    = 12;
     this.skinLabel1.Text        = "门店名称:";
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(112, 115);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(127, 21);
     this.textBox1.TabIndex = 11;
     //
     // skinDataGridView1
     //
     dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(246)))), ((int)(((byte)(253)))));
     this.skinDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
     this.skinDataGridView1.BackgroundColor          = System.Drawing.SystemColors.Window;
     this.skinDataGridView1.BorderStyle              = System.Windows.Forms.BorderStyle.Fixed3D;
     this.skinDataGridView1.ColumnFont               = null;
     this.skinDataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     dataGridViewCellStyle2.Alignment                     = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
     dataGridViewCellStyle2.BackColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(246)))), ((int)(((byte)(239)))));
     dataGridViewCellStyle2.Font                          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor                     = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle2.SelectionBackColor            = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor            = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle2.WrapMode                      = System.Windows.Forms.DataGridViewTriState.True;
     this.skinDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
     this.skinDataGridView1.ColumnHeadersHeightSizeMode   = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.skinDataGridView1.ColumnSelectForeColor         = System.Drawing.SystemColors.HighlightText;
     dataGridViewCellStyle3.Alignment                     = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle3.BackColor                     = System.Drawing.Color.White;
     dataGridViewCellStyle3.Font                          = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle3.ForeColor                     = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle3.SelectionBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(188)))), ((int)(((byte)(240)))));
     dataGridViewCellStyle3.SelectionForeColor            = System.Drawing.Color.White;
     dataGridViewCellStyle3.WrapMode                      = System.Windows.Forms.DataGridViewTriState.False;
     this.skinDataGridView1.DefaultCellStyle              = dataGridViewCellStyle3;
     this.skinDataGridView1.EditMode                      = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.skinDataGridView1.EnableHeadersVisualStyles     = false;
     this.skinDataGridView1.GridColor                     = System.Drawing.SystemColors.GradientActiveCaption;
     this.skinDataGridView1.HeadFont                      = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinDataGridView1.HeadSelectForeColor           = System.Drawing.SystemColors.HighlightText;
     this.skinDataGridView1.Location                      = new System.Drawing.Point(259, 90);
     this.skinDataGridView1.Name                          = "skinDataGridView1";
     this.skinDataGridView1.RowHeadersBorderStyle         = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
     this.skinDataGridView1.RowHeadersWidthSizeMode       = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     dataGridViewCellStyle4.Alignment                     = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.ForeColor                     = System.Drawing.SystemColors.WindowText;
     dataGridViewCellStyle4.SelectionBackColor            = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor            = System.Drawing.SystemColors.HighlightText;
     this.skinDataGridView1.RowsDefaultCellStyle          = dataGridViewCellStyle4;
     this.skinDataGridView1.RowTemplate.Height            = 23;
     this.skinDataGridView1.Size                          = new System.Drawing.Size(578, 245);
     this.skinDataGridView1.TabIndex                      = 10;
     this.skinDataGridView1.TitleBack                     = null;
     this.skinDataGridView1.TitleBackColorBegin           = System.Drawing.Color.White;
     this.skinDataGridView1.TitleBackColorEnd             = System.Drawing.Color.FromArgb(((int)(((byte)(83)))), ((int)(((byte)(196)))), ((int)(((byte)(242)))));
     this.skinDataGridView1.CellContentClick             += new System.Windows.Forms.DataGridViewCellEventHandler(this.SkinDataGridView1_CellContentClick);
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(112, 184);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(127, 21);
     this.textBox2.TabIndex = 16;
     //
     // textBox3
     //
     this.textBox3.Location = new System.Drawing.Point(112, 251);
     this.textBox3.Name     = "textBox3";
     this.textBox3.Size     = new System.Drawing.Size(127, 21);
     this.textBox3.TabIndex = 17;
     //
     // StoreForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(844, 430);
     this.Controls.Add(this.textBox3);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.btnAbout);
     this.Controls.Add(this.skinLabel3);
     this.Controls.Add(this.skinLabel2);
     this.Controls.Add(this.skinLabel1);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.skinDataGridView1);
     this.Name = "StoreForm";
     this.Text = "门店管理";
     ((System.ComponentModel.ISupportInitialize)(this.skinDataGridView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(prescription_management));
     this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
     this.dGV_recipe = new System.Windows.Forms.DataGridView();
     this.dGV_drug = new System.Windows.Forms.DataGridView();
     this.skinPanel3 = new CCWin.SkinControl.SkinPanel();
     this.txb_search = new CCWin.SkinControl.SkinWaterTextBox();
     this.skinPanel16 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel17 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel18 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel19 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel20 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel21 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel10 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel11 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel12 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel13 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel14 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel15 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel9 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel8 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel7 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel6 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel5 = new CCWin.SkinControl.SkinPanel();
     this.bt_alter = new CCWin.SkinControl.SkinButton();
     this.skinPanel4 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel1 = new CCWin.SkinControl.SkinPanel();
     this.skinLabel9 = new CCWin.SkinControl.SkinLabel();
     this.bt_delete = new CCWin.SkinControl.SkinButton();
     this.bt_confirm = new CCWin.SkinControl.SkinButton();
     this.text_method = new CCWin.SkinControl.SkinWaterTextBox();
     this.text_function = new CCWin.SkinControl.SkinWaterTextBox();
     this.text_from = new CCWin.SkinControl.SkinWaterTextBox();
     this.text_code = new CCWin.SkinControl.SkinWaterTextBox();
     this.text_name = new CCWin.SkinControl.SkinWaterTextBox();
     this.skinLabel7 = new CCWin.SkinControl.SkinLabel();
     this.skinPanel2 = new CCWin.SkinControl.SkinPanel();
     this.text_cure = new System.Windows.Forms.TextBox();
     this.skinLabel8 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel6 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
     this.bt_search = new CCWin.SkinControl.SkinButton();
     ((System.ComponentModel.ISupportInitialize)(this.dGV_recipe)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dGV_drug)).BeginInit();
     this.skinPanel3.SuspendLayout();
     this.skinPanel2.SuspendLayout();
     this.SuspendLayout();
     //
     // 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(18, 37);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new System.Drawing.Size(0, 20);
     this.skinLabel1.TabIndex = 3;
     //
     // skinLabel2
     //
     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("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.skinLabel2.Location = new System.Drawing.Point(8, 54);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new System.Drawing.Size(69, 20);
     this.skinLabel2.TabIndex = 4;
     this.skinLabel2.Text = "方名搜索";
     //
     // dGV_recipe
     //
     this.dGV_recipe.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.dGV_recipe.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dGV_recipe.Location = new System.Drawing.Point(27, 98);
     this.dGV_recipe.Name = "dGV_recipe";
     this.dGV_recipe.RowHeadersVisible = false;
     this.dGV_recipe.RowTemplate.Height = 23;
     this.dGV_recipe.Size = new System.Drawing.Size(181, 158);
     this.dGV_recipe.TabIndex = 5;
     //
     // dGV_drug
     //
     this.dGV_drug.BackgroundColor = System.Drawing.Color.WhiteSmoke;
     this.dGV_drug.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dGV_drug.Location = new System.Drawing.Point(27, 290);
     this.dGV_drug.Name = "dGV_drug";
     this.dGV_drug.RowHeadersVisible = false;
     this.dGV_drug.RowTemplate.Height = 23;
     this.dGV_drug.Size = new System.Drawing.Size(181, 215);
     this.dGV_drug.TabIndex = 7;
     //
     // skinPanel3
     //
     this.skinPanel3.BackColor = System.Drawing.Color.White;
     this.skinPanel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.skinPanel3.Controls.Add(this.txb_search);
     this.skinPanel3.Controls.Add(this.skinPanel16);
     this.skinPanel3.Controls.Add(this.skinPanel17);
     this.skinPanel3.Controls.Add(this.skinPanel18);
     this.skinPanel3.Controls.Add(this.skinPanel19);
     this.skinPanel3.Controls.Add(this.skinPanel20);
     this.skinPanel3.Controls.Add(this.skinPanel21);
     this.skinPanel3.Controls.Add(this.skinPanel10);
     this.skinPanel3.Controls.Add(this.skinPanel11);
     this.skinPanel3.Controls.Add(this.skinPanel12);
     this.skinPanel3.Controls.Add(this.skinPanel13);
     this.skinPanel3.Controls.Add(this.skinPanel14);
     this.skinPanel3.Controls.Add(this.skinPanel15);
     this.skinPanel3.Controls.Add(this.skinPanel9);
     this.skinPanel3.Controls.Add(this.skinPanel8);
     this.skinPanel3.Controls.Add(this.skinPanel7);
     this.skinPanel3.Controls.Add(this.skinPanel6);
     this.skinPanel3.Controls.Add(this.skinPanel5);
     this.skinPanel3.Controls.Add(this.bt_alter);
     this.skinPanel3.Controls.Add(this.skinPanel4);
     this.skinPanel3.Controls.Add(this.skinPanel1);
     this.skinPanel3.Controls.Add(this.skinLabel9);
     this.skinPanel3.Controls.Add(this.bt_delete);
     this.skinPanel3.Controls.Add(this.bt_confirm);
     this.skinPanel3.Controls.Add(this.text_method);
     this.skinPanel3.Controls.Add(this.text_function);
     this.skinPanel3.Controls.Add(this.text_from);
     this.skinPanel3.Controls.Add(this.text_code);
     this.skinPanel3.Controls.Add(this.text_name);
     this.skinPanel3.Controls.Add(this.skinLabel7);
     this.skinPanel3.Controls.Add(this.skinPanel2);
     this.skinPanel3.Controls.Add(this.skinLabel6);
     this.skinPanel3.Controls.Add(this.skinLabel5);
     this.skinPanel3.Controls.Add(this.skinLabel4);
     this.skinPanel3.Controls.Add(this.skinLabel3);
     this.skinPanel3.Controls.Add(this.bt_search);
     this.skinPanel3.Controls.Add(this.dGV_drug);
     this.skinPanel3.Controls.Add(this.dGV_recipe);
     this.skinPanel3.Controls.Add(this.skinLabel2);
     this.skinPanel3.Controls.Add(this.skinLabel1);
     this.skinPanel3.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel3.DownBack = null;
     this.skinPanel3.Location = new System.Drawing.Point(22, 39);
     this.skinPanel3.MouseBack = null;
     this.skinPanel3.Name = "skinPanel3";
     this.skinPanel3.NormlBack = null;
     this.skinPanel3.Size = new System.Drawing.Size(747, 519);
     this.skinPanel3.TabIndex = 9;
     //
     // txb_search
     //
     this.txb_search.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.txb_search.Location = new System.Drawing.Point(75, 54);
     this.txb_search.Name = "txb_search";
     this.txb_search.Size = new System.Drawing.Size(103, 27);
     this.txb_search.TabIndex = 10;
     this.txb_search.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.txb_search.WaterText = "";
     //
     // skinPanel16
     //
     this.skinPanel16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinPanel16.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel16.DownBack = null;
     this.skinPanel16.Location = new System.Drawing.Point(714, 21);
     this.skinPanel16.MouseBack = null;
     this.skinPanel16.Name = "skinPanel16";
     this.skinPanel16.NormlBack = null;
     this.skinPanel16.Size = new System.Drawing.Size(21, 35);
     this.skinPanel16.TabIndex = 48;
     //
     // skinPanel17
     //
     this.skinPanel17.BackColor = System.Drawing.Color.Teal;
     this.skinPanel17.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel17.DownBack = null;
     this.skinPanel17.Location = new System.Drawing.Point(687, 21);
     this.skinPanel17.MouseBack = null;
     this.skinPanel17.Name = "skinPanel17";
     this.skinPanel17.NormlBack = null;
     this.skinPanel17.Size = new System.Drawing.Size(21, 35);
     this.skinPanel17.TabIndex = 47;
     //
     // skinPanel18
     //
     this.skinPanel18.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.skinPanel18.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel18.DownBack = null;
     this.skinPanel18.Location = new System.Drawing.Point(660, 21);
     this.skinPanel18.MouseBack = null;
     this.skinPanel18.Name = "skinPanel18";
     this.skinPanel18.NormlBack = null;
     this.skinPanel18.Size = new System.Drawing.Size(21, 35);
     this.skinPanel18.TabIndex = 46;
     //
     // skinPanel19
     //
     this.skinPanel19.BackColor = System.Drawing.Color.Teal;
     this.skinPanel19.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel19.DownBack = null;
     this.skinPanel19.Location = new System.Drawing.Point(606, 21);
     this.skinPanel19.MouseBack = null;
     this.skinPanel19.Name = "skinPanel19";
     this.skinPanel19.NormlBack = null;
     this.skinPanel19.Size = new System.Drawing.Size(21, 35);
     this.skinPanel19.TabIndex = 44;
     //
     // skinPanel20
     //
     this.skinPanel20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinPanel20.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel20.DownBack = null;
     this.skinPanel20.Location = new System.Drawing.Point(633, 21);
     this.skinPanel20.MouseBack = null;
     this.skinPanel20.Name = "skinPanel20";
     this.skinPanel20.NormlBack = null;
     this.skinPanel20.Size = new System.Drawing.Size(21, 35);
     this.skinPanel20.TabIndex = 45;
     //
     // skinPanel21
     //
     this.skinPanel21.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.skinPanel21.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel21.DownBack = null;
     this.skinPanel21.Location = new System.Drawing.Point(579, 21);
     this.skinPanel21.MouseBack = null;
     this.skinPanel21.Name = "skinPanel21";
     this.skinPanel21.NormlBack = null;
     this.skinPanel21.Size = new System.Drawing.Size(21, 35);
     this.skinPanel21.TabIndex = 43;
     //
     // skinPanel10
     //
     this.skinPanel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinPanel10.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel10.DownBack = null;
     this.skinPanel10.Location = new System.Drawing.Point(552, 21);
     this.skinPanel10.MouseBack = null;
     this.skinPanel10.Name = "skinPanel10";
     this.skinPanel10.NormlBack = null;
     this.skinPanel10.Size = new System.Drawing.Size(21, 35);
     this.skinPanel10.TabIndex = 42;
     //
     // skinPanel11
     //
     this.skinPanel11.BackColor = System.Drawing.Color.Teal;
     this.skinPanel11.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel11.DownBack = null;
     this.skinPanel11.Location = new System.Drawing.Point(525, 21);
     this.skinPanel11.MouseBack = null;
     this.skinPanel11.Name = "skinPanel11";
     this.skinPanel11.NormlBack = null;
     this.skinPanel11.Size = new System.Drawing.Size(21, 35);
     this.skinPanel11.TabIndex = 41;
     //
     // skinPanel12
     //
     this.skinPanel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.skinPanel12.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel12.DownBack = null;
     this.skinPanel12.Location = new System.Drawing.Point(498, 21);
     this.skinPanel12.MouseBack = null;
     this.skinPanel12.Name = "skinPanel12";
     this.skinPanel12.NormlBack = null;
     this.skinPanel12.Size = new System.Drawing.Size(21, 35);
     this.skinPanel12.TabIndex = 40;
     //
     // skinPanel13
     //
     this.skinPanel13.BackColor = System.Drawing.Color.Teal;
     this.skinPanel13.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel13.DownBack = null;
     this.skinPanel13.Location = new System.Drawing.Point(444, 21);
     this.skinPanel13.MouseBack = null;
     this.skinPanel13.Name = "skinPanel13";
     this.skinPanel13.NormlBack = null;
     this.skinPanel13.Size = new System.Drawing.Size(21, 35);
     this.skinPanel13.TabIndex = 38;
     //
     // skinPanel14
     //
     this.skinPanel14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinPanel14.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel14.DownBack = null;
     this.skinPanel14.Location = new System.Drawing.Point(471, 21);
     this.skinPanel14.MouseBack = null;
     this.skinPanel14.Name = "skinPanel14";
     this.skinPanel14.NormlBack = null;
     this.skinPanel14.Size = new System.Drawing.Size(21, 35);
     this.skinPanel14.TabIndex = 39;
     //
     // skinPanel15
     //
     this.skinPanel15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.skinPanel15.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel15.DownBack = null;
     this.skinPanel15.Location = new System.Drawing.Point(415, 21);
     this.skinPanel15.MouseBack = null;
     this.skinPanel15.Name = "skinPanel15";
     this.skinPanel15.NormlBack = null;
     this.skinPanel15.Size = new System.Drawing.Size(21, 35);
     this.skinPanel15.TabIndex = 37;
     //
     // skinPanel9
     //
     this.skinPanel9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinPanel9.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel9.DownBack = null;
     this.skinPanel9.Location = new System.Drawing.Point(388, 21);
     this.skinPanel9.MouseBack = null;
     this.skinPanel9.Name = "skinPanel9";
     this.skinPanel9.NormlBack = null;
     this.skinPanel9.Size = new System.Drawing.Size(21, 35);
     this.skinPanel9.TabIndex = 36;
     //
     // skinPanel8
     //
     this.skinPanel8.BackColor = System.Drawing.Color.Teal;
     this.skinPanel8.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel8.DownBack = null;
     this.skinPanel8.Location = new System.Drawing.Point(361, 21);
     this.skinPanel8.MouseBack = null;
     this.skinPanel8.Name = "skinPanel8";
     this.skinPanel8.NormlBack = null;
     this.skinPanel8.Size = new System.Drawing.Size(21, 35);
     this.skinPanel8.TabIndex = 35;
     //
     // skinPanel7
     //
     this.skinPanel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.skinPanel7.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel7.DownBack = null;
     this.skinPanel7.Location = new System.Drawing.Point(334, 21);
     this.skinPanel7.MouseBack = null;
     this.skinPanel7.Name = "skinPanel7";
     this.skinPanel7.NormlBack = null;
     this.skinPanel7.Size = new System.Drawing.Size(21, 35);
     this.skinPanel7.TabIndex = 34;
     //
     // skinPanel6
     //
     this.skinPanel6.BackColor = System.Drawing.Color.Teal;
     this.skinPanel6.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel6.DownBack = null;
     this.skinPanel6.Location = new System.Drawing.Point(280, 21);
     this.skinPanel6.MouseBack = null;
     this.skinPanel6.Name = "skinPanel6";
     this.skinPanel6.NormlBack = null;
     this.skinPanel6.Size = new System.Drawing.Size(21, 35);
     this.skinPanel6.TabIndex = 33;
     //
     // skinPanel5
     //
     this.skinPanel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinPanel5.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel5.DownBack = null;
     this.skinPanel5.Location = new System.Drawing.Point(307, 21);
     this.skinPanel5.MouseBack = null;
     this.skinPanel5.Name = "skinPanel5";
     this.skinPanel5.NormlBack = null;
     this.skinPanel5.Size = new System.Drawing.Size(21, 35);
     this.skinPanel5.TabIndex = 33;
     //
     // bt_alter
     //
     this.bt_alter.BackColor = System.Drawing.Color.White;
     this.bt_alter.BaseColor = System.Drawing.Color.PowderBlue;
     this.bt_alter.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.bt_alter.DownBack = ((System.Drawing.Image)(resources.GetObject("bt_alter.DownBack")));
     this.bt_alter.FadeGlow = false;
     this.bt_alter.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.bt_alter.ForeColor = System.Drawing.Color.White;
     this.bt_alter.Image = ((System.Drawing.Image)(resources.GetObject("bt_alter.Image")));
     this.bt_alter.ImageWidth = 102;
     this.bt_alter.Location = new System.Drawing.Point(280, 470);
     this.bt_alter.MouseBack = ((System.Drawing.Image)(resources.GetObject("bt_alter.MouseBack")));
     this.bt_alter.Name = "bt_alter";
     this.bt_alter.NormlBack = null;
     this.bt_alter.Size = new System.Drawing.Size(102, 23);
     this.bt_alter.TabIndex = 27;
     this.bt_alter.Text = "修  改";
     this.bt_alter.UseVisualStyleBackColor = false;
     this.bt_alter.Click += new System.EventHandler(this.bt_alter_Click);
     //
     // skinPanel4
     //
     this.skinPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.skinPanel4.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel4.DownBack = null;
     this.skinPanel4.Location = new System.Drawing.Point(252, 21);
     this.skinPanel4.MouseBack = null;
     this.skinPanel4.Name = "skinPanel4";
     this.skinPanel4.NormlBack = null;
     this.skinPanel4.Size = new System.Drawing.Size(21, 35);
     this.skinPanel4.TabIndex = 32;
     //
     // skinPanel1
     //
     this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
     this.skinPanel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.skinPanel1.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel1.DownBack = null;
     this.skinPanel1.Location = new System.Drawing.Point(227, 37);
     this.skinPanel1.MouseBack = null;
     this.skinPanel1.Name = "skinPanel1";
     this.skinPanel1.NormlBack = null;
     this.skinPanel1.Size = new System.Drawing.Size(16, 480);
     this.skinPanel1.TabIndex = 31;
     //
     // skinLabel9
     //
     this.skinLabel9.AutoSize = true;
     this.skinLabel9.BackColor = System.Drawing.Color.Transparent;
     this.skinLabel9.BorderColor = System.Drawing.Color.White;
     this.skinLabel9.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel9.Location = new System.Drawing.Point(214, 37);
     this.skinLabel9.Name = "skinLabel9";
     this.skinLabel9.Size = new System.Drawing.Size(0, 20);
     this.skinLabel9.TabIndex = 30;
     this.skinLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // bt_delete
     //
     this.bt_delete.BackColor = System.Drawing.Color.White;
     this.bt_delete.BaseColor = System.Drawing.Color.PowderBlue;
     this.bt_delete.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.bt_delete.DownBack = ((System.Drawing.Image)(resources.GetObject("bt_delete.DownBack")));
     this.bt_delete.FadeGlow = false;
     this.bt_delete.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.bt_delete.ForeColor = System.Drawing.Color.White;
     this.bt_delete.Image = ((System.Drawing.Image)(resources.GetObject("bt_delete.Image")));
     this.bt_delete.ImageWidth = 102;
     this.bt_delete.Location = new System.Drawing.Point(579, 470);
     this.bt_delete.MouseBack = ((System.Drawing.Image)(resources.GetObject("bt_delete.MouseBack")));
     this.bt_delete.Name = "bt_delete";
     this.bt_delete.NormlBack = null;
     this.bt_delete.Size = new System.Drawing.Size(102, 23);
     this.bt_delete.TabIndex = 29;
     this.bt_delete.Text = "删除";
     this.bt_delete.UseVisualStyleBackColor = false;
     this.bt_delete.Click += new System.EventHandler(this.bt_delete_Click);
     //
     // bt_confirm
     //
     this.bt_confirm.BackColor = System.Drawing.Color.White;
     this.bt_confirm.BaseColor = System.Drawing.Color.PowderBlue;
     this.bt_confirm.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.bt_confirm.DownBack = ((System.Drawing.Image)(resources.GetObject("bt_confirm.DownBack")));
     this.bt_confirm.FadeGlow = false;
     this.bt_confirm.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.bt_confirm.ForeColor = System.Drawing.Color.White;
     this.bt_confirm.Image = ((System.Drawing.Image)(resources.GetObject("bt_confirm.Image")));
     this.bt_confirm.ImageWidth = 102;
     this.bt_confirm.Location = new System.Drawing.Point(426, 470);
     this.bt_confirm.MouseBack = ((System.Drawing.Image)(resources.GetObject("bt_confirm.MouseBack")));
     this.bt_confirm.Name = "bt_confirm";
     this.bt_confirm.NormlBack = null;
     this.bt_confirm.Size = new System.Drawing.Size(102, 23);
     this.bt_confirm.TabIndex = 28;
     this.bt_confirm.Text = "增加";
     this.bt_confirm.UseVisualStyleBackColor = false;
     this.bt_confirm.Click += new System.EventHandler(this.bt_confirm_Click);
     //
     // text_method
     //
     this.text_method.Location = new System.Drawing.Point(332, 400);
     this.text_method.Name = "text_method";
     this.text_method.Size = new System.Drawing.Size(347, 25);
     this.text_method.TabIndex = 26;
     this.text_method.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.text_method.WaterText = "";
     //
     // text_function
     //
     this.text_function.Location = new System.Drawing.Point(332, 146);
     this.text_function.Name = "text_function";
     this.text_function.Size = new System.Drawing.Size(347, 25);
     this.text_function.TabIndex = 25;
     this.text_function.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.text_function.WaterText = "";
     //
     // text_from
     //
     this.text_from.Location = new System.Drawing.Point(332, 116);
     this.text_from.Name = "text_from";
     this.text_from.Size = new System.Drawing.Size(133, 25);
     this.text_from.TabIndex = 24;
     this.text_from.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.text_from.WaterText = "";
     //
     // text_code
     //
     this.text_code.Location = new System.Drawing.Point(566, 83);
     this.text_code.Name = "text_code";
     this.text_code.Size = new System.Drawing.Size(60, 25);
     this.text_code.TabIndex = 23;
     this.text_code.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.text_code.WaterText = "";
     //
     // text_name
     //
     this.text_name.Location = new System.Drawing.Point(332, 83);
     this.text_name.Name = "text_name";
     this.text_name.Size = new System.Drawing.Size(133, 25);
     this.text_name.TabIndex = 22;
     this.text_name.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.text_name.WaterText = "";
     //
     // skinLabel7
     //
     this.skinLabel7.AutoSize = true;
     this.skinLabel7.BackColor = System.Drawing.Color.PowderBlue;
     this.skinLabel7.BorderColor = System.Drawing.Color.White;
     this.skinLabel7.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel7.Location = new System.Drawing.Point(276, 399);
     this.skinLabel7.Name = "skinLabel7";
     this.skinLabel7.Size = new System.Drawing.Size(39, 20);
     this.skinLabel7.TabIndex = 21;
     this.skinLabel7.Text = "方解";
     //
     // skinPanel2
     //
     this.skinPanel2.BackColor = System.Drawing.Color.Transparent;
     this.skinPanel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.skinPanel2.Controls.Add(this.text_cure);
     this.skinPanel2.Controls.Add(this.skinLabel8);
     this.skinPanel2.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel2.DownBack = null;
     this.skinPanel2.Location = new System.Drawing.Point(279, 189);
     this.skinPanel2.MouseBack = null;
     this.skinPanel2.Name = "skinPanel2";
     this.skinPanel2.NormlBack = null;
     this.skinPanel2.Size = new System.Drawing.Size(413, 196);
     this.skinPanel2.TabIndex = 20;
     //
     // text_cure
     //
     this.text_cure.BackColor = System.Drawing.SystemColors.ButtonHighlight;
     this.text_cure.Location = new System.Drawing.Point(23, 32);
     this.text_cure.Multiline = true;
     this.text_cure.Name = "text_cure";
     this.text_cure.Size = new System.Drawing.Size(365, 145);
     this.text_cure.TabIndex = 10;
     //
     // skinLabel8
     //
     this.skinLabel8.AutoSize = true;
     this.skinLabel8.BackColor = System.Drawing.Color.PowderBlue;
     this.skinLabel8.BorderColor = System.Drawing.Color.White;
     this.skinLabel8.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel8.Location = new System.Drawing.Point(182, 8);
     this.skinLabel8.Name = "skinLabel8";
     this.skinLabel8.Size = new System.Drawing.Size(39, 20);
     this.skinLabel8.TabIndex = 9;
     this.skinLabel8.Text = "主治";
     //
     // skinLabel6
     //
     this.skinLabel6.AutoSize = true;
     this.skinLabel6.BackColor = System.Drawing.Color.PowderBlue;
     this.skinLabel6.BorderColor = System.Drawing.Color.White;
     this.skinLabel6.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel6.Location = new System.Drawing.Point(276, 144);
     this.skinLabel6.Name = "skinLabel6";
     this.skinLabel6.Size = new System.Drawing.Size(39, 20);
     this.skinLabel6.TabIndex = 19;
     this.skinLabel6.Text = "功效";
     //
     // skinLabel5
     //
     this.skinLabel5.AutoSize = true;
     this.skinLabel5.BackColor = System.Drawing.Color.PowderBlue;
     this.skinLabel5.BorderColor = System.Drawing.Color.White;
     this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel5.Location = new System.Drawing.Point(275, 113);
     this.skinLabel5.Name = "skinLabel5";
     this.skinLabel5.Size = new System.Drawing.Size(39, 20);
     this.skinLabel5.TabIndex = 18;
     this.skinLabel5.Text = "出自";
     //
     // skinLabel4
     //
     this.skinLabel4.AutoSize = true;
     this.skinLabel4.BackColor = System.Drawing.Color.PowderBlue;
     this.skinLabel4.BorderColor = System.Drawing.Color.White;
     this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel4.Location = new System.Drawing.Point(507, 80);
     this.skinLabel4.Name = "skinLabel4";
     this.skinLabel4.Size = new System.Drawing.Size(39, 20);
     this.skinLabel4.TabIndex = 17;
     this.skinLabel4.Text = "简码";
     //
     // skinLabel3
     //
     this.skinLabel3.AutoSize = true;
     this.skinLabel3.BackColor = System.Drawing.Color.PowderBlue;
     this.skinLabel3.BorderColor = System.Drawing.Color.White;
     this.skinLabel3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel3.Location = new System.Drawing.Point(274, 81);
     this.skinLabel3.Name = "skinLabel3";
     this.skinLabel3.Size = new System.Drawing.Size(39, 20);
     this.skinLabel3.TabIndex = 16;
     this.skinLabel3.Text = "方名";
     //
     // bt_search
     //
     this.bt_search.BackColor = System.Drawing.Color.Transparent;
     this.bt_search.BaseColor = System.Drawing.Color.PowderBlue;
     this.bt_search.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.bt_search.DownBack = null;
     this.bt_search.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.bt_search.Image = ((System.Drawing.Image)(resources.GetObject("bt_search.Image")));
     this.bt_search.Location = new System.Drawing.Point(184, 50);
     this.bt_search.MouseBack = null;
     this.bt_search.Name = "bt_search";
     this.bt_search.NormlBack = null;
     this.bt_search.Size = new System.Drawing.Size(30, 30);
     this.bt_search.TabIndex = 8;
     this.bt_search.UseVisualStyleBackColor = false;
     this.bt_search.Click += new System.EventHandler(this.bt_search_Click);
     //
     // prescription_management
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.PowderBlue;
     this.CaptionFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.ClientSize = new System.Drawing.Size(786, 574);
     this.CloseDownBack = global::WinForm.Properties.Resources.CloseDownBack;
     this.CloseMouseBack = global::WinForm.Properties.Resources.CloseMouseBack;
     this.CloseNormlBack = global::WinForm.Properties.Resources.CloseNormlBack1;
     this.Controls.Add(this.skinPanel3);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MaxSize = new System.Drawing.Size(0, 0);
     this.MiniDownBack = global::WinForm.Properties.Resources.MiniDownBack;
     this.MiniMouseBack = global::WinForm.Properties.Resources.MiniMouseBack;
     this.MiniNormlBack = global::WinForm.Properties.Resources.MiniNormlBack;
     this.Name = "prescription_management";
     this.ShowBorder = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "验方管理";
     this.Load += new System.EventHandler(this.验方管理_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dGV_recipe)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dGV_drug)).EndInit();
     this.skinPanel3.ResumeLayout(false);
     this.skinPanel3.PerformLayout();
     this.skinPanel2.ResumeLayout(false);
     this.skinPanel2.PerformLayout();
     this.ResumeLayout(false);
 }
Пример #4
0
        // 连接数据库, 刷新条件查询控件
        private void skinButton1_Click(object sender, EventArgs e)
        {
            if (TBComboBox.SelectedItem != null)
            {
                sql = string.Format("SELECT * from {0}", TBComboBox.SelectedItem.ToString());
            }
            else
            {
                MessageBox.Show("没有表,连接失败,呵呵哒!");
                return;
            }

            skinGroupBox3.Controls.Clear();

            if (myCon.State == ConnectionState.Open)
            {
                myda = new SqlDataAdapter(sql, con);
                DataSet myds = new DataSet();

                //   SqlCommand cmdToTables = new SqlCommand("SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE = 'BASE TABLE'", myCon);
                //    SqlDataReader dr = cmdToTables.ExecuteReader();
                //    ArrayList TBList = new ArrayList();

                //    while (dr.Read())
                //    {
                //        TBList.Add(dr.GetString(0));
                //    }
                //    Array TBArray = TBList.ToArray();
                //    TBComboBox.DataSource = TBList;

                myda.Fill(myds, TBArray.GetValue(0).ToString());
                skinDataGridView1.DataSource = myds.Tables[TBArray.GetValue(0).ToString()];


                closeCommand             = myCon.CreateCommand();
                closeCommand.CommandType = CommandType.Text;

                orids = new DataSet();
                myda.Fill(orids, TBArray.GetValue(0).ToString());
                for (int i = 0; i < orids.Tables[TBArray.GetValue(0).ToString()].Rows.Count; i++)
                {
                    oriList.Add(orids.Tables[TBArray.GetValue(0).ToString()].Rows[i].ItemArray[0].ToString());
                }

                int basicX = 16, basicY = 44;

                for (int col = 0; col < skinDataGridView1.Columns.Count; col++)
                {
                    //  MessageBox.Show(skinDataGridView1.Columns[col].ValueType.ToString());     // 显示每一列的type
                    int autoTitleWidth = skinDataGridView1.Columns[col].Name.Length * (int)skinDataGridView1.HeadFont.SizeInPoints;
                    if (skinDataGridView1.Columns[col].Width < autoTitleWidth)
                    {
                        skinDataGridView1.Columns[col].Width = autoTitleWidth;
                    }
                    Color c = Color.FromArgb(100, 255, 255, 255);
                    switch (skinDataGridView1.Columns[col].ValueType.ToString())
                    {
                    case "System.String":
                        #region System.String
                        CCWin.SkinControl.SkinLabel labelN = new CCWin.SkinControl.SkinLabel();
                        labelN.Name      = skinDataGridView1.Columns[col].Name;
                        labelN.Font      = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        labelN.TextAlign = ContentAlignment.MiddleLeft;
                        labelN.Location  = new Point(basicX, basicY * (col + 1));
                        labelN.Text      = skinDataGridView1.Columns[col].Name;
                        labelN.AutoSize  = true;
                        skinGroupBox3.Controls.Add(labelN);

                        CCWin.SkinControl.SkinWaterTextBox textBoxN = new CCWin.SkinControl.SkinWaterTextBox();
                        textBoxN.Name       = skinDataGridView1.Columns[col].Name + "TextBoxN";
                        textBoxN.Font       = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        textBoxN.TextAlign  = HorizontalAlignment.Left;
                        textBoxN.Location   = new Point(labelN.Location.X + labelN.Size.Width, labelN.Location.Y);
                        textBoxN.WaterColor = c;
                        textBoxN.WaterText  = skinDataGridView1.Columns[col].ValueType.ToString();
                        skinGroupBox3.Controls.Add(textBoxN);
                        #endregion
                        break;

                    case "System.Int32":
                        #region System.Int32
                        CCWin.SkinControl.SkinLabel labelINT = new CCWin.SkinControl.SkinLabel();
                        labelINT.Name      = skinDataGridView1.Columns[col].Name;
                        labelINT.Font      = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        labelINT.TextAlign = ContentAlignment.MiddleLeft;
                        labelINT.Location  = new Point(basicX, basicY * (col + 1));
                        labelINT.Text      = skinDataGridView1.Columns[col].Name;
                        labelINT.AutoSize  = true;
                        skinGroupBox3.Controls.Add(labelINT);

                        CCWin.SkinControl.SkinWaterTextBox textBoxINT1 = new CCWin.SkinControl.SkinWaterTextBox();
                        textBoxINT1.AutoSize   = false;
                        textBoxINT1.Size       = new System.Drawing.Size(50, labelINT.Size.Height);
                        textBoxINT1.Name       = skinDataGridView1.Columns[col].Name + "TextBox1";
                        textBoxINT1.Font       = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        textBoxINT1.TextAlign  = HorizontalAlignment.Left;
                        textBoxINT1.Location   = new Point(labelINT.Location.X + labelINT.Size.Width, labelINT.Location.Y);
                        textBoxINT1.WaterColor = c;
                        textBoxINT1.WaterText  = skinDataGridView1.Columns[col].ValueType.ToString();
                        textBoxINT1.KeyPress  += new KeyPressEventHandler(textBox_Validating);
                        skinGroupBox3.Controls.Add(textBoxINT1);

                        CCWin.SkinControl.SkinLabel labelINTtag = new CCWin.SkinControl.SkinLabel();
                        labelINTtag.AutoSize  = false;
                        labelINTtag.Size      = new System.Drawing.Size(20, labelINT.Size.Height);
                        labelINTtag.Name      = "tag";
                        labelINTtag.Font      = new System.Drawing.Font("微软雅黑", 14, FontStyle.Regular);
                        labelINTtag.TextAlign = ContentAlignment.MiddleLeft;
                        labelINTtag.Location  = new Point(textBoxINT1.Location.X + textBoxINT1.Size.Width, labelINT.Location.Y);
                        labelINTtag.Text      = "~";
                        skinGroupBox3.Controls.Add(labelINTtag);

                        CCWin.SkinControl.SkinWaterTextBox textBoxINT2 = new CCWin.SkinControl.SkinWaterTextBox();
                        textBoxINT2.AutoSize   = false;
                        textBoxINT2.Size       = new System.Drawing.Size(50, labelINT.Size.Height);
                        textBoxINT2.Name       = skinDataGridView1.Columns[col].Name + "TextBox2";
                        textBoxINT2.Font       = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        textBoxINT2.TextAlign  = HorizontalAlignment.Left;
                        textBoxINT2.Location   = new Point(labelINTtag.Location.X + labelINTtag.Size.Width, labelINTtag.Location.Y);
                        textBoxINT2.WaterColor = c;
                        textBoxINT2.WaterText  = skinDataGridView1.Columns[col].ValueType.ToString();
                        textBoxINT2.KeyPress  += new KeyPressEventHandler(textBox_Validating);
                        skinGroupBox3.Controls.Add(textBoxINT2);
                        #endregion
                        break;

                    case "System.Boolean":
                        #region System.Boolean
                        CCWin.SkinControl.SkinGroupBox groupBox = new CCWin.SkinControl.SkinGroupBox();
                        groupBox.AutoSize = false;
                        groupBox.Size     = new System.Drawing.Size(285, basicY);
                        groupBox.Location = new Point(basicX, basicY * (col + 1));
                        groupBox.Text     = skinDataGridView1.Columns[col].Name;
                        skinGroupBox3.Controls.Add(groupBox);

                        CCWin.SkinControl.SkinRadioButton radioBtnTrue = new CCWin.SkinControl.SkinRadioButton();
                        radioBtnTrue.AutoSize = false;
                        radioBtnTrue.Name     = "True";
                        radioBtnTrue.Size     = new System.Drawing.Size(50, 20);
                        radioBtnTrue.Font     = new System.Drawing.Font("微软雅黑", 9, FontStyle.Regular);
                        radioBtnTrue.Location = new Point(55, 20);
                        if (groupBox.Text == "sex")
                        {
                            radioBtnTrue.Text = "男";
                        }
                        else
                        {
                            radioBtnTrue.Text = "True";
                        }
                        groupBox.Controls.Add(radioBtnTrue);

                        CCWin.SkinControl.SkinRadioButton radioBtnFalse = new CCWin.SkinControl.SkinRadioButton();
                        radioBtnFalse.AutoSize = false;
                        radioBtnFalse.Name     = "False";
                        radioBtnFalse.Size     = new System.Drawing.Size(50, 20);
                        radioBtnFalse.Font     = new System.Drawing.Font("微软雅黑", 9, FontStyle.Regular);
                        radioBtnFalse.Location = new Point(135, 20);
                        if (groupBox.Text == "sex")
                        {
                            radioBtnFalse.Text = "女";
                        }
                        else
                        {
                            radioBtnFalse.Text = "False";
                        }
                        groupBox.Controls.Add(radioBtnFalse);

                        CCWin.SkinControl.SkinRadioButton radioBtnAll = new CCWin.SkinControl.SkinRadioButton();
                        radioBtnAll.AutoSize = false;
                        radioBtnAll.Name     = "All";
                        radioBtnAll.Size     = new System.Drawing.Size(50, 20);
                        radioBtnAll.Font     = new System.Drawing.Font("微软雅黑", 9, FontStyle.Regular);
                        radioBtnAll.Location = new Point(215, 20);
                        radioBtnAll.Text     = "ALL";
                        groupBox.Controls.Add(radioBtnAll);
                        #endregion
                        break;

                    case "System.Double":
                        #region System.Double
                        CCWin.SkinControl.SkinLabel labelDouble = new CCWin.SkinControl.SkinLabel();
                        labelDouble.Name      = skinDataGridView1.Columns[col].Name;
                        labelDouble.Font      = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        labelDouble.TextAlign = ContentAlignment.MiddleLeft;
                        labelDouble.Location  = new Point(basicX, basicY * (col + 1));
                        labelDouble.Text      = skinDataGridView1.Columns[col].Name;
                        labelDouble.AutoSize  = true;
                        skinGroupBox3.Controls.Add(labelDouble);

                        CCWin.SkinControl.SkinWaterTextBox textBoxDouble1 = new CCWin.SkinControl.SkinWaterTextBox();
                        textBoxDouble1.AutoSize   = false;
                        textBoxDouble1.Size       = new System.Drawing.Size(50, labelDouble.Size.Height);
                        textBoxDouble1.Name       = skinDataGridView1.Columns[col].Name + "TextBox1";
                        textBoxDouble1.Font       = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        textBoxDouble1.TextAlign  = HorizontalAlignment.Left;
                        textBoxDouble1.Location   = new Point(labelDouble.Location.X + labelDouble.Size.Width, labelDouble.Location.Y);
                        textBoxDouble1.WaterColor = c;
                        textBoxDouble1.WaterText  = skinDataGridView1.Columns[col].ValueType.ToString();
                        textBoxDouble1.KeyPress  += new KeyPressEventHandler(double_Validating);
                        skinGroupBox3.Controls.Add(textBoxDouble1);

                        CCWin.SkinControl.SkinLabel labelDoubletag = new CCWin.SkinControl.SkinLabel();
                        labelDoubletag.AutoSize  = false;
                        labelDoubletag.Size      = new System.Drawing.Size(20, labelDouble.Size.Height);
                        labelDoubletag.Name      = "tag";
                        labelDoubletag.Font      = new System.Drawing.Font("微软雅黑", 14, FontStyle.Regular);
                        labelDoubletag.TextAlign = ContentAlignment.MiddleLeft;
                        labelDoubletag.Location  = new Point(textBoxDouble1.Location.X + textBoxDouble1.Size.Width, textBoxDouble1.Location.Y);
                        labelDoubletag.Text      = "~";
                        skinGroupBox3.Controls.Add(labelDoubletag);

                        CCWin.SkinControl.SkinWaterTextBox textBoxDouble2 = new CCWin.SkinControl.SkinWaterTextBox();
                        textBoxDouble2.AutoSize   = false;
                        textBoxDouble2.Size       = new System.Drawing.Size(50, labelDouble.Size.Height);
                        textBoxDouble2.Name       = skinDataGridView1.Columns[col].Name + "TextBox2";
                        textBoxDouble2.Font       = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        textBoxDouble2.TextAlign  = HorizontalAlignment.Left;
                        textBoxDouble2.Location   = new Point(labelDoubletag.Location.X + labelDoubletag.Size.Width, labelDoubletag.Location.Y);
                        textBoxDouble2.WaterColor = c;
                        textBoxDouble2.WaterText  = skinDataGridView1.Columns[col].ValueType.ToString();
                        textBoxDouble2.KeyPress  += new KeyPressEventHandler(double_Validating);
                        skinGroupBox3.Controls.Add(textBoxDouble2);
                        #endregion
                        break;

                    case "System.DateTime":
                        #region  System.DateTime
                        CCWin.SkinControl.SkinLabel labelTime = new CCWin.SkinControl.SkinLabel();
                        labelTime.Name      = skinDataGridView1.Columns[col].Name;
                        labelTime.Font      = new System.Drawing.Font("微软雅黑", 12, FontStyle.Regular);
                        labelTime.TextAlign = ContentAlignment.MiddleLeft;
                        labelTime.Location  = new Point(basicX, basicY * (col + 1));
                        labelTime.Text      = skinDataGridView1.Columns[col].Name;
                        labelTime.AutoSize  = true;
                        skinGroupBox3.Controls.Add(labelTime);

                        CCWin.SkinControl.SkinDateTimePicker dtPicker = new CCWin.SkinControl.SkinDateTimePicker();
                        dtPicker.Text = "";
                        dtPicker.font = new System.Drawing.Font("微软雅黑", 12, FontStyle.Bold);
                        dtPicker.Name = skinDataGridView1.Columns[col].Name;
                        skinGroupBox3.Controls.Add(dtPicker);
                        dtPicker.Location = new Point(labelTime.Location.X + labelTime.Width, labelTime.Location.Y);
                        #endregion
                        break;
                    }
                }
            }

            skinButton3.Enabled = true;
            skinButton2.Enabled = true;
        }
Пример #5
0
        /// <summary>
        /// 通过获得form2的节点数从而进行绘制窗体
        /// 通过代码进行动态创建窗体
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void Form3_Load(object sender, EventArgs e)
        {
            int i;

            for (i = 0; i < jieDian; i++)
            {
                if (i != no)
                {
                    #region 创建文本框(利用代码)

                    CCWin.SkinControl.SkinTextBox textbox = new CCWin.SkinControl.SkinTextBox();
                    textbox.Name     = "formtextBox" + i;
                    textbox.Parent   = this;
                    textbox.Location = new System.Drawing.Point(310, 49 + i * 90);
                    textbox.Size     = new System.Drawing.Size(121, 30);
                    textbox.Text     = "";
                    textbox.Visible  = false;

                    this.skinPanel1.Controls.Add(textbox);
                    list1.Add(textbox);
                    #endregion

                    #region 创建选择框
                    CCWin.SkinControl.SkinComboBox combo = new CCWin.SkinControl.SkinComboBox();
                    combo.Name     = "formcom" + (i + 1).ToString();
                    combo.Parent   = this;
                    combo.Location = new System.Drawing.Point(159, 55 + i * 90);
                    combo.Size     = new System.Drawing.Size(121, 28);
                    combo.Visible  = false;
                    combo.Items.Add("阻抗");
                    combo.Items.Add("导纳");

                    this.skinPanel1.Controls.Add(combo);
                    list2.Add(combo);
                    #endregion

                    #region 创建变压器i文本
                    CCWin.SkinControl.SkinLabel hhh = new CCWin.SkinControl.SkinLabel();
                    hhh.Name     = "formcomm" + (i + 1).ToString();
                    hhh.Parent   = this;
                    hhh.Location = new System.Drawing.Point(453, 55 + i * 90);
                    hhh.Size     = new System.Drawing.Size(69, 17);
                    hhh.Visible  = true;
                    hhh.Text     = "变压器" + (i + 1).ToString();
                    this.skinPanel1.Controls.Add(hhh);
                    #endregion

                    #region 创建Gt*、Bt*
                    CCWin.SkinControl.SkinLabel hhh1 = new CCWin.SkinControl.SkinLabel();
                    hhh1.Name     = "formm" + (i + 1).ToString();
                    hhh1.Parent   = this;
                    hhh1.Location = new System.Drawing.Point(667 - 30, 55 + i * 90);
                    hhh1.Size     = new System.Drawing.Size(39, 17);
                    hhh1.Visible  = true;
                    hhh1.Text     = "Gt*" + (i + 1).ToString();
                    this.skinPanel1.Controls.Add(hhh1);
                    CCWin.SkinControl.SkinLabel hhh2 = new CCWin.SkinControl.SkinLabel();
                    hhh2.Name     = "formm" + (i + 1).ToString();
                    hhh2.Parent   = this;
                    hhh2.Location = new System.Drawing.Point(667 + 90, 55 + i * 90);
                    hhh2.Size     = new System.Drawing.Size(39, 17);
                    hhh2.Visible  = true;
                    hhh2.Text     = "Bt*" + (i + 1).ToString();
                    this.skinPanel1.Controls.Add(hhh2);
                    #endregion


                    #region 创建变压器变比选择项
                    CCWin.SkinControl.SkinComboBox bianyaqi = new CCWin.SkinControl.SkinComboBox();
                    bianyaqi.Name     = "formcomm" + (i + 1).ToString();
                    bianyaqi.Parent   = this;
                    bianyaqi.Location = new System.Drawing.Point(528, 55 + i * 90);
                    bianyaqi.Size     = new System.Drawing.Size(121 - 30, 28);
                    bianyaqi.Visible  = false;
                    bianyaqi.Items.Add("1.05");
                    bianyaqi.Items.Add("1.025");
                    bianyaqi.Items.Add("0");
                    bianyaqi.Items.Add("0.975");
                    bianyaqi.Items.Add("0.95");
                    bianyaqi.SelectedText = "0";
                    this.skinPanel1.Controls.Add(bianyaqi);
                    list4.Add(bianyaqi);

                    #endregion

                    #region 创建Gt的文本框
                    CCWin.SkinControl.SkinTextBox textbox1 = new CCWin.SkinControl.SkinTextBox();
                    textbox1.Name     = "formtextBx1" + i;
                    textbox1.Parent   = this;
                    textbox1.Location = new System.Drawing.Point(764 - 30 - 10 - 30 - 10, 55 + i * 90);
                    textbox1.Size     = new System.Drawing.Size(59, 28);
                    textbox1.Text     = "";
                    textbox1.Visible  = false;

                    this.skinPanel1.Controls.Add(textbox1);
                    Yt.Add(textbox1);
                    #endregion

                    #region 创建Bt的文本框
                    CCWin.SkinControl.SkinTextBox textbox2 = new CCWin.SkinControl.SkinTextBox();
                    textbox2.Name     = "formtextBox1" + i;
                    textbox2.Parent   = this;
                    textbox2.Location = new System.Drawing.Point(764 - 30 - 10 - 30 - 10 + 140, 55 + i * 90);
                    textbox2.Size     = new System.Drawing.Size(59, 28);
                    textbox2.Text     = "";
                    textbox2.Visible  = false;

                    this.skinPanel1.Controls.Add(textbox2);
                    Yt1.Add(textbox2);
                    #endregion

                    #region 创建节点i的label
                    System.Windows.Forms.CheckBox radiobox = new System.Windows.Forms.CheckBox();
                    radiobox.Name     = "formRadioBox" + i;
                    radiobox.Parent   = this;
                    radiobox.Text     = "";
                    radiobox.Location = new System.Drawing.Point(33, 44 + i * 90);
                    radiobox.Size     = new System.Drawing.Size(114, 44);
                    radiobox.Text     = "节点" + (i + 1).ToString();


                    this.skinPanel1.Controls.Add(radiobox);
                    list3.Add(radiobox);
                    #endregion


                    //CCWin.SkinControl.SkinLabel label2 = new CCWin.SkinControl.SkinLabel();
                    //label2.Name = "labelZD3" + i;
                    //label2.Parent = this;
                    //label2.Location = new System.Drawing.Point(27, 61 + i * 90);
                    //label2.Size = new System.Drawing.Size(69, 17);
                    //label2.Text = "节点"+i+1;
                    //label2.Visible = true;
                    //this.skinPanel1.Controls.Add(label2);
                }
                else

                {
                    CCWin.SkinControl.SkinComboBox bianyaqi = new CCWin.SkinControl.SkinComboBox();
                    bianyaqi.Name     = "formcomm" + (i + 1).ToString();
                    bianyaqi.Parent   = this;
                    bianyaqi.Location = new System.Drawing.Point(528, 55 + i * 90);
                    bianyaqi.Size     = new System.Drawing.Size(121 - 30, 28);
                    bianyaqi.Visible  = false;
                    bianyaqi.Items.Add("1.05");
                    bianyaqi.Items.Add("1.025");
                    bianyaqi.Items.Add("0");
                    bianyaqi.Items.Add("0.975");
                    bianyaqi.Items.Add("0.95");
                    bianyaqi.SelectedText = "0";
                    bianyaqi.Enabled      = false;
                    this.skinPanel1.Controls.Add(bianyaqi);
                    list4.Add(bianyaqi);

                    CCWin.SkinControl.SkinTextBox textbox1 = new CCWin.SkinControl.SkinTextBox();
                    textbox1.Name     = "formtextBox1" + i;
                    textbox1.Parent   = this;
                    textbox1.Location = new System.Drawing.Point(764 - 30 - 10 - 30 - 10, 55 + i * 90);
                    textbox1.Size     = new System.Drawing.Size(59, 28);
                    textbox1.Text     = "";
                    textbox1.Visible  = false;
                    textbox1.Enabled  = false;
                    this.skinPanel1.Controls.Add(textbox1);
                    Yt.Add(textbox1);
                    CCWin.SkinControl.SkinTextBox textbox2 = new CCWin.SkinControl.SkinTextBox();
                    textbox2.Name     = "formtextBox1" + i;
                    textbox2.Parent   = this;
                    textbox2.Location = new System.Drawing.Point(764 - 30 - 10 - 30 - 10 + 140, 55 + i * 90);
                    textbox2.Size     = new System.Drawing.Size(59, 28);
                    textbox2.Text     = "";
                    textbox2.Visible  = false;
                    textbox1.Enabled  = false;
                    this.skinPanel1.Controls.Add(textbox2);
                    Yt1.Add(textbox2);


                    CCWin.SkinControl.SkinTextBox textbox = new CCWin.SkinControl.SkinTextBox();
                    textbox.Name     = "formteooxtBox" + i;
                    textbox.Parent   = this;
                    textbox.Location = new System.Drawing.Point(310, 49 + i * 90);
                    textbox.Size     = new System.Drawing.Size(121, 30);
                    textbox.Text     = "";
                    textbox.Visible  = false;

                    this.skinPanel1.Controls.Add(textbox);
                    list1.Add(textbox);

                    CCWin.SkinControl.SkinComboBox combo = new CCWin.SkinControl.SkinComboBox();
                    combo.Name     = "formcom" + (i + 1).ToString();
                    combo.Parent   = this;
                    combo.Location = new System.Drawing.Point(159, 55 + i * 90);
                    combo.Size     = new System.Drawing.Size(121, 28);
                    combo.Visible  = false;
                    combo.Items.Add("阻抗");
                    combo.Items.Add("导纳");

                    this.skinPanel1.Controls.Add(combo);
                    list2.Add(combo);

                    System.Windows.Forms.CheckBox radiobox = new System.Windows.Forms.CheckBox();
                    radiobox.Name      = "formRadioBox" + i;
                    radiobox.Parent    = this;
                    radiobox.Text      = "";
                    radiobox.ForeColor = Color.Red;
                    radiobox.Location  = new System.Drawing.Point(33, 44 + i * 90);
                    radiobox.Size      = new System.Drawing.Size(114, 44);
                    radiobox.Text      = "自导纳或自阻抗";


                    this.skinPanel1.Controls.Add(radiobox);
                    list3.Add(radiobox);
                }
            }
            CCWin.SkinControl.SkinButton button = new CCWin.SkinControl.SkinButton();
            button.Name     = "formBox";
            button.Parent   = this;
            button.Location = new System.Drawing.Point(202 + 100 * 2, 44 + i * 90);
            button.Size     = new System.Drawing.Size(75, 23);
            button.Text     = "确认";


            this.skinPanel1.Controls.Add(button);
            button.Click += new System.EventHandler(this.skinButton_Click);
            Shijian();
        }
Пример #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(drugs_management));
     this.skinPanel1 = new CCWin.SkinControl.SkinPanel();
     this.btn_delete = new CCWin.SkinControl.SkinButton();
     this.tx_count = new CCWin.SkinControl.SkinWaterTextBox();
     this.tb_count = new CCWin.SkinControl.SkinWaterTextBox();
     this.tx_search = new CCWin.SkinControl.SkinWaterTextBox();
     this.btn_search = new CCWin.SkinControl.SkinButton();
     this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
     this.drugs_dvg = new System.Windows.Forms.DataGridView();
     this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel6 = new CCWin.SkinControl.SkinLabel();
     this.button3 = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.btn_export = new CCWin.SkinControl.SkinButton();
     this.sfdlgBackup = new System.Windows.Forms.SaveFileDialog();
     this.skinPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.drugs_dvg)).BeginInit();
     this.SuspendLayout();
     //
     // skinPanel1
     //
     this.skinPanel1.BackColor = System.Drawing.Color.White;
     this.skinPanel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.skinPanel1.Controls.Add(this.btn_export);
     this.skinPanel1.Controls.Add(this.btn_delete);
     this.skinPanel1.Controls.Add(this.tx_count);
     this.skinPanel1.Controls.Add(this.tb_count);
     this.skinPanel1.Controls.Add(this.tx_search);
     this.skinPanel1.Controls.Add(this.btn_search);
     this.skinPanel1.Controls.Add(this.skinLabel4);
     this.skinPanel1.Controls.Add(this.skinLabel3);
     this.skinPanel1.Controls.Add(this.skinLabel2);
     this.skinPanel1.Controls.Add(this.drugs_dvg);
     this.skinPanel1.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel1.DownBack = null;
     this.skinPanel1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.skinPanel1.Location = new System.Drawing.Point(26, 150);
     this.skinPanel1.MouseBack = null;
     this.skinPanel1.Name = "skinPanel1";
     this.skinPanel1.NormlBack = null;
     this.skinPanel1.Size = new System.Drawing.Size(755, 444);
     this.skinPanel1.TabIndex = 1;
     this.skinPanel1.Paint += new System.Windows.Forms.PaintEventHandler(this.skinPanel1_Paint);
     //
     // btn_delete
     //
     this.btn_delete.BackColor = System.Drawing.Color.Transparent;
     this.btn_delete.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_delete.BackgroundImage")));
     this.btn_delete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_delete.BaseColor = System.Drawing.Color.PowderBlue;
     this.btn_delete.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.btn_delete.DownBack = null;
     this.btn_delete.DrawType = CCWin.SkinControl.DrawStyle.Img;
     this.btn_delete.Font = new System.Drawing.Font("微软雅黑", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.btn_delete.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btn_delete.Location = new System.Drawing.Point(629, 408);
     this.btn_delete.MouseBack = ((System.Drawing.Image)(resources.GetObject("btn_delete.MouseBack")));
     this.btn_delete.Name = "btn_delete";
     this.btn_delete.NormlBack = ((System.Drawing.Image)(resources.GetObject("btn_delete.NormlBack")));
     this.btn_delete.Size = new System.Drawing.Size(78, 31);
     this.btn_delete.TabIndex = 29;
     this.btn_delete.Text = "删除";
     this.btn_delete.UseVisualStyleBackColor = false;
     this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click_1);
     //
     // tx_count
     //
     this.tx_count.Location = new System.Drawing.Point(543, 44);
     this.tx_count.Name = "tx_count";
     this.tx_count.ReadOnly = true;
     this.tx_count.Size = new System.Drawing.Size(100, 25);
     this.tx_count.TabIndex = 10;
     this.tx_count.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.tx_count.WaterText = "";
     //
     // tb_count
     //
     this.tb_count.Enabled = false;
     this.tb_count.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tb_count.Location = new System.Drawing.Point(312, 44);
     this.tb_count.Name = "tb_count";
     this.tb_count.ReadOnly = true;
     this.tb_count.Size = new System.Drawing.Size(100, 27);
     this.tb_count.TabIndex = 9;
     this.tb_count.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.tb_count.WaterText = "";
     //
     // tx_search
     //
     this.tx_search.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.tx_search.Location = new System.Drawing.Point(69, 89);
     this.tx_search.Name = "tx_search";
     this.tx_search.Size = new System.Drawing.Size(84, 27);
     this.tx_search.TabIndex = 8;
     this.tx_search.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.tx_search.WaterText = "";
     //
     // btn_search
     //
     this.btn_search.BackColor = System.Drawing.Color.Transparent;
     this.btn_search.BaseColor = System.Drawing.Color.PowderBlue;
     this.btn_search.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.btn_search.DownBack = null;
     this.btn_search.Image = ((System.Drawing.Image)(resources.GetObject("btn_search.Image")));
     this.btn_search.Location = new System.Drawing.Point(159, 86);
     this.btn_search.MouseBack = null;
     this.btn_search.Name = "btn_search";
     this.btn_search.NormlBack = null;
     this.btn_search.Size = new System.Drawing.Size(30, 30);
     this.btn_search.TabIndex = 7;
     this.btn_search.UseVisualStyleBackColor = false;
     this.btn_search.Click += new System.EventHandler(this.btn_search_Click);
     //
     // skinLabel4
     //
     this.skinLabel4.AutoSize = true;
     this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
     this.skinLabel4.BorderColor = System.Drawing.Color.White;
     this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel4.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
     this.skinLabel4.Location = new System.Drawing.Point(4, 92);
     this.skinLabel4.Name = "skinLabel4";
     this.skinLabel4.Size = new System.Drawing.Size(69, 20);
     this.skinLabel4.TabIndex = 5;
     this.skinLabel4.Text = "药品查询";
     this.skinLabel4.UseMnemonic = false;
     //
     // skinLabel3
     //
     this.skinLabel3.AutoSize = true;
     this.skinLabel3.BackColor = System.Drawing.Color.PowderBlue;
     this.skinLabel3.BorderColor = System.Drawing.Color.White;
     this.skinLabel3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel3.Location = new System.Drawing.Point(450, 45);
     this.skinLabel3.Name = "skinLabel3";
     this.skinLabel3.Size = new System.Drawing.Size(84, 20);
     this.skinLabel3.TabIndex = 3;
     this.skinLabel3.Text = "库存总量:";
     this.skinLabel3.UseMnemonic = false;
     //
     // skinLabel2
     //
     this.skinLabel2.AutoSize = true;
     this.skinLabel2.BackColor = System.Drawing.Color.PowderBlue;
     this.skinLabel2.BorderColor = System.Drawing.Color.White;
     this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel2.Location = new System.Drawing.Point(202, 45);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new System.Drawing.Size(99, 20);
     this.skinLabel2.TabIndex = 1;
     this.skinLabel2.Text = "库存药种类:";
     this.skinLabel2.UseMnemonic = false;
     //
     // drugs_dvg
     //
     this.drugs_dvg.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
     this.drugs_dvg.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.drugs_dvg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.drugs_dvg.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.drugs_dvg.Location = new System.Drawing.Point(205, 82);
     this.drugs_dvg.Name = "drugs_dvg";
     this.drugs_dvg.RowHeadersVisible = false;
     this.drugs_dvg.RowTemplate.Height = 23;
     this.drugs_dvg.Size = new System.Drawing.Size(507, 320);
     this.drugs_dvg.TabIndex = 0;
     this.drugs_dvg.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.drugs_dvg_CellMouseClick);
     //
     // 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("微软雅黑", 22F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel1.Location = new System.Drawing.Point(346, 97);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new System.Drawing.Size(186, 30);
     this.skinLabel1.TabIndex = 7;
     this.skinLabel1.Text = "药 材 库 存 状 况";
     //
     // skinLabel5
     //
     this.skinLabel5.AutoSize = true;
     this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
     this.skinLabel5.BorderColor = System.Drawing.Color.White;
     this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel5.Location = new System.Drawing.Point(40, 123);
     this.skinLabel5.Name = "skinLabel5";
     this.skinLabel5.Size = new System.Drawing.Size(69, 20);
     this.skinLabel5.TabIndex = 10;
     this.skinLabel5.Text = "库存状况";
     //
     // skinLabel6
     //
     this.skinLabel6.AutoSize = true;
     this.skinLabel6.BackColor = System.Drawing.Color.Transparent;
     this.skinLabel6.BorderColor = System.Drawing.Color.White;
     this.skinLabel6.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel6.Location = new System.Drawing.Point(154, 122);
     this.skinLabel6.Name = "skinLabel6";
     this.skinLabel6.Size = new System.Drawing.Size(69, 20);
     this.skinLabel6.TabIndex = 11;
     this.skinLabel6.Text = "药品进货";
     //
     // button3
     //
     this.button3.BackColor = System.Drawing.Color.PowderBlue;
     this.button3.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.button3.Image = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
     this.button3.Location = new System.Drawing.Point(141, 29);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(95, 108);
     this.button3.TabIndex = 9;
     this.button3.UseVisualStyleBackColor = false;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.PowderBlue;
     this.button1.Font = new System.Drawing.Font("微软雅黑", 11F);
     this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.Location = new System.Drawing.Point(26, 29);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(95, 108);
     this.button1.TabIndex = 2;
     this.button1.UseVisualStyleBackColor = false;
     //
     // btn_export
     //
     this.btn_export.BackColor = System.Drawing.Color.Transparent;
     this.btn_export.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btn_export.BackgroundImage")));
     this.btn_export.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btn_export.BaseColor = System.Drawing.Color.PowderBlue;
     this.btn_export.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.btn_export.DownBack = null;
     this.btn_export.DrawType = CCWin.SkinControl.DrawStyle.Img;
     this.btn_export.Font = new System.Drawing.Font("微软雅黑", 17F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
     this.btn_export.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.btn_export.Location = new System.Drawing.Point(524, 408);
     this.btn_export.MouseBack = ((System.Drawing.Image)(resources.GetObject("btn_export.MouseBack")));
     this.btn_export.Name = "btn_export";
     this.btn_export.NormlBack = ((System.Drawing.Image)(resources.GetObject("btn_export.NormlBack")));
     this.btn_export.Size = new System.Drawing.Size(78, 31);
     this.btn_export.TabIndex = 30;
     this.btn_export.Text = "导出";
     this.btn_export.UseVisualStyleBackColor = false;
     this.btn_export.Click += new System.EventHandler(this.btn_export_Click);
     //
     // drugs_management
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.PowderBlue;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.CaptionFont = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.ClientSize = new System.Drawing.Size(818, 619);
     this.CloseNormlBack = global::WinForm.Properties.Resources.CloseNormlBack1;
     this.Controls.Add(this.skinLabel6);
     this.Controls.Add(this.skinLabel5);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.skinLabel1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.skinPanel1);
     this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MaxSize = new System.Drawing.Size(0, 0);
     this.MiniNormlBack = global::WinForm.Properties.Resources.MiniNormlBack;
     this.Name = "drugs_management";
     this.ShowBorder = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "药品管理";
     this.Load += new System.EventHandler(this.drugs_management_Load);
     this.skinPanel1.ResumeLayout(false);
     this.skinPanel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.drugs_dvg)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #7
0
        };                                                                                       //创建泛型集合将数据进行存储

        /// <summary>
        /// 用于动态创建控件
        /// </summary>
        /// <param name="JieDian"></param>
        public void DTCreate(int JieDian)
        {
            int i;

            for (i = 0; i < JieDian; i++)
            {
                CCWin.SkinControl.SkinLabel panellabel1 = new CCWin.SkinControl.SkinLabel();
                panellabel1.Name     = "panellabel1" + i;
                panellabel1.Parent   = this;
                panellabel1.Location = new System.Drawing.Point(5, 55 + i * 90);
                panellabel1.Size     = new System.Drawing.Size(69, 17);
                panellabel1.Text     = "节点" + "   " + " U: ";
                this.panel3.Controls.Add(panellabel1);
                panellist3.Add(panellabel1);
                //CCWin.SkinControl.SkinLabel panellabel2 = new CCWin.SkinControl.SkinLabel();
                //panellabel2.Name = "panellabel2" + i;
                //panellabel2.Parent = this;
                //panellabel2.Location = new System.Drawing.Point(169, 55 + i * 90);
                //panellabel2.Size = new System.Drawing.Size(17, 17);
                //panellabel2.Text = "∠";
                //this.panel3.Controls.Add(panellabel2);

                CCWin.SkinControl.SkinLabel panellabel3 = new CCWin.SkinControl.SkinLabel();
                panellabel3.Name     = "panellabel3" + i;
                panellabel3.Parent   = this;
                panellabel3.Location = new System.Drawing.Point(80, 55 + i * 90);
                panellabel3.Size     = new System.Drawing.Size(200, 17);
                panellabel3.Text     = "";
                this.panel3.Controls.Add(panellabel3);
                panellist1.Add(panellabel3);

                //CCWin.SkinControl.SkinLabel panellabel4 = new CCWin.SkinControl.SkinLabel();
                //panellabel4.Name = "panellabel4" + i;
                //panellabel4.Parent = this;
                //panellabel4.Location = new System.Drawing.Point(200, 55 + i * 90);
                //panellabel4.Size = new System.Drawing.Size(200, 17);
                //panellabel4.Text = "1";
                //panellabel4.Visible = true;
                //this.panel3.Controls.Add(panellabel4);
                //panellist2.Add(panellabel4);

                //创建textBox
                CCWin.SkinControl.SkinTextBox textbox = new CCWin.SkinControl.SkinTextBox();
                textbox.Name     = "textBoxZD" + i;
                textbox.Parent   = this;
                textbox.Location = new System.Drawing.Point(354, 27 + i * 90);
                textbox.Size     = new System.Drawing.Size(81, 28);
                textbox.Text     = "";
                textbox.Visible  = false;
                this.panel1.Controls.Add(textbox);
                textboxlist.Add(textbox);

                CCWin.SkinControl.SkinTextBox textbox1 = new CCWin.SkinControl.SkinTextBox();
                textbox1.Name     = "textBoxZD1" + i;
                textbox1.Parent   = this;
                textbox1.Location = new System.Drawing.Point(512, 27 + i * 90);
                textbox1.Size     = new System.Drawing.Size(81, 28);
                textbox1.Text     = "";
                textbox1.Visible  = false;
                this.panel1.Controls.Add(textbox1);
                textboxlist1.Add(textbox1);


                CCWin.SkinControl.SkinComboBox skincombo = new CCWin.SkinControl.SkinComboBox();
                skincombo.Name     = "comboBox" + i;
                skincombo.Parent   = this;
                skincombo.Location = new System.Drawing.Point(141, 27 + i * 90);
                skincombo.Size     = new System.Drawing.Size(121, 22);
                skincombo.Items.Add("PQ节点");
                skincombo.Items.Add("PV节点");
                skincombo.Items.Add("平衡节点");
                this.panel1.Controls.Add(skincombo);
                skincomboList.Add(skincombo);
                //skincombo.SelectedIndexChanged += new System.EventHandler(skinCombo_SelectedIndexChanged);


                CCWin.SkinControl.SkinLabel label1 = new CCWin.SkinControl.SkinLabel();
                label1.Name     = "labelZD1" + i;
                label1.Parent   = this;
                label1.Location = new System.Drawing.Point(51, 33 + i * 90);
                label1.Size     = new System.Drawing.Size(69, 17);
                label1.Text     = "节点" + (i + 1).ToString();
                this.panel1.Controls.Add(label1);



                CCWin.SkinControl.SkinLabel label4 = new CCWin.SkinControl.SkinLabel();
                label4.Name     = "labelZD4" + i;//
                label4.Parent   = this;
                label4.Location = new System.Drawing.Point(605, 33 + i * 90);
                label4.Size     = new System.Drawing.Size(69, 17);
                label4.Text     = "连接节点";
                label4.Visible  = false;
                this.panel1.Controls.Add(label4);
                skinlabellist.Add(label4);


                CCWin.SkinControl.SkinLabel label2 = new CCWin.SkinControl.SkinLabel();
                label2.Name     = "labelZD2" + i;
                label2.Parent   = this;
                label2.Location = new System.Drawing.Point(282, 33 + i * 90);
                label2.Size     = new System.Drawing.Size(69, 17);
                label2.Text     = "";
                this.panel1.Controls.Add(label2);
                skinlabellist1.Add(label2);

                CCWin.SkinControl.SkinLabel label3 = new CCWin.SkinControl.SkinLabel();
                label3.Name     = "labelZD3" + i;//Q还是U;
                label3.Parent   = this;
                label3.Location = new System.Drawing.Point(440, 33 + i * 90);
                label3.Size     = new System.Drawing.Size(69, 17);
                label3.Text     = "";
                this.panel1.Controls.Add(label3);
                skinlabellist2.Add(label3);
            }
            CCWin.SkinControl.SkinButton Button1 = new CCWin.SkinControl.SkinButton();
            Button1.Name     = "Button";
            Button1.Parent   = this;
            Button1.Location = new System.Drawing.Point(434, 33 + i * 90);
            Button1.Size     = new System.Drawing.Size(75, 23);
            Button1.Text     = "提交";
            this.panel1.Controls.Add(Button1);
            Button1.Click += new System.EventHandler(this.skinButton_Click);



            WeiTuoCreated();
            WeiTuoCreated2();
        }
Пример #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RegisterUI));
     this.skinPanel1 = new CCWin.SkinControl.SkinPanel();
     this.back_btn = new CCWin.SkinControl.SkinButton();
     this.register_btn = new CCWin.SkinControl.SkinButton();
     this.skinLabel7 = new CCWin.SkinControl.SkinLabel();
     this.gender_cb = new CCWin.SkinControl.SkinComboBox();
     this.skinLabel6 = new CCWin.SkinControl.SkinLabel();
     this.address_txb = new CCWin.SkinControl.SkinWaterTextBox();
     this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
     this.idcard_txb = new CCWin.SkinControl.SkinWaterTextBox();
     this.passwd_txb_1 = new CCWin.SkinControl.SkinWaterTextBox();
     this.name_txb = new CCWin.SkinControl.SkinWaterTextBox();
     this.passwd_txb_2 = new CCWin.SkinControl.SkinWaterTextBox();
     this.kebie_txb = new CCWin.SkinControl.SkinWaterTextBox();
     this.skinLabel8 = new CCWin.SkinControl.SkinLabel();
     this.skinPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // skinPanel1
     //
     this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
     this.skinPanel1.BackgroundImage = global::WinForm.Properties.Resources.p2;
     this.skinPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.skinPanel1.Controls.Add(this.back_btn);
     this.skinPanel1.Controls.Add(this.register_btn);
     this.skinPanel1.Controls.Add(this.skinLabel7);
     this.skinPanel1.Controls.Add(this.gender_cb);
     this.skinPanel1.Controls.Add(this.skinLabel6);
     this.skinPanel1.Controls.Add(this.address_txb);
     this.skinPanel1.Controls.Add(this.skinLabel5);
     this.skinPanel1.Controls.Add(this.skinLabel4);
     this.skinPanel1.Controls.Add(this.skinLabel3);
     this.skinPanel1.Controls.Add(this.skinLabel2);
     this.skinPanel1.Controls.Add(this.skinLabel1);
     this.skinPanel1.Controls.Add(this.idcard_txb);
     this.skinPanel1.Controls.Add(this.passwd_txb_1);
     this.skinPanel1.Controls.Add(this.name_txb);
     this.skinPanel1.Controls.Add(this.passwd_txb_2);
     this.skinPanel1.Controls.Add(this.kebie_txb);
     this.skinPanel1.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel1.DownBack = null;
     this.skinPanel1.Location = new System.Drawing.Point(64, 124);
     this.skinPanel1.MouseBack = null;
     this.skinPanel1.Name = "skinPanel1";
     this.skinPanel1.NormlBack = null;
     this.skinPanel1.Size = new System.Drawing.Size(321, 343);
     this.skinPanel1.TabIndex = 0;
     //
     // back_btn
     //
     this.back_btn.BackColor = System.Drawing.Color.Transparent;
     this.back_btn.BackgroundImage = global::WinForm.Properties.Resources.blue_btn_move;
     this.back_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.back_btn.BaseColor = System.Drawing.Color.Silver;
     this.back_btn.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.back_btn.DownBack = null;
     this.back_btn.DrawType = CCWin.SkinControl.DrawStyle.Img;
     this.back_btn.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.back_btn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.back_btn.Location = new System.Drawing.Point(179, 273);
     this.back_btn.MouseBack = global::WinForm.Properties.Resources.blue_btn_normal;
     this.back_btn.Name = "back_btn";
     this.back_btn.NormlBack = global::WinForm.Properties.Resources.blue_btn_move;
     this.back_btn.Size = new System.Drawing.Size(78, 36);
     this.back_btn.TabIndex = 15;
     this.back_btn.Text = "返回";
     this.back_btn.UseVisualStyleBackColor = false;
     this.back_btn.Click += new System.EventHandler(this.back_btn_Click);
     //
     // register_btn
     //
     this.register_btn.BackColor = System.Drawing.Color.Transparent;
     this.register_btn.BackgroundImage = global::WinForm.Properties.Resources.blue_btn_move;
     this.register_btn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.register_btn.BaseColor = System.Drawing.Color.Silver;
     this.register_btn.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.register_btn.DownBack = null;
     this.register_btn.DrawType = CCWin.SkinControl.DrawStyle.Img;
     this.register_btn.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.register_btn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.register_btn.Location = new System.Drawing.Point(69, 273);
     this.register_btn.MouseBack = global::WinForm.Properties.Resources.blue_btn_normal;
     this.register_btn.Name = "register_btn";
     this.register_btn.NormlBack = global::WinForm.Properties.Resources.blue_btn_move;
     this.register_btn.Size = new System.Drawing.Size(78, 36);
     this.register_btn.TabIndex = 14;
     this.register_btn.Text = "注册";
     this.register_btn.UseVisualStyleBackColor = false;
     this.register_btn.Click += new System.EventHandler(this.register_btn_Click);
     //
     // skinLabel7
     //
     this.skinLabel7.AutoSize = true;
     this.skinLabel7.BackColor = System.Drawing.Color.LightSlateGray;
     this.skinLabel7.BorderColor = System.Drawing.Color.White;
     this.skinLabel7.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel7.Location = new System.Drawing.Point(54, 223);
     this.skinLabel7.Name = "skinLabel7";
     this.skinLabel7.Size = new System.Drawing.Size(94, 27);
     this.skinLabel7.TabIndex = 13;
     this.skinLabel7.Text = "     性别  ";
     //
     // gender_cb
     //
     this.gender_cb.BaseColor = System.Drawing.Color.Silver;
     this.gender_cb.BorderColor = System.Drawing.Color.Silver;
     this.gender_cb.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.gender_cb.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.gender_cb.FormattingEnabled = true;
     this.gender_cb.ItemBorderColor = System.Drawing.Color.Silver;
     this.gender_cb.Items.AddRange(new object[] {
     "男",
     "女",
     "不详 "});
     this.gender_cb.Location = new System.Drawing.Point(145, 222);
     this.gender_cb.Name = "gender_cb";
     this.gender_cb.Size = new System.Drawing.Size(136, 28);
     this.gender_cb.TabIndex = 7;
     this.gender_cb.WaterText = "";
     //
     // skinLabel6
     //
     this.skinLabel6.AutoSize = true;
     this.skinLabel6.BackColor = System.Drawing.Color.LightSlateGray;
     this.skinLabel6.BorderColor = System.Drawing.Color.White;
     this.skinLabel6.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel6.Location = new System.Drawing.Point(54, 191);
     this.skinLabel6.Name = "skinLabel6";
     this.skinLabel6.Size = new System.Drawing.Size(94, 27);
     this.skinLabel6.TabIndex = 11;
     this.skinLabel6.Text = "     地址  ";
     //
     // address_txb
     //
     this.address_txb.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.address_txb.Location = new System.Drawing.Point(146, 191);
     this.address_txb.Name = "address_txb";
     this.address_txb.Size = new System.Drawing.Size(135, 27);
     this.address_txb.TabIndex = 6;
     this.address_txb.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.address_txb.WaterText = "";
     //
     // skinLabel5
     //
     this.skinLabel5.AutoSize = true;
     this.skinLabel5.BackColor = System.Drawing.Color.LightSlateGray;
     this.skinLabel5.BorderColor = System.Drawing.Color.White;
     this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel5.Location = new System.Drawing.Point(54, 160);
     this.skinLabel5.Name = "skinLabel5";
     this.skinLabel5.Size = new System.Drawing.Size(96, 27);
     this.skinLabel5.TabIndex = 1;
     this.skinLabel5.Text = "   身份证 ";
     //
     // skinLabel4
     //
     this.skinLabel4.AutoSize = true;
     this.skinLabel4.BackColor = System.Drawing.Color.LightSlateGray;
     this.skinLabel4.BorderColor = System.Drawing.Color.White;
     this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel4.Location = new System.Drawing.Point(54, 129);
     this.skinLabel4.Name = "skinLabel4";
     this.skinLabel4.Size = new System.Drawing.Size(94, 27);
     this.skinLabel4.TabIndex = 8;
     this.skinLabel4.Text = "     科别  ";
     //
     // skinLabel3
     //
     this.skinLabel3.AutoSize = true;
     this.skinLabel3.BackColor = System.Drawing.Color.LightSlateGray;
     this.skinLabel3.BorderColor = System.Drawing.Color.White;
     this.skinLabel3.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel3.Location = new System.Drawing.Point(54, 98);
     this.skinLabel3.Name = "skinLabel3";
     this.skinLabel3.Size = new System.Drawing.Size(94, 27);
     this.skinLabel3.TabIndex = 7;
     this.skinLabel3.Text = "     密码  ";
     //
     // skinLabel2
     //
     this.skinLabel2.AutoSize = true;
     this.skinLabel2.BackColor = System.Drawing.Color.LightSlateGray;
     this.skinLabel2.BorderColor = System.Drawing.Color.White;
     this.skinLabel2.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel2.Location = new System.Drawing.Point(54, 67);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new System.Drawing.Size(94, 27);
     this.skinLabel2.TabIndex = 6;
     this.skinLabel2.Text = "     密码  ";
     //
     // skinLabel1
     //
     this.skinLabel1.AutoSize = true;
     this.skinLabel1.BackColor = System.Drawing.Color.LightSlateGray;
     this.skinLabel1.BorderColor = System.Drawing.Color.White;
     this.skinLabel1.Font = new System.Drawing.Font("微软雅黑", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.skinLabel1.Location = new System.Drawing.Point(54, 36);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new System.Drawing.Size(94, 27);
     this.skinLabel1.TabIndex = 1;
     this.skinLabel1.Text = "     姓名  ";
     //
     // idcard_txb
     //
     this.idcard_txb.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.idcard_txb.Location = new System.Drawing.Point(145, 160);
     this.idcard_txb.Name = "idcard_txb";
     this.idcard_txb.Size = new System.Drawing.Size(136, 27);
     this.idcard_txb.TabIndex = 5;
     this.idcard_txb.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.idcard_txb.WaterText = "";
     //
     // passwd_txb_1
     //
     this.passwd_txb_1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.passwd_txb_1.Location = new System.Drawing.Point(146, 67);
     this.passwd_txb_1.Name = "passwd_txb_1";
     this.passwd_txb_1.Size = new System.Drawing.Size(136, 27);
     this.passwd_txb_1.TabIndex = 2;
     this.passwd_txb_1.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.passwd_txb_1.WaterText = "";
     //
     // name_txb
     //
     this.name_txb.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.name_txb.Location = new System.Drawing.Point(146, 36);
     this.name_txb.Name = "name_txb";
     this.name_txb.Size = new System.Drawing.Size(136, 27);
     this.name_txb.TabIndex = 1;
     this.name_txb.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.name_txb.WaterText = "";
     //
     // passwd_txb_2
     //
     this.passwd_txb_2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.passwd_txb_2.Location = new System.Drawing.Point(146, 98);
     this.passwd_txb_2.Name = "passwd_txb_2";
     this.passwd_txb_2.Size = new System.Drawing.Size(136, 27);
     this.passwd_txb_2.TabIndex = 3;
     this.passwd_txb_2.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.passwd_txb_2.WaterText = "";
     //
     // kebie_txb
     //
     this.kebie_txb.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
     this.kebie_txb.Location = new System.Drawing.Point(146, 129);
     this.kebie_txb.Name = "kebie_txb";
     this.kebie_txb.Size = new System.Drawing.Size(136, 27);
     this.kebie_txb.TabIndex = 4;
     this.kebie_txb.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.kebie_txb.WaterText = "";
     //
     // skinLabel8
     //
     this.skinLabel8.AutoSize = true;
     this.skinLabel8.BackColor = System.Drawing.Color.Transparent;
     this.skinLabel8.BorderColor = System.Drawing.Color.Transparent;
     this.skinLabel8.Font = new System.Drawing.Font("微软雅黑", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.skinLabel8.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.skinLabel8.Location = new System.Drawing.Point(178, 66);
     this.skinLabel8.Name = "skinLabel8";
     this.skinLabel8.Size = new System.Drawing.Size(106, 31);
     this.skinLabel8.TabIndex = 1;
     this.skinLabel8.Text = "用户注册";
     //
     // RegisterUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.Silver;
     this.BackgroundImage = global::WinForm.Properties.Resources.bg;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(454, 492);
     this.CloseDownBack = global::WinForm.Properties.Resources.CloseDownBack;
     this.CloseMouseBack = global::WinForm.Properties.Resources.CloseMouseBack;
     this.CloseNormlBack = global::WinForm.Properties.Resources.CloseNormlBack1;
     this.Controls.Add(this.skinLabel8);
     this.Controls.Add(this.skinPanel1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MiniDownBack = global::WinForm.Properties.Resources.MiniDownBack;
     this.MiniMouseBack = global::WinForm.Properties.Resources.MiniMouseBack;
     this.MiniNormlBack = global::WinForm.Properties.Resources.MiniNormlBack;
     this.Name = "RegisterUI";
     this.RoundStyle = CCWin.SkinClass.RoundStyle.None;
     this.ShowBorder = false;
     this.ShowDrawIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.RegisterUI_FormClosed);
     this.skinPanel1.ResumeLayout(false);
     this.skinPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginUI));
     this.label1 = new System.Windows.Forms.Label();
     this.userName_txb = new CCWin.SkinControl.SkinWaterTextBox();
     this.passwd_txb = new CCWin.SkinControl.SkinWaterTextBox();
     this.remenber_ckb = new CCWin.SkinControl.SkinCheckBox();
     this.login_btn = new CCWin.SkinControl.SkinButton();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.forget_lb = new CCWin.SkinControl.SkinLabel();
     this.register_btn = new CCWin.SkinControl.SkinButton();
     this.skinPanel1 = new CCWin.SkinControl.SkinPanel();
     this.skinPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font = new System.Drawing.Font("微软雅黑", 23F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.label1.Location = new System.Drawing.Point(107, 63);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(206, 31);
     this.label1.TabIndex = 0;
     this.label1.Text = "医疗处方管理系统";
     //
     // userName_txb
     //
     this.userName_txb.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.userName_txb.Location = new System.Drawing.Point(29, 99);
     this.userName_txb.Name = "userName_txb";
     this.userName_txb.Size = new System.Drawing.Size(202, 31);
     this.userName_txb.TabIndex = 1;
     this.userName_txb.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.userName_txb.WaterText = "用户名";
     //
     // passwd_txb
     //
     this.passwd_txb.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.passwd_txb.Location = new System.Drawing.Point(29, 136);
     this.passwd_txb.Name = "passwd_txb";
     this.passwd_txb.Size = new System.Drawing.Size(202, 31);
     this.passwd_txb.TabIndex = 2;
     this.passwd_txb.UseSystemPasswordChar = true;
     this.passwd_txb.WaterColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
     this.passwd_txb.WaterText = "密码";
     //
     // remenber_ckb
     //
     this.remenber_ckb.AutoSize = true;
     this.remenber_ckb.BackColor = System.Drawing.Color.Transparent;
     this.remenber_ckb.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.remenber_ckb.DownBack = null;
     this.remenber_ckb.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.remenber_ckb.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.remenber_ckb.ForeColor = System.Drawing.Color.FloralWhite;
     this.remenber_ckb.Location = new System.Drawing.Point(29, 173);
     this.remenber_ckb.MouseBack = null;
     this.remenber_ckb.Name = "remenber_ckb";
     this.remenber_ckb.NormlBack = null;
     this.remenber_ckb.SelectedDownBack = null;
     this.remenber_ckb.SelectedMouseBack = null;
     this.remenber_ckb.SelectedNormlBack = null;
     this.remenber_ckb.Size = new System.Drawing.Size(90, 25);
     this.remenber_ckb.TabIndex = 3;
     this.remenber_ckb.Text = "记住密码";
     this.remenber_ckb.UseVisualStyleBackColor = false;
     //
     // login_btn
     //
     this.login_btn.BackColor = System.Drawing.SystemColors.Highlight;
     this.login_btn.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(208)))), ((int)(((byte)(255)))));
     this.login_btn.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.login_btn.DownBack = null;
     this.login_btn.DrawType = CCWin.SkinControl.DrawStyle.Img;
     this.login_btn.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.login_btn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.login_btn.Location = new System.Drawing.Point(29, 205);
     this.login_btn.MouseBack = global::WinForm.Properties.Resources.blue_btn_normal;
     this.login_btn.Name = "login_btn";
     this.login_btn.NormlBack = global::WinForm.Properties.Resources.blue_btn_move;
     this.login_btn.Size = new System.Drawing.Size(78, 37);
     this.login_btn.TabIndex = 4;
     this.login_btn.Text = "登录";
     this.login_btn.UseVisualStyleBackColor = false;
     this.login_btn.Click += new System.EventHandler(this.login_btn_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.BackColor = System.Drawing.SystemColors.Highlight;
     this.label2.Image = global::WinForm.Properties.Resources.user;
     this.label2.Location = new System.Drawing.Point(26, 43);
     this.label2.MaximumSize = new System.Drawing.Size(40, 40);
     this.label2.MinimumSize = new System.Drawing.Size(40, 40);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 40);
     this.label2.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlDark;
     this.label3.Location = new System.Drawing.Point(72, 60);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(78, 23);
     this.label3.TabIndex = 6;
     this.label3.Text = "管理登录";
     //
     // forget_lb
     //
     this.forget_lb.AutoSize = true;
     this.forget_lb.BackColor = System.Drawing.Color.Transparent;
     this.forget_lb.BorderColor = System.Drawing.Color.White;
     this.forget_lb.Font = new System.Drawing.Font("微软雅黑", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.forget_lb.ForeColor = System.Drawing.Color.DimGray;
     this.forget_lb.Location = new System.Drawing.Point(157, 175);
     this.forget_lb.Name = "forget_lb";
     this.forget_lb.Size = new System.Drawing.Size(72, 20);
     this.forget_lb.TabIndex = 8;
     this.forget_lb.Text = "忘记密码?";
     this.forget_lb.Click += new System.EventHandler(this.forget_lb_Click);
     //
     // register_btn
     //
     this.register_btn.BackColor = System.Drawing.SystemColors.Highlight;
     this.register_btn.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(208)))), ((int)(((byte)(255)))));
     this.register_btn.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.register_btn.DownBack = null;
     this.register_btn.DrawType = CCWin.SkinControl.DrawStyle.Img;
     this.register_btn.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
     this.register_btn.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
     this.register_btn.Location = new System.Drawing.Point(153, 205);
     this.register_btn.MouseBack = global::WinForm.Properties.Resources.blue_btn_normal;
     this.register_btn.Name = "register_btn";
     this.register_btn.NormlBack = global::WinForm.Properties.Resources.blue_btn_move;
     this.register_btn.Size = new System.Drawing.Size(78, 37);
     this.register_btn.TabIndex = 9;
     this.register_btn.Text = "注册";
     this.register_btn.UseVisualStyleBackColor = false;
     this.register_btn.Click += new System.EventHandler(this.register_btn_Click);
     //
     // skinPanel1
     //
     this.skinPanel1.BackColor = System.Drawing.Color.Transparent;
     this.skinPanel1.BackgroundImage = global::WinForm.Properties.Resources.p2;
     this.skinPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.skinPanel1.Controls.Add(this.label2);
     this.skinPanel1.Controls.Add(this.login_btn);
     this.skinPanel1.Controls.Add(this.register_btn);
     this.skinPanel1.Controls.Add(this.label3);
     this.skinPanel1.Controls.Add(this.forget_lb);
     this.skinPanel1.Controls.Add(this.userName_txb);
     this.skinPanel1.Controls.Add(this.passwd_txb);
     this.skinPanel1.Controls.Add(this.remenber_ckb);
     this.skinPanel1.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.skinPanel1.DownBack = null;
     this.skinPanel1.Location = new System.Drawing.Point(83, 168);
     this.skinPanel1.MouseBack = null;
     this.skinPanel1.Name = "skinPanel1";
     this.skinPanel1.NormlBack = null;
     this.skinPanel1.Size = new System.Drawing.Size(258, 264);
     this.skinPanel1.TabIndex = 10;
     //
     // LoginUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage = global::WinForm.Properties.Resources.bg;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize = new System.Drawing.Size(420, 485);
     this.CloseDownBack = global::WinForm.Properties.Resources.CloseDownBack;
     this.CloseMouseBack = global::WinForm.Properties.Resources.CloseMouseBack;
     this.CloseNormlBack = global::WinForm.Properties.Resources.CloseNormlBack1;
     this.Controls.Add(this.skinPanel1);
     this.Controls.Add(this.label1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MiniDownBack = global::WinForm.Properties.Resources.MiniDownBack;
     this.MiniMouseBack = global::WinForm.Properties.Resources.MiniMouseBack;
     this.MiniNormlBack = global::WinForm.Properties.Resources.MiniNormlBack;
     this.Name = "LoginUI";
     this.RoundStyle = CCWin.SkinClass.RoundStyle.None;
     this.ShadowWidth = 6;
     this.ShowBorder = false;
     this.ShowDrawIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.LoginUI_FormClosed);
     this.Load += new System.EventHandler(this.LoginUI_Load);
     this.skinPanel1.ResumeLayout(false);
     this.skinPanel1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #10
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_Judge));
     this.statusStrip1 = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
     this.skinProgressBar1 = new CCWin.SkinControl.SkinProgressBar();
     this.Text_problemId = new System.Windows.Forms.TextBox();
     this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
     this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.skinLabel1 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel2 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel3 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel4 = new CCWin.SkinControl.SkinLabel();
     this.skinLabel5 = new CCWin.SkinControl.SkinLabel();
     this.statusStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     this.SuspendLayout();
     //
     // statusStrip1
     //
     this.statusStrip1.BackColor = System.Drawing.Color.LightSlateGray;
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripStatusLabel3,
     this.toolStripStatusLabel4});
     this.statusStrip1.Location = new System.Drawing.Point(4, 134);
     this.statusStrip1.Name = "statusStrip1";
     this.statusStrip1.Size = new System.Drawing.Size(610, 22);
     this.statusStrip1.TabIndex = 0;
     this.statusStrip1.Text = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(65, 17);
     this.toolStripStatusLabel1.Text = "状态信息:";
     //
     // toolStripStatusLabel2
     //
     this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
     this.toolStripStatusLabel2.Size = new System.Drawing.Size(53, 17);
     this.toolStripStatusLabel2.Text = "运行正常";
     //
     // skinProgressBar1
     //
     this.skinProgressBar1.Back = null;
     this.skinProgressBar1.BackColor = System.Drawing.Color.Transparent;
     this.skinProgressBar1.BarBack = null;
     this.skinProgressBar1.BarRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinProgressBar1.ForeColor = System.Drawing.Color.Red;
     this.skinProgressBar1.FormatString = "";
     this.skinProgressBar1.Location = new System.Drawing.Point(444, 140);
     this.skinProgressBar1.Name = "skinProgressBar1";
     this.skinProgressBar1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinProgressBar1.Size = new System.Drawing.Size(158, 12);
     this.skinProgressBar1.TabIndex = 1;
     this.skinProgressBar1.TrackBack = System.Drawing.Color.LightSlateGray;
     this.skinProgressBar1.TrackFore = System.Drawing.Color.Red;
     //
     // Text_problemId
     //
     this.Text_problemId.Location = new System.Drawing.Point(144, 135);
     this.Text_problemId.Name = "Text_problemId";
     this.Text_problemId.Size = new System.Drawing.Size(100, 21);
     this.Text_problemId.TabIndex = 2;
     this.Text_problemId.Text = "debug";
     this.Text_problemId.Visible = false;
     //
     // toolStripStatusLabel3
     //
     this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
     this.toolStripStatusLabel3.Size = new System.Drawing.Size(65, 17);
     this.toolStripStatusLabel3.Text = "状态信息:";
     //
     // toolStripStatusLabel4
     //
     this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
     this.toolStripStatusLabel4.Size = new System.Drawing.Size(53, 17);
     this.toolStripStatusLabel4.Text = "运行正常";
     //
     // pictureBox5
     //
     this.pictureBox5.Image = global::Judge.Properties.Resources.wait1;
     this.pictureBox5.Location = new System.Drawing.Point(514, 44);
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(65, 63);
     this.pictureBox5.TabIndex = 12;
     this.pictureBox5.TabStop = false;
     //
     // pictureBox4
     //
     this.pictureBox4.Image = global::Judge.Properties.Resources.wait1;
     this.pictureBox4.Location = new System.Drawing.Point(388, 44);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(65, 63);
     this.pictureBox4.TabIndex = 11;
     this.pictureBox4.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Image = global::Judge.Properties.Resources.wait1;
     this.pictureBox3.Location = new System.Drawing.Point(270, 44);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(65, 63);
     this.pictureBox3.TabIndex = 10;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image = global::Judge.Properties.Resources.wait1;
     this.pictureBox2.Location = new System.Drawing.Point(145, 44);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(65, 63);
     this.pictureBox2.TabIndex = 9;
     this.pictureBox2.TabStop = false;
     //
     // pictureBox6
     //
     this.pictureBox6.Image = global::Judge.Properties.Resources.wait1;
     this.pictureBox6.Location = new System.Drawing.Point(29, 44);
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(65, 63);
     this.pictureBox6.TabIndex = 8;
     this.pictureBox6.TabStop = false;
     //
     // 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("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel1.Location = new System.Drawing.Point(29, 112);
     this.skinLabel1.Name = "skinLabel1";
     this.skinLabel1.Size = new System.Drawing.Size(65, 20);
     this.skinLabel1.TabIndex = 13;
     this.skinLabel1.Text = "数据下载";
     //
     // skinLabel2
     //
     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("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel2.Location = new System.Drawing.Point(145, 112);
     this.skinLabel2.Name = "skinLabel2";
     this.skinLabel2.Size = new System.Drawing.Size(65, 20);
     this.skinLabel2.TabIndex = 14;
     this.skinLabel2.Text = "数据分析";
     //
     // skinLabel3
     //
     this.skinLabel3.AutoSize = true;
     this.skinLabel3.BackColor = System.Drawing.Color.Transparent;
     this.skinLabel3.BorderColor = System.Drawing.Color.White;
     this.skinLabel3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel3.Location = new System.Drawing.Point(270, 112);
     this.skinLabel3.Name = "skinLabel3";
     this.skinLabel3.Size = new System.Drawing.Size(65, 20);
     this.skinLabel3.TabIndex = 15;
     this.skinLabel3.Text = "源码编译";
     //
     // skinLabel4
     //
     this.skinLabel4.AutoSize = true;
     this.skinLabel4.BackColor = System.Drawing.Color.Transparent;
     this.skinLabel4.BorderColor = System.Drawing.Color.White;
     this.skinLabel4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel4.Location = new System.Drawing.Point(388, 112);
     this.skinLabel4.Name = "skinLabel4";
     this.skinLabel4.Size = new System.Drawing.Size(65, 20);
     this.skinLabel4.TabIndex = 16;
     this.skinLabel4.Text = "数据生成";
     //
     // skinLabel5
     //
     this.skinLabel5.AutoSize = true;
     this.skinLabel5.BackColor = System.Drawing.Color.Transparent;
     this.skinLabel5.BorderColor = System.Drawing.Color.White;
     this.skinLabel5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.skinLabel5.Location = new System.Drawing.Point(514, 112);
     this.skinLabel5.Name = "skinLabel5";
     this.skinLabel5.Size = new System.Drawing.Size(65, 20);
     this.skinLabel5.TabIndex = 17;
     this.skinLabel5.Text = "结果分析";
     //
     // frm_Judge
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.CanResize = false;
     this.CaptionFont = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.ClientSize = new System.Drawing.Size(618, 160);
     this.Controls.Add(this.skinLabel5);
     this.Controls.Add(this.skinLabel4);
     this.Controls.Add(this.skinLabel3);
     this.Controls.Add(this.skinLabel2);
     this.Controls.Add(this.skinLabel1);
     this.Controls.Add(this.pictureBox5);
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox6);
     this.Controls.Add(this.Text_problemId);
     this.Controls.Add(this.skinProgressBar1);
     this.Controls.Add(this.statusStrip1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frm_Judge";
     this.Text = "评测状态";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
     this.timHide = new System.Windows.Forms.Timer(this.components);
     this.lblQm = new CCWin.SkinControl.SkinLabel();
     this.toolShow = new System.Windows.Forms.ToolTip(this.components);
     this.skinToolStrip1 = new CCWin.SkinControl.SkinToolStrip();
     this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton11 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton12 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
     this.SkToolCdTwo = new CCWin.SkinControl.SkinToolStrip();
     this.toolQQMenu = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton15 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton14 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton19 = new System.Windows.Forms.ToolStripButton();
     this.toolStripDropDownButton4 = new System.Windows.Forms.ToolStripButton();
     this.lblName = new CCWin.SkinControl.SkinLabel();
     this.QQMenu = new CCWin.SkinControl.SkinContextMenuStrip();
     this.ItemImonline = new System.Windows.Forms.ToolStripMenuItem();
     this.腾讯网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ空间ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.拍拍购物ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.sOSO搜索ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
     this.qQ充值ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.充值Q币ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.开通包月服务ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ会员ToolStripMenuItem1 = 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.超级QQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.蓝钻贵族ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.粉钻贵族ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cF会员ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dNF黑钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.炫舞紫钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.飞车紫钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ堂紫钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aVA精英ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.音速紫钻ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.寻仙VIPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.读书VIPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.充值游戏点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.cF点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.dNF点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.aVA点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ炫舞点卷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ飞车点卷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.qQ华夏点卷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.丝路英雄路币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.qQ西游ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.七雄争霸ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem6 = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ幻想世界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.丝路英雄ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ自由幻想ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.穿越火线ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ炫舞ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ飞车ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.逆战ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.手机生活ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.超级QQToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.手机QQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem5 = 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.toolStripMenuItem7 = 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.toolStripMenuItem8 = 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.女性频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem9 = new System.Windows.Forms.ToolStripSeparator();
     this.游戏频道ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.科技数码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem10 = 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.qQ充值ToolStripMenuItem1 = 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.qQ会员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.qQ风尚ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem11 = 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.toolStripMenuItem12 = 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.qQ装扮ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.会员炫彩字ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem13 = 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.toolStripMenuItem14 = new System.Windows.Forms.ToolStripSeparator();
     this.会员红名ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ等级加速ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem15 = 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.qQ彩贝ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ电影票ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ团购ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ旅游ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ返利ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.我的QQ中心ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     this.工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ在线状态官网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.网络备忘录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.系统设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.个人资料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem16 = 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.toolStripMenuItem2 = 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.qQ安全帮助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.toolStripMenuItem17 = new System.Windows.Forms.ToolStripSeparator();
     this.qQ新特性ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem18 = new System.Windows.Forms.ToolStripSeparator();
     this.iMQQ官网ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.qQ官方微博ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.关于QQ2013ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = 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.锁定QQToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.skinToolStrip2 = new CCWin.SkinControl.SkinToolStrip();
     this.toolStripButton17 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton16 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton13 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton20 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton18 = new System.Windows.Forms.ToolStripButton();
     this.btnTq = new CCWin.SkinControl.SkinButtom();
     this.UserMenu = new CCWin.SkinControl.SkinContextMenuStrip();
     this.toolStripMenuItem51 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem56 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem60 = 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.设置QQ装扮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.toolStripMenuItem54 = new System.Windows.Forms.ToolStripSeparator();
     this.会员群特权ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.群克隆ToolStripMenuItem = 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.toolStripMenuItem55 = new System.Windows.Forms.ToolStripSeparator();
     this.赠送会员ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.索要会员ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem57 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem58 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem59 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem61 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem62 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem63 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem64 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem65 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem66 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem67 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem68 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem69 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem70 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem71 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem72 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem73 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem74 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem75 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem76 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem77 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem78 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem79 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem80 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem81 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem82 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem83 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem84 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem85 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem86 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem87 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem88 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem89 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem90 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem91 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem92 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem52 = 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.举报此用户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.修改备注名ToolStripMenuItem = 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.好友管理器ToolStripMenuItem1 = 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.好友上线提醒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem53 = 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.GroupingMenu = new CCWin.SkinControl.SkinContextMenuStrip();
     this.toolStripMenuItem19 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem21 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem22 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem34 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem42 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem43 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem122 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem123 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem124 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem125 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem152 = new System.Windows.Forms.ToolStripMenuItem();
     this.单列显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.多列平铺ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem44 = new System.Windows.Forms.ToolStripSeparator();
     this.显示清爽资料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem45 = new System.Windows.Forms.ToolStripSeparator();
     this.动画效果ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator17 = 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.toolStripMenuItem46 = new System.Windows.Forms.ToolStripSeparator();
     this.显示在线联系人ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem47 = 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.toolStripMenuItem48 = new System.Windows.Forms.ToolStripSeparator();
     this.隐身对该分组可见ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.在线对该分组隐身ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem49 = new System.Windows.Forms.ToolStripSeparator();
     this.添加分组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.添加联系人ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem50 = 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.btnState = new CCWin.SkinControl.SkinButtom();
     this.toolStripMenuItem23 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem26 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem27 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem28 = new System.Windows.Forms.ToolStripMenuItem();
     this.MenuState = new CCWin.SkinControl.SkinContextMenuStrip();
     this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem29 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem30 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem31 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem32 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem33 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolOffline = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem35 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem36 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem37 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem38 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
     this.toolStripMenuItem39 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem40 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem41 = new System.Windows.Forms.ToolStripMenuItem();
     this.lblLv = new CCWin.SkinControl.SkinLabel();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.chatShow = new CCWin.SkinControl.ChatListBox();
     this.toolStripSplitButton4 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSplitButton3 = new System.Windows.Forms.ToolStripSplitButton();
     this.toolStripSplitButton2 = new System.Windows.Forms.ToolStripSplitButton();
     this.skinToolStrip3 = new CCWin.SkinControl.SkinToolStrip();
     this.skinToolStrip1.SuspendLayout();
     this.SkToolCdTwo.SuspendLayout();
     this.QQMenu.SuspendLayout();
     this.skinToolStrip2.SuspendLayout();
     this.UserMenu.SuspendLayout();
     this.GroupingMenu.SuspendLayout();
     this.MenuState.SuspendLayout();
     this.skinToolStrip3.SuspendLayout();
     this.SuspendLayout();
     //
     // timHide
     //
     this.timHide.Enabled = true;
     this.timHide.Tick += new System.EventHandler(this.timHide_Tick);
     //
     // lblQm
     //
     this.lblQm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblQm.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.Anamorphosis;
     this.lblQm.BackColor = System.Drawing.Color.Transparent;
     this.lblQm.BorderColor = System.Drawing.Color.White;
     this.lblQm.BorderSize = 4;
     this.lblQm.Font = new System.Drawing.Font("微软雅黑", 10F);
     this.lblQm.ForeColor = System.Drawing.Color.Black;
     this.lblQm.Location = new System.Drawing.Point(6, 76);
     this.lblQm.Name = "lblQm";
     this.lblQm.Size = new System.Drawing.Size(235, 20);
     this.lblQm.TabIndex = 100;
     this.lblQm.Text = "我的个性签名我的个性签名我的个性签名我的个性签名我的个性签名";
     //
     // skinToolStrip1
     //
     this.skinToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip1.Arrow = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinToolStrip1.AutoSize = false;
     this.skinToolStrip1.Back = System.Drawing.Color.White;
     this.skinToolStrip1.BackColor = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BackRadius = 4;
     this.skinToolStrip1.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.skinToolStrip1.Base = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BaseFore = System.Drawing.Color.Black;
     this.skinToolStrip1.BaseForeAnamorphosis = false;
     this.skinToolStrip1.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip1.BaseForeAnamorphosisColor = System.Drawing.Color.White;
     this.skinToolStrip1.BaseHoverFore = System.Drawing.Color.Black;
     this.skinToolStrip1.BaseItemAnamorphosis = true;
     this.skinToolStrip1.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip1.BaseItemBorderShow = true;
     this.skinToolStrip1.BaseItemDown = ((System.Drawing.Image)(resources.GetObject("skinToolStrip1.BaseItemDown")));
     this.skinToolStrip1.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip1.BaseItemMouse = ((System.Drawing.Image)(resources.GetObject("skinToolStrip1.BaseItemMouse")));
     this.skinToolStrip1.BaseItemPressed = System.Drawing.Color.Transparent;
     this.skinToolStrip1.BaseItemRadius = 2;
     this.skinToolStrip1.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip1.BaseItemSplitter = System.Drawing.Color.Transparent;
     this.skinToolStrip1.Dock = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip1.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip1.Fore = System.Drawing.Color.Black;
     this.skinToolStrip1.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip1.HoverFore = System.Drawing.Color.White;
     this.skinToolStrip1.ItemAnamorphosis = false;
     this.skinToolStrip1.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemBorderShow = false;
     this.skinToolStrip1.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip1.ItemRadius = 3;
     this.skinToolStrip1.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton3,
     this.toolStripButton11,
     this.toolStripButton6,
     this.toolStripButton5,
     this.toolStripButton4,
     this.toolStripButton12,
     this.toolStripButton8,
     this.toolStripButton9,
     this.toolStripButton10});
     this.skinToolStrip1.Location = new System.Drawing.Point(1, 475);
     this.skinToolStrip1.Name = "skinToolStrip1";
     this.skinToolStrip1.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip1.Size = new System.Drawing.Size(278, 24);
     this.skinToolStrip1.TabIndex = 122;
     this.skinToolStrip1.Text = "skinToolStrip1";
     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;
     //
     // toolStripButton3
     //
     this.toolStripButton3.AutoSize = false;
     this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Transparent;
     this.toolStripButton3.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton3.Name = "toolStripButton3";
     this.toolStripButton3.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton3.Text = "toolStripButton3";
     this.toolStripButton3.ToolTipText = "手机生活";
     //
     // toolStripButton11
     //
     this.toolStripButton11.AutoSize = false;
     this.toolStripButton11.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton11.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton11.Image")));
     this.toolStripButton11.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton11.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton11.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton11.Name = "toolStripButton11";
     this.toolStripButton11.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton11.Text = "toolStripButton3";
     this.toolStripButton11.ToolTipText = "QQ游戏";
     //
     // toolStripButton6
     //
     this.toolStripButton6.AutoSize = false;
     this.toolStripButton6.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton6.Name = "toolStripButton6";
     this.toolStripButton6.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton6.Text = "toolStripButton4";
     this.toolStripButton6.ToolTipText = "QQ宠物";
     //
     // toolStripButton5
     //
     this.toolStripButton5.AutoSize = false;
     this.toolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton5.Name = "toolStripButton5";
     this.toolStripButton5.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton5.Text = "toolStripButton4";
     this.toolStripButton5.ToolTipText = "QQ音乐";
     //
     // toolStripButton4
     //
     this.toolStripButton4.AutoSize = false;
     this.toolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton4.Name = "toolStripButton4";
     this.toolStripButton4.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
     this.toolStripButton4.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton4.Text = "toolStripButton4";
     this.toolStripButton4.ToolTipText = "腾讯视频";
     //
     // toolStripButton12
     //
     this.toolStripButton12.AutoSize = false;
     this.toolStripButton12.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton12.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton12.Image")));
     this.toolStripButton12.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton12.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton12.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton12.Name = "toolStripButton12";
     this.toolStripButton12.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton12.Text = "toolStripButton4";
     this.toolStripButton12.ToolTipText = "便民直充";
     //
     // toolStripButton8
     //
     this.toolStripButton8.AutoSize = false;
     this.toolStripButton8.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
     this.toolStripButton8.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton8.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton8.Name = "toolStripButton8";
     this.toolStripButton8.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton8.Text = "toolStripButton4";
     this.toolStripButton8.ToolTipText = "QQ电脑管家";
     //
     // toolStripButton9
     //
     this.toolStripButton9.AutoSize = false;
     this.toolStripButton9.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton9.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton9.Image")));
     this.toolStripButton9.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton9.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton9.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton9.Name = "toolStripButton9";
     this.toolStripButton9.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton9.Text = "toolStripButton4";
     this.toolStripButton9.ToolTipText = "拍拍购物";
     //
     // toolStripButton10
     //
     this.toolStripButton10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton10.AutoSize = false;
     this.toolStripButton10.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton10.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton10.Image")));
     this.toolStripButton10.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton10.Margin = new System.Windows.Forms.Padding(2, 1, 0, 2);
     this.toolStripButton10.Name = "toolStripButton10";
     this.toolStripButton10.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton10.Text = "toolStripButton4";
     this.toolStripButton10.ToolTipText = "打开应用管理器";
     //
     // SkToolCdTwo
     //
     this.SkToolCdTwo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SkToolCdTwo.Arrow = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.SkToolCdTwo.AutoSize = false;
     this.SkToolCdTwo.Back = System.Drawing.Color.White;
     this.SkToolCdTwo.BackColor = System.Drawing.Color.Transparent;
     this.SkToolCdTwo.BackRadius = 4;
     this.SkToolCdTwo.BackRectangle = new System.Drawing.Rectangle(10, 10, 10, 10);
     this.SkToolCdTwo.Base = System.Drawing.Color.Transparent;
     this.SkToolCdTwo.BaseFore = System.Drawing.Color.Black;
     this.SkToolCdTwo.BaseForeAnamorphosis = true;
     this.SkToolCdTwo.BaseForeAnamorphosisBorder = 4;
     this.SkToolCdTwo.BaseForeAnamorphosisColor = System.Drawing.Color.White;
     this.SkToolCdTwo.BaseHoverFore = System.Drawing.Color.Black;
     this.SkToolCdTwo.BaseItemAnamorphosis = true;
     this.SkToolCdTwo.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.SkToolCdTwo.BaseItemBorderShow = true;
     this.SkToolCdTwo.BaseItemDown = ((System.Drawing.Image)(resources.GetObject("SkToolCdTwo.BaseItemDown")));
     this.SkToolCdTwo.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.SkToolCdTwo.BaseItemMouse = ((System.Drawing.Image)(resources.GetObject("SkToolCdTwo.BaseItemMouse")));
     this.SkToolCdTwo.BaseItemPressed = System.Drawing.Color.Transparent;
     this.SkToolCdTwo.BaseItemRadius = 2;
     this.SkToolCdTwo.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.SkToolCdTwo.BaseItemSplitter = System.Drawing.Color.Transparent;
     this.SkToolCdTwo.Dock = System.Windows.Forms.DockStyle.None;
     this.SkToolCdTwo.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.SkToolCdTwo.Fore = System.Drawing.Color.Black;
     this.SkToolCdTwo.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.SkToolCdTwo.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.SkToolCdTwo.HoverFore = System.Drawing.Color.White;
     this.SkToolCdTwo.ItemAnamorphosis = false;
     this.SkToolCdTwo.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.SkToolCdTwo.ItemBorderShow = false;
     this.SkToolCdTwo.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.SkToolCdTwo.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.SkToolCdTwo.ItemRadius = 3;
     this.SkToolCdTwo.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.SkToolCdTwo.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolQQMenu,
     this.toolStripButton1,
     this.toolStripButton2,
     this.toolStripButton15,
     this.toolStripButton14,
     this.toolStripButton19,
     this.toolStripDropDownButton4});
     this.SkToolCdTwo.Location = new System.Drawing.Point(1, 502);
     this.SkToolCdTwo.Name = "SkToolCdTwo";
     this.SkToolCdTwo.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.SkToolCdTwo.Size = new System.Drawing.Size(278, 24);
     this.SkToolCdTwo.TabIndex = 123;
     this.SkToolCdTwo.Text = "skinToolStrip2";
     this.SkToolCdTwo.TitleAnamorphosis = false;
     this.SkToolCdTwo.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.SkToolCdTwo.TitleRadius = 4;
     this.SkToolCdTwo.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolQQMenu
     //
     this.toolQQMenu.AutoSize = false;
     this.toolQQMenu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolQQMenu.Image = global::CC2013.Properties.Resources.menu_btn_normal;
     this.toolQQMenu.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolQQMenu.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolQQMenu.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolQQMenu.Name = "toolQQMenu";
     this.toolQQMenu.Size = new System.Drawing.Size(24, 24);
     this.toolQQMenu.Text = "toolStripButton4";
     this.toolQQMenu.ToolTipText = "主菜单";
     this.toolQQMenu.Click += new System.EventHandler(this.toolQQMenu_Click);
     this.toolQQMenu.MouseEnter += new System.EventHandler(this.toolQQMenu_MouseEnter);
     this.toolQQMenu.MouseLeave += new System.EventHandler(this.toolQQMenu_MouseLeave);
     //
     // 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 = "打开系统设置";
     //
     // toolStripButton2
     //
     this.toolStripButton2.AutoSize = false;
     this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Margin = new System.Windows.Forms.Padding(4, 1, 0, 2);
     this.toolStripButton2.Name = "toolStripButton2";
     this.toolStripButton2.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton2.Text = "toolStripButton3";
     this.toolStripButton2.ToolTipText = "打开消息管理器";
     //
     // toolStripButton15
     //
     this.toolStripButton15.AutoSize = false;
     this.toolStripButton15.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton15.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton15.Image")));
     this.toolStripButton15.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton15.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton15.Margin = new System.Windows.Forms.Padding(3, 1, 0, 2);
     this.toolStripButton15.Name = "toolStripButton15";
     this.toolStripButton15.Size = new System.Drawing.Size(24, 24);
     this.toolStripButton15.Text = "toolStripButton4";
     this.toolStripButton15.ToolTipText = "打开安全概况";
     //
     // toolStripButton14
     //
     this.toolStripButton14.AutoSize = false;
     this.toolStripButton14.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton14.Image")));
     this.toolStripButton14.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripButton14.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton14.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton14.Name = "toolStripButton14";
     this.toolStripButton14.Size = new System.Drawing.Size(54, 24);
     this.toolStripButton14.Text = "圈子";
     this.toolStripButton14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton14.ToolTipText = "圈子";
     //
     // toolStripButton19
     //
     this.toolStripButton19.AutoSize = false;
     this.toolStripButton19.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton19.Image")));
     this.toolStripButton19.ImageAlign = System.Drawing.ContentAlignment.TopLeft;
     this.toolStripButton19.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripButton19.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton19.Name = "toolStripButton19";
     this.toolStripButton19.Size = new System.Drawing.Size(54, 24);
     this.toolStripButton19.Text = "查找";
     this.toolStripButton19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton19.ToolTipText = "查找联系人";
     //
     // toolStripDropDownButton4
     //
     this.toolStripDropDownButton4.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripDropDownButton4.AutoSize = false;
     this.toolStripDropDownButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripDropDownButton4.Image")));
     this.toolStripDropDownButton4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripDropDownButton4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripDropDownButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripDropDownButton4.Margin = new System.Windows.Forms.Padding(0);
     this.toolStripDropDownButton4.Name = "toolStripDropDownButton4";
     this.toolStripDropDownButton4.Size = new System.Drawing.Size(54, 24);
     this.toolStripDropDownButton4.Text = "应用";
     this.toolStripDropDownButton4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripDropDownButton4.ToolTipText = "打开应用中心";
     //
     // lblName
     //
     this.lblName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblName.ArtTextStyle = CCWin.SkinControl.ArtTextStyle.Anamorphosis;
     this.lblName.BackColor = System.Drawing.Color.Transparent;
     this.lblName.BorderColor = System.Drawing.Color.White;
     this.lblName.BorderSize = 4;
     this.lblName.Cursor = System.Windows.Forms.Cursors.Hand;
     this.lblName.Font = new System.Drawing.Font("微软雅黑", 18F);
     this.lblName.ForeColor = System.Drawing.Color.Black;
     this.lblName.Location = new System.Drawing.Point(5, 41);
     this.lblName.Name = "lblName";
     this.lblName.Size = new System.Drawing.Size(169, 31);
     this.lblName.TabIndex = 99;
     this.lblName.Text = "威廉乔克斯_汀";
     this.lblName.MouseEnter += new System.EventHandler(this.lblName_MouseEnter);
     this.lblName.MouseLeave += new System.EventHandler(this.lblName_MouseLeave);
     //
     // QQMenu
     //
     this.QQMenu.Arrow = System.Drawing.Color.Gray;
     this.QQMenu.Back = System.Drawing.Color.White;
     this.QQMenu.BackRadius = 4;
     this.QQMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.QQMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.QQMenu.Fore = System.Drawing.Color.Black;
     this.QQMenu.HoverFore = System.Drawing.Color.White;
     this.QQMenu.ImageScalingSize = new System.Drawing.Size(11, 11);
     this.QQMenu.ItemAnamorphosis = false;
     this.QQMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.QQMenu.ItemBorderShow = false;
     this.QQMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.QQMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.QQMenu.ItemRadius = 4;
     this.QQMenu.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.QQMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.ItemImonline,
     this.qQ会员ToolStripMenuItem,
     this.我的QQ中心ToolStripMenuItem,
     this.toolStripMenuItem1,
     this.工具ToolStripMenuItem,
     this.系统设置ToolStripMenuItem,
     this.软件升级ToolStripMenuItem,
     this.toolStripMenuItem2,
     this.安全中心ToolStripMenuItem,
     this.帮组ToolStripMenuItem,
     this.toolStripMenuItem3,
     this.好友管理ToolStripMenuItem,
     this.修改密码ToolStripMenuItem,
     this.更改用户ToolStripMenuItem,
     this.锁定QQToolStripMenuItem,
     this.退出ToolStripMenuItem});
     this.QQMenu.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.QQMenu.Name = "MenuState";
     this.QQMenu.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.QQMenu.Size = new System.Drawing.Size(131, 308);
     this.QQMenu.TitleAnamorphosis = false;
     this.QQMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.QQMenu.TitleRadius = 4;
     this.QQMenu.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.QQMenu.Closing += new System.Windows.Forms.ToolStripDropDownClosingEventHandler(this.QQMenu_Closing);
     //
     // ItemImonline
     //
     this.ItemImonline.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.腾讯网ToolStripMenuItem,
     this.qQ空间ToolStripMenuItem,
     this.拍拍购物ToolStripMenuItem,
     this.sOSO搜索ToolStripMenuItem,
     this.toolStripMenuItem4,
     this.qQ充值ToolStripMenuItem,
     this.腾讯游戏ToolStripMenuItem,
     this.手机生活ToolStripMenuItem,
     this.新闻资讯ToolStripMenuItem,
     this.财付通ToolStripMenuItem});
     this.ItemImonline.Name = "ItemImonline";
     this.ItemImonline.Size = new System.Drawing.Size(130, 22);
     this.ItemImonline.Tag = "1";
     this.ItemImonline.Text = "所有服务";
     this.ItemImonline.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // 腾讯网ToolStripMenuItem
     //
     this.腾讯网ToolStripMenuItem.Name = "腾讯网ToolStripMenuItem";
     this.腾讯网ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.腾讯网ToolStripMenuItem.Text = "腾讯网";
     //
     // qQ空间ToolStripMenuItem
     //
     this.qQ空间ToolStripMenuItem.Name = "qQ空间ToolStripMenuItem";
     this.qQ空间ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ空间ToolStripMenuItem.Text = "QQ空间";
     //
     // 拍拍购物ToolStripMenuItem
     //
     this.拍拍购物ToolStripMenuItem.Name = "拍拍购物ToolStripMenuItem";
     this.拍拍购物ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.拍拍购物ToolStripMenuItem.Text = "拍拍购物";
     //
     // sOSO搜索ToolStripMenuItem
     //
     this.sOSO搜索ToolStripMenuItem.Name = "sOSO搜索ToolStripMenuItem";
     this.sOSO搜索ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.sOSO搜索ToolStripMenuItem.Text = "SOSO搜索";
     //
     // toolStripMenuItem4
     //
     this.toolStripMenuItem4.Name = "toolStripMenuItem4";
     this.toolStripMenuItem4.Size = new System.Drawing.Size(115, 6);
     //
     // qQ充值ToolStripMenuItem
     //
     this.qQ充值ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.充值Q币ToolStripMenuItem,
     this.开通包月服务ToolStripMenuItem,
     this.充值游戏点卷ToolStripMenuItem});
     this.qQ充值ToolStripMenuItem.Name = "qQ充值ToolStripMenuItem";
     this.qQ充值ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ充值ToolStripMenuItem.Text = "QQ充值";
     //
     // 充值Q币ToolStripMenuItem
     //
     this.充值Q币ToolStripMenuItem.Name = "充值Q币ToolStripMenuItem";
     this.充值Q币ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.充值Q币ToolStripMenuItem.Text = "充值Q币/Q点";
     //
     // 开通包月服务ToolStripMenuItem
     //
     this.开通包月服务ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.qQ会员ToolStripMenuItem1,
     this.黄钻贵族ToolStripMenuItem,
     this.红钻贵族ToolStripMenuItem,
     this.绿钻贵族ToolStripMenuItem,
     this.超级QQToolStripMenuItem,
     this.蓝钻贵族ToolStripMenuItem,
     this.粉钻贵族ToolStripMenuItem,
     this.cF会员ToolStripMenuItem,
     this.dNF黑钻ToolStripMenuItem,
     this.炫舞紫钻ToolStripMenuItem,
     this.飞车紫钻ToolStripMenuItem,
     this.qQ堂紫钻ToolStripMenuItem,
     this.aVA精英ToolStripMenuItem,
     this.音速紫钻ToolStripMenuItem,
     this.寻仙VIPToolStripMenuItem,
     this.读书VIPToolStripMenuItem});
     this.开通包月服务ToolStripMenuItem.Name = "开通包月服务ToolStripMenuItem";
     this.开通包月服务ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.开通包月服务ToolStripMenuItem.Text = "开通包月服务";
     //
     // qQ会员ToolStripMenuItem1
     //
     this.qQ会员ToolStripMenuItem1.Name = "qQ会员ToolStripMenuItem1";
     this.qQ会员ToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
     this.qQ会员ToolStripMenuItem1.Text = "QQ会员";
     //
     // 黄钻贵族ToolStripMenuItem
     //
     this.黄钻贵族ToolStripMenuItem.Name = "黄钻贵族ToolStripMenuItem";
     this.黄钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.黄钻贵族ToolStripMenuItem.Text = "黄钻贵族";
     //
     // 红钻贵族ToolStripMenuItem
     //
     this.红钻贵族ToolStripMenuItem.Name = "红钻贵族ToolStripMenuItem";
     this.红钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.红钻贵族ToolStripMenuItem.Text = "红钻贵族";
     //
     // 绿钻贵族ToolStripMenuItem
     //
     this.绿钻贵族ToolStripMenuItem.Name = "绿钻贵族ToolStripMenuItem";
     this.绿钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.绿钻贵族ToolStripMenuItem.Text = "绿钻贵族";
     //
     // 超级QQToolStripMenuItem
     //
     this.超级QQToolStripMenuItem.Name = "超级QQToolStripMenuItem";
     this.超级QQToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.超级QQToolStripMenuItem.Text = "超级QQ";
     //
     // 蓝钻贵族ToolStripMenuItem
     //
     this.蓝钻贵族ToolStripMenuItem.Name = "蓝钻贵族ToolStripMenuItem";
     this.蓝钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.蓝钻贵族ToolStripMenuItem.Text = "蓝钻贵族";
     //
     // 粉钻贵族ToolStripMenuItem
     //
     this.粉钻贵族ToolStripMenuItem.Name = "粉钻贵族ToolStripMenuItem";
     this.粉钻贵族ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.粉钻贵族ToolStripMenuItem.Text = "粉钻贵族";
     //
     // cF会员ToolStripMenuItem
     //
     this.cF会员ToolStripMenuItem.Name = "cF会员ToolStripMenuItem";
     this.cF会员ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.cF会员ToolStripMenuItem.Text = "CF会员";
     //
     // dNF黑钻ToolStripMenuItem
     //
     this.dNF黑钻ToolStripMenuItem.Name = "dNF黑钻ToolStripMenuItem";
     this.dNF黑钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.dNF黑钻ToolStripMenuItem.Text = "DNF黑钻";
     //
     // 炫舞紫钻ToolStripMenuItem
     //
     this.炫舞紫钻ToolStripMenuItem.Name = "炫舞紫钻ToolStripMenuItem";
     this.炫舞紫钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.炫舞紫钻ToolStripMenuItem.Text = "炫舞紫钻";
     //
     // 飞车紫钻ToolStripMenuItem
     //
     this.飞车紫钻ToolStripMenuItem.Name = "飞车紫钻ToolStripMenuItem";
     this.飞车紫钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.飞车紫钻ToolStripMenuItem.Text = "飞车紫钻";
     //
     // qQ堂紫钻ToolStripMenuItem
     //
     this.qQ堂紫钻ToolStripMenuItem.Name = "qQ堂紫钻ToolStripMenuItem";
     this.qQ堂紫钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ堂紫钻ToolStripMenuItem.Text = "QQ堂紫钻";
     //
     // aVA精英ToolStripMenuItem
     //
     this.aVA精英ToolStripMenuItem.Name = "aVA精英ToolStripMenuItem";
     this.aVA精英ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.aVA精英ToolStripMenuItem.Text = "AVA精英";
     //
     // 音速紫钻ToolStripMenuItem
     //
     this.音速紫钻ToolStripMenuItem.Name = "音速紫钻ToolStripMenuItem";
     this.音速紫钻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.音速紫钻ToolStripMenuItem.Text = "音速紫钻";
     //
     // 寻仙VIPToolStripMenuItem
     //
     this.寻仙VIPToolStripMenuItem.Name = "寻仙VIPToolStripMenuItem";
     this.寻仙VIPToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.寻仙VIPToolStripMenuItem.Text = "寻仙VIP";
     //
     // 读书VIPToolStripMenuItem
     //
     this.读书VIPToolStripMenuItem.Name = "读书VIPToolStripMenuItem";
     this.读书VIPToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.读书VIPToolStripMenuItem.Text = "读书VIP";
     //
     // 充值游戏点卷ToolStripMenuItem
     //
     this.充值游戏点卷ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cF点卷ToolStripMenuItem,
     this.dNF点卷ToolStripMenuItem,
     this.aVA点卷ToolStripMenuItem,
     this.qQ炫舞点卷ToolStripMenuItem,
     this.qQ飞车点卷ToolStripMenuItem,
     this.七雄争霸元宝ToolStripMenuItem,
     this.幻想世界金子ToolStripMenuItem,
     this.寻仙仙玉ToolStripMenuItem,
     this.qQ华夏点卷ToolStripMenuItem,
     this.大明龙权点卷ToolStripMenuItem,
     this.烽火战国点卷ToolStripMenuItem,
     this.三国点卷ToolStripMenuItem,
     this.自由幻想彩玉ToolStripMenuItem,
     this.丝路英雄路币ToolStripMenuItem,
     this.绿色征途点卷ToolStripMenuItem});
     this.充值游戏点卷ToolStripMenuItem.Name = "充值游戏点卷ToolStripMenuItem";
     this.充值游戏点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.充值游戏点卷ToolStripMenuItem.Text = "充值游戏点卷";
     //
     // cF点卷ToolStripMenuItem
     //
     this.cF点卷ToolStripMenuItem.Name = "cF点卷ToolStripMenuItem";
     this.cF点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.cF点卷ToolStripMenuItem.Text = "CF点卷";
     //
     // dNF点卷ToolStripMenuItem
     //
     this.dNF点卷ToolStripMenuItem.Name = "dNF点卷ToolStripMenuItem";
     this.dNF点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.dNF点卷ToolStripMenuItem.Text = "DNF点卷";
     //
     // aVA点卷ToolStripMenuItem
     //
     this.aVA点卷ToolStripMenuItem.Name = "aVA点卷ToolStripMenuItem";
     this.aVA点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.aVA点卷ToolStripMenuItem.Text = "AVA点卷";
     //
     // qQ炫舞点卷ToolStripMenuItem
     //
     this.qQ炫舞点卷ToolStripMenuItem.Name = "qQ炫舞点卷ToolStripMenuItem";
     this.qQ炫舞点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ炫舞点卷ToolStripMenuItem.Text = "QQ炫舞点卷";
     //
     // qQ飞车点卷ToolStripMenuItem
     //
     this.qQ飞车点卷ToolStripMenuItem.Name = "qQ飞车点卷ToolStripMenuItem";
     this.qQ飞车点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ飞车点卷ToolStripMenuItem.Text = "QQ飞车点卷";
     //
     // 七雄争霸元宝ToolStripMenuItem
     //
     this.七雄争霸元宝ToolStripMenuItem.Name = "七雄争霸元宝ToolStripMenuItem";
     this.七雄争霸元宝ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.七雄争霸元宝ToolStripMenuItem.Text = "七雄争霸元宝";
     //
     // 幻想世界金子ToolStripMenuItem
     //
     this.幻想世界金子ToolStripMenuItem.Name = "幻想世界金子ToolStripMenuItem";
     this.幻想世界金子ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.幻想世界金子ToolStripMenuItem.Text = "幻想世界金子";
     //
     // 寻仙仙玉ToolStripMenuItem
     //
     this.寻仙仙玉ToolStripMenuItem.Name = "寻仙仙玉ToolStripMenuItem";
     this.寻仙仙玉ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.寻仙仙玉ToolStripMenuItem.Text = "寻仙仙玉";
     //
     // qQ华夏点卷ToolStripMenuItem
     //
     this.qQ华夏点卷ToolStripMenuItem.Name = "qQ华夏点卷ToolStripMenuItem";
     this.qQ华夏点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ华夏点卷ToolStripMenuItem.Text = "QQ华夏点卷";
     //
     // 大明龙权点卷ToolStripMenuItem
     //
     this.大明龙权点卷ToolStripMenuItem.Name = "大明龙权点卷ToolStripMenuItem";
     this.大明龙权点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.大明龙权点卷ToolStripMenuItem.Text = "大明龙权点卷";
     //
     // 烽火战国点卷ToolStripMenuItem
     //
     this.烽火战国点卷ToolStripMenuItem.Name = "烽火战国点卷ToolStripMenuItem";
     this.烽火战国点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.烽火战国点卷ToolStripMenuItem.Text = "烽火战国点卷";
     //
     // 三国点卷ToolStripMenuItem
     //
     this.三国点卷ToolStripMenuItem.Name = "三国点卷ToolStripMenuItem";
     this.三国点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.三国点卷ToolStripMenuItem.Text = "三国点卷";
     //
     // 自由幻想彩玉ToolStripMenuItem
     //
     this.自由幻想彩玉ToolStripMenuItem.Name = "自由幻想彩玉ToolStripMenuItem";
     this.自由幻想彩玉ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.自由幻想彩玉ToolStripMenuItem.Text = "自由幻想彩玉";
     //
     // 丝路英雄路币ToolStripMenuItem
     //
     this.丝路英雄路币ToolStripMenuItem.Name = "丝路英雄路币ToolStripMenuItem";
     this.丝路英雄路币ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.丝路英雄路币ToolStripMenuItem.Text = "丝路英雄路币";
     //
     // 绿色征途点卷ToolStripMenuItem
     //
     this.绿色征途点卷ToolStripMenuItem.Name = "绿色征途点卷ToolStripMenuItem";
     this.绿色征途点卷ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.绿色征途点卷ToolStripMenuItem.Text = "绿色征途点卷";
     //
     // 腾讯游戏ToolStripMenuItem
     //
     this.腾讯游戏ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.地下城与勇士ToolStripMenuItem,
     this.qQ西游ToolStripMenuItem,
     this.七雄争霸ToolStripMenuItem,
     this.toolStripMenuItem6,
     this.qQ幻想世界ToolStripMenuItem,
     this.大明龙权ToolStripMenuItem,
     this.战地之王ToolStripMenuItem,
     this.魔幻大陆ToolStripMenuItem,
     this.烽火战国ToolStripMenuItem,
     this.丝路英雄ToolStripMenuItem,
     this.qQ自由幻想ToolStripMenuItem,
     this.穿越火线ToolStripMenuItem,
     this.qQ炫舞ToolStripMenuItem,
     this.qQ飞车ToolStripMenuItem,
     this.逆战ToolStripMenuItem});
     this.腾讯游戏ToolStripMenuItem.Name = "腾讯游戏ToolStripMenuItem";
     this.腾讯游戏ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.腾讯游戏ToolStripMenuItem.Text = "腾讯游戏";
     //
     // 地下城与勇士ToolStripMenuItem
     //
     this.地下城与勇士ToolStripMenuItem.Name = "地下城与勇士ToolStripMenuItem";
     this.地下城与勇士ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.地下城与勇士ToolStripMenuItem.Text = "地下城与勇士";
     //
     // qQ西游ToolStripMenuItem
     //
     this.qQ西游ToolStripMenuItem.Name = "qQ西游ToolStripMenuItem";
     this.qQ西游ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ西游ToolStripMenuItem.Text = "QQ西游";
     //
     // 七雄争霸ToolStripMenuItem
     //
     this.七雄争霸ToolStripMenuItem.Name = "七雄争霸ToolStripMenuItem";
     this.七雄争霸ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.七雄争霸ToolStripMenuItem.Text = "七雄争霸";
     //
     // toolStripMenuItem6
     //
     this.toolStripMenuItem6.Name = "toolStripMenuItem6";
     this.toolStripMenuItem6.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem6.Text = "3366";
     //
     // qQ幻想世界ToolStripMenuItem
     //
     this.qQ幻想世界ToolStripMenuItem.Name = "qQ幻想世界ToolStripMenuItem";
     this.qQ幻想世界ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ幻想世界ToolStripMenuItem.Text = "QQ幻想世界";
     //
     // 大明龙权ToolStripMenuItem
     //
     this.大明龙权ToolStripMenuItem.Name = "大明龙权ToolStripMenuItem";
     this.大明龙权ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.大明龙权ToolStripMenuItem.Text = "大明龙权";
     //
     // 战地之王ToolStripMenuItem
     //
     this.战地之王ToolStripMenuItem.Name = "战地之王ToolStripMenuItem";
     this.战地之王ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.战地之王ToolStripMenuItem.Text = "战地之王";
     //
     // 魔幻大陆ToolStripMenuItem
     //
     this.魔幻大陆ToolStripMenuItem.Name = "魔幻大陆ToolStripMenuItem";
     this.魔幻大陆ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.魔幻大陆ToolStripMenuItem.Text = "魔幻大陆";
     //
     // 烽火战国ToolStripMenuItem
     //
     this.烽火战国ToolStripMenuItem.Name = "烽火战国ToolStripMenuItem";
     this.烽火战国ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.烽火战国ToolStripMenuItem.Text = "烽火战国";
     //
     // 丝路英雄ToolStripMenuItem
     //
     this.丝路英雄ToolStripMenuItem.Name = "丝路英雄ToolStripMenuItem";
     this.丝路英雄ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.丝路英雄ToolStripMenuItem.Text = "丝路英雄";
     //
     // qQ自由幻想ToolStripMenuItem
     //
     this.qQ自由幻想ToolStripMenuItem.Name = "qQ自由幻想ToolStripMenuItem";
     this.qQ自由幻想ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ自由幻想ToolStripMenuItem.Text = "QQ自由幻想";
     //
     // 穿越火线ToolStripMenuItem
     //
     this.穿越火线ToolStripMenuItem.Name = "穿越火线ToolStripMenuItem";
     this.穿越火线ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.穿越火线ToolStripMenuItem.Text = "穿越火线";
     //
     // qQ炫舞ToolStripMenuItem
     //
     this.qQ炫舞ToolStripMenuItem.Name = "qQ炫舞ToolStripMenuItem";
     this.qQ炫舞ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ炫舞ToolStripMenuItem.Text = "QQ炫舞";
     //
     // qQ飞车ToolStripMenuItem
     //
     this.qQ飞车ToolStripMenuItem.Name = "qQ飞车ToolStripMenuItem";
     this.qQ飞车ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ飞车ToolStripMenuItem.Text = "QQ飞车";
     //
     // 逆战ToolStripMenuItem
     //
     this.逆战ToolStripMenuItem.Name = "逆战ToolStripMenuItem";
     this.逆战ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.逆战ToolStripMenuItem.Text = "逆战";
     //
     // 手机生活ToolStripMenuItem
     //
     this.手机生活ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.超级QQToolStripMenuItem1,
     this.手机QQToolStripMenuItem,
     this.toolStripMenuItem5,
     this.应用包ToolStripMenuItem,
     this.手机游戏ToolStripMenuItem,
     this.手机音乐ToolStripMenuItem,
     this.手机空间ToolStripMenuItem,
     this.toolStripMenuItem7,
     this.手机生活官网ToolStripMenuItem});
     this.手机生活ToolStripMenuItem.Name = "手机生活ToolStripMenuItem";
     this.手机生活ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.手机生活ToolStripMenuItem.Text = "手机生活";
     //
     // 超级QQToolStripMenuItem1
     //
     this.超级QQToolStripMenuItem1.Name = "超级QQToolStripMenuItem1";
     this.超级QQToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.超级QQToolStripMenuItem1.Text = "超级QQ";
     //
     // 手机QQToolStripMenuItem
     //
     this.手机QQToolStripMenuItem.Name = "手机QQToolStripMenuItem";
     this.手机QQToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机QQToolStripMenuItem.Text = "手机QQ";
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(139, 6);
     //
     // 应用包ToolStripMenuItem
     //
     this.应用包ToolStripMenuItem.Name = "应用包ToolStripMenuItem";
     this.应用包ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.应用包ToolStripMenuItem.Text = "应用包";
     //
     // 手机游戏ToolStripMenuItem
     //
     this.手机游戏ToolStripMenuItem.Name = "手机游戏ToolStripMenuItem";
     this.手机游戏ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机游戏ToolStripMenuItem.Text = "手机游戏";
     //
     // 手机音乐ToolStripMenuItem
     //
     this.手机音乐ToolStripMenuItem.Name = "手机音乐ToolStripMenuItem";
     this.手机音乐ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机音乐ToolStripMenuItem.Text = "手机音乐";
     //
     // 手机空间ToolStripMenuItem
     //
     this.手机空间ToolStripMenuItem.Name = "手机空间ToolStripMenuItem";
     this.手机空间ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机空间ToolStripMenuItem.Text = "手机QQ空间";
     //
     // toolStripMenuItem7
     //
     this.toolStripMenuItem7.Name = "toolStripMenuItem7";
     this.toolStripMenuItem7.Size = new System.Drawing.Size(139, 6);
     //
     // 手机生活官网ToolStripMenuItem
     //
     this.手机生活官网ToolStripMenuItem.Name = "手机生活官网ToolStripMenuItem";
     this.手机生活官网ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.手机生活官网ToolStripMenuItem.Text = "手机生活官网";
     //
     // 新闻资讯ToolStripMenuItem
     //
     this.新闻资讯ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.订阅新闻ToolStripMenuItem,
     this.我的资讯ToolStripMenuItem,
     this.toolStripMenuItem8,
     this.新闻频道ToolStripMenuItem,
     this.娱乐频道ToolStripMenuItem,
     this.体育频道ToolStripMenuItem,
     this.汽车频道ToolStripMenuItem,
     this.财经频道ToolStripMenuItem,
     this.女性频道ToolStripMenuItem,
     this.toolStripMenuItem9,
     this.游戏频道ToolStripMenuItem,
     this.科技数码ToolStripMenuItem,
     this.toolStripMenuItem10,
     this.名人博客ToolStripMenuItem,
     this.腾讯论坛ToolStripMenuItem});
     this.新闻资讯ToolStripMenuItem.Name = "新闻资讯ToolStripMenuItem";
     this.新闻资讯ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.新闻资讯ToolStripMenuItem.Text = "新闻资讯";
     //
     // 订阅新闻ToolStripMenuItem
     //
     this.订阅新闻ToolStripMenuItem.Name = "订阅新闻ToolStripMenuItem";
     this.订阅新闻ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.订阅新闻ToolStripMenuItem.Text = "订阅新闻";
     //
     // 我的资讯ToolStripMenuItem
     //
     this.我的资讯ToolStripMenuItem.Name = "我的资讯ToolStripMenuItem";
     this.我的资讯ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.我的资讯ToolStripMenuItem.Text = "我的资讯";
     //
     // toolStripMenuItem8
     //
     this.toolStripMenuItem8.Name = "toolStripMenuItem8";
     this.toolStripMenuItem8.Size = new System.Drawing.Size(115, 6);
     //
     // 新闻频道ToolStripMenuItem
     //
     this.新闻频道ToolStripMenuItem.Name = "新闻频道ToolStripMenuItem";
     this.新闻频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.新闻频道ToolStripMenuItem.Text = "新闻频道";
     //
     // 娱乐频道ToolStripMenuItem
     //
     this.娱乐频道ToolStripMenuItem.Name = "娱乐频道ToolStripMenuItem";
     this.娱乐频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.娱乐频道ToolStripMenuItem.Text = "娱乐频道";
     //
     // 体育频道ToolStripMenuItem
     //
     this.体育频道ToolStripMenuItem.Name = "体育频道ToolStripMenuItem";
     this.体育频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.体育频道ToolStripMenuItem.Text = "体育频道";
     //
     // 汽车频道ToolStripMenuItem
     //
     this.汽车频道ToolStripMenuItem.Name = "汽车频道ToolStripMenuItem";
     this.汽车频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.汽车频道ToolStripMenuItem.Text = "汽车频道";
     //
     // 财经频道ToolStripMenuItem
     //
     this.财经频道ToolStripMenuItem.Name = "财经频道ToolStripMenuItem";
     this.财经频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.财经频道ToolStripMenuItem.Text = "财经频道";
     //
     // 女性频道ToolStripMenuItem
     //
     this.女性频道ToolStripMenuItem.Name = "女性频道ToolStripMenuItem";
     this.女性频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.女性频道ToolStripMenuItem.Text = "女性频道";
     //
     // toolStripMenuItem9
     //
     this.toolStripMenuItem9.Name = "toolStripMenuItem9";
     this.toolStripMenuItem9.Size = new System.Drawing.Size(115, 6);
     //
     // 游戏频道ToolStripMenuItem
     //
     this.游戏频道ToolStripMenuItem.Name = "游戏频道ToolStripMenuItem";
     this.游戏频道ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.游戏频道ToolStripMenuItem.Text = "游戏频道";
     //
     // 科技数码ToolStripMenuItem
     //
     this.科技数码ToolStripMenuItem.Name = "科技数码ToolStripMenuItem";
     this.科技数码ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.科技数码ToolStripMenuItem.Text = "科技数码";
     //
     // toolStripMenuItem10
     //
     this.toolStripMenuItem10.Name = "toolStripMenuItem10";
     this.toolStripMenuItem10.Size = new System.Drawing.Size(115, 6);
     //
     // 名人博客ToolStripMenuItem
     //
     this.名人博客ToolStripMenuItem.Name = "名人博客ToolStripMenuItem";
     this.名人博客ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.名人博客ToolStripMenuItem.Text = "名人博客";
     //
     // 腾讯论坛ToolStripMenuItem
     //
     this.腾讯论坛ToolStripMenuItem.Name = "腾讯论坛ToolStripMenuItem";
     this.腾讯论坛ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.腾讯论坛ToolStripMenuItem.Text = "腾讯论坛";
     //
     // 财付通ToolStripMenuItem
     //
     this.财付通ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.我的钱包ToolStripMenuItem,
     this.qQ充值ToolStripMenuItem1,
     this.手机充值ToolStripMenuItem,
     this.游戏直充ToolStripMenuItem,
     this.机票订购ToolStripMenuItem,
     this.超值购物ToolStripMenuItem});
     this.财付通ToolStripMenuItem.Name = "财付通ToolStripMenuItem";
     this.财付通ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.财付通ToolStripMenuItem.Text = "财付通";
     //
     // 我的钱包ToolStripMenuItem
     //
     this.我的钱包ToolStripMenuItem.Name = "我的钱包ToolStripMenuItem";
     this.我的钱包ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.我的钱包ToolStripMenuItem.Text = "我的钱包";
     //
     // qQ充值ToolStripMenuItem1
     //
     this.qQ充值ToolStripMenuItem1.Name = "qQ充值ToolStripMenuItem1";
     this.qQ充值ToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
     this.qQ充值ToolStripMenuItem1.Text = "QQ充值";
     //
     // 手机充值ToolStripMenuItem
     //
     this.手机充值ToolStripMenuItem.Name = "手机充值ToolStripMenuItem";
     this.手机充值ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.手机充值ToolStripMenuItem.Text = "手机充值";
     //
     // 游戏直充ToolStripMenuItem
     //
     this.游戏直充ToolStripMenuItem.Name = "游戏直充ToolStripMenuItem";
     this.游戏直充ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.游戏直充ToolStripMenuItem.Text = "游戏直充";
     //
     // 机票订购ToolStripMenuItem
     //
     this.机票订购ToolStripMenuItem.Name = "机票订购ToolStripMenuItem";
     this.机票订购ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.机票订购ToolStripMenuItem.Text = "机票订购";
     //
     // 超值购物ToolStripMenuItem
     //
     this.超值购物ToolStripMenuItem.Name = "超值购物ToolStripMenuItem";
     this.超值购物ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.超值购物ToolStripMenuItem.Text = "超值购物";
     //
     // qQ会员ToolStripMenuItem
     //
     this.qQ会员ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.会员官网ToolStripMenuItem,
     this.会员专区ToolStripMenuItem,
     this.成长体系ToolStripMenuItem,
     this.qQ风尚ToolStripMenuItem,
     this.toolStripMenuItem11,
     this.升级成为会员ToolStripMenuItem,
     this.赠送会员ToolStripMenuItem,
     this.索要会员ToolStripMenuItem,
     this.toolStripMenuItem12,
     this.全部特权ToolStripMenuItem,
     this.热门功能ToolStripMenuItem,
     this.生活特权ToolStripMenuItem});
     this.qQ会员ToolStripMenuItem.Name = "qQ会员ToolStripMenuItem";
     this.qQ会员ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.qQ会员ToolStripMenuItem.Text = "QQ会员";
     //
     // 会员官网ToolStripMenuItem
     //
     this.会员官网ToolStripMenuItem.Name = "会员官网ToolStripMenuItem";
     this.会员官网ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员官网ToolStripMenuItem.Text = "会员官网";
     //
     // 会员专区ToolStripMenuItem
     //
     this.会员专区ToolStripMenuItem.Name = "会员专区ToolStripMenuItem";
     this.会员专区ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员专区ToolStripMenuItem.Text = "会员专区";
     //
     // 成长体系ToolStripMenuItem
     //
     this.成长体系ToolStripMenuItem.Name = "成长体系ToolStripMenuItem";
     this.成长体系ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.成长体系ToolStripMenuItem.Text = "成长体系";
     //
     // qQ风尚ToolStripMenuItem
     //
     this.qQ风尚ToolStripMenuItem.Name = "qQ风尚ToolStripMenuItem";
     this.qQ风尚ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ风尚ToolStripMenuItem.Text = "QQ风尚";
     //
     // toolStripMenuItem11
     //
     this.toolStripMenuItem11.Name = "toolStripMenuItem11";
     this.toolStripMenuItem11.Size = new System.Drawing.Size(139, 6);
     //
     // 升级成为会员ToolStripMenuItem
     //
     this.升级成为会员ToolStripMenuItem.Name = "升级成为会员ToolStripMenuItem";
     this.升级成为会员ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.升级成为会员ToolStripMenuItem.Text = "升级成为会员";
     //
     // 赠送会员ToolStripMenuItem
     //
     this.赠送会员ToolStripMenuItem.Name = "赠送会员ToolStripMenuItem";
     this.赠送会员ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.赠送会员ToolStripMenuItem.Text = "赠送会员";
     //
     // 索要会员ToolStripMenuItem
     //
     this.索要会员ToolStripMenuItem.Name = "索要会员ToolStripMenuItem";
     this.索要会员ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.索要会员ToolStripMenuItem.Text = "索要会员";
     //
     // toolStripMenuItem12
     //
     this.toolStripMenuItem12.Name = "toolStripMenuItem12";
     this.toolStripMenuItem12.Size = new System.Drawing.Size(139, 6);
     //
     // 全部特权ToolStripMenuItem
     //
     this.全部特权ToolStripMenuItem.Name = "全部特权ToolStripMenuItem";
     this.全部特权ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.全部特权ToolStripMenuItem.Text = "全部特权";
     //
     // 热门功能ToolStripMenuItem
     //
     this.热门功能ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.网络硬盘ToolStripMenuItem,
     this.qQ装扮ToolStripMenuItem,
     this.会员炫彩字ToolStripMenuItem,
     this.toolStripMenuItem13,
     this.会员魔法表情ToolStripMenuItem,
     this.会员超级表情ToolStripMenuItem,
     this.表情漫游ToolStripMenuItem,
     this.会员头像ToolStripMenuItem,
     this.会员个性铃音ToolStripMenuItem,
     this.toolStripMenuItem14,
     this.会员红名ToolStripMenuItem,
     this.qQ等级加速ToolStripMenuItem,
     this.toolStripMenuItem15,
     this.消息记录漫游ToolStripMenuItem,
     this.离线下载ToolStripMenuItem,
     this.好友克隆ToolStripMenuItem,
     this.会员群特权ToolStripMenuItem});
     this.热门功能ToolStripMenuItem.Name = "热门功能ToolStripMenuItem";
     this.热门功能ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.热门功能ToolStripMenuItem.Text = "热门功能";
     //
     // 网络硬盘ToolStripMenuItem
     //
     this.网络硬盘ToolStripMenuItem.Name = "网络硬盘ToolStripMenuItem";
     this.网络硬盘ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.网络硬盘ToolStripMenuItem.Text = "网络硬盘";
     //
     // qQ装扮ToolStripMenuItem
     //
     this.qQ装扮ToolStripMenuItem.Name = "qQ装扮ToolStripMenuItem";
     this.qQ装扮ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ装扮ToolStripMenuItem.Text = "QQ装扮";
     //
     // 会员炫彩字ToolStripMenuItem
     //
     this.会员炫彩字ToolStripMenuItem.Name = "会员炫彩字ToolStripMenuItem";
     this.会员炫彩字ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员炫彩字ToolStripMenuItem.Text = "会员炫彩字";
     //
     // toolStripMenuItem13
     //
     this.toolStripMenuItem13.Name = "toolStripMenuItem13";
     this.toolStripMenuItem13.Size = new System.Drawing.Size(139, 6);
     //
     // 会员魔法表情ToolStripMenuItem
     //
     this.会员魔法表情ToolStripMenuItem.Name = "会员魔法表情ToolStripMenuItem";
     this.会员魔法表情ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员魔法表情ToolStripMenuItem.Text = "会员魔法表情";
     //
     // 会员超级表情ToolStripMenuItem
     //
     this.会员超级表情ToolStripMenuItem.Name = "会员超级表情ToolStripMenuItem";
     this.会员超级表情ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员超级表情ToolStripMenuItem.Text = "会员超级表情";
     //
     // 表情漫游ToolStripMenuItem
     //
     this.表情漫游ToolStripMenuItem.Name = "表情漫游ToolStripMenuItem";
     this.表情漫游ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.表情漫游ToolStripMenuItem.Text = "表情漫游";
     //
     // 会员头像ToolStripMenuItem
     //
     this.会员头像ToolStripMenuItem.Name = "会员头像ToolStripMenuItem";
     this.会员头像ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员头像ToolStripMenuItem.Text = "会员头像";
     //
     // 会员个性铃音ToolStripMenuItem
     //
     this.会员个性铃音ToolStripMenuItem.Name = "会员个性铃音ToolStripMenuItem";
     this.会员个性铃音ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员个性铃音ToolStripMenuItem.Text = "会员个性铃音";
     //
     // toolStripMenuItem14
     //
     this.toolStripMenuItem14.Name = "toolStripMenuItem14";
     this.toolStripMenuItem14.Size = new System.Drawing.Size(139, 6);
     //
     // 会员红名ToolStripMenuItem
     //
     this.会员红名ToolStripMenuItem.Name = "会员红名ToolStripMenuItem";
     this.会员红名ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员红名ToolStripMenuItem.Text = "会员红名";
     //
     // qQ等级加速ToolStripMenuItem
     //
     this.qQ等级加速ToolStripMenuItem.Name = "qQ等级加速ToolStripMenuItem";
     this.qQ等级加速ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ等级加速ToolStripMenuItem.Text = "QQ等级加速";
     //
     // toolStripMenuItem15
     //
     this.toolStripMenuItem15.Name = "toolStripMenuItem15";
     this.toolStripMenuItem15.Size = new System.Drawing.Size(139, 6);
     //
     // 消息记录漫游ToolStripMenuItem
     //
     this.消息记录漫游ToolStripMenuItem.Name = "消息记录漫游ToolStripMenuItem";
     this.消息记录漫游ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.消息记录漫游ToolStripMenuItem.Text = "消息记录漫游";
     //
     // 离线下载ToolStripMenuItem
     //
     this.离线下载ToolStripMenuItem.Name = "离线下载ToolStripMenuItem";
     this.离线下载ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.离线下载ToolStripMenuItem.Text = "离线下载";
     //
     // 好友克隆ToolStripMenuItem
     //
     this.好友克隆ToolStripMenuItem.Name = "好友克隆ToolStripMenuItem";
     this.好友克隆ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.好友克隆ToolStripMenuItem.Text = "好友克隆";
     //
     // 会员群特权ToolStripMenuItem
     //
     this.会员群特权ToolStripMenuItem.Name = "会员群特权ToolStripMenuItem";
     this.会员群特权ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.会员群特权ToolStripMenuItem.Text = "会员群特权";
     //
     // 生活特权ToolStripMenuItem
     //
     this.生活特权ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.qQ彩贝ToolStripMenuItem,
     this.qQ电影票ToolStripMenuItem,
     this.qQ团购ToolStripMenuItem,
     this.qQ旅游ToolStripMenuItem,
     this.qQ返利ToolStripMenuItem});
     this.生活特权ToolStripMenuItem.Name = "生活特权ToolStripMenuItem";
     this.生活特权ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.生活特权ToolStripMenuItem.Text = "生活特权";
     //
     // qQ彩贝ToolStripMenuItem
     //
     this.qQ彩贝ToolStripMenuItem.Name = "qQ彩贝ToolStripMenuItem";
     this.qQ彩贝ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ彩贝ToolStripMenuItem.Text = "QQ彩贝";
     //
     // qQ电影票ToolStripMenuItem
     //
     this.qQ电影票ToolStripMenuItem.Name = "qQ电影票ToolStripMenuItem";
     this.qQ电影票ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ电影票ToolStripMenuItem.Text = "QQ电影票";
     //
     // qQ团购ToolStripMenuItem
     //
     this.qQ团购ToolStripMenuItem.Name = "qQ团购ToolStripMenuItem";
     this.qQ团购ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ团购ToolStripMenuItem.Text = "QQ团购";
     //
     // qQ旅游ToolStripMenuItem
     //
     this.qQ旅游ToolStripMenuItem.Name = "qQ旅游ToolStripMenuItem";
     this.qQ旅游ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ旅游ToolStripMenuItem.Text = "QQ旅游";
     //
     // qQ返利ToolStripMenuItem
     //
     this.qQ返利ToolStripMenuItem.Name = "qQ返利ToolStripMenuItem";
     this.qQ返利ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.qQ返利ToolStripMenuItem.Text = "QQ返利";
     //
     // 我的QQ中心ToolStripMenuItem
     //
     this.我的QQ中心ToolStripMenuItem.Name = "我的QQ中心ToolStripMenuItem";
     this.我的QQ中心ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.我的QQ中心ToolStripMenuItem.Text = "我的QQ中心";
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(127, 6);
     //
     // 工具ToolStripMenuItem
     //
     this.工具ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.qQ在线状态官网ToolStripMenuItem,
     this.网络收藏夹ToolStripMenuItem,
     this.网络备忘录ToolStripMenuItem,
     this.消息管理器ToolStripMenuItem,
     this.数据导入工具ToolStripMenuItem,
     this.查找ToolStripMenuItem,
     this.恢复关闭前状态ToolStripMenuItem});
     this.工具ToolStripMenuItem.Name = "工具ToolStripMenuItem";
     this.工具ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.工具ToolStripMenuItem.Text = "工具";
     //
     // qQ在线状态官网ToolStripMenuItem
     //
     this.qQ在线状态官网ToolStripMenuItem.Name = "qQ在线状态官网ToolStripMenuItem";
     this.qQ在线状态官网ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.qQ在线状态官网ToolStripMenuItem.Text = "QQ在线状态官网";
     //
     // 网络收藏夹ToolStripMenuItem
     //
     this.网络收藏夹ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.管理网络收藏夹ToolStripMenuItem,
     this.上传本地收藏夹ToolStripMenuItem,
     this.下载网络收藏夹ToolStripMenuItem});
     this.网络收藏夹ToolStripMenuItem.Name = "网络收藏夹ToolStripMenuItem";
     this.网络收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.网络收藏夹ToolStripMenuItem.Text = "网络收藏夹";
     //
     // 管理网络收藏夹ToolStripMenuItem
     //
     this.管理网络收藏夹ToolStripMenuItem.Name = "管理网络收藏夹ToolStripMenuItem";
     this.管理网络收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.管理网络收藏夹ToolStripMenuItem.Text = "管理网络收藏夹";
     //
     // 上传本地收藏夹ToolStripMenuItem
     //
     this.上传本地收藏夹ToolStripMenuItem.Name = "上传本地收藏夹ToolStripMenuItem";
     this.上传本地收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.上传本地收藏夹ToolStripMenuItem.Text = "上传本地收藏夹";
     //
     // 下载网络收藏夹ToolStripMenuItem
     //
     this.下载网络收藏夹ToolStripMenuItem.Name = "下载网络收藏夹ToolStripMenuItem";
     this.下载网络收藏夹ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.下载网络收藏夹ToolStripMenuItem.Text = "下载网络收藏夹";
     //
     // 网络备忘录ToolStripMenuItem
     //
     this.网络备忘录ToolStripMenuItem.Name = "网络备忘录ToolStripMenuItem";
     this.网络备忘录ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.网络备忘录ToolStripMenuItem.Text = "网络备忘录";
     //
     // 消息管理器ToolStripMenuItem
     //
     this.消息管理器ToolStripMenuItem.Name = "消息管理器ToolStripMenuItem";
     this.消息管理器ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.消息管理器ToolStripMenuItem.Text = "消息管理器";
     //
     // 数据导入工具ToolStripMenuItem
     //
     this.数据导入工具ToolStripMenuItem.Name = "数据导入工具ToolStripMenuItem";
     this.数据导入工具ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.数据导入工具ToolStripMenuItem.Text = "数据导入工具";
     //
     // 查找ToolStripMenuItem
     //
     this.查找ToolStripMenuItem.Name = "查找ToolStripMenuItem";
     this.查找ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.查找ToolStripMenuItem.Text = "查找";
     //
     // 恢复关闭前状态ToolStripMenuItem
     //
     this.恢复关闭前状态ToolStripMenuItem.Name = "恢复关闭前状态ToolStripMenuItem";
     this.恢复关闭前状态ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.恢复关闭前状态ToolStripMenuItem.Text = "恢复关闭前状态";
     //
     // 系统设置ToolStripMenuItem
     //
     this.系统设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.个人资料ToolStripMenuItem,
     this.toolStripMenuItem16,
     this.基本设置ToolStripMenuItem,
     this.安全设置ToolStripMenuItem,
     this.隐私设置ToolStripMenuItem});
     this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
     this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.系统设置ToolStripMenuItem.Text = "系统设置";
     //
     // 个人资料ToolStripMenuItem
     //
     this.个人资料ToolStripMenuItem.Name = "个人资料ToolStripMenuItem";
     this.个人资料ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.个人资料ToolStripMenuItem.Text = "个人资料";
     //
     // toolStripMenuItem16
     //
     this.toolStripMenuItem16.Name = "toolStripMenuItem16";
     this.toolStripMenuItem16.Size = new System.Drawing.Size(115, 6);
     //
     // 基本设置ToolStripMenuItem
     //
     this.基本设置ToolStripMenuItem.Name = "基本设置ToolStripMenuItem";
     this.基本设置ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.基本设置ToolStripMenuItem.Text = "基本设置";
     //
     // 安全设置ToolStripMenuItem
     //
     this.安全设置ToolStripMenuItem.Name = "安全设置ToolStripMenuItem";
     this.安全设置ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.安全设置ToolStripMenuItem.Text = "安全设置";
     //
     // 隐私设置ToolStripMenuItem
     //
     this.隐私设置ToolStripMenuItem.Name = "隐私设置ToolStripMenuItem";
     this.隐私设置ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.隐私设置ToolStripMenuItem.Text = "隐私设置";
     //
     // 软件升级ToolStripMenuItem
     //
     this.软件升级ToolStripMenuItem.Name = "软件升级ToolStripMenuItem";
     this.软件升级ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.软件升级ToolStripMenuItem.Text = "软件升级";
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(127, 6);
     //
     // 安全中心ToolStripMenuItem
     //
     this.安全中心ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.安全沟通ToolStripMenuItem,
     this.安全中心首页ToolStripMenuItem,
     this.申请密码保护ToolStripMenuItem,
     this.举报恶意行为ToolStripMenuItem,
     this.qQ安全帮助ToolStripMenuItem});
     this.安全中心ToolStripMenuItem.Name = "安全中心ToolStripMenuItem";
     this.安全中心ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.安全中心ToolStripMenuItem.Text = "安全中心";
     //
     // 安全沟通ToolStripMenuItem
     //
     this.安全沟通ToolStripMenuItem.Name = "安全沟通ToolStripMenuItem";
     this.安全沟通ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.安全沟通ToolStripMenuItem.Text = "安全沟通";
     //
     // 安全中心首页ToolStripMenuItem
     //
     this.安全中心首页ToolStripMenuItem.Name = "安全中心首页ToolStripMenuItem";
     this.安全中心首页ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.安全中心首页ToolStripMenuItem.Text = "安全中心首页";
     //
     // 申请密码保护ToolStripMenuItem
     //
     this.申请密码保护ToolStripMenuItem.Name = "申请密码保护ToolStripMenuItem";
     this.申请密码保护ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.申请密码保护ToolStripMenuItem.Text = "申请密码保护";
     //
     // 举报恶意行为ToolStripMenuItem
     //
     this.举报恶意行为ToolStripMenuItem.Name = "举报恶意行为ToolStripMenuItem";
     this.举报恶意行为ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.举报恶意行为ToolStripMenuItem.Text = "举报恶意行为";
     //
     // qQ安全帮助ToolStripMenuItem
     //
     this.qQ安全帮助ToolStripMenuItem.Name = "qQ安全帮助ToolStripMenuItem";
     this.qQ安全帮助ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.qQ安全帮助ToolStripMenuItem.Text = "QQ安全帮助";
     //
     // 帮组ToolStripMenuItem
     //
     this.帮组ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.使用帮助ToolStripMenuItem,
     this.腾讯客服ToolStripMenuItem,
     this.反馈问题ToolStripMenuItem,
     this.toolStripMenuItem17,
     this.qQ新特性ToolStripMenuItem,
     this.toolStripMenuItem18,
     this.iMQQ官网ToolStripMenuItem,
     this.qQ官方微博ToolStripMenuItem,
     this.关于QQ2013ToolStripMenuItem});
     this.帮组ToolStripMenuItem.Name = "帮组ToolStripMenuItem";
     this.帮组ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.帮组ToolStripMenuItem.Text = "帮助";
     //
     // 使用帮助ToolStripMenuItem
     //
     this.使用帮助ToolStripMenuItem.Name = "使用帮助ToolStripMenuItem";
     this.使用帮助ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.使用帮助ToolStripMenuItem.Text = "使用帮助";
     //
     // 腾讯客服ToolStripMenuItem
     //
     this.腾讯客服ToolStripMenuItem.Name = "腾讯客服ToolStripMenuItem";
     this.腾讯客服ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.腾讯客服ToolStripMenuItem.Text = "腾讯客服";
     //
     // 反馈问题ToolStripMenuItem
     //
     this.反馈问题ToolStripMenuItem.Name = "反馈问题ToolStripMenuItem";
     this.反馈问题ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.反馈问题ToolStripMenuItem.Text = "反馈问题";
     //
     // toolStripMenuItem17
     //
     this.toolStripMenuItem17.Name = "toolStripMenuItem17";
     this.toolStripMenuItem17.Size = new System.Drawing.Size(127, 6);
     //
     // qQ新特性ToolStripMenuItem
     //
     this.qQ新特性ToolStripMenuItem.Name = "qQ新特性ToolStripMenuItem";
     this.qQ新特性ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.qQ新特性ToolStripMenuItem.Text = "QQ新特性";
     //
     // toolStripMenuItem18
     //
     this.toolStripMenuItem18.Name = "toolStripMenuItem18";
     this.toolStripMenuItem18.Size = new System.Drawing.Size(127, 6);
     //
     // iMQQ官网ToolStripMenuItem
     //
     this.iMQQ官网ToolStripMenuItem.Name = "iMQQ官网ToolStripMenuItem";
     this.iMQQ官网ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.iMQQ官网ToolStripMenuItem.Text = "I\'M QQ官网";
     //
     // qQ官方微博ToolStripMenuItem
     //
     this.qQ官方微博ToolStripMenuItem.Name = "qQ官方微博ToolStripMenuItem";
     this.qQ官方微博ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.qQ官方微博ToolStripMenuItem.Text = "QQ官方微博";
     //
     // 关于QQ2013ToolStripMenuItem
     //
     this.关于QQ2013ToolStripMenuItem.Name = "关于QQ2013ToolStripMenuItem";
     this.关于QQ2013ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.关于QQ2013ToolStripMenuItem.Text = "关于QQ2013";
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(127, 6);
     //
     // 好友管理ToolStripMenuItem
     //
     this.好友管理ToolStripMenuItem.Name = "好友管理ToolStripMenuItem";
     this.好友管理ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.好友管理ToolStripMenuItem.Text = "好友管理";
     //
     // 修改密码ToolStripMenuItem
     //
     this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
     this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.修改密码ToolStripMenuItem.Text = "修改密码";
     //
     // 更改用户ToolStripMenuItem
     //
     this.更改用户ToolStripMenuItem.Name = "更改用户ToolStripMenuItem";
     this.更改用户ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.更改用户ToolStripMenuItem.Text = "更改用户";
     //
     // 锁定QQToolStripMenuItem
     //
     this.锁定QQToolStripMenuItem.Name = "锁定QQToolStripMenuItem";
     this.锁定QQToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.锁定QQToolStripMenuItem.Text = "锁定QQ";
     //
     // 退出ToolStripMenuItem
     //
     this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
     this.退出ToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
     this.退出ToolStripMenuItem.Text = "退出";
     //
     // skinToolStrip2
     //
     this.skinToolStrip2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip2.Arrow = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.skinToolStrip2.AutoSize = false;
     this.skinToolStrip2.Back = System.Drawing.Color.White;
     this.skinToolStrip2.BackColor = System.Drawing.Color.Transparent;
     this.skinToolStrip2.BackRadius = 4;
     this.skinToolStrip2.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
     this.skinToolStrip2.Base = System.Drawing.Color.Transparent;
     this.skinToolStrip2.BaseFore = System.Drawing.Color.Black;
     this.skinToolStrip2.BaseForeAnamorphosis = true;
     this.skinToolStrip2.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip2.BaseForeAnamorphosisColor = System.Drawing.Color.White;
     this.skinToolStrip2.BaseHoverFore = System.Drawing.Color.Black;
     this.skinToolStrip2.BaseItemAnamorphosis = true;
     this.skinToolStrip2.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip2.BaseItemBorderShow = true;
     this.skinToolStrip2.BaseItemDown = global::CC2013.Properties.Resources.allbtn_down;
     this.skinToolStrip2.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip2.BaseItemMouse = global::CC2013.Properties.Resources.allbtn_highlight;
     this.skinToolStrip2.BaseItemPressed = System.Drawing.Color.Transparent;
     this.skinToolStrip2.BaseItemRadius = 2;
     this.skinToolStrip2.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip2.BaseItemSplitter = System.Drawing.Color.Transparent;
     this.skinToolStrip2.Dock = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip2.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip2.Fore = System.Drawing.Color.Black;
     this.skinToolStrip2.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip2.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip2.HoverFore = System.Drawing.Color.White;
     this.skinToolStrip2.ItemAnamorphosis = false;
     this.skinToolStrip2.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip2.ItemBorderShow = false;
     this.skinToolStrip2.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip2.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip2.ItemRadius = 3;
     this.skinToolStrip2.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripButton17,
     this.toolStripButton16,
     this.toolStripButton13,
     this.toolStripButton20,
     this.toolStripButton7,
     this.toolStripButton18});
     this.skinToolStrip2.Location = new System.Drawing.Point(1, 113);
     this.skinToolStrip2.Name = "skinToolStrip2";
     this.skinToolStrip2.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip2.Size = new System.Drawing.Size(278, 24);
     this.skinToolStrip2.TabIndex = 124;
     this.skinToolStrip2.Text = "skinToolStrip2";
     this.skinToolStrip2.TitleAnamorphosis = false;
     this.skinToolStrip2.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.skinToolStrip2.TitleRadius = 4;
     this.skinToolStrip2.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripButton17
     //
     this.toolStripButton17.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton17.Image")));
     this.toolStripButton17.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripButton17.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton17.Margin = new System.Windows.Forms.Padding(5, 1, 0, 2);
     this.toolStripButton17.Name = "toolStripButton17";
     this.toolStripButton17.Size = new System.Drawing.Size(37, 21);
     this.toolStripButton17.Text = "11";
     this.toolStripButton17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton17.ToolTipText = "圈子";
     //
     // toolStripButton16
     //
     this.toolStripButton16.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton16.Image")));
     this.toolStripButton16.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripButton16.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton16.Name = "toolStripButton16";
     this.toolStripButton16.Size = new System.Drawing.Size(31, 21);
     this.toolStripButton16.Text = "4";
     this.toolStripButton16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton16.ToolTipText = "圈子";
     //
     // toolStripButton13
     //
     this.toolStripButton13.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton13.Image")));
     this.toolStripButton13.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.toolStripButton13.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton13.Name = "toolStripButton13";
     this.toolStripButton13.Size = new System.Drawing.Size(37, 21);
     this.toolStripButton13.Text = "24";
     this.toolStripButton13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton13.ToolTipText = "圈子";
     //
     // toolStripButton20
     //
     this.toolStripButton20.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton20.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton20.Image")));
     this.toolStripButton20.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton20.Name = "toolStripButton20";
     this.toolStripButton20.Size = new System.Drawing.Size(23, 21);
     this.toolStripButton20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton20.ToolTipText = "圈子";
     //
     // toolStripButton7
     //
     this.toolStripButton7.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name = "toolStripButton7";
     this.toolStripButton7.Size = new System.Drawing.Size(23, 21);
     this.toolStripButton7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripButton7.ToolTipText = "圈子";
     //
     // toolStripButton18
     //
     this.toolStripButton18.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
     this.toolStripButton18.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton18.Image")));
     this.toolStripButton18.ImageTransparentColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(0)))), ((int)(((byte)(11)))));
     this.toolStripButton18.Name = "toolStripButton18";
     this.toolStripButton18.Size = new System.Drawing.Size(31, 21);
     this.toolStripButton18.Text = "2";
     //
     // btnTq
     //
     this.btnTq.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTq.BackColor = System.Drawing.Color.Transparent;
     this.btnTq.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.btnTq.Cursor = System.Windows.Forms.Cursors.Hand;
     this.btnTq.DownBack = null;
     this.btnTq.DrawType = CCWin.SkinControl.DrawStyle.None;
     this.btnTq.Image = ((System.Drawing.Image)(resources.GetObject("btnTq.Image")));
     this.btnTq.Location = new System.Drawing.Point(233, 46);
     this.btnTq.Margin = new System.Windows.Forms.Padding(0);
     this.btnTq.MouseBack = null;
     this.btnTq.Name = "btnTq";
     this.btnTq.NormlBack = null;
     this.btnTq.Size = new System.Drawing.Size(37, 32);
     this.btnTq.TabIndex = 126;
     this.btnTq.UseVisualStyleBackColor = false;
     //
     // UserMenu
     //
     this.UserMenu.Arrow = System.Drawing.Color.Gray;
     this.UserMenu.Back = System.Drawing.Color.White;
     this.UserMenu.BackRadius = 4;
     this.UserMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.UserMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.UserMenu.Fore = System.Drawing.Color.Black;
     this.UserMenu.HoverFore = System.Drawing.Color.White;
     this.UserMenu.ImageScalingSize = new System.Drawing.Size(11, 11);
     this.UserMenu.ItemAnamorphosis = false;
     this.UserMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.UserMenu.ItemBorderShow = false;
     this.UserMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.UserMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.UserMenu.ItemRadius = 4;
     this.UserMenu.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.UserMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem51,
     this.toolStripMenuItem56,
     this.toolStripMenuItem60,
     this.进入空间ToolStripMenuItem,
     this.设置空间限制访问ToolStripMenuItem,
     this.会员快捷功能ToolStripMenuItem,
     this.toolStripMenuItem57,
     this.toolStripMenuItem52,
     this.移动联系人至ToolStripMenuItem,
     this.删除好友ToolStripMenuItem,
     this.举报此用户ToolStripMenuItem,
     this.修改备注名ToolStripMenuItem,
     this.好友管理ToolStripMenuItem1,
     this.设置权限ToolStripMenuItem,
     this.toolStripMenuItem53,
     this.消息记录ToolStripMenuItem,
     this.查看资料ToolStripMenuItem});
     this.UserMenu.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.UserMenu.Name = "MenuState";
     this.UserMenu.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.UserMenu.Size = new System.Drawing.Size(173, 330);
     this.UserMenu.TitleAnamorphosis = false;
     this.UserMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.UserMenu.TitleRadius = 4;
     this.UserMenu.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripMenuItem51
     //
     this.toolStripMenuItem51.Name = "toolStripMenuItem51";
     this.toolStripMenuItem51.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem51.Tag = "1";
     this.toolStripMenuItem51.Text = "发送即时消息";
     this.toolStripMenuItem51.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem56
     //
     this.toolStripMenuItem56.Name = "toolStripMenuItem56";
     this.toolStripMenuItem56.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem56.Text = "发送电子邮件";
     //
     // toolStripMenuItem60
     //
     this.toolStripMenuItem60.Name = "toolStripMenuItem60";
     this.toolStripMenuItem60.Size = new System.Drawing.Size(169, 6);
     //
     // 进入空间ToolStripMenuItem
     //
     this.进入空间ToolStripMenuItem.Name = "进入空间ToolStripMenuItem";
     this.进入空间ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.进入空间ToolStripMenuItem.Text = "进入空间";
     //
     // 设置空间限制访问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(172, 22);
     this.设置空间限制访问ToolStripMenuItem.Text = "设置空间限制访问";
     //
     // 允许访问ToolStripMenuItem
     //
     this.允许访问ToolStripMenuItem.Name = "允许访问ToolStripMenuItem";
     this.允许访问ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.允许访问ToolStripMenuItem.Text = "允许访问";
     //
     // 禁止访问ToolStripMenuItem
     //
     this.禁止访问ToolStripMenuItem.Name = "禁止访问ToolStripMenuItem";
     this.禁止访问ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.禁止访问ToolStripMenuItem.Text = "禁止访问";
     //
     // 会员快捷功能ToolStripMenuItem
     //
     this.会员快捷功能ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.设置QQ装扮ToolStripMenuItem,
     this.设置动态炫铃ToolStripMenuItem,
     this.设置炫铃ToolStripMenuItem,
     this.设置好友铃音ToolStripMenuItem,
     this.toolStripMenuItem54,
     this.会员群特权ToolStripMenuItem1,
     this.群克隆ToolStripMenuItem,
     this.好友克隆ToolStripMenuItem1,
     this.好友上线通知ToolStripMenuItem,
     this.发送会员贺卡ToolStripMenuItem,
     this.toolStripMenuItem55,
     this.赠送会员ToolStripMenuItem1,
     this.索要会员ToolStripMenuItem1});
     this.会员快捷功能ToolStripMenuItem.Name = "会员快捷功能ToolStripMenuItem";
     this.会员快捷功能ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.会员快捷功能ToolStripMenuItem.Text = "会员快捷功能";
     //
     // 设置QQ装扮ToolStripMenuItem
     //
     this.设置QQ装扮ToolStripMenuItem.Name = "设置QQ装扮ToolStripMenuItem";
     this.设置QQ装扮ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.设置QQ装扮ToolStripMenuItem.Text = "设置QQ装扮";
     //
     // 设置动态炫铃ToolStripMenuItem
     //
     this.设置动态炫铃ToolStripMenuItem.Name = "设置动态炫铃ToolStripMenuItem";
     this.设置动态炫铃ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.设置动态炫铃ToolStripMenuItem.Text = "设置动态炫铃";
     //
     // 设置炫铃ToolStripMenuItem
     //
     this.设置炫铃ToolStripMenuItem.Name = "设置炫铃ToolStripMenuItem";
     this.设置炫铃ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.设置炫铃ToolStripMenuItem.Text = "设置炫铃";
     //
     // 设置好友铃音ToolStripMenuItem
     //
     this.设置好友铃音ToolStripMenuItem.Name = "设置好友铃音ToolStripMenuItem";
     this.设置好友铃音ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.设置好友铃音ToolStripMenuItem.Text = "设置好友铃音";
     //
     // toolStripMenuItem54
     //
     this.toolStripMenuItem54.Name = "toolStripMenuItem54";
     this.toolStripMenuItem54.Size = new System.Drawing.Size(139, 6);
     //
     // 会员群特权ToolStripMenuItem1
     //
     this.会员群特权ToolStripMenuItem1.Name = "会员群特权ToolStripMenuItem1";
     this.会员群特权ToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.会员群特权ToolStripMenuItem1.Text = "会员群特权";
     //
     // 群克隆ToolStripMenuItem
     //
     this.群克隆ToolStripMenuItem.Name = "群克隆ToolStripMenuItem";
     this.群克隆ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.群克隆ToolStripMenuItem.Text = "群克隆";
     //
     // 好友克隆ToolStripMenuItem1
     //
     this.好友克隆ToolStripMenuItem1.Name = "好友克隆ToolStripMenuItem1";
     this.好友克隆ToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.好友克隆ToolStripMenuItem1.Text = "好友克隆";
     //
     // 好友上线通知ToolStripMenuItem
     //
     this.好友上线通知ToolStripMenuItem.Name = "好友上线通知ToolStripMenuItem";
     this.好友上线通知ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.好友上线通知ToolStripMenuItem.Text = "好友上线通知";
     //
     // 发送会员贺卡ToolStripMenuItem
     //
     this.发送会员贺卡ToolStripMenuItem.Name = "发送会员贺卡ToolStripMenuItem";
     this.发送会员贺卡ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.发送会员贺卡ToolStripMenuItem.Text = "发送会员贺卡";
     //
     // toolStripMenuItem55
     //
     this.toolStripMenuItem55.Name = "toolStripMenuItem55";
     this.toolStripMenuItem55.Size = new System.Drawing.Size(139, 6);
     //
     // 赠送会员ToolStripMenuItem1
     //
     this.赠送会员ToolStripMenuItem1.Name = "赠送会员ToolStripMenuItem1";
     this.赠送会员ToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.赠送会员ToolStripMenuItem1.Text = "赠送会员";
     //
     // 索要会员ToolStripMenuItem1
     //
     this.索要会员ToolStripMenuItem1.Name = "索要会员ToolStripMenuItem1";
     this.索要会员ToolStripMenuItem1.Size = new System.Drawing.Size(142, 22);
     this.索要会员ToolStripMenuItem1.Text = "索要会员";
     //
     // toolStripMenuItem57
     //
     this.toolStripMenuItem57.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem58,
     this.toolStripMenuItem59,
     this.toolStripMenuItem77});
     this.toolStripMenuItem57.Name = "toolStripMenuItem57";
     this.toolStripMenuItem57.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem57.Text = "充值/支付快捷功能";
     //
     // toolStripMenuItem58
     //
     this.toolStripMenuItem58.Name = "toolStripMenuItem58";
     this.toolStripMenuItem58.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem58.Text = "充值Q币/Q点";
     //
     // toolStripMenuItem59
     //
     this.toolStripMenuItem59.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem61,
     this.toolStripMenuItem62,
     this.toolStripMenuItem63,
     this.toolStripMenuItem64,
     this.toolStripMenuItem65,
     this.toolStripMenuItem66,
     this.toolStripMenuItem67,
     this.toolStripMenuItem68,
     this.toolStripMenuItem69,
     this.toolStripMenuItem70,
     this.toolStripMenuItem71,
     this.toolStripMenuItem72,
     this.toolStripMenuItem73,
     this.toolStripMenuItem74,
     this.toolStripMenuItem75,
     this.toolStripMenuItem76});
     this.toolStripMenuItem59.Name = "toolStripMenuItem59";
     this.toolStripMenuItem59.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem59.Text = "开通包月服务";
     //
     // toolStripMenuItem61
     //
     this.toolStripMenuItem61.Name = "toolStripMenuItem61";
     this.toolStripMenuItem61.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem61.Text = "QQ会员";
     //
     // toolStripMenuItem62
     //
     this.toolStripMenuItem62.Name = "toolStripMenuItem62";
     this.toolStripMenuItem62.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem62.Text = "黄钻贵族";
     //
     // toolStripMenuItem63
     //
     this.toolStripMenuItem63.Name = "toolStripMenuItem63";
     this.toolStripMenuItem63.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem63.Text = "红钻贵族";
     //
     // toolStripMenuItem64
     //
     this.toolStripMenuItem64.Name = "toolStripMenuItem64";
     this.toolStripMenuItem64.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem64.Text = "绿钻贵族";
     //
     // toolStripMenuItem65
     //
     this.toolStripMenuItem65.Name = "toolStripMenuItem65";
     this.toolStripMenuItem65.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem65.Text = "超级QQ";
     //
     // toolStripMenuItem66
     //
     this.toolStripMenuItem66.Name = "toolStripMenuItem66";
     this.toolStripMenuItem66.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem66.Text = "蓝钻贵族";
     //
     // toolStripMenuItem67
     //
     this.toolStripMenuItem67.Name = "toolStripMenuItem67";
     this.toolStripMenuItem67.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem67.Text = "粉钻贵族";
     //
     // toolStripMenuItem68
     //
     this.toolStripMenuItem68.Name = "toolStripMenuItem68";
     this.toolStripMenuItem68.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem68.Text = "CF会员";
     //
     // toolStripMenuItem69
     //
     this.toolStripMenuItem69.Name = "toolStripMenuItem69";
     this.toolStripMenuItem69.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem69.Text = "DNF黑钻";
     //
     // toolStripMenuItem70
     //
     this.toolStripMenuItem70.Name = "toolStripMenuItem70";
     this.toolStripMenuItem70.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem70.Text = "炫舞紫钻";
     //
     // toolStripMenuItem71
     //
     this.toolStripMenuItem71.Name = "toolStripMenuItem71";
     this.toolStripMenuItem71.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem71.Text = "飞车紫钻";
     //
     // toolStripMenuItem72
     //
     this.toolStripMenuItem72.Name = "toolStripMenuItem72";
     this.toolStripMenuItem72.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem72.Text = "QQ堂紫钻";
     //
     // toolStripMenuItem73
     //
     this.toolStripMenuItem73.Name = "toolStripMenuItem73";
     this.toolStripMenuItem73.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem73.Text = "AVA精英";
     //
     // toolStripMenuItem74
     //
     this.toolStripMenuItem74.Name = "toolStripMenuItem74";
     this.toolStripMenuItem74.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem74.Text = "音速紫钻";
     //
     // toolStripMenuItem75
     //
     this.toolStripMenuItem75.Name = "toolStripMenuItem75";
     this.toolStripMenuItem75.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem75.Text = "寻仙VIP";
     //
     // toolStripMenuItem76
     //
     this.toolStripMenuItem76.Name = "toolStripMenuItem76";
     this.toolStripMenuItem76.Size = new System.Drawing.Size(118, 22);
     this.toolStripMenuItem76.Text = "读书VIP";
     //
     // toolStripMenuItem77
     //
     this.toolStripMenuItem77.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem78,
     this.toolStripMenuItem79,
     this.toolStripMenuItem80,
     this.toolStripMenuItem81,
     this.toolStripMenuItem82,
     this.toolStripMenuItem83,
     this.toolStripMenuItem84,
     this.toolStripMenuItem85,
     this.toolStripMenuItem86,
     this.toolStripMenuItem87,
     this.toolStripMenuItem88,
     this.toolStripMenuItem89,
     this.toolStripMenuItem90,
     this.toolStripMenuItem91,
     this.toolStripMenuItem92});
     this.toolStripMenuItem77.Name = "toolStripMenuItem77";
     this.toolStripMenuItem77.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem77.Text = "充值游戏点卷";
     //
     // toolStripMenuItem78
     //
     this.toolStripMenuItem78.Name = "toolStripMenuItem78";
     this.toolStripMenuItem78.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem78.Text = "CF点卷";
     //
     // toolStripMenuItem79
     //
     this.toolStripMenuItem79.Name = "toolStripMenuItem79";
     this.toolStripMenuItem79.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem79.Text = "DNF点卷";
     //
     // toolStripMenuItem80
     //
     this.toolStripMenuItem80.Name = "toolStripMenuItem80";
     this.toolStripMenuItem80.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem80.Text = "AVA点卷";
     //
     // toolStripMenuItem81
     //
     this.toolStripMenuItem81.Name = "toolStripMenuItem81";
     this.toolStripMenuItem81.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem81.Text = "QQ炫舞点卷";
     //
     // toolStripMenuItem82
     //
     this.toolStripMenuItem82.Name = "toolStripMenuItem82";
     this.toolStripMenuItem82.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem82.Text = "QQ飞车点卷";
     //
     // toolStripMenuItem83
     //
     this.toolStripMenuItem83.Name = "toolStripMenuItem83";
     this.toolStripMenuItem83.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem83.Text = "七雄争霸元宝";
     //
     // toolStripMenuItem84
     //
     this.toolStripMenuItem84.Name = "toolStripMenuItem84";
     this.toolStripMenuItem84.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem84.Text = "幻想世界金子";
     //
     // toolStripMenuItem85
     //
     this.toolStripMenuItem85.Name = "toolStripMenuItem85";
     this.toolStripMenuItem85.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem85.Text = "寻仙仙玉";
     //
     // toolStripMenuItem86
     //
     this.toolStripMenuItem86.Name = "toolStripMenuItem86";
     this.toolStripMenuItem86.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem86.Text = "QQ华夏点卷";
     //
     // toolStripMenuItem87
     //
     this.toolStripMenuItem87.Name = "toolStripMenuItem87";
     this.toolStripMenuItem87.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem87.Text = "大明龙权点卷";
     //
     // toolStripMenuItem88
     //
     this.toolStripMenuItem88.Name = "toolStripMenuItem88";
     this.toolStripMenuItem88.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem88.Text = "烽火战国点卷";
     //
     // toolStripMenuItem89
     //
     this.toolStripMenuItem89.Name = "toolStripMenuItem89";
     this.toolStripMenuItem89.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem89.Text = "三国点卷";
     //
     // toolStripMenuItem90
     //
     this.toolStripMenuItem90.Name = "toolStripMenuItem90";
     this.toolStripMenuItem90.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem90.Text = "自由幻想彩玉";
     //
     // toolStripMenuItem91
     //
     this.toolStripMenuItem91.Name = "toolStripMenuItem91";
     this.toolStripMenuItem91.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem91.Text = "丝路英雄路币";
     //
     // toolStripMenuItem92
     //
     this.toolStripMenuItem92.Name = "toolStripMenuItem92";
     this.toolStripMenuItem92.Size = new System.Drawing.Size(142, 22);
     this.toolStripMenuItem92.Text = "绿色征途点卷";
     //
     // toolStripMenuItem52
     //
     this.toolStripMenuItem52.Name = "toolStripMenuItem52";
     this.toolStripMenuItem52.Size = new System.Drawing.Size(169, 6);
     //
     // 移动联系人至ToolStripMenuItem
     //
     this.移动联系人至ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.我的好友ToolStripMenuItem,
     this.自己ToolStripMenuItem,
     this.黑名单ToolStripMenuItem});
     this.移动联系人至ToolStripMenuItem.Name = "移动联系人至ToolStripMenuItem";
     this.移动联系人至ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.移动联系人至ToolStripMenuItem.Text = "移动联系人至";
     //
     // 我的好友ToolStripMenuItem
     //
     this.我的好友ToolStripMenuItem.Name = "我的好友ToolStripMenuItem";
     this.我的好友ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.我的好友ToolStripMenuItem.Text = "我的好友";
     //
     // 自己ToolStripMenuItem
     //
     this.自己ToolStripMenuItem.Name = "自己ToolStripMenuItem";
     this.自己ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.自己ToolStripMenuItem.Text = "自己";
     //
     // 黑名单ToolStripMenuItem
     //
     this.黑名单ToolStripMenuItem.Name = "黑名单ToolStripMenuItem";
     this.黑名单ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
     this.黑名单ToolStripMenuItem.Text = "黑名单";
     //
     // 删除好友ToolStripMenuItem
     //
     this.删除好友ToolStripMenuItem.Name = "删除好友ToolStripMenuItem";
     this.删除好友ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.删除好友ToolStripMenuItem.Text = "删除好友";
     //
     // 举报此用户ToolStripMenuItem
     //
     this.举报此用户ToolStripMenuItem.Name = "举报此用户ToolStripMenuItem";
     this.举报此用户ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.举报此用户ToolStripMenuItem.Text = "举报此用户";
     //
     // 修改备注名ToolStripMenuItem
     //
     this.修改备注名ToolStripMenuItem.Name = "修改备注名ToolStripMenuItem";
     this.修改备注名ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.修改备注名ToolStripMenuItem.Text = "修改备注名";
     //
     // 好友管理ToolStripMenuItem1
     //
     this.好友管理ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.给他推荐好友ToolStripMenuItem,
     this.关注此好友ToolStripMenuItem,
     this.好友管理器ToolStripMenuItem1,
     this.生存桌面快捷方式ToolStripMenuItem});
     this.好友管理ToolStripMenuItem1.Name = "好友管理ToolStripMenuItem1";
     this.好友管理ToolStripMenuItem1.Size = new System.Drawing.Size(172, 22);
     this.好友管理ToolStripMenuItem1.Text = "好友管理";
     //
     // 给他推荐好友ToolStripMenuItem
     //
     this.给他推荐好友ToolStripMenuItem.Name = "给他推荐好友ToolStripMenuItem";
     this.给他推荐好友ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.给他推荐好友ToolStripMenuItem.Text = "给他推荐好友";
     //
     // 关注此好友ToolStripMenuItem
     //
     this.关注此好友ToolStripMenuItem.Name = "关注此好友ToolStripMenuItem";
     this.关注此好友ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.关注此好友ToolStripMenuItem.Text = "关注此好友";
     //
     // 好友管理器ToolStripMenuItem1
     //
     this.好友管理器ToolStripMenuItem1.Name = "好友管理器ToolStripMenuItem1";
     this.好友管理器ToolStripMenuItem1.Size = new System.Drawing.Size(166, 22);
     this.好友管理器ToolStripMenuItem1.Text = "好友管理器";
     //
     // 生存桌面快捷方式ToolStripMenuItem
     //
     this.生存桌面快捷方式ToolStripMenuItem.Name = "生存桌面快捷方式ToolStripMenuItem";
     this.生存桌面快捷方式ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.生存桌面快捷方式ToolStripMenuItem.Text = "生存桌面快捷方式";
     //
     // 设置权限ToolStripMenuItem
     //
     this.设置权限ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.屏蔽此人消息ToolStripMenuItem,
     this.在线对其隐身ToolStripMenuItem,
     this.好友上线提醒ToolStripMenuItem});
     this.设置权限ToolStripMenuItem.Name = "设置权限ToolStripMenuItem";
     this.设置权限ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.设置权限ToolStripMenuItem.Text = "设置权限";
     //
     // 屏蔽此人消息ToolStripMenuItem
     //
     this.屏蔽此人消息ToolStripMenuItem.Name = "屏蔽此人消息ToolStripMenuItem";
     this.屏蔽此人消息ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.屏蔽此人消息ToolStripMenuItem.Text = "屏蔽此人消息";
     //
     // 在线对其隐身ToolStripMenuItem
     //
     this.在线对其隐身ToolStripMenuItem.Name = "在线对其隐身ToolStripMenuItem";
     this.在线对其隐身ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.在线对其隐身ToolStripMenuItem.Text = "在线对其隐身";
     //
     // 好友上线提醒ToolStripMenuItem
     //
     this.好友上线提醒ToolStripMenuItem.Name = "好友上线提醒ToolStripMenuItem";
     this.好友上线提醒ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.好友上线提醒ToolStripMenuItem.Text = "好友上线提醒";
     //
     // toolStripMenuItem53
     //
     this.toolStripMenuItem53.Name = "toolStripMenuItem53";
     this.toolStripMenuItem53.Size = new System.Drawing.Size(169, 6);
     //
     // 消息记录ToolStripMenuItem
     //
     this.消息记录ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.查看本地消息ToolStripMenuItem,
     this.查看漫游消息ToolStripMenuItem,
     this.查看上传消息ToolStripMenuItem});
     this.消息记录ToolStripMenuItem.Name = "消息记录ToolStripMenuItem";
     this.消息记录ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.消息记录ToolStripMenuItem.Text = "消息记录";
     //
     // 查看本地消息ToolStripMenuItem
     //
     this.查看本地消息ToolStripMenuItem.Name = "查看本地消息ToolStripMenuItem";
     this.查看本地消息ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.查看本地消息ToolStripMenuItem.Text = "查看本地消息";
     //
     // 查看漫游消息ToolStripMenuItem
     //
     this.查看漫游消息ToolStripMenuItem.Name = "查看漫游消息ToolStripMenuItem";
     this.查看漫游消息ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.查看漫游消息ToolStripMenuItem.Text = "查看漫游消息";
     //
     // 查看上传消息ToolStripMenuItem
     //
     this.查看上传消息ToolStripMenuItem.Name = "查看上传消息ToolStripMenuItem";
     this.查看上传消息ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.查看上传消息ToolStripMenuItem.Text = "查看上传消息";
     //
     // 查看资料ToolStripMenuItem
     //
     this.查看资料ToolStripMenuItem.Name = "查看资料ToolStripMenuItem";
     this.查看资料ToolStripMenuItem.Size = new System.Drawing.Size(172, 22);
     this.查看资料ToolStripMenuItem.Text = "查看资料";
     //
     // GroupingMenu
     //
     this.GroupingMenu.Arrow = System.Drawing.Color.Gray;
     this.GroupingMenu.Back = System.Drawing.Color.White;
     this.GroupingMenu.BackRadius = 4;
     this.GroupingMenu.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.GroupingMenu.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.GroupingMenu.Fore = System.Drawing.Color.Black;
     this.GroupingMenu.HoverFore = System.Drawing.Color.White;
     this.GroupingMenu.ImageScalingSize = new System.Drawing.Size(11, 11);
     this.GroupingMenu.ItemAnamorphosis = false;
     this.GroupingMenu.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.GroupingMenu.ItemBorderShow = false;
     this.GroupingMenu.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.GroupingMenu.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.GroupingMenu.ItemRadius = 4;
     this.GroupingMenu.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.GroupingMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem19,
     this.toolStripMenuItem122,
     this.toolStripMenuItem152,
     this.toolStripSeparator17,
     this.排序显示ToolStripMenuItem,
     this.刷新好友列表ToolStripMenuItem,
     this.toolStripMenuItem46,
     this.显示在线联系人ToolStripMenuItem,
     this.toolStripMenuItem47,
     this.显示企业分组ToolStripMenuItem,
     this.显示陌生人分组ToolStripMenuItem,
     this.显示黑名单ToolStripMenuItem,
     this.toolStripMenuItem48,
     this.隐身对该分组可见ToolStripMenuItem,
     this.在线对该分组隐身ToolStripMenuItem,
     this.toolStripMenuItem49,
     this.添加分组ToolStripMenuItem,
     this.添加联系人ToolStripMenuItem,
     this.toolStripMenuItem50,
     this.重命名ToolStripMenuItem,
     this.删除该组ToolStripMenuItem,
     this.好友管理器ToolStripMenuItem});
     this.GroupingMenu.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.GroupingMenu.Name = "MenuState";
     this.GroupingMenu.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.GroupingMenu.Size = new System.Drawing.Size(167, 392);
     this.GroupingMenu.TitleAnamorphosis = false;
     this.GroupingMenu.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.GroupingMenu.TitleRadius = 4;
     this.GroupingMenu.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripMenuItem19
     //
     this.toolStripMenuItem19.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem21,
     this.toolStripMenuItem22,
     this.toolStripMenuItem34,
     this.toolStripMenuItem42,
     this.toolStripSeparator1,
     this.toolStripMenuItem43});
     this.toolStripMenuItem19.Name = "toolStripMenuItem19";
     this.toolStripMenuItem19.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem19.Tag = "1";
     this.toolStripMenuItem19.Text = "头像显示";
     this.toolStripMenuItem19.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem21
     //
     this.toolStripMenuItem21.Name = "toolStripMenuItem21";
     this.toolStripMenuItem21.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem21.Text = "大头像";
     //
     // toolStripMenuItem22
     //
     this.toolStripMenuItem22.Name = "toolStripMenuItem22";
     this.toolStripMenuItem22.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem22.Text = "小头像";
     //
     // toolStripMenuItem34
     //
     this.toolStripMenuItem34.Name = "toolStripMenuItem34";
     this.toolStripMenuItem34.Size = new System.Drawing.Size(163, 6);
     //
     // toolStripMenuItem42
     //
     this.toolStripMenuItem42.Name = "toolStripMenuItem42";
     this.toolStripMenuItem42.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem42.Text = "选中时显示大头像";
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(163, 6);
     //
     // toolStripMenuItem43
     //
     this.toolStripMenuItem43.Name = "toolStripMenuItem43";
     this.toolStripMenuItem43.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem43.Text = "显示我的头像";
     //
     // toolStripMenuItem122
     //
     this.toolStripMenuItem122.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem123,
     this.toolStripMenuItem124,
     this.toolStripMenuItem125});
     this.toolStripMenuItem122.Name = "toolStripMenuItem122";
     this.toolStripMenuItem122.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem122.Text = "名称显示";
     //
     // toolStripMenuItem123
     //
     this.toolStripMenuItem123.Name = "toolStripMenuItem123";
     this.toolStripMenuItem123.Size = new System.Drawing.Size(154, 22);
     this.toolStripMenuItem123.Text = "显示备注和昵称";
     //
     // toolStripMenuItem124
     //
     this.toolStripMenuItem124.Name = "toolStripMenuItem124";
     this.toolStripMenuItem124.Size = new System.Drawing.Size(154, 22);
     this.toolStripMenuItem124.Text = "显示备注";
     //
     // toolStripMenuItem125
     //
     this.toolStripMenuItem125.Name = "toolStripMenuItem125";
     this.toolStripMenuItem125.Size = new System.Drawing.Size(154, 22);
     this.toolStripMenuItem125.Text = "显示昵称";
     //
     // toolStripMenuItem152
     //
     this.toolStripMenuItem152.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.单列显示ToolStripMenuItem,
     this.多列平铺ToolStripMenuItem,
     this.toolStripMenuItem44,
     this.显示清爽资料ToolStripMenuItem,
     this.toolStripMenuItem45,
     this.动画效果ToolStripMenuItem});
     this.toolStripMenuItem152.Name = "toolStripMenuItem152";
     this.toolStripMenuItem152.Size = new System.Drawing.Size(166, 22);
     this.toolStripMenuItem152.Text = "列表显示";
     //
     // 单列显示ToolStripMenuItem
     //
     this.单列显示ToolStripMenuItem.Name = "单列显示ToolStripMenuItem";
     this.单列显示ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.单列显示ToolStripMenuItem.Text = "单列显示";
     //
     // 多列平铺ToolStripMenuItem
     //
     this.多列平铺ToolStripMenuItem.Name = "多列平铺ToolStripMenuItem";
     this.多列平铺ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.多列平铺ToolStripMenuItem.Text = "多列平铺";
     //
     // toolStripMenuItem44
     //
     this.toolStripMenuItem44.Name = "toolStripMenuItem44";
     this.toolStripMenuItem44.Size = new System.Drawing.Size(139, 6);
     //
     // 显示清爽资料ToolStripMenuItem
     //
     this.显示清爽资料ToolStripMenuItem.Name = "显示清爽资料ToolStripMenuItem";
     this.显示清爽资料ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.显示清爽资料ToolStripMenuItem.Text = "显示清爽资料";
     //
     // toolStripMenuItem45
     //
     this.toolStripMenuItem45.Name = "toolStripMenuItem45";
     this.toolStripMenuItem45.Size = new System.Drawing.Size(139, 6);
     //
     // 动画效果ToolStripMenuItem
     //
     this.动画效果ToolStripMenuItem.Name = "动画效果ToolStripMenuItem";
     this.动画效果ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
     this.动画效果ToolStripMenuItem.Text = "动画效果";
     //
     // toolStripSeparator17
     //
     this.toolStripSeparator17.Name = "toolStripSeparator17";
     this.toolStripSeparator17.Size = new System.Drawing.Size(163, 6);
     //
     // 排序显示ToolStripMenuItem
     //
     this.排序显示ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.按身份标识排序ToolStripMenuItem,
     this.按服务更新排序ToolStripMenuItem,
     this.按名称排序ToolStripMenuItem});
     this.排序显示ToolStripMenuItem.Name = "排序显示ToolStripMenuItem";
     this.排序显示ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.排序显示ToolStripMenuItem.Text = "排序显示";
     //
     // 按身份标识排序ToolStripMenuItem
     //
     this.按身份标识排序ToolStripMenuItem.Name = "按身份标识排序ToolStripMenuItem";
     this.按身份标识排序ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.按身份标识排序ToolStripMenuItem.Text = "按身份标识排序";
     //
     // 按服务更新排序ToolStripMenuItem
     //
     this.按服务更新排序ToolStripMenuItem.Name = "按服务更新排序ToolStripMenuItem";
     this.按服务更新排序ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.按服务更新排序ToolStripMenuItem.Text = "按服务更新排序";
     //
     // 按名称排序ToolStripMenuItem
     //
     this.按名称排序ToolStripMenuItem.Name = "按名称排序ToolStripMenuItem";
     this.按名称排序ToolStripMenuItem.Size = new System.Drawing.Size(154, 22);
     this.按名称排序ToolStripMenuItem.Text = "按名称排序";
     //
     // 刷新好友列表ToolStripMenuItem
     //
     this.刷新好友列表ToolStripMenuItem.Name = "刷新好友列表ToolStripMenuItem";
     this.刷新好友列表ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.刷新好友列表ToolStripMenuItem.Text = "刷新好友列表";
     //
     // toolStripMenuItem46
     //
     this.toolStripMenuItem46.Name = "toolStripMenuItem46";
     this.toolStripMenuItem46.Size = new System.Drawing.Size(163, 6);
     //
     // 显示在线联系人ToolStripMenuItem
     //
     this.显示在线联系人ToolStripMenuItem.Name = "显示在线联系人ToolStripMenuItem";
     this.显示在线联系人ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.显示在线联系人ToolStripMenuItem.Text = "显示在线联系人";
     //
     // toolStripMenuItem47
     //
     this.toolStripMenuItem47.Name = "toolStripMenuItem47";
     this.toolStripMenuItem47.Size = new System.Drawing.Size(163, 6);
     //
     // 显示企业分组ToolStripMenuItem
     //
     this.显示企业分组ToolStripMenuItem.Name = "显示企业分组ToolStripMenuItem";
     this.显示企业分组ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.显示企业分组ToolStripMenuItem.Text = "显示企业分组";
     //
     // 显示陌生人分组ToolStripMenuItem
     //
     this.显示陌生人分组ToolStripMenuItem.Name = "显示陌生人分组ToolStripMenuItem";
     this.显示陌生人分组ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.显示陌生人分组ToolStripMenuItem.Text = "显示陌生人分组";
     //
     // 显示黑名单ToolStripMenuItem
     //
     this.显示黑名单ToolStripMenuItem.Name = "显示黑名单ToolStripMenuItem";
     this.显示黑名单ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.显示黑名单ToolStripMenuItem.Text = "显示黑名单";
     //
     // toolStripMenuItem48
     //
     this.toolStripMenuItem48.Name = "toolStripMenuItem48";
     this.toolStripMenuItem48.Size = new System.Drawing.Size(163, 6);
     //
     // 隐身对该分组可见ToolStripMenuItem
     //
     this.隐身对该分组可见ToolStripMenuItem.Name = "隐身对该分组可见ToolStripMenuItem";
     this.隐身对该分组可见ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.隐身对该分组可见ToolStripMenuItem.Text = "隐身对该分组可见";
     //
     // 在线对该分组隐身ToolStripMenuItem
     //
     this.在线对该分组隐身ToolStripMenuItem.Name = "在线对该分组隐身ToolStripMenuItem";
     this.在线对该分组隐身ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.在线对该分组隐身ToolStripMenuItem.Text = "在线对该分组隐身";
     //
     // toolStripMenuItem49
     //
     this.toolStripMenuItem49.Name = "toolStripMenuItem49";
     this.toolStripMenuItem49.Size = new System.Drawing.Size(163, 6);
     //
     // 添加分组ToolStripMenuItem
     //
     this.添加分组ToolStripMenuItem.Name = "添加分组ToolStripMenuItem";
     this.添加分组ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.添加分组ToolStripMenuItem.Text = "添加分组";
     //
     // 添加联系人ToolStripMenuItem
     //
     this.添加联系人ToolStripMenuItem.Name = "添加联系人ToolStripMenuItem";
     this.添加联系人ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.添加联系人ToolStripMenuItem.Text = "添加联系人";
     //
     // toolStripMenuItem50
     //
     this.toolStripMenuItem50.Name = "toolStripMenuItem50";
     this.toolStripMenuItem50.Size = new System.Drawing.Size(163, 6);
     //
     // 重命名ToolStripMenuItem
     //
     this.重命名ToolStripMenuItem.Name = "重命名ToolStripMenuItem";
     this.重命名ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.重命名ToolStripMenuItem.Text = "重命名";
     //
     // 删除该组ToolStripMenuItem
     //
     this.删除该组ToolStripMenuItem.Name = "删除该组ToolStripMenuItem";
     this.删除该组ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.删除该组ToolStripMenuItem.Text = "删除该组";
     //
     // 好友管理器ToolStripMenuItem
     //
     this.好友管理器ToolStripMenuItem.Name = "好友管理器ToolStripMenuItem";
     this.好友管理器ToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
     this.好友管理器ToolStripMenuItem.Text = "好友管理器";
     //
     // btnState
     //
     this.btnState.BackColor = System.Drawing.Color.Transparent;
     this.btnState.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnState.BackRectangle = new System.Drawing.Rectangle(4, 4, 4, 4);
     this.btnState.ControlState = CCWin.SkinClass.ControlState.Normal;
     this.btnState.DownBack = global::CC2013.Properties.Resources.allbtn_down;
     this.btnState.DrawType = CCWin.SkinControl.DrawStyle.Img;
     this.btnState.Image = global::CC2013.Properties.Resources.imonline__2_;
     this.btnState.ImageWidth = 12;
     this.btnState.Location = new System.Drawing.Point(178, 54);
     this.btnState.Margin = new System.Windows.Forms.Padding(0);
     this.btnState.MouseBack = global::CC2013.Properties.Resources.allbtn_highlight;
     this.btnState.Name = "btnState";
     this.btnState.NormlBack = null;
     this.btnState.Palace = true;
     this.btnState.Size = new System.Drawing.Size(23, 23);
     this.btnState.TabIndex = 128;
     this.btnState.Tag = "1";
     this.btnState.UseVisualStyleBackColor = false;
     this.btnState.Click += new System.EventHandler(this.btnState_Click);
     //
     // toolStripMenuItem23
     //
     this.toolStripMenuItem23.AutoSize = false;
     this.toolStripMenuItem23.Image = global::CC2013.Properties.Resources.imonline__2_;
     this.toolStripMenuItem23.Name = "toolStripMenuItem23";
     this.toolStripMenuItem23.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem23.Tag = "1";
     this.toolStripMenuItem23.Text = "我在线上";
     this.toolStripMenuItem23.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem24
     //
     this.toolStripMenuItem24.AutoSize = false;
     this.toolStripMenuItem24.Image = global::CC2013.Properties.Resources.Qme__2_;
     this.toolStripMenuItem24.Name = "toolStripMenuItem24";
     this.toolStripMenuItem24.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem24.Tag = "2";
     this.toolStripMenuItem24.Text = "Q我把";
     this.toolStripMenuItem24.ToolTipText = "表示希望好友主动联系您。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:自动弹出会话窗口\r\n";
     //
     // toolStripSeparator2
     //
     this.toolStripSeparator2.Name = "toolStripSeparator2";
     this.toolStripSeparator2.Size = new System.Drawing.Size(121, 6);
     //
     // toolStripMenuItem25
     //
     this.toolStripMenuItem25.AutoSize = false;
     this.toolStripMenuItem25.Image = global::CC2013.Properties.Resources.away__2_;
     this.toolStripMenuItem25.Name = "toolStripMenuItem25";
     this.toolStripMenuItem25.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem25.Tag = "3";
     this.toolStripMenuItem25.Text = "离开";
     this.toolStripMenuItem25.ToolTipText = "表示离开,暂无法处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // toolStripMenuItem26
     //
     this.toolStripMenuItem26.AutoSize = false;
     this.toolStripMenuItem26.Image = global::CC2013.Properties.Resources.busy__2_;
     this.toolStripMenuItem26.Name = "toolStripMenuItem26";
     this.toolStripMenuItem26.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem26.Tag = "4";
     this.toolStripMenuItem26.Text = "忙碌";
     this.toolStripMenuItem26.ToolTipText = "表示忙碌,不会及时处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏显示气泡\r\n";
     //
     // toolStripMenuItem27
     //
     this.toolStripMenuItem27.AutoSize = false;
     this.toolStripMenuItem27.Image = global::CC2013.Properties.Resources.mute__2_;
     this.toolStripMenuItem27.Name = "toolStripMenuItem27";
     this.toolStripMenuItem27.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem27.Tag = "5";
     this.toolStripMenuItem27.Text = "请勿打扰";
     this.toolStripMenuItem27.ToolTipText = "表示不想被打扰。\r\n声音:关闭\r\n消息提醒框:关闭\r\n会话消息:任务栏显示气泡\r\n\r\n";
     //
     // toolStripSeparator3
     //
     this.toolStripSeparator3.Name = "toolStripSeparator3";
     this.toolStripSeparator3.Size = new System.Drawing.Size(121, 6);
     //
     // toolStripMenuItem28
     //
     this.toolStripMenuItem28.AutoSize = false;
     this.toolStripMenuItem28.Image = global::CC2013.Properties.Resources.invisible__2_;
     this.toolStripMenuItem28.Name = "toolStripMenuItem28";
     this.toolStripMenuItem28.Size = new System.Drawing.Size(105, 22);
     this.toolStripMenuItem28.Tag = "6";
     this.toolStripMenuItem28.Text = "隐身";
     this.toolStripMenuItem28.ToolTipText = "表示好友看到您是离线的。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     //
     // MenuState
     //
     this.MenuState.Arrow = System.Drawing.Color.Black;
     this.MenuState.Back = System.Drawing.Color.White;
     this.MenuState.BackRadius = 4;
     this.MenuState.Base = System.Drawing.Color.FromArgb(((int)(((byte)(105)))), ((int)(((byte)(200)))), ((int)(((byte)(254)))));
     this.MenuState.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.MenuState.Fore = System.Drawing.Color.Black;
     this.MenuState.HoverFore = System.Drawing.Color.White;
     this.MenuState.ItemAnamorphosis = false;
     this.MenuState.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.MenuState.ItemBorderShow = false;
     this.MenuState.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.MenuState.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.MenuState.ItemRadius = 4;
     this.MenuState.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.MenuState.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItem20,
     this.toolStripMenuItem29,
     this.toolStripMenuItem30,
     this.toolStripMenuItem31,
     this.toolStripMenuItem32,
     this.toolStripMenuItem33,
     this.toolOffline,
     this.toolStripMenuItem35,
     this.toolStripMenuItem36,
     this.toolStripSeparator4,
     this.toolStripMenuItem37,
     this.toolStripSeparator5,
     this.toolStripMenuItem38,
     this.toolStripSeparator6,
     this.toolStripMenuItem39,
     this.toolStripMenuItem40,
     this.toolStripMenuItem41});
     this.MenuState.ItemSplitter = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.MenuState.Name = "MenuState";
     this.MenuState.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.MenuState.Size = new System.Drawing.Size(173, 330);
     this.MenuState.TitleAnamorphosis = false;
     this.MenuState.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(228)))), ((int)(((byte)(236)))));
     this.MenuState.TitleRadius = 4;
     this.MenuState.TitleRadiusStyle = CCWin.SkinClass.RoundStyle.All;
     //
     // toolStripMenuItem20
     //
     this.toolStripMenuItem20.Image = global::CC2013.Properties.Resources.imonline__2_;
     this.toolStripMenuItem20.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem20.Name = "toolStripMenuItem20";
     this.toolStripMenuItem20.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem20.Tag = "2";
     this.toolStripMenuItem20.Text = "我在线上";
     this.toolStripMenuItem20.ToolTipText = "表示希望好友看到您在线。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     this.toolStripMenuItem20.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem29
     //
     this.toolStripMenuItem29.Image = global::CC2013.Properties.Resources.Qme__2_;
     this.toolStripMenuItem29.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem29.Name = "toolStripMenuItem29";
     this.toolStripMenuItem29.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem29.Tag = "1";
     this.toolStripMenuItem29.Text = "Q我把";
     this.toolStripMenuItem29.ToolTipText = "表示希望好友主动联系您。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:自动弹出会话窗口\r\n";
     this.toolStripMenuItem29.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem30
     //
     this.toolStripMenuItem30.Image = global::CC2013.Properties.Resources.away__2_;
     this.toolStripMenuItem30.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem30.Name = "toolStripMenuItem30";
     this.toolStripMenuItem30.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem30.Tag = "3";
     this.toolStripMenuItem30.Text = "离开";
     this.toolStripMenuItem30.ToolTipText = "表示离开,暂无法处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     this.toolStripMenuItem30.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem31
     //
     this.toolStripMenuItem31.Image = global::CC2013.Properties.Resources.busy__2_;
     this.toolStripMenuItem31.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem31.Name = "toolStripMenuItem31";
     this.toolStripMenuItem31.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem31.Tag = "4";
     this.toolStripMenuItem31.Text = "忙碌";
     this.toolStripMenuItem31.ToolTipText = "表示忙碌,不会及时处理消息。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏显示气泡\r\n";
     this.toolStripMenuItem31.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem32
     //
     this.toolStripMenuItem32.Image = global::CC2013.Properties.Resources.mute__2_;
     this.toolStripMenuItem32.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem32.Name = "toolStripMenuItem32";
     this.toolStripMenuItem32.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem32.Tag = "5";
     this.toolStripMenuItem32.Text = "请勿打扰";
     this.toolStripMenuItem32.ToolTipText = "表示不想被打扰。\r\n声音:关闭\r\n消息提醒框:关闭\r\n会话消息:任务栏显示气泡\r\n\r\n";
     this.toolStripMenuItem32.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem33
     //
     this.toolStripMenuItem33.Image = global::CC2013.Properties.Resources.invisible__2_;
     this.toolStripMenuItem33.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem33.Name = "toolStripMenuItem33";
     this.toolStripMenuItem33.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem33.Tag = "6";
     this.toolStripMenuItem33.Text = "隐身";
     this.toolStripMenuItem33.ToolTipText = "表示好友看到您是离线的。\r\n声音:开启\r\n消息提醒框:开启\r\n会话消息:任务栏头像闪动\r\n";
     this.toolStripMenuItem33.Click += new System.EventHandler(this.Item_Click);
     //
     // toolOffline
     //
     this.toolOffline.Image = global::CC2013.Properties.Resources.imoffline__2_;
     this.toolOffline.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolOffline.Name = "toolOffline";
     this.toolOffline.Size = new System.Drawing.Size(172, 22);
     this.toolOffline.Tag = "6";
     this.toolOffline.Text = "离线";
     this.toolOffline.ToolTipText = "断开与服务器的连接。";
     this.toolOffline.Click += new System.EventHandler(this.Item_Click);
     //
     // toolStripMenuItem35
     //
     this.toolStripMenuItem35.Name = "toolStripMenuItem35";
     this.toolStripMenuItem35.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem35.Text = "添加状态消息";
     //
     // toolStripMenuItem36
     //
     this.toolStripMenuItem36.Image = global::CC2013.Properties.Resources.menu_check;
     this.toolStripMenuItem36.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem36.Name = "toolStripMenuItem36";
     this.toolStripMenuItem36.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem36.Text = "关闭所有声音";
     //
     // toolStripSeparator4
     //
     this.toolStripSeparator4.Name = "toolStripSeparator4";
     this.toolStripSeparator4.Size = new System.Drawing.Size(169, 6);
     //
     // toolStripMenuItem37
     //
     this.toolStripMenuItem37.Name = "toolStripMenuItem37";
     this.toolStripMenuItem37.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem37.Text = "2处登录";
     //
     // toolStripSeparator5
     //
     this.toolStripSeparator5.Name = "toolStripSeparator5";
     this.toolStripSeparator5.Size = new System.Drawing.Size(169, 6);
     //
     // toolStripMenuItem38
     //
     this.toolStripMenuItem38.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem38.Image")));
     this.toolStripMenuItem38.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripMenuItem38.Name = "toolStripMenuItem38";
     this.toolStripMenuItem38.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem38.Text = "锁定QQ Ctrl+Alt+L";
     //
     // toolStripSeparator6
     //
     this.toolStripSeparator6.Name = "toolStripSeparator6";
     this.toolStripSeparator6.Size = new System.Drawing.Size(169, 6);
     //
     // toolStripMenuItem39
     //
     this.toolStripMenuItem39.Name = "toolStripMenuItem39";
     this.toolStripMenuItem39.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem39.Text = "系统设置...";
     //
     // toolStripMenuItem40
     //
     this.toolStripMenuItem40.Name = "toolStripMenuItem40";
     this.toolStripMenuItem40.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem40.Text = "我的资料...";
     //
     // toolStripMenuItem41
     //
     this.toolStripMenuItem41.Name = "toolStripMenuItem41";
     this.toolStripMenuItem41.Size = new System.Drawing.Size(172, 22);
     this.toolStripMenuItem41.Text = "我的QQ中心";
     //
     // lblLv
     //
     this.lblLv.AutoSize = true;
     this.lblLv.BackColor = System.Drawing.Color.Transparent;
     this.lblLv.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(96)))), ((int)(((byte)(48)))));
     this.lblLv.Font = new System.Drawing.Font("微软雅黑", 6F, System.Drawing.FontStyle.Bold);
     this.lblLv.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(240)))), ((int)(((byte)(49)))));
     this.lblLv.Location = new System.Drawing.Point(201, 60);
     this.lblLv.Name = "lblLv";
     this.lblLv.Size = new System.Drawing.Size(25, 11);
     this.lblLv.TabIndex = 129;
     this.lblLv.Text = "LV04";
     //
     // 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_selected.png");
     this.imageList.Images.SetKeyName(1, "icon_group_selected.png");
     this.imageList.Images.SetKeyName(2, "icon_last_selected.png");
     //
     // chatShow
     //
     this.chatShow.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.chatShow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.chatShow.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.chatShow.ForeColor = System.Drawing.Color.Black;
     this.chatShow.ListSubItemMenu = this.UserMenu;
     this.chatShow.Location = new System.Drawing.Point(1, 201);
     this.chatShow.Margin = new System.Windows.Forms.Padding(0);
     this.chatShow.Name = "chatShow";
     this.chatShow.Size = new System.Drawing.Size(279, 270);
     this.chatShow.SubItemMenu = this.GroupingMenu;
     this.chatShow.TabIndex = 2;
     this.chatShow.DoubleClickSubItem += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatShow_DoubleClickSubItem);
     this.chatShow.MouseEnterHead += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatShow_MouseEnterHead);
     this.chatShow.MouseLeaveHead += new CCWin.SkinControl.ChatListBox.ChatListEventHandler(this.chatShow_MouseLeaveHead);
     //
     // toolStripSplitButton4
     //
     this.toolStripSplitButton4.AutoSize = false;
     this.toolStripSplitButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripSplitButton4.DropDownButtonWidth = 20;
     this.toolStripSplitButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton4.Image")));
     this.toolStripSplitButton4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.toolStripSplitButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton4.Name = "toolStripSplitButton4";
     this.toolStripSplitButton4.Size = new System.Drawing.Size(70, 35);
     this.toolStripSplitButton4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton4.ToolTipText = "圈子";
     //
     // 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(70, 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.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButton2.Image")));
     this.toolStripSplitButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripSplitButton2.Name = "toolStripSplitButton2";
     this.toolStripSplitButton2.Size = new System.Drawing.Size(70, 35);
     this.toolStripSplitButton2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.toolStripSplitButton2.ToolTipText = "圈子";
     //
     // skinToolStrip3
     //
     this.skinToolStrip3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.skinToolStrip3.Arrow = System.Drawing.Color.White;
     this.skinToolStrip3.AutoSize = false;
     this.skinToolStrip3.Back = System.Drawing.Color.White;
     this.skinToolStrip3.BackColor = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BackRadius = 4;
     this.skinToolStrip3.BackRectangle = new System.Drawing.Rectangle(2, 2, 2, 2);
     this.skinToolStrip3.Base = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BaseFore = System.Drawing.Color.Black;
     this.skinToolStrip3.BaseForeAnamorphosis = false;
     this.skinToolStrip3.BaseForeAnamorphosisBorder = 4;
     this.skinToolStrip3.BaseForeAnamorphosisColor = System.Drawing.Color.White;
     this.skinToolStrip3.BaseHoverFore = System.Drawing.Color.Black;
     this.skinToolStrip3.BaseItemAnamorphosis = true;
     this.skinToolStrip3.BaseItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
     this.skinToolStrip3.BaseItemBorderShow = false;
     this.skinToolStrip3.BaseItemDown = ((System.Drawing.Image)(resources.GetObject("skinToolStrip3.BaseItemDown")));
     this.skinToolStrip3.BaseItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.skinToolStrip3.BaseItemMouse = ((System.Drawing.Image)(resources.GetObject("skinToolStrip3.BaseItemMouse")));
     this.skinToolStrip3.BaseItemPressed = System.Drawing.Color.Transparent;
     this.skinToolStrip3.BaseItemRadius = 2;
     this.skinToolStrip3.BaseItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip3.BaseItemSplitter = System.Drawing.Color.Transparent;
     this.skinToolStrip3.Dock = System.Windows.Forms.DockStyle.None;
     this.skinToolStrip3.DropDownImageSeparator = System.Drawing.Color.FromArgb(((int)(((byte)(197)))), ((int)(((byte)(197)))), ((int)(((byte)(197)))));
     this.skinToolStrip3.Fore = System.Drawing.Color.Black;
     this.skinToolStrip3.GripMargin = new System.Windows.Forms.Padding(2, 2, 4, 2);
     this.skinToolStrip3.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.skinToolStrip3.HoverFore = System.Drawing.Color.White;
     this.skinToolStrip3.ImageScalingSize = new System.Drawing.Size(20, 20);
     this.skinToolStrip3.ItemAnamorphosis = false;
     this.skinToolStrip3.ItemBorder = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemBorderShow = false;
     this.skinToolStrip3.ItemHover = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemPressed = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(148)))), ((int)(((byte)(212)))));
     this.skinToolStrip3.ItemRadius = 3;
     this.skinToolStrip3.ItemRadiusStyle = CCWin.SkinClass.RoundStyle.None;
     this.skinToolStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripSplitButton4,
     this.toolStripSplitButton3,
     this.toolStripSplitButton2});
     this.skinToolStrip3.Location = new System.Drawing.Point(1, 167);
     this.skinToolStrip3.Name = "skinToolStrip3";
     this.skinToolStrip3.RadiusStyle = CCWin.SkinClass.RoundStyle.All;
     this.skinToolStrip3.Size = new System.Drawing.Size(279, 34);
     this.skinToolStrip3.TabIndex = 127;
     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;
     //
     // FrmMain
     //
     this.AllowDrop = true;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.Back = ((System.Drawing.Image)(resources.GetObject("$this.Back")));
     this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(159)))), ((int)(((byte)(215)))));
     this.BackLayout = false;
     this.BorderPalace = global::CC2013.Properties.Resources.BackPalace;
     this.ClientSize = new System.Drawing.Size(281, 532);
     this.CloseBoxSize = new System.Drawing.Size(39, 20);
     this.CloseDownBack = global::CC2013.Properties.Resources.btn_close_down;
     this.CloseMouseBack = global::CC2013.Properties.Resources.btn_close_highlight;
     this.CloseNormlBack = global::CC2013.Properties.Resources.btn_close_disable;
     this.ControlBoxOffset = new System.Drawing.Point(0, -1);
     this.Controls.Add(this.btnState);
     this.Controls.Add(this.lblLv);
     this.Controls.Add(this.SkToolCdTwo);
     this.Controls.Add(this.chatShow);
     this.Controls.Add(this.skinToolStrip1);
     this.Controls.Add(this.skinToolStrip2);
     this.Controls.Add(this.btnTq);
     this.Controls.Add(this.lblName);
     this.Controls.Add(this.lblQm);
     this.Controls.Add(this.skinToolStrip3);
     this.EffectCaption = false;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaxDownBack = global::CC2013.Properties.Resources.btn_max_down;
     this.MaximizeBox = false;
     this.MaximumSize = new System.Drawing.Size(543, 764);
     this.MaxMouseBack = global::CC2013.Properties.Resources.btn_max_highlight;
     this.MaxNormlBack = global::CC2013.Properties.Resources.btn_max_normal;
     this.MaxSize = new System.Drawing.Size(28, 20);
     this.MiniDownBack = global::CC2013.Properties.Resources.btn_mini_down;
     this.MiniMouseBack = global::CC2013.Properties.Resources.btn_mini_highlight;
     this.MinimumSize = new System.Drawing.Size(281, 532);
     this.MiniNormlBack = global::CC2013.Properties.Resources.btn_mini_normal;
     this.MiniSize = new System.Drawing.Size(28, 20);
     this.Name = "FrmMain";
     this.RestoreDownBack = global::CC2013.Properties.Resources.btn_restore_down;
     this.RestoreMouseBack = global::CC2013.Properties.Resources.btn_restore_highlight;
     this.RestoreNormlBack = global::CC2013.Properties.Resources.btn_restore_normal;
     this.Shadow = false;
     this.ShowBorder = false;
     this.ShowDrawIcon = false;
     this.ShowInTaskbar = false;
     this.SkinOpacity = 0.95D;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.SysBottomDown = global::CC2013.Properties.Resources.btn_Skin_down;
     this.SysBottomMouse = global::CC2013.Properties.Resources.btn_Skin_highlight;
     this.SysBottomNorml = global::CC2013.Properties.Resources.btn_Skin_normal;
     this.SysBottomToolTip = "更改外观";
     this.SysBottomVisibale = true;
     this.Text = "CC2013";
     this.TopMost = true;
     this.BackChanged += new CCWin.CCSkinMain.BackEventHandler(this.FrmMain_BackChanged);
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
     this.Load += new System.EventHandler(this.FormCSharpWinDemo_Load);
     this.SizeChanged += new System.EventHandler(this.FrmMain_SizeChanged);
     this.Paint += new System.Windows.Forms.PaintEventHandler(this.FrmMain_Paint);
     this.skinToolStrip1.ResumeLayout(false);
     this.skinToolStrip1.PerformLayout();
     this.SkToolCdTwo.ResumeLayout(false);
     this.SkToolCdTwo.PerformLayout();
     this.QQMenu.ResumeLayout(false);
     this.skinToolStrip2.ResumeLayout(false);
     this.skinToolStrip2.PerformLayout();
     this.UserMenu.ResumeLayout(false);
     this.GroupingMenu.ResumeLayout(false);
     this.MenuState.ResumeLayout(false);
     this.skinToolStrip3.ResumeLayout(false);
     this.skinToolStrip3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }