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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? frmprofileset.designer.cs

?? 一個即時通信工具
?? CS
?? 第 1 頁 / 共 2 頁
字號:
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(23, 76);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 29;
            this.label3.Text = "性別:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(179, 100);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 32;
            this.label2.Text = "年齡:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(1, 16);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 30;
            this.label9.Text = "用戶號碼:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(1, 46);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 31;
            this.label1.Text = "用戶昵稱:";
            // 
            // btnlHeaders
            // 
            this.btnlHeaders.Image = ((System.Drawing.Image)(resources.GetObject("btnlHeaders.Image")));
            this.btnlHeaders.Location = new System.Drawing.Point(265, 28);
            this.btnlHeaders.Name = "btnlHeaders";
            this.btnlHeaders.Size = new System.Drawing.Size(19, 15);
            this.btnlHeaders.TabIndex = 45;
            this.btnlHeaders.UseVisualStyleBackColor = true;
            this.btnlHeaders.Click += new System.EventHandler(this.btnlHeaders_Click);
            // 
            // panSecurity
            // 
            this.panSecurity.BackColor = System.Drawing.Color.Transparent;
            this.panSecurity.Controls.Add(this.groupBox2);
            this.panSecurity.Controls.Add(this.groupBox1);
            this.panSecurity.Location = new System.Drawing.Point(105, 47);
            this.panSecurity.Name = "panSecurity";
            this.panSecurity.Size = new System.Drawing.Size(299, 189);
            this.panSecurity.TabIndex = 29;
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.rdoNotAllow);
            this.groupBox2.Controls.Add(this.rdoNeedIdentity);
            this.groupBox2.Controls.Add(this.rdoAllowAnybody);
            this.groupBox2.Location = new System.Drawing.Point(0, 105);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(296, 81);
            this.groupBox2.TabIndex = 25;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "身份驗證";
            // 
            // rdoNotAllow
            // 
            this.rdoNotAllow.AutoSize = true;
            this.rdoNotAllow.Location = new System.Drawing.Point(26, 60);
            this.rdoNotAllow.Name = "rdoNotAllow";
            this.rdoNotAllow.Size = new System.Drawing.Size(155, 16);
            this.rdoNotAllow.TabIndex = 0;
            this.rdoNotAllow.Text = "不允許任何人加我為好友";
            this.rdoNotAllow.UseVisualStyleBackColor = true;
            // 
            // rdoNeedIdentity
            // 
            this.rdoNeedIdentity.AutoSize = true;
            this.rdoNeedIdentity.Location = new System.Drawing.Point(26, 38);
            this.rdoNeedIdentity.Name = "rdoNeedIdentity";
            this.rdoNeedIdentity.Size = new System.Drawing.Size(179, 16);
            this.rdoNeedIdentity.TabIndex = 0;
            this.rdoNeedIdentity.Text = "需要身份驗證才能加我為好友";
            this.rdoNeedIdentity.UseVisualStyleBackColor = true;
            // 
            // rdoAllowAnybody
            // 
            this.rdoAllowAnybody.AutoSize = true;
            this.rdoAllowAnybody.Checked = true;
            this.rdoAllowAnybody.Location = new System.Drawing.Point(26, 16);
            this.rdoAllowAnybody.Name = "rdoAllowAnybody";
            this.rdoAllowAnybody.Size = new System.Drawing.Size(143, 16);
            this.rdoAllowAnybody.TabIndex = 0;
            this.rdoAllowAnybody.TabStop = true;
            this.rdoAllowAnybody.Text = "允許任何人加我為好友";
            this.rdoAllowAnybody.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.txtPassword);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.txtPassword3);
            this.groupBox1.Controls.Add(this.txtPassword2);
            this.groupBox1.Location = new System.Drawing.Point(3, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(296, 96);
            this.groupBox1.TabIndex = 24;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "修改密碼";
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(100, 12);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(177, 21);
            this.txtPassword.TabIndex = 14;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(47, 18);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 11;
            this.label4.Text = "原密碼:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(23, 74);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(77, 12);
            this.label5.TabIndex = 12;
            this.label5.Text = "新密碼確認(rèn):";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(47, 46);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(53, 12);
            this.label10.TabIndex = 12;
            this.label10.Text = "新密碼:";
            // 
            // txtPassword3
            // 
            this.txtPassword3.Location = new System.Drawing.Point(100, 68);
            this.txtPassword3.Name = "txtPassword3";
            this.txtPassword3.PasswordChar = '*';
            this.txtPassword3.Size = new System.Drawing.Size(177, 21);
            this.txtPassword3.TabIndex = 13;
            // 
            // txtPassword2
            // 
            this.txtPassword2.Location = new System.Drawing.Point(100, 40);
            this.txtPassword2.Name = "txtPassword2";
            this.txtPassword2.PasswordChar = '*';
            this.txtPassword2.Size = new System.Drawing.Size(177, 21);
            this.txtPassword2.TabIndex = 13;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(105, 11);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(299, 30);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 43;
            this.pictureBox1.TabStop = false;
            // 
            // frmProfileSet
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(419, 272);
            this.Controls.Add(this.panSecurity);
            this.Controls.Add(this.btnProfile);
            this.Controls.Add(this.btnSecurity);
            this.Controls.Add(this.panProfile);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnOK);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmProfileSet";
            this.Text = "編輯個人資料";
            this.Load += new System.EventHandler(this.frmProfileSet_Load);
            this.panProfile.ResumeLayout(false);
            this.panProfile.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picMyHeader)).EndInit();
            this.panSecurity.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnOK;
        private System.Windows.Forms.Button btnCancel;
        private System.Windows.Forms.Button btnProfile;
        private System.Windows.Forms.Button btnSecurity;
        private System.Windows.Forms.Panel panProfile;
        private System.Windows.Forms.Panel panSecurity;
        private System.Windows.Forms.Button btnlHeaders;
        private System.Windows.Forms.PictureBox picMyHeader;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.ComboBox cboSex;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.ComboBox cboBloodType;
        private System.Windows.Forms.ComboBox cboStar;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtAge;
        private System.Windows.Forms.TextBox txtId;
        private System.Windows.Forms.TextBox txtNickName;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.RadioButton rdoNotAllow;
        private System.Windows.Forms.RadioButton rdoNeedIdentity;
        private System.Windows.Forms.RadioButton rdoAllowAnybody;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtPassword3;
        private System.Windows.Forms.TextBox txtPassword2;
        private System.Windows.Forms.ImageList imgListButtons;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品伦理一区二区| 欧美国产一区在线| 2021久久国产精品不只是精品| 国产精品久久久久久一区二区三区| 婷婷综合在线观看| 91欧美一区二区| 欧美成人三级在线| 一区二区三区免费看视频| 国内精品视频一区二区三区八戒 | 精品久久人人做人人爽| 国产欧美一二三区| 韩国成人福利片在线播放| 欧美日精品一区视频| 国产精品成人网| 国产精品一区免费在线观看| 日韩一卡二卡三卡国产欧美| 亚洲国产另类精品专区| 色悠悠久久综合| 国产精品免费丝袜| 国产经典欧美精品| 久久综合五月天婷婷伊人| 日韩精品一卡二卡三卡四卡无卡| 91视频你懂的| 欧美国产97人人爽人人喊| 国产一区二区91| 777奇米成人网| 亚洲国产精品综合小说图片区| 成人精品高清在线| 亚洲视频在线一区| 色综合色综合色综合| 亚洲精品乱码久久久久久黑人| 91丨porny丨国产| 亚洲一区二区五区| 欧美日韩久久久久久| 亚洲国产sm捆绑调教视频| 欧美精品丝袜久久久中文字幕| 午夜精品久久久久影视| 欧美精品久久久久久久久老牛影院| 亚洲电影一区二区| 制服丝袜一区二区三区| 美女视频黄免费的久久| 久久久久久亚洲综合| 懂色av一区二区三区免费看| 亚洲天堂福利av| 欧美色综合影院| 免费观看久久久4p| 久久这里只精品最新地址| 成人免费不卡视频| 亚洲日本免费电影| 91一区一区三区| 亚洲高清不卡在线| 精品国产91洋老外米糕| 国产一区二区不卡在线| 国产精品国产三级国产| 欧美日韩激情一区二区三区| 性欧美大战久久久久久久久| 日韩一区二区三区免费看| 国产精品1区2区| 一区二区三区在线高清| 欧美丰满一区二区免费视频| 国产在线精品一区二区夜色| 中文字幕一区二区三区在线观看| 欧洲色大大久久| 精品夜夜嗨av一区二区三区| 亚洲欧美在线高清| 91精品国产乱码久久蜜臀| 成人国产精品视频| 日本最新不卡在线| 亚洲少妇中出一区| 日韩欧美资源站| 色综合色综合色综合| 国产米奇在线777精品观看| 亚洲欧美激情插| 欧美电影免费提供在线观看| 色综合中文字幕国产| 青娱乐精品在线视频| 国产精品乱码一区二区三区软件| 欧美日韩夫妻久久| 99久久久国产精品| 久久黄色级2电影| 亚洲精品久久嫩草网站秘色| 久久色在线观看| 欧美日韩免费一区二区三区视频| 国产传媒欧美日韩成人| 香蕉av福利精品导航| **网站欧美大片在线观看| 精品国产乱子伦一区| 欧美色窝79yyyycom| 成人中文字幕在线| 国产在线精品一区二区不卡了| 香蕉成人伊视频在线观看| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆 | 国产午夜精品一区二区三区嫩草 | 久久久欧美精品sm网站| 一本久久综合亚洲鲁鲁五月天| 美国三级日本三级久久99| 亚洲激情第一区| 中文字幕日本不卡| 国产女人aaa级久久久级| 欧美一级视频精品观看| 欧美一a一片一级一片| 91理论电影在线观看| 成人免费黄色大片| 成人黄色软件下载| 丁香桃色午夜亚洲一区二区三区| 国产在线精品一区二区三区不卡| 美女爽到高潮91| 久久精品国产精品亚洲红杏| 日日夜夜精品视频天天综合网| 亚洲免费观看在线视频| 国产精品进线69影院| 国产精品亲子乱子伦xxxx裸| 久久精品人人做人人综合| 久久嫩草精品久久久精品一| 日韩美女天天操| 欧美白人最猛性xxxxx69交| 日韩精品一区二区三区四区| 精品国产乱码91久久久久久网站| 日韩一级成人av| 精品久久久久香蕉网| 久久久99精品免费观看| xnxx国产精品| 国产欧美精品日韩区二区麻豆天美 | 中文字幕永久在线不卡| 亚洲免费毛片网站| 午夜亚洲国产au精品一区二区| 婷婷一区二区三区| 国产一区欧美一区| 成人午夜av影视| 97国产一区二区| 日本韩国欧美在线| 欧美三区免费完整视频在线观看| 欧美日韩国产一区二区三区地区| 欧美一级日韩免费不卡| 久久婷婷成人综合色| 中文字幕人成不卡一区| 午夜精品一区二区三区免费视频| 麻豆国产精品一区二区三区| 国产综合色精品一区二区三区| 国产成人在线看| 欧美性一二三区| 精品国产1区二区| 中文字幕日韩欧美一区二区三区| 亚洲电影在线播放| 国产美女娇喘av呻吟久久| 91在线观看成人| 日韩一区二区三区视频| 亚洲同性gay激情无套| 免费高清成人在线| 99精品黄色片免费大全| 日韩欧美一级特黄在线播放| 国产精品剧情在线亚洲| 日韩高清欧美激情| 成人免费高清在线| 在线不卡免费欧美| 日韩精品一区二区三区在线观看| 久久久久久一二三区| 亚洲一区二区三区爽爽爽爽爽| 国产真实乱偷精品视频免| 欧美日韩专区在线| 国产精品欧美一区喷水| 麻豆国产精品777777在线| 在线一区二区三区四区五区| 国产高清在线精品| 久久精品国产色蜜蜜麻豆| 91视频免费看| 国产亚洲综合在线| 热久久国产精品| 91精品福利视频| 国产欧美日产一区| 久久成人久久爱| 欧美日韩精品是欧美日韩精品| 欧美国产精品久久| 久久精品99国产精品| 欧美唯美清纯偷拍| 一区二区视频免费在线观看| 成熟亚洲日本毛茸茸凸凹| 欧美一区二区三区免费大片| 一区二区三区国产精华| a美女胸又www黄视频久久| 国产日韩av一区| 国产一区二区三区久久悠悠色av | 国产欧美日本一区视频| 精品一区二区三区视频| 欧美一区二区精美| 视频一区二区三区入口| 欧美色图免费看| 亚洲精品高清在线观看| 91玉足脚交白嫩脚丫在线播放| 欧美韩日一区二区三区| 国产suv精品一区二区883| 久久久久国产成人精品亚洲午夜| 精品影院一区二区久久久| 日韩欧美综合一区| 经典一区二区三区| 欧美精品一区二区三区久久久| 久久se精品一区精品二区| 2021国产精品久久精品| 国产精品77777| 中文字幕欧美一|