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

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

?? frmeinfomanage.designer.cs

?? 客戶關系管理系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace CRM.PInfoManage
{
    partial class frmEInfoManage
    {
        /// <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(frmEInfoManage));
            this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.dgvEInfo = new System.Windows.Forms.DataGridView();
            this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
            this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.tscboxCondition = new System.Windows.Forms.ToolStripComboBox();
            this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
            this.tstxtKeyWord = new System.Windows.Forms.ToolStripTextBox();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbtnLook = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
            this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dtpWDate = new System.Windows.Forms.DateTimePicker();
            this.dtpEBirthday = new System.Windows.Forms.DateTimePicker();
            this.cboxEType = new System.Windows.Forms.ComboBox();
            this.cboxEPositon = new System.Windows.Forms.ComboBox();
            this.cboxEDepartment = new System.Windows.Forms.ComboBox();
            this.cboxEDiploma = new System.Windows.Forms.ComboBox();
            this.cboxSex = new System.Windows.Forms.ComboBox();
            this.txtEName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtEID = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dgvEInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
            this.bindingNavigator1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // tsbtnSave
            // 
            this.tsbtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnSave.Enabled = false;
            this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
            this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnSave.Name = "tsbtnSave";
            this.tsbtnSave.Size = new System.Drawing.Size(23, 22);
            this.tsbtnSave.Text = "保存";
            this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbtnAdd
            // 
            this.tsbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
            this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnAdd.Name = "tsbtnAdd";
            this.tsbtnAdd.Size = new System.Drawing.Size(23, 22);
            this.tsbtnAdd.Text = "添加";
            this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // dgvEInfo
            // 
            this.dgvEInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvEInfo.Location = new System.Drawing.Point(10, 190);
            this.dgvEInfo.Name = "dgvEInfo";
            this.dgvEInfo.RowTemplate.Height = 23;
            this.dgvEInfo.Size = new System.Drawing.Size(467, 181);
            this.dgvEInfo.TabIndex = 4;
            this.dgvEInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvEInfo_CellClick);
            // 
            // bindingNavigator1
            // 
            this.bindingNavigator1.AddNewItem = null;
            this.bindingNavigator1.CountItem = null;
            this.bindingNavigator1.DeleteItem = null;
            this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsbtnAdd,
            this.toolStripSeparator1,
            this.tsbtnEdit,
            this.toolStripSeparator2,
            this.tsbtnSave,
            this.toolStripSeparator3,
            this.tsbtnDel,
            this.toolStripSeparator4,
            this.toolStripLabel1,
            this.tscboxCondition,
            this.toolStripSeparator6,
            this.toolStripLabel2,
            this.tstxtKeyWord,
            this.toolStripSeparator5,
            this.tsbtnLook,
            this.toolStripSeparator7,
            this.tsbtnExit});
            this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
            this.bindingNavigator1.MoveFirstItem = null;
            this.bindingNavigator1.MoveLastItem = null;
            this.bindingNavigator1.MoveNextItem = null;
            this.bindingNavigator1.MovePreviousItem = null;
            this.bindingNavigator1.Name = "bindingNavigator1";
            this.bindingNavigator1.PositionItem = null;
            this.bindingNavigator1.Size = new System.Drawing.Size(488, 25);
            this.bindingNavigator1.TabIndex = 3;
            this.bindingNavigator1.Text = "bindingNavigator1";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbtnEdit
            // 
            this.tsbtnEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnEdit.Image")));
            this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnEdit.Name = "tsbtnEdit";
            this.tsbtnEdit.Size = new System.Drawing.Size(23, 22);
            this.tsbtnEdit.Text = "修改";
            this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
            // 
            // tsbtnDel
            // 
            this.tsbtnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
            this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnDel.Name = "tsbtnDel";
            this.tsbtnDel.Size = new System.Drawing.Size(23, 22);
            this.tsbtnDel.Text = "刪除";
            this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(53, 22);
            this.toolStripLabel1.Text = "查詢條件";
            // 
            // tscboxCondition
            // 
            this.tscboxCondition.Items.AddRange(new object[] {
            "員工編號",
            "員工姓名",
            "學歷",
            "部門"});
            this.tscboxCondition.Name = "tscboxCondition";
            this.tscboxCondition.Size = new System.Drawing.Size(100, 25);
            // 
            // toolStripSeparator6
            // 
            this.toolStripSeparator6.Name = "toolStripSeparator6";
            this.toolStripSeparator6.Size = new System.Drawing.Size(6, 25);
            // 
            // toolStripLabel2
            // 
            this.toolStripLabel2.Name = "toolStripLabel2";
            this.toolStripLabel2.Size = new System.Drawing.Size(41, 22);
            this.toolStripLabel2.Text = "關鍵字";
            // 
            // tstxtKeyWord
            // 
            this.tstxtKeyWord.Name = "tstxtKeyWord";
            this.tstxtKeyWord.Size = new System.Drawing.Size(100, 25);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbtnLook
            // 
            this.tsbtnLook.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnLook.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLook.Image")));
            this.tsbtnLook.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnLook.Name = "tsbtnLook";
            this.tsbtnLook.Size = new System.Drawing.Size(23, 22);
            this.tsbtnLook.Text = "查找";
            this.tsbtnLook.Click += new System.EventHandler(this.tsbtnLook_Click);
            // 
            // toolStripSeparator7
            // 
            this.toolStripSeparator7.Name = "toolStripSeparator7";
            this.toolStripSeparator7.Size = new System.Drawing.Size(6, 25);
            // 
            // tsbtnExit
            // 
            this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
            this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.tsbtnExit.Name = "tsbtnExit";
            this.tsbtnExit.Size = new System.Drawing.Size(23, 22);
            this.tsbtnExit.Text = "退出";
            this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.dtpWDate);
            this.groupBox1.Controls.Add(this.dtpEBirthday);
            this.groupBox1.Controls.Add(this.cboxEType);
            this.groupBox1.Controls.Add(this.cboxEPositon);
            this.groupBox1.Controls.Add(this.cboxEDepartment);
            this.groupBox1.Controls.Add(this.cboxEDiploma);
            this.groupBox1.Controls.Add(this.cboxSex);
            this.groupBox1.Controls.Add(this.txtEName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label5);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品国产乱码久久久久久蜜臀| 国产精品影视网| 欧美性一区二区| 亚洲图片欧美综合| 欧美日韩美少妇| 免费一区二区视频| 欧美激情资源网| 色综合久久综合网| 亚洲国产精品麻豆| 日韩精品一区二区三区在线观看| 久久成人av少妇免费| 久久精品在线观看| 91丨国产丨九色丨pron| 亚洲一级在线观看| 日韩丝袜情趣美女图片| 风间由美性色一区二区三区| 亚洲欧美日韩系列| 777亚洲妇女| 国产99久久久国产精品潘金 | 久久精品一区蜜桃臀影院| 成人午夜在线免费| 亚洲.国产.中文慕字在线| 欧美成人国产一区二区| 白白色 亚洲乱淫| 午夜精品久久久| 国产网站一区二区三区| 欧美吻胸吃奶大尺度电影| 国产在线麻豆精品观看| 亚洲色图视频网站| 日韩欧美一区在线观看| 成人av小说网| 蜜臀av一区二区| 亚洲欧美日韩一区| 精品久久国产老人久久综合| 91一区二区三区在线播放| 免费观看久久久4p| 一区二区三区在线播| 久久精品网站免费观看| 欧美精品第1页| 97精品超碰一区二区三区| 麻豆成人91精品二区三区| 亚洲男人都懂的| 久久精品亚洲精品国产欧美| 在线播放中文字幕一区| 99久久精品一区| 国产麻豆91精品| 蜜臀久久久99精品久久久久久| 一区二区中文视频| 久久久久久久久久久久电影| 欧美精品一二三区| 欧美性大战久久久久久久蜜臀| 国产成人精品三级麻豆| 久草热8精品视频在线观看| 亚洲国产综合91精品麻豆| 中文幕一区二区三区久久蜜桃| 精品国产1区二区| 91精品国产aⅴ一区二区| 91免费国产在线| 99久久综合国产精品| 国产高清在线观看免费不卡| 美国毛片一区二区三区| 日韩精品一二三区| 亚洲成人一区在线| 亚洲永久免费视频| 亚洲精品日日夜夜| 亚洲精品中文在线| 国产精品理论片在线观看| 国产日韩成人精品| 国产三级精品视频| 国产欧美日韩不卡免费| 国产色综合久久| 国产精品人妖ts系列视频| 久久久蜜臀国产一区二区| 2020国产精品自拍| 久久亚区不卡日本| 国产三级精品视频| 国产精品乱人伦| 亚洲欧美韩国综合色| 亚洲一二三级电影| 日韩在线一区二区三区| 欧美96一区二区免费视频| 久久精品国产网站| 国产激情一区二区三区桃花岛亚洲| 韩国一区二区三区| 国产91丝袜在线播放| 成人免费高清视频| 色综合天天综合在线视频| 91福利国产精品| 欧美精品一二三| 精品国产99国产精品| 国产精品入口麻豆九色| 亚洲人成人一区二区在线观看| 一个色在线综合| 日日夜夜精品视频天天综合网| 美女一区二区三区在线观看| 国产伦精品一区二区三区免费| 麻豆一区二区三区| 国产黄人亚洲片| 日本高清成人免费播放| 欧美日本一区二区三区| 欧美电影免费观看高清完整版在线观看 | 中文成人av在线| 亚洲日韩欧美一区二区在线| 亚洲综合免费观看高清完整版在线| 亚洲第一狼人社区| 国产毛片一区二区| 日本久久电影网| 欧美成人bangbros| ㊣最新国产の精品bt伙计久久| 亚洲一卡二卡三卡四卡| 国产一区二区三区在线观看免费 | 日韩一区二区三区在线观看| 欧美电影免费观看完整版| 国产精品久久久久久久久久久免费看 | 欧美激情一区不卡| 亚洲一区二区三区国产| 麻豆视频一区二区| 91免费观看在线| 精品999在线播放| 亚洲一区二区高清| 丁香啪啪综合成人亚洲小说| 欧美片网站yy| 中文字幕在线观看不卡| 青青草精品视频| 91福利小视频| 国产三级久久久| 蜜臀av性久久久久蜜臀av麻豆| 97精品久久久久中文字幕| 精品国产免费视频| 五月天亚洲婷婷| 一本色道久久综合精品竹菊| 欧美va在线播放| 午夜免费久久看| 91在线看国产| 国产亚洲精品资源在线26u| 天堂影院一区二区| 91丨porny丨蝌蚪视频| 久久青草欧美一区二区三区| 亚洲高清免费视频| 色婷婷激情综合| 国产精品麻豆久久久| 国产精品一二三四| 欧美一区二区成人6969| 亚洲一区二区精品久久av| 波多野结衣亚洲一区| 久久蜜桃av一区精品变态类天堂 | 亚洲日本中文字幕区| 国产精品综合二区| 欧美一级高清片在线观看| 亚洲黄色小视频| 99在线热播精品免费| 欧美国产激情二区三区| 国产在线不卡视频| 精品三级av在线| 蜜桃一区二区三区在线| 欧美一区二区视频观看视频| 亚洲va天堂va国产va久| 欧美性大战久久久| 亚洲电影一级片| 欧美日韩一区二区三区四区 | 亚洲蜜桃精久久久久久久| 欧美亚洲综合另类| 日本亚洲视频在线| 在线成人午夜影院| 亚洲午夜久久久久中文字幕久| 久久天天做天天爱综合色| 蜜臀av一级做a爰片久久| 91精品国产品国语在线不卡| 天堂久久一区二区三区| 欧美日精品一区视频| 午夜精品久久久久| 欧美一二三四区在线| 激情成人午夜视频| 久久久一区二区三区捆绑**| 国产精品自拍毛片| 中文字幕成人av| 99久久精品情趣| 亚洲综合网站在线观看| 欧美老肥妇做.爰bbww| 日韩va欧美va亚洲va久久| 欧美成人video| 国产白丝精品91爽爽久久| 国产精品嫩草影院com| 91小视频免费看| 日韩精品高清不卡| 精品电影一区二区| 成人涩涩免费视频| 亚洲精品乱码久久久久久黑人| 欧美三级中文字| 麻豆高清免费国产一区| 国产清纯白嫩初高生在线观看91| 高清日韩电视剧大全免费| 亚洲欧美另类综合偷拍| 欧美人与z0zoxxxx视频| 久久精品国产亚洲高清剧情介绍| 国产精品女上位| 成人av在线资源网站| 亚洲bt欧美bt精品777| 精品久久久久久久人人人人传媒 | 欧美电视剧在线观看完整版|