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

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

?? f_address.designer.cs

?? 本人事管理項(xiàng)目,基本完成的人事管理的功能,但還不完善,且此項(xiàng)目保證可以無錯誤運(yùn)行
?? CS
字號:
?namespace PWMS.InfoAddForm
{
    partial class F_Address
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

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

        #region Windows 窗體設(shè)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.Address_5 = new System.Windows.Forms.TextBox();
            this.Address_4 = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.Address_3 = new System.Windows.Forms.TextBox();
            this.Address_2 = new System.Windows.Forms.ComboBox();
            this.Address_1 = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.Address_6 = new System.Windows.Forms.TextBox();
            this.Address_7 = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.Address_7);
            this.groupBox1.Controls.Add(this.Address_6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.Address_5);
            this.groupBox1.Controls.Add(this.Address_4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.Address_3);
            this.groupBox1.Controls.Add(this.Address_2);
            this.groupBox1.Controls.Add(this.Address_1);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(385, 106);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "通訊錄信息";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(208, 52);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 9;
            this.label5.Text = "工作電話:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(12, 53);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 8;
            this.label4.Text = "手機(jī):";
            // 
            // Address_5
            // 
            this.Address_5.Location = new System.Drawing.Point(274, 47);
            this.Address_5.Name = "Address_5";
            this.Address_5.Size = new System.Drawing.Size(100, 21);
            this.Address_5.TabIndex = 7;
            // 
            // Address_4
            // 
            this.Address_4.Location = new System.Drawing.Point(54, 47);
            this.Address_4.Name = "Address_4";
            this.Address_4.Size = new System.Drawing.Size(148, 21);
            this.Address_4.TabIndex = 6;
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(232, 25);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 5;
            this.label3.Text = "電話:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(130, 25);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 4;
            this.label2.Text = "性別:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 3;
            this.label1.Text = "姓名:";
            // 
            // Address_3
            // 
            this.Address_3.Location = new System.Drawing.Point(274, 20);
            this.Address_3.Name = "Address_3";
            this.Address_3.Size = new System.Drawing.Size(100, 21);
            this.Address_3.TabIndex = 2;
            // 
            // Address_2
            // 
            this.Address_2.FormattingEnabled = true;
            this.Address_2.Items.AddRange(new object[] {
            "男",
            "女"});
            this.Address_2.Location = new System.Drawing.Point(172, 20);
            this.Address_2.Name = "Address_2";
            this.Address_2.Size = new System.Drawing.Size(54, 20);
            this.Address_2.TabIndex = 1;
            // 
            // Address_1
            // 
            this.Address_1.Location = new System.Drawing.Point(54, 20);
            this.Address_1.Name = "Address_1";
            this.Address_1.Size = new System.Drawing.Size(69, 21);
            this.Address_1.TabIndex = 0;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.button2);
            this.groupBox2.Controls.Add(this.button1);
            this.groupBox2.Location = new System.Drawing.Point(12, 118);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(385, 49);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            // 
            // Address_6
            // 
            this.Address_6.Location = new System.Drawing.Point(54, 75);
            this.Address_6.Name = "Address_6";
            this.Address_6.Size = new System.Drawing.Size(100, 21);
            this.Address_6.TabIndex = 10;
            // 
            // Address_7
            // 
            this.Address_7.Location = new System.Drawing.Point(214, 75);
            this.Address_7.Name = "Address_7";
            this.Address_7.Size = new System.Drawing.Size(160, 21);
            this.Address_7.TabIndex = 11;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(15, 81);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 12;
            this.label6.Text = "QQ:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(161, 81);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 13;
            this.label7.Text = "E-Mail:";
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(184, 17);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "保存";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Location = new System.Drawing.Point(289, 17);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 1;
            this.button2.Text = "取消";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // F_Address
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(409, 183);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "F_Address";
            this.Text = "F_Address";
            this.Load += new System.EventHandler(this.F_Address_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ComboBox Address_2;
        private System.Windows.Forms.TextBox Address_1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox Address_3;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox Address_5;
        private System.Windows.Forms.TextBox Address_4;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox Address_7;
        private System.Windows.Forms.TextBox Address_6;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
    }
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
色先锋资源久久综合| 亚洲不卡av一区二区三区| 蜜桃免费网站一区二区三区| 欧美三区免费完整视频在线观看| 一区二区三区精品视频在线| 欧美人与性动xxxx| 美腿丝袜亚洲综合| 国产午夜久久久久| 91丝袜呻吟高潮美腿白嫩在线观看| 国产精品久久久久久久裸模| 在线观看视频欧美| 毛片一区二区三区| 国产精品久久影院| 欧美日韩另类一区| 久久成人免费电影| 亚洲色图一区二区| 3751色影院一区二区三区| 国产在线精品一区二区夜色| 中文字幕制服丝袜一区二区三区| 欧美在线观看视频一区二区三区| 秋霞午夜av一区二区三区| 亚洲国产精品精华液ab| 91精彩视频在线| 国内精品伊人久久久久av一坑| 国产精品乱码妇女bbbb| 欧美人成免费网站| 成人动漫一区二区| 日韩电影免费一区| 亚洲日本一区二区| 日韩欧美亚洲国产另类| 99久久久无码国产精品| 美女视频黄a大片欧美| 国产精品美女久久久久av爽李琼| 777亚洲妇女| av一区二区三区四区| 视频一区二区三区在线| 国产精品婷婷午夜在线观看| 欧美美女网站色| zzijzzij亚洲日本少妇熟睡| 蜜臀久久99精品久久久久久9| 国产精品第13页| 日韩你懂的在线观看| 91激情在线视频| 国产成都精品91一区二区三| 午夜婷婷国产麻豆精品| 亚洲人123区| 国产亚洲精品资源在线26u| 欧美女孩性生活视频| 99riav一区二区三区| 国产精品一二三在| 麻豆91免费观看| 亚洲成a人v欧美综合天堂下载 | 欧美经典三级视频一区二区三区| 91久久奴性调教| 成人一区在线观看| 韩国中文字幕2020精品| 日韩国产精品91| 亚洲va韩国va欧美va精品 | 亚洲黄一区二区三区| 国产调教视频一区| 精品日产卡一卡二卡麻豆| 69p69国产精品| 欧美日韩不卡在线| 欧美在线色视频| 在线免费av一区| av电影在线不卡| 成人精品视频一区二区三区| 国产久卡久卡久卡久卡视频精品| 美女诱惑一区二区| 免费三级欧美电影| 美女性感视频久久| 久久精品久久99精品久久| 日本成人中文字幕| 奇米精品一区二区三区在线观看 | 精久久久久久久久久久| 日韩国产在线观看| 日韩不卡一二三区| 强制捆绑调教一区二区| 麻豆精品久久精品色综合| 久久精品国产色蜜蜜麻豆| 久久国产日韩欧美精品| 激情欧美一区二区三区在线观看| 精品一区二区三区视频| 国产一区二区在线电影| 国产91精品久久久久久久网曝门| 国产精品乡下勾搭老头1| 福利电影一区二区三区| 成人午夜私人影院| 色素色在线综合| 在线成人高清不卡| 欧美本精品男人aⅴ天堂| 久久久www免费人成精品| 一色屋精品亚洲香蕉网站| 亚洲影院理伦片| 美腿丝袜亚洲综合| 成人听书哪个软件好| 色婷婷综合视频在线观看| 欧美日韩另类国产亚洲欧美一级| 91精品蜜臀在线一区尤物| 久久中文娱乐网| 国产精品久久毛片av大全日韩| 亚洲精品国产高清久久伦理二区| 天堂午夜影视日韩欧美一区二区| 麻豆精品一区二区三区| 国产成人精品亚洲日本在线桃色 | 欧美在线一区二区| 日韩视频在线你懂得| 国产精品丝袜91| 亚洲一区二区欧美激情| 久久成人免费网站| 91视频你懂的| 日韩女优电影在线观看| 亚洲美女一区二区三区| 免费视频最近日韩| 一本一本久久a久久精品综合麻豆| 欧美日韩国产精品成人| 久久久国产精品不卡| 亚洲综合一区二区精品导航| 韩日欧美一区二区三区| 欧洲在线/亚洲| 久久精品亚洲国产奇米99| 亚洲香蕉伊在人在线观| 国产精品一区在线观看乱码| 欧美亚洲国产一区在线观看网站| 精品国产伦理网| 亚洲欧美电影一区二区| 国产毛片精品一区| 欧美日韩免费电影| 亚洲欧洲日产国产综合网| 蜜乳av一区二区| 欧洲视频一区二区| 欧美国产日韩一二三区| 免费观看成人av| 欧美性色综合网| 亚洲欧洲国产日韩| 国产精品一区二区男女羞羞无遮挡| 精品视频在线免费| 亚洲视频香蕉人妖| 风流少妇一区二区| 日韩三级视频在线观看| 亚洲一区二区精品3399| av不卡在线播放| 国产丝袜在线精品| 韩国成人在线视频| 3d动漫精品啪啪| 性久久久久久久| 色婷婷一区二区| 国产精品视频麻豆| 国产一区二区三区免费看| 在线播放欧美女士性生活| 亚洲精品视频一区二区| av在线不卡电影| 国产精品国产自产拍高清av王其| 精品一区二区三区视频在线观看| 56国语精品自产拍在线观看| 亚洲一级二级在线| 在线观看亚洲精品视频| 亚洲美女在线一区| 色综合久久天天综合网| 最新国产の精品合集bt伙计| 丁香婷婷综合五月| 国产三区在线成人av| 国产精品123| 久久久久99精品国产片| 国产精品18久久久| 欧美激情艳妇裸体舞| 不卡一区二区三区四区| 国产精品免费av| jlzzjlzz国产精品久久| 国产精品第一页第二页第三页| www.亚洲国产| 亚洲九九爱视频| 欧美午夜电影网| 日韩电影免费在线观看网站| 欧美一区二区三区视频在线| 久久91精品国产91久久小草| 久久女同精品一区二区| 国产精品18久久久久| 亚洲国产激情av| 91在线观看地址| 亚洲国产一区视频| 884aa四虎影成人精品一区| 久久99热狠狠色一区二区| 欧美精品一区男女天堂| 丁香婷婷综合五月| 亚洲精品第1页| 欧美一区二区在线免费播放 | 中文字幕的久久| 91丨porny丨在线| 丝袜美腿一区二区三区| 欧美不卡一区二区三区| 波多野结衣中文字幕一区二区三区| 综合中文字幕亚洲| 欧美一区三区二区| 国产成人aaa| 五月天一区二区三区| 精品国产1区2区3区| 不卡视频免费播放| 日韩精品欧美成人高清一区二区| 亚洲精品在线免费观看视频|