亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
国产麻豆91精品| 成人午夜在线播放| 91精品啪在线观看国产60岁| 欧美成人bangbros| 亚洲欧美在线视频观看| 国产成人免费网站| 精品sm捆绑视频| 久久疯狂做爰流白浆xx| 欧美成人精品1314www| 精品综合免费视频观看| 91精品国产综合久久福利 | 精品一区二区三区在线播放| 8x福利精品第一导航| 午夜精品久久久| 日韩久久久精品| 国产成人h网站| 国产农村妇女毛片精品久久麻豆 | 色噜噜狠狠色综合欧洲selulu| 久久综合久久鬼色| 成人sese在线| 亚洲午夜一区二区三区| 日韩欧美中文字幕一区| 国产精品综合在线视频| 亚洲欧洲另类国产综合| 欧美在线免费观看视频| 国产成人精品亚洲777人妖 | 综合网在线视频| 欧美日本韩国一区| 99视频精品全部免费在线| 久久综合成人精品亚洲另类欧美 | 国模一区二区三区白浆| 国产精品美女久久福利网站| 精品婷婷伊人一区三区三| 精品一区二区三区免费播放| 国产精品成人在线观看| 日韩免费观看2025年上映的电影| 色天天综合色天天久久| 偷拍一区二区三区四区| 亚洲欧洲一区二区在线播放| 555www色欧美视频| 国内久久婷婷综合| 一区二区三区日韩在线观看| 日本一区二区不卡视频| 国产亚洲综合av| 日韩精品一区在线观看| 欧美久久一二三四区| 56国语精品自产拍在线观看| 欧美视频一区二区在线观看| 国产91高潮流白浆在线麻豆| 国产一区二区三区蝌蚪| 国产毛片精品国产一区二区三区| 久久er精品视频| 国产精品一级在线| 成人午夜短视频| 欧美日韩综合色| 一区二区三区色| 日韩一区二区三区av| 欧美日韩午夜在线| 99久久久无码国产精品| 老色鬼精品视频在线观看播放| 天堂一区二区在线免费观看| 日本aⅴ精品一区二区三区| 欧美图区在线视频| 中文字幕综合网| 丁香天五香天堂综合| 一区二区三区不卡在线观看| 国产精品久久久久桃色tv| 亚洲一区二区三区四区中文字幕| 亚洲欧美一区二区三区久本道91| 午夜伦欧美伦电影理论片| 欧美一区二区三区婷婷月色| 欧美电视剧在线看免费| 中文字幕制服丝袜一区二区三区 | 国产激情一区二区三区桃花岛亚洲| 粉嫩绯色av一区二区在线观看| 欧美亚洲动漫制服丝袜| 亚洲免费在线观看视频| 91国偷自产一区二区三区观看| 久久9热精品视频| 欧美精品精品一区| 欧美麻豆精品久久久久久| 国产精品久久久一本精品| 性欧美疯狂xxxxbbbb| 日韩欧美一二三| 韩国精品主播一区二区在线观看 | 色欧美乱欧美15图片| 亚洲国产高清在线观看视频| 免费成人结看片| 欧美视频在线一区| 亚洲激情中文1区| 欧美一级夜夜爽| 东方欧美亚洲色图在线| 国产校园另类小说区| 国内欧美视频一区二区| 欧美哺乳videos| 国产一区二区剧情av在线| 91精品国产色综合久久不卡蜜臀| 久久精品国产亚洲高清剧情介绍| 欧美成人欧美edvon| 韩国精品主播一区二区在线观看 | 精品久久久久99| 色婷婷香蕉在线一区二区| 中文字幕在线不卡一区二区三区| 97精品国产露脸对白| 亚洲成人一区在线| 2014亚洲片线观看视频免费| 欧美日韩一区二区三区在线| 国内精品久久久久影院一蜜桃| 欧美变态tickling挠脚心| 99久久久精品免费观看国产蜜| 国产一区在线精品| 久久国产视频网| 亚洲国产精品一区二区www在线| 日韩午夜在线观看视频| 欧美日韩不卡在线| 国产不卡在线一区| 精品一区二区三区影院在线午夜| 亚洲一区二区三区在线看| 日韩一区在线看| 欧美国产日韩亚洲一区| 欧美精品123区| 91美女片黄在线观看91美女| 美女爽到高潮91| 亚洲国产精品一区二区www在线 | 欧美色窝79yyyycom| 精品国产污网站| 久久久久久亚洲综合影院红桃| 成人性生交大片免费看视频在线| 日韩精品一二三四| 国产精品影视天天线| 欧美午夜免费电影| 欧美zozo另类异族| 欧美一区二区三区在线观看视频| 国产.欧美.日韩| av日韩在线网站| 99精品国产热久久91蜜凸| 99久久婷婷国产综合精品电影 | 国产精品久久久久一区二区三区共| 亚洲一区二区三区四区在线免费观看| 亚洲成人免费av| 久久99国内精品| 97精品国产露脸对白| 久久女同精品一区二区| 天堂蜜桃91精品| 欧美这里有精品| 国产精品三级视频| 国产最新精品免费| 欧美精品99久久久**| 亚洲三级小视频| 国产成人免费9x9x人网站视频| 99视频在线精品| 欧美一级高清大全免费观看| 丝瓜av网站精品一区二区| 91毛片在线观看| 中文字幕免费观看一区| 久88久久88久久久| 日韩一区二区三区在线| 五月综合激情网| 久久综合一区二区| 国产成人亚洲综合a∨婷婷图片| 6080国产精品一区二区| 男人的天堂久久精品| 51精品秘密在线观看| 日韩高清不卡在线| 欧美亚洲综合在线| 天天色 色综合| 欧美成人精品二区三区99精品| 久久超碰97中文字幕| 欧美高清www午色夜在线视频| 国模少妇一区二区三区| 2023国产精品自拍| 九色|91porny| 综合激情成人伊人| 欧美视频在线一区二区三区 | 中文字幕乱码久久午夜不卡| 丰满少妇在线播放bd日韩电影| 国产精品美女久久久久久| 在线观看亚洲一区| 国产成人精品1024| 喷水一区二区三区| 国产精品久久一级| 777欧美精品| 91老师片黄在线观看| 午夜精品123| 亚洲综合免费观看高清在线观看| 精品久久一区二区三区| 91久久精品国产91性色tv| 国产一二三精品| 日韩国产欧美视频| 国产精品久久久久久久久久免费看 | 91成人看片片| 一本久久综合亚洲鲁鲁五月天| 韩国成人精品a∨在线观看| 亚洲一卡二卡三卡四卡无卡久久| 国产婷婷色一区二区三区四区| 欧美一级在线视频| 欧美一级理论片| 欧美日本视频在线| 欧美日韩精品一区二区天天拍小说 | 色爱区综合激月婷婷|