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

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

?? f_basic.designer.cs

?? 本人事管理項目,基本完成的人事管理的功能,但還不完善,且此項目保證可以無錯誤運行
?? CS
字號:
?namespace PWMS.InfoAddForm
{
    partial class F_Basic
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.button5 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.listBox1);
            this.groupBox1.Location = new System.Drawing.Point(2, 2);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(210, 200);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "基本信息";
            // 
            // listBox1
            // 
            this.listBox1.FormattingEnabled = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(12, 25);
            this.listBox1.Name = "listBox1";
            this.listBox1.Size = new System.Drawing.Size(187, 160);
            this.listBox1.TabIndex = 6;
            this.listBox1.SelectedValueChanged += new System.EventHandler(this.listBox1_SelectedValueChanged);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.textBox1);
            this.groupBox2.Location = new System.Drawing.Point(2, 208);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(210, 47);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "輸入添加\\修改的信息";
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(12, 19);
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(187, 21);
            this.textBox1.TabIndex = 6;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(19, 24);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 2;
            this.button1.Text = "添加";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // button2
            // 
            this.button2.Enabled = false;
            this.button2.Location = new System.Drawing.Point(19, 63);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 3;
            this.button2.Text = "修改";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button3
            // 
            this.button3.Enabled = false;
            this.button3.Location = new System.Drawing.Point(19, 102);
            this.button3.Name = "button3";
            this.button3.Size = new System.Drawing.Size(75, 23);
            this.button3.TabIndex = 4;
            this.button3.Text = "刪除";
            this.button3.UseVisualStyleBackColor = true;
            this.button3.Click += new System.EventHandler(this.button3_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.button5);
            this.groupBox3.Controls.Add(this.button4);
            this.groupBox3.Controls.Add(this.button1);
            this.groupBox3.Controls.Add(this.button2);
            this.groupBox3.Controls.Add(this.button3);
            this.groupBox3.Location = new System.Drawing.Point(218, 2);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(125, 253);
            this.groupBox3.TabIndex = 5;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "相關操作";
            // 
            // button5
            // 
            this.button5.Location = new System.Drawing.Point(19, 187);
            this.button5.Name = "button5";
            this.button5.Size = new System.Drawing.Size(75, 23);
            this.button5.TabIndex = 6;
            this.button5.Text = "退出";
            this.button5.UseVisualStyleBackColor = true;
            this.button5.Click += new System.EventHandler(this.button5_Click);
            // 
            // button4
            // 
            this.button4.Location = new System.Drawing.Point(19, 142);
            this.button4.Name = "button4";
            this.button4.Size = new System.Drawing.Size(75, 23);
            this.button4.TabIndex = 5;
            this.button4.Text = "取消";
            this.button4.UseVisualStyleBackColor = true;
            this.button4.Click += new System.EventHandler(this.button4_Click);
            // 
            // F_Basic
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(345, 255);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "F_Basic";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "F_Basic";
            this.Load += new System.EventHandler(this.F_Basic_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.ListBox listBox1;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button button5;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产一区二区三区免费看 | 亚洲乱码国产乱码精品精可以看 | 五月激情综合网| 日本免费在线视频不卡一不卡二| 久久av中文字幕片| 99精品国产视频| 欧美另类变人与禽xxxxx| 日韩精品在线看片z| 国产精品免费观看视频| 亚洲午夜精品一区二区三区他趣| 麻豆国产精品一区二区三区 | 激情成人午夜视频| 色偷偷一区二区三区| 精品va天堂亚洲国产| 亚洲精品国产一区二区精华液 | 亚洲午夜一二三区视频| 激情久久五月天| 色久优优欧美色久优优| 欧美大白屁股肥臀xxxxxx| 中文字幕乱码亚洲精品一区 | 成人精品国产一区二区4080| 欧美一级精品大片| 五月天久久比比资源色| 日本韩国一区二区三区视频| 国产女人aaa级久久久级| 麻豆高清免费国产一区| 制服.丝袜.亚洲.中文.综合| 一区二区三区视频在线看| 成人黄色小视频在线观看| 久久久久久久久一| 精久久久久久久久久久| 欧美一区二区在线视频| 日日噜噜夜夜狠狠视频欧美人| 色综合久久88色综合天天 | 香蕉久久夜色精品国产使用方法| 99久久久精品| 欧美激情一区二区三区蜜桃视频| 九一久久久久久| 精品电影一区二区| 韩国理伦片一区二区三区在线播放 | 欧美日韩视频一区二区| 亚洲国产欧美在线| 在线成人免费观看| 日本美女一区二区三区视频| 欧美一二三区在线| 激情五月婷婷综合| 国产清纯白嫩初高生在线观看91 | 久久美女艺术照精彩视频福利播放| 久久精品国产秦先生| 久久综合视频网| 成av人片一区二区| 亚洲激情欧美激情| 欧美精品丝袜中出| 国产一区二区在线观看免费| 久久免费电影网| 一本大道久久a久久综合| 亚欧色一区w666天堂| 精品日本一线二线三线不卡| 国产馆精品极品| 亚洲欧美色图小说| 欧美精品黑人性xxxx| 国产一区二区精品久久91| 国产精品成人一区二区艾草| 欧美午夜精品久久久久久超碰 | 亚洲国产日韩一级| 精品99久久久久久| 99久久久国产精品| 日韩av网站在线观看| 国产欧美一区二区三区沐欲| 91成人在线精品| 国内精品久久久久影院色| 樱桃视频在线观看一区| 精品嫩草影院久久| 日本道精品一区二区三区| 韩国成人精品a∨在线观看| 亚洲精品免费电影| 久久一区二区三区四区| 91国偷自产一区二区使用方法| 精品中文字幕一区二区| 亚洲精品你懂的| 国产日韩精品一区二区三区 | 日韩精品成人一区二区在线| 国产日韩欧美激情| 欧美一区二区国产| 色噜噜久久综合| 国产精品一区一区三区| 五月婷婷色综合| 日韩理论电影院| 久久亚洲二区三区| 在线不卡免费欧美| 91在线免费看| 国产成人综合自拍| 免费观看久久久4p| 亚洲一区二区高清| 亚洲欧洲av在线| 久久蜜桃av一区二区天堂| 91精品国产一区二区三区| 99免费精品在线| 国产成人鲁色资源国产91色综 | 精品国产髙清在线看国产毛片| 99在线精品观看| 国产剧情一区二区三区| 日韩专区在线视频| 亚洲国产视频一区| 亚洲欧美经典视频| 成人免费小视频| 中文欧美字幕免费| 国产日韩精品视频一区| 久久综合色播五月| 久久亚洲私人国产精品va媚药| 91精品国产综合久久久蜜臀图片| 欧美吻胸吃奶大尺度电影| 一本大道久久a久久精二百| 91在线国产福利| eeuss影院一区二区三区| 国产成人免费xxxxxxxx| 国产盗摄一区二区| 国产麻豆成人精品| 国产经典欧美精品| 国产不卡高清在线观看视频| 国产精品亚洲一区二区三区妖精| 国产在线一区二区| 精品一区二区日韩| 经典三级视频一区| 国产一区二区三区久久久| 国产自产2019最新不卡| 国产91色综合久久免费分享| 国产成人av网站| 91老司机福利 在线| 在线影视一区二区三区| 欧美日韩成人一区| 欧美mv日韩mv| 国产精品久线观看视频| 亚洲女子a中天字幕| 亚洲成人激情av| 精品一区二区免费视频| 成人黄色网址在线观看| 日本韩国欧美在线| 欧美色电影在线| 欧美精品一区二区久久久| 国产三级欧美三级| 一区二区三区四区高清精品免费观看| 亚洲国产日韩av| 国产一区啦啦啦在线观看| 成人激情图片网| 欧美三级蜜桃2在线观看| 欧美电影免费观看高清完整版 | 99精品国产视频| 884aa四虎影成人精品一区| 欧美精品一区二区三区视频| 中文字幕不卡在线| 亚洲国产精品久久久男人的天堂| 日本成人在线视频网站| 丰满少妇在线播放bd日韩电影| 欧美性感一区二区三区| 精品国产百合女同互慰| 18成人在线观看| 喷水一区二区三区| bt7086福利一区国产| 欧美一级免费大片| 一区在线观看视频| 免费精品99久久国产综合精品| 成人黄色免费短视频| 9191精品国产综合久久久久久| 中文字幕乱码久久午夜不卡| 午夜精品一区二区三区电影天堂 | 日韩欧美黄色影院| 亚洲乱码精品一二三四区日韩在线 | 日韩欧美在线观看一区二区三区| 日韩一区有码在线| 激情综合网天天干| 欧美私模裸体表演在线观看| 国产性做久久久久久| 天天影视网天天综合色在线播放| 成人精品国产福利| 精品国产一区二区三区不卡| 亚洲综合一区二区| av毛片久久久久**hd| 久久品道一品道久久精品| 日本最新不卡在线| 欧美无人高清视频在线观看| 中文字幕五月欧美| 国产传媒一区在线| 日韩欧美国产麻豆| 丝袜亚洲精品中文字幕一区| 日本高清不卡一区| 中文字幕亚洲区| av在线一区二区三区| 久久久久久**毛片大全| 久久国产精品99久久久久久老狼| 在线视频综合导航| 一区二区三区中文在线| 成人av在线播放网址| 国产亚洲一区二区三区四区| 久色婷婷小香蕉久久| 欧美一二三四在线| 久久精品国产99国产| 久久亚区不卡日本| 国产精品77777竹菊影视小说| 欧美大尺度电影在线|