亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? frmprofileset.designer.cs

?? 一個即時通信工具
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace MyQQ
{
    partial class frmProfileSet
    {
        /// <summary>
        /// 必需的設計器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設計器生成的代碼

        /// <summary>
        /// 設計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmProfileSet));
            this.btnOK = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnProfile = new System.Windows.Forms.Button();
            this.imgListButtons = new System.Windows.Forms.ImageList(this.components);
            this.btnSecurity = new System.Windows.Forms.Button();
            this.panProfile = new System.Windows.Forms.Panel();
            this.picMyHeader = new System.Windows.Forms.PictureBox();
            this.cboSex = new System.Windows.Forms.ComboBox();
            this.txtName = new System.Windows.Forms.TextBox();
            this.cboBloodType = new System.Windows.Forms.ComboBox();
            this.cboStar = new System.Windows.Forms.ComboBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.txtAge = new System.Windows.Forms.TextBox();
            this.txtId = new System.Windows.Forms.TextBox();
            this.txtNickName = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btnlHeaders = new System.Windows.Forms.Button();
            this.panSecurity = new System.Windows.Forms.Panel();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.rdoNotAllow = new System.Windows.Forms.RadioButton();
            this.rdoNeedIdentity = new System.Windows.Forms.RadioButton();
            this.rdoAllowAnybody = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txtPassword = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.txtPassword3 = new System.Windows.Forms.TextBox();
            this.txtPassword2 = new System.Windows.Forms.TextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panProfile.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMyHeader)).BeginInit();
            this.panSecurity.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnOK
            // 
            this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
            this.btnOK.Location = new System.Drawing.Point(251, 242);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 22;
            this.btnOK.Text = "確定";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
            this.btnCancel.Location = new System.Drawing.Point(334, 242);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 22;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnProfile
            // 
            this.btnProfile.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnProfile.ImageIndex = 0;
            this.btnProfile.ImageList = this.imgListButtons;
            this.btnProfile.Location = new System.Drawing.Point(12, 10);
            this.btnProfile.Name = "btnProfile";
            this.btnProfile.Size = new System.Drawing.Size(75, 23);
            this.btnProfile.TabIndex = 23;
            this.btnProfile.UseVisualStyleBackColor = true;
            this.btnProfile.Click += new System.EventHandler(this.btnProfile_Click);
            // 
            // imgListButtons
            // 
            this.imgListButtons.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgListButtons.ImageStream")));
            this.imgListButtons.TransparentColor = System.Drawing.Color.Transparent;
            this.imgListButtons.Images.SetKeyName(0, "BaseInfoClick.jpg");
            this.imgListButtons.Images.SetKeyName(1, "BaseInfo.jpg");
            this.imgListButtons.Images.SetKeyName(2, "SecurityClick.jpg");
            this.imgListButtons.Images.SetKeyName(3, "Security.jpg");
            // 
            // btnSecurity
            // 
            this.btnSecurity.ImageIndex = 3;
            this.btnSecurity.ImageList = this.imgListButtons;
            this.btnSecurity.Location = new System.Drawing.Point(12, 42);
            this.btnSecurity.Name = "btnSecurity";
            this.btnSecurity.Size = new System.Drawing.Size(75, 23);
            this.btnSecurity.TabIndex = 23;
            this.btnSecurity.UseVisualStyleBackColor = true;
            this.btnSecurity.Click += new System.EventHandler(this.btnSecurity_Click);
            // 
            // panProfile
            // 
            this.panProfile.BackColor = System.Drawing.Color.Transparent;
            this.panProfile.Controls.Add(this.picMyHeader);
            this.panProfile.Controls.Add(this.cboSex);
            this.panProfile.Controls.Add(this.txtName);
            this.panProfile.Controls.Add(this.cboBloodType);
            this.panProfile.Controls.Add(this.cboStar);
            this.panProfile.Controls.Add(this.label8);
            this.panProfile.Controls.Add(this.label7);
            this.panProfile.Controls.Add(this.label6);
            this.panProfile.Controls.Add(this.txtAge);
            this.panProfile.Controls.Add(this.txtId);
            this.panProfile.Controls.Add(this.txtNickName);
            this.panProfile.Controls.Add(this.label3);
            this.panProfile.Controls.Add(this.label2);
            this.panProfile.Controls.Add(this.label9);
            this.panProfile.Controls.Add(this.label1);
            this.panProfile.Controls.Add(this.btnlHeaders);
            this.panProfile.Location = new System.Drawing.Point(105, 56);
            this.panProfile.Name = "panProfile";
            this.panProfile.Size = new System.Drawing.Size(299, 165);
            this.panProfile.TabIndex = 29;
            // 
            // picMyHeader
            // 
            this.picMyHeader.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.picMyHeader.Image = ((System.Drawing.Image)(resources.GetObject("picMyHeader.Image")));
            this.picMyHeader.Location = new System.Drawing.Point(214, 7);
            this.picMyHeader.Name = "picMyHeader";
            this.picMyHeader.Size = new System.Drawing.Size(37, 38);
            this.picMyHeader.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.picMyHeader.TabIndex = 44;
            this.picMyHeader.TabStop = false;
            // 
            // cboSex
            // 
            this.cboSex.FormattingEnabled = true;
            this.cboSex.Items.AddRange(new object[] {
            "男",
            "女"});
            this.cboSex.Location = new System.Drawing.Point(60, 69);
            this.cboSex.Name = "cboSex";
            this.cboSex.Size = new System.Drawing.Size(82, 20);
            this.cboSex.TabIndex = 42;
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(60, 99);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(82, 21);
            this.txtName.TabIndex = 39;
            // 
            // cboBloodType
            // 
            this.cboBloodType.FormattingEnabled = true;
            this.cboBloodType.Location = new System.Drawing.Point(214, 130);
            this.cboBloodType.Name = "cboBloodType";
            this.cboBloodType.Size = new System.Drawing.Size(82, 20);
            this.cboBloodType.TabIndex = 40;
            // 
            // cboStar
            // 
            this.cboStar.FormattingEnabled = true;
            this.cboStar.Location = new System.Drawing.Point(60, 130);
            this.cboStar.Name = "cboStar";
            this.cboStar.Size = new System.Drawing.Size(82, 20);
            this.cboStar.TabIndex = 41;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(177, 137);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(41, 12);
            this.label8.TabIndex = 36;
            this.label8.Text = "血型:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(23, 136);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(41, 12);
            this.label7.TabIndex = 37;
            this.label7.Text = "星座:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(1, 106);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(65, 12);
            this.label6.TabIndex = 38;
            this.label6.Text = "真實姓名:";
            // 
            // txtAge
            // 
            this.txtAge.Location = new System.Drawing.Point(214, 97);
            this.txtAge.Name = "txtAge";
            this.txtAge.Size = new System.Drawing.Size(82, 21);
            this.txtAge.TabIndex = 35;
            // 
            // txtId
            // 
            this.txtId.Location = new System.Drawing.Point(60, 7);
            this.txtId.Name = "txtId";
            this.txtId.ReadOnly = true;
            this.txtId.Size = new System.Drawing.Size(82, 21);
            this.txtId.TabIndex = 33;
            // 
            // txtNickName
            // 
            this.txtNickName.Location = new System.Drawing.Point(60, 38);
            this.txtNickName.Name = "txtNickName";
            this.txtNickName.Size = new System.Drawing.Size(82, 21);
            this.txtNickName.TabIndex = 34;
            // 
            // label3

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久精品tv| 日本午夜精品视频在线观看| 亚洲大尺度视频在线观看| 狠狠色狠狠色综合系列| 欧美亚洲综合另类| 国产精品美女久久久久av爽李琼 | 韩国视频一区二区| 91久久线看在观草草青青| 国产视频911| 久久99国产精品免费网站| 欧美体内she精高潮| 综合久久久久久| 国产69精品久久久久毛片| 日韩欧美亚洲另类制服综合在线| 亚洲另类在线制服丝袜| av激情亚洲男人天堂| 久久久五月婷婷| 麻豆国产欧美一区二区三区| 欧美欧美欧美欧美首页| 亚洲成人av一区二区三区| 色婷婷久久久综合中文字幕| 国产精品福利电影一区二区三区四区| 日本一区中文字幕| 555夜色666亚洲国产免| 婷婷综合在线观看| 欧美日本一区二区在线观看| 一片黄亚洲嫩模| 欧洲视频一区二区| 一区二区三区日韩欧美精品| 色狠狠一区二区| 亚洲最新视频在线播放| 精品视频在线免费| 亚洲成a天堂v人片| 91精品国产综合久久小美女| 免费日韩伦理电影| 精品久久久网站| 韩国一区二区视频| 欧美高清在线一区二区| 国产成人免费高清| 亚洲手机成人高清视频| 91免费视频大全| 亚洲一区精品在线| 欧美一区二区三区免费视频| 日韩电影一区二区三区四区| 精品久久久久久久久久久久久久久久久 | 国v精品久久久网| 国产精品高潮呻吟| 欧美网站大全在线观看| 日韩av不卡在线观看| 久久你懂得1024| 一本久久a久久精品亚洲| 亚洲成人自拍网| 久久毛片高清国产| 一本色道久久综合狠狠躁的推荐 | 国产精品亚洲午夜一区二区三区| 国产亚洲短视频| 日本高清不卡视频| 久久精品国内一区二区三区| 亚洲国产精品二十页| 色婷婷av一区二区三区软件| 日本欧美在线观看| 国产精品色噜噜| 91精品久久久久久久久99蜜臂| 黄色资源网久久资源365| 国产精品久久影院| 91精品国产91综合久久蜜臀| 国产风韵犹存在线视精品| 亚洲一区二区三区在线看| 久久亚洲一区二区三区四区| 99久久国产综合色|国产精品| 天天综合色天天综合| 欧美国产日韩a欧美在线观看| 欧美自拍偷拍一区| 精品亚洲国内自在自线福利| 国产欧美精品一区二区三区四区| 欧美中文字幕一区| 国产成人精品一区二区三区网站观看| 亚洲激情成人在线| 久久久久久久久97黄色工厂| 欧美日韩精品一区二区| 99久久精品免费看国产| 韩国av一区二区| 婷婷综合久久一区二区三区| 亚欧色一区w666天堂| 国产色爱av资源综合区| 欧美精品第1页| 91免费观看国产| 丰满白嫩尤物一区二区| 老司机精品视频线观看86| 一区二区三区欧美日韩| 国产精品视频你懂的| 精品国产乱码久久久久久1区2区 | 国产精品国产三级国产三级人妇| 91精品国产91久久久久久一区二区 | 午夜精品久久久久久久久久久| 国产精品久久久久婷婷| 久久蜜桃av一区精品变态类天堂| 51午夜精品国产| 欧美精品第一页| 欧美日韩综合一区| 91高清视频免费看| 日本韩国一区二区| 97久久精品人人爽人人爽蜜臀| 国产精品一级黄| 国产成人精品www牛牛影视| 韩国一区二区三区| 狠狠色狠狠色综合| 国产一区二区三区四| 久久国产精品一区二区| 免费在线观看成人| 免费人成黄页网站在线一区二区| 一区二区三区欧美久久| 亚洲精品免费播放| 夜夜夜精品看看| 亚洲高清免费观看高清完整版在线观看| 中文字幕一区免费在线观看| 中文欧美字幕免费| 亚洲欧美在线aaa| 亚洲黄色尤物视频| 亚洲国产精品久久人人爱| 亚洲高清视频在线| 日本午夜一区二区| 韩国av一区二区三区| 国产suv精品一区二区三区| 国产电影一区在线| 91小视频在线免费看| 色噜噜狠狠色综合欧洲selulu| 欧洲视频一区二区| 欧美一区二区久久久| 国产亚洲一区二区在线观看| 国产精品成人一区二区艾草 | 亚洲日本免费电影| 亚洲午夜一区二区| 久久国产精品72免费观看| 国产精品一区在线| 色哟哟精品一区| 日韩欧美中文字幕公布| 久久精品亚洲精品国产欧美kt∨| 国产精品久久久久久久浪潮网站 | 亚洲丶国产丶欧美一区二区三区| 天堂一区二区在线免费观看| 国产毛片精品视频| 日本福利一区二区| 精品精品国产高清a毛片牛牛| 中国av一区二区三区| 亚洲欧美日韩国产一区二区三区| 视频一区国产视频| 成人免费视频一区| 欧美日韩mp4| 国产精品色眯眯| 日本人妖一区二区| 色综合中文综合网| 国产精品麻豆欧美日韩ww| 夜夜爽夜夜爽精品视频| 国产乱码精品一区二区三区av | 欧美电影免费观看高清完整版在| 国产精品视频免费看| 日韩电影在线观看网站| 99热国产精品| 欧美精品一区二| 亚洲成人手机在线| 国产69精品久久久久777| 欧美一区二区视频观看视频| 亚洲少妇屁股交4| 国产乱子轮精品视频| 欧美日韩亚洲综合一区| 国产精品美女久久久久久| 蜜桃av噜噜一区二区三区小说| 色婷婷综合久久久中文一区二区 | 亚洲一区二区av在线| 国产一区二区精品久久| 777久久久精品| 亚洲免费高清视频在线| 国产成人av一区| 欧美大片拔萝卜| 日韩二区三区四区| 欧美午夜视频网站| 亚洲欧美成aⅴ人在线观看| 国产综合久久久久影院| 制服丝袜中文字幕一区| 亚洲无人区一区| 日本道色综合久久| 亚洲另类春色校园小说| 99视频热这里只有精品免费| 国产精品美女久久久久高潮| 国产高清在线观看免费不卡| 久久综合久色欧美综合狠狠| 久久精品国产99国产精品| 91精品中文字幕一区二区三区| 夜夜夜精品看看| 在线观看不卡视频| 亚洲午夜电影在线| 欧美日韩精品欧美日韩精品一 | 亚洲成av人在线观看| 色8久久精品久久久久久蜜| 国产精品毛片a∨一区二区三区| 国产成人精品1024| 国产精品三级电影| 欧美一区二区高清| 精品一区二区在线播放|