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

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

?? frmapply.designer.cs

?? 一個即時通信工具
?? CS
字號:
?namespace MyQQ
{
    partial class frmApply
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmApply));
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnRegister = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.rdbFemale = new System.Windows.Forms.RadioButton();
            this.rdbMale = new System.Windows.Forms.RadioButton();
            this.txtPassword2 = new System.Windows.Forms.TextBox();
            this.txtPassword = new System.Windows.Forms.TextBox();
            this.txtAge = new System.Windows.Forms.TextBox();
            this.txtNickName = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.groupBox2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(355, 326);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 6;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // btnRegister
            // 
            this.btnRegister.Location = new System.Drawing.Point(254, 326);
            this.btnRegister.Name = "btnRegister";
            this.btnRegister.Size = new System.Drawing.Size(75, 23);
            this.btnRegister.TabIndex = 7;
            this.btnRegister.Text = "注冊";
            this.btnRegister.UseVisualStyleBackColor = true;
            this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.BackColor = System.Drawing.Color.Transparent;
            this.groupBox2.Controls.Add(this.txtName);
            this.groupBox2.Controls.Add(this.cboBloodType);
            this.groupBox2.Controls.Add(this.cboStar);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Location = new System.Drawing.Point(121, 192);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(309, 125);
            this.groupBox2.TabIndex = 5;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "選填詳細資料";
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(100, 28);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(165, 21);
            this.txtName.TabIndex = 1;
            // 
            // cboBloodType
            // 
            this.cboBloodType.FormattingEnabled = true;
            this.cboBloodType.Location = new System.Drawing.Point(100, 90);
            this.cboBloodType.Name = "cboBloodType";
            this.cboBloodType.Size = new System.Drawing.Size(165, 20);
            this.cboBloodType.TabIndex = 1;
            // 
            // cboStar
            // 
            this.cboStar.FormattingEnabled = true;
            this.cboStar.Location = new System.Drawing.Point(100, 59);
            this.cboStar.Name = "cboStar";
            this.cboStar.Size = new System.Drawing.Size(165, 20);
            this.cboStar.TabIndex = 1;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(65, 90);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(29, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "血型";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(65, 64);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(29, 12);
            this.label7.TabIndex = 0;
            this.label7.Text = "星座";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(43, 31);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 0;
            this.label6.Text = "真實姓名";
            // 
            // groupBox1
            // 
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.rdbFemale);
            this.groupBox1.Controls.Add(this.rdbMale);
            this.groupBox1.Controls.Add(this.txtPassword2);
            this.groupBox1.Controls.Add(this.txtPassword);
            this.groupBox1.Controls.Add(this.txtAge);
            this.groupBox1.Controls.Add(this.txtNickName);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(121, 7);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(309, 167);
            this.groupBox1.TabIndex = 4;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = " 注冊基本資料";
            // 
            // rdbFemale
            // 
            this.rdbFemale.AutoSize = true;
            this.rdbFemale.Location = new System.Drawing.Point(173, 75);
            this.rdbFemale.Name = "rdbFemale";
            this.rdbFemale.Size = new System.Drawing.Size(35, 16);
            this.rdbFemale.TabIndex = 2;
            this.rdbFemale.Text = "女";
            this.rdbFemale.UseVisualStyleBackColor = true;
            // 
            // rdbMale
            // 
            this.rdbMale.AutoSize = true;
            this.rdbMale.Checked = true;
            this.rdbMale.Location = new System.Drawing.Point(100, 75);
            this.rdbMale.Name = "rdbMale";
            this.rdbMale.Size = new System.Drawing.Size(35, 16);
            this.rdbMale.TabIndex = 2;
            this.rdbMale.TabStop = true;
            this.rdbMale.Text = "男";
            this.rdbMale.UseVisualStyleBackColor = true;
            // 
            // txtPassword2
            // 
            this.txtPassword2.Location = new System.Drawing.Point(100, 127);
            this.txtPassword2.Name = "txtPassword2";
            this.txtPassword2.PasswordChar = '*';
            this.txtPassword2.Size = new System.Drawing.Size(165, 21);
            this.txtPassword2.TabIndex = 1;
            // 
            // txtPassword
            // 
            this.txtPassword.Location = new System.Drawing.Point(100, 97);
            this.txtPassword.Name = "txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(165, 21);
            this.txtPassword.TabIndex = 1;
            // 
            // txtAge
            // 
            this.txtAge.Location = new System.Drawing.Point(100, 48);
            this.txtAge.Name = "txtAge";
            this.txtAge.Size = new System.Drawing.Size(63, 21);
            this.txtAge.TabIndex = 1;
            // 
            // txtNickName
            // 
            this.txtNickName.Location = new System.Drawing.Point(100, 18);
            this.txtNickName.Name = "txtNickName";
            this.txtNickName.Size = new System.Drawing.Size(165, 21);
            this.txtNickName.TabIndex = 1;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(43, 132);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 0;
            this.label5.Text = "重復密碼";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(67, 102);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(29, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "密碼";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(65, 77);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "性別";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(67, 51);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 0;
            this.label2.Text = "年齡";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(67, 24);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "昵稱";
            // 
            // pictureBox1
            // 
            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(10, 7);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(95, 310);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
            this.pictureBox1.TabIndex = 3;
            this.pictureBox1.TabStop = false;
            // 
            // frmApply
            // 
            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(441, 360);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnRegister);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.pictureBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmApply";
            this.Text = "申請號碼";
            this.Load += new System.EventHandler(this.frmApply_Load);
            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 btnCancel;
        private System.Windows.Forms.Button btnRegister;
        private System.Windows.Forms.GroupBox groupBox2;
        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.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton rdbFemale;
        private System.Windows.Forms.RadioButton rdbMale;
        private System.Windows.Forms.TextBox txtPassword2;
        private System.Windows.Forms.TextBox txtPassword;
        private System.Windows.Forms.TextBox txtAge;
        private System.Windows.Forms.TextBox txtNickName;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.PictureBox pictureBox1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品一二三四| 亚洲色图20p| av网站一区二区三区| 午夜视频一区二区| 欧美国产精品一区二区三区| 欧美午夜一区二区| 丁香桃色午夜亚洲一区二区三区| 午夜精品久久一牛影视| 亚洲欧洲日韩一区二区三区| 欧美mv日韩mv| 在线电影欧美成精品| 99视频精品免费视频| 九色porny丨国产精品| 亚洲成人在线观看视频| 亚洲精品国产一区二区精华液 | 麻豆91在线看| 亚洲成人精品在线观看| 综合久久久久久| 中文字幕不卡在线播放| 精品国产一区二区三区四区四| 欧美高清性hdvideosex| 色视频成人在线观看免| 成人黄色大片在线观看| 成人小视频在线| 国产成人免费高清| 国产91高潮流白浆在线麻豆| 国产一区二区精品久久99| 裸体在线国模精品偷拍| 日韩av中文字幕一区二区三区| 亚洲午夜久久久久久久久电影院| 亚洲日本电影在线| 亚洲色图视频网站| 亚洲视频免费看| 亚洲男人的天堂在线观看| 中文字幕中文字幕中文字幕亚洲无线 | 青青草一区二区三区| 亚洲国产成人av| 午夜精品在线看| 免费观看30秒视频久久| 蜜臀av在线播放一区二区三区| 日本欧美一区二区在线观看| 日韩成人av影视| 开心九九激情九九欧美日韩精美视频电影 | 不卡的av在线播放| 99riav久久精品riav| 97国产一区二区| 欧洲一区在线观看| 欧美精品在线观看一区二区| 6080日韩午夜伦伦午夜伦| 91精品国产综合久久久久久久久久| 69久久99精品久久久久婷婷| 日韩欧美一级二级三级| 久久精品一级爱片| 中文在线免费一区三区高中清不卡| 国产精品日日摸夜夜摸av| 一区在线观看免费| 久久狠狠亚洲综合| 国产麻豆精品在线| www.亚洲激情.com| 欧美亚洲自拍偷拍| 日韩一区二区免费高清| 国产视频亚洲色图| 亚洲丝袜美腿综合| 日韩电影在线免费观看| 国产激情视频一区二区在线观看| 99精品视频在线播放观看| 欧美色老头old∨ideo| 精品国产1区2区3区| 中文字幕亚洲电影| 日韩高清电影一区| 国产 日韩 欧美大片| 一本到不卡精品视频在线观看| 欧美一区二区在线视频| 久久久99免费| 夜夜爽夜夜爽精品视频| 久久97超碰国产精品超碰| 成人精品视频网站| 4438x成人网最大色成网站| 国产日韩欧美高清| 午夜视频一区二区三区| 国产高清不卡二三区| 欧美网站一区二区| 国产欧美日本一区视频| 肉色丝袜一区二区| www.日韩av| 精品国产乱码久久久久久老虎| 亚洲欧洲性图库| 狠狠色狠狠色合久久伊人| 色综合一区二区三区| 久久综合九色综合97婷婷女人| 亚洲伊人伊色伊影伊综合网| 国产乱妇无码大片在线观看| 在线视频国内自拍亚洲视频| 国产日产欧美一区二区三区| 日韩av在线免费观看不卡| 91视视频在线观看入口直接观看www | 欧美精品一区二区三区高清aⅴ | 欧美一区二区精品| 亚洲乱码国产乱码精品精98午夜 | 欧美一区二区视频观看视频| 亚洲欧美在线观看| 韩国女主播成人在线观看| 欧美视频精品在线观看| 国产精品蜜臀av| 国产一区二区网址| 69堂精品视频| 亚洲午夜久久久久中文字幕久| gogo大胆日本视频一区| 26uuu久久综合| 麻豆freexxxx性91精品| 欧美二区三区的天堂| 亚洲国产精品视频| av一本久道久久综合久久鬼色| 久久亚洲免费视频| 精品一区二区三区免费毛片爱| 欧美酷刑日本凌虐凌虐| 日韩美女精品在线| av激情综合网| 国产精品美女久久久久高潮| 国产一区二区精品久久91| 欧美成人官网二区| 免费在线观看一区| 欧美日韩一区二区三区高清 | 国产欧美日韩卡一| 国产一区在线精品| 精品卡一卡二卡三卡四在线| 蜜臂av日日欢夜夜爽一区| 欧美一区二区三区电影| 日本视频在线一区| 欧美一级国产精品| 日本视频免费一区| 日韩免费成人网| 九九久久精品视频| 久久女同精品一区二区| 国产一区二区三区香蕉 | 国产精品网站在线播放| 国产成人午夜电影网| 国产清纯美女被跳蛋高潮一区二区久久w | 欧美在线观看视频一区二区三区| 综合自拍亚洲综合图不卡区| 成人ar影院免费观看视频| 亚洲欧洲成人自拍| 在线一区二区观看| 亚洲成人av免费| 欧美一区二区三区人| 久久精品国产亚洲高清剧情介绍 | 91麻豆精品国产自产在线观看一区| 亚洲一卡二卡三卡四卡| 3d动漫精品啪啪1区2区免费 | 天堂一区二区在线免费观看| 欧美乱妇15p| 精品一区二区三区不卡 | 日韩欧美一区在线| 精品无人码麻豆乱码1区2区| 国产欧美一区在线| 99国产精品视频免费观看| 亚洲国产成人av网| 日韩欧美国产一区二区在线播放 | 欧美精品九九99久久| 裸体一区二区三区| 中文字幕乱码亚洲精品一区| 在线亚洲+欧美+日本专区| 丝袜美腿亚洲一区| 日本一区二区三区四区| 色综合天天综合色综合av| 日本视频免费一区| 国产精品电影院| 欧美日本一区二区三区四区 | 91麻豆成人久久精品二区三区| 亚洲成av人影院在线观看网| 精品国产一区二区三区忘忧草| 懂色av噜噜一区二区三区av| 亚洲国产视频一区| 国产欧美视频一区二区三区| 色网综合在线观看| 国产自产高清不卡| 亚洲一区二区在线视频| 26uuuu精品一区二区| 欧美亚洲国产一区二区三区va| 国产一区二区三区国产| 一区二区在线观看av| 亚洲精品一区二区三区四区高清 | 欧美一区二区三区在线观看 | 国产午夜精品一区二区三区视频| 99久久99久久精品免费观看| 免费在线观看精品| 亚洲三级在线观看| 欧美精品一区二区蜜臀亚洲| 一本色道久久综合精品竹菊| 国内精品伊人久久久久av一坑| 一区二区三区在线视频观看| 欧美精品一区二区三区在线| 一本一道综合狠狠老| 国产一区二区三区在线观看免费| 亚洲午夜精品网| 亚洲视频在线观看一区| 国产欧美日韩精品a在线观看| 91精品国产乱| 欧美色涩在线第一页| 99这里都是精品|