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

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

?? frmusermanage.designer.cs

?? 客戶關(guān)系管理系統(tǒng)
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace CRM.UserManage
{
    partial class frmUserManage
    {
        /// <summary>
        /// 必需的設(shè)計器變量。
        /// </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è)計器生成的代碼

        /// <summary>
        /// 設(shè)計器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmUserManage));
            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.dgvUInfo = 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.cboxURight = new System.Windows.Forms.ComboBox();
            this.txtUserPwd = new System.Windows.Forms.TextBox();
            this.txtUserName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtUserID = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.dgvUInfo)).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);
            // 
            // dgvUInfo
            // 
            this.dgvUInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvUInfo.Location = new System.Drawing.Point(7, 114);
            this.dgvUInfo.Name = "dgvUInfo";
            this.dgvUInfo.RowTemplate.Height = 23;
            this.dgvUInfo.Size = new System.Drawing.Size(476, 184);
            this.dgvUInfo.TabIndex = 4;
            this.dgvUInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvUInfo_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(491, 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";

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美久久久久久久久| 色综合网站在线| 香蕉久久夜色精品国产使用方法| 久久影院视频免费| 欧美大片国产精品| 欧美精品一区二区三区久久久 | 91网站在线播放| 成人v精品蜜桃久久一区| 成人动漫精品一区二区| 99久久99精品久久久久久 | 欧美理论电影在线| 欧美日韩国产一级片| 欧美丰满美乳xxx高潮www| 欧美一级片在线看| 久久久久久免费| 亚洲欧美影音先锋| 亚洲成人tv网| 麻豆成人久久精品二区三区红| 久久精品久久久精品美女| 国产精品系列在线播放| 99免费精品在线| 欧美日韩在线直播| 亚洲精品一线二线三线无人区| 国产日韩在线不卡| 亚洲乱码中文字幕综合| 日韩成人免费在线| 成人免费看黄yyy456| 欧美性色综合网| 久久久综合视频| 亚洲综合在线五月| 国产尤物一区二区| 欧美在线三级电影| 久久综合久久综合久久| 亚洲永久精品大片| 国产伦理精品不卡| 欧美猛男超大videosgay| 久久精品一区二区三区不卡| 一区2区3区在线看| 国产激情一区二区三区四区| 欧美影视一区在线| 中文字幕不卡在线观看| 日本麻豆一区二区三区视频| 99国产精品一区| 欧美xxx久久| 亚洲久草在线视频| 东方欧美亚洲色图在线| 91精品久久久久久久91蜜桃| 《视频一区视频二区| 蜜臀精品久久久久久蜜臀| 99r国产精品| 久久久久97国产精华液好用吗| 亚洲一区免费观看| 成人理论电影网| 欧美成人精品1314www| 亚洲福利视频导航| 99久久精品国产观看| 欧美精品一区二区三区四区 | 9i看片成人免费高清| 67194成人在线观看| 亚洲欧美aⅴ...| 成人免费视频视频在线观看免费| 精品剧情v国产在线观看在线| 亚洲国产精品久久人人爱| 91毛片在线观看| 欧美日韩中文另类| 精久久久久久久久久久| 国产一区二区精品久久91| 7777精品伊人久久久大香线蕉完整版 | 欧美午夜在线观看| 亚洲三级久久久| 91在线国产观看| 国产精品精品国产色婷婷| 丁香激情综合国产| 久久精品在线观看| 成人av在线电影| 综合激情成人伊人| 91日韩精品一区| 亚洲精品欧美综合四区| 91国产免费观看| 亚洲国产精品久久久男人的天堂| 日本高清免费不卡视频| 亚洲综合久久av| 欧美日韩精品高清| 日日夜夜免费精品| 日韩一级视频免费观看在线| 免费的成人av| 欧美激情资源网| 99re亚洲国产精品| 亚洲国产一区二区三区青草影视| 欧美日韩激情一区二区三区| 蜜臂av日日欢夜夜爽一区| 久久久不卡影院| 一本大道久久精品懂色aⅴ | 国内精品久久久久影院色| 久久综合狠狠综合久久综合88 | 国内精品久久久久影院一蜜桃| 久久亚洲精精品中文字幕早川悠里 | 欧美日韩高清在线播放| 美女一区二区在线观看| 亚洲国产成人自拍| 欧美日韩视频一区二区| 国产一区激情在线| 有码一区二区三区| 欧美成人三级在线| proumb性欧美在线观看| 日韩福利电影在线| 中文字幕日本乱码精品影院| 欧美日韩国产首页| 国产麻豆一精品一av一免费| 亚洲色图欧美在线| 精品久久久久久久久久久久包黑料| 国产成人在线电影| 亚洲va天堂va国产va久| 26uuu精品一区二区三区四区在线| 99riav一区二区三区| 久久99九九99精品| 亚洲一区在线看| 国产女人水真多18毛片18精品视频| 欧美在线看片a免费观看| 国产成人综合在线| 日本在线观看不卡视频| 一区精品在线播放| 2024国产精品| 欧美一区二区在线看| 99久久综合国产精品| 精品一区二区三区在线视频| 亚洲精品国产第一综合99久久| 欧美mv日韩mv国产| 欧美日韩精品欧美日韩精品一综合| 国产乱码精品1区2区3区| 午夜日韩在线电影| 亚洲色图视频网| 国产精品九色蝌蚪自拍| 国产片一区二区| 精品不卡在线视频| 日韩欧美另类在线| 欧美妇女性影城| 欧美日韩视频第一区| 欧美伊人精品成人久久综合97| 成人精品免费视频| 国产不卡免费视频| 免费av网站大全久久| 午夜欧美在线一二页| 一区二区三区不卡视频在线观看| 国产精品久久福利| 中文字幕va一区二区三区| 国产亚洲美州欧州综合国| 精品日韩在线一区| 亚洲精品一区二区三区在线观看 | 综合久久给合久久狠狠狠97色 | 欧美在线free| 日本精品视频一区二区| 欧日韩精品视频| 在线观看视频一区二区| 91久久人澡人人添人人爽欧美| 在线观看免费视频综合| 欧美在线短视频| 911国产精品| 日韩午夜激情视频| 精品福利二区三区| 国产日韩影视精品| 亚洲女人小视频在线观看| 亚洲精品中文字幕在线观看| 亚洲在线中文字幕| 日本午夜一本久久久综合| 久久国产麻豆精品| 国产成人一级电影| 91激情在线视频| 91麻豆精品国产无毒不卡在线观看| 日韩欧美在线1卡| 日本一区二区三区在线不卡| 成人欧美一区二区三区黑人麻豆 | 国产亚洲va综合人人澡精品| 欧美国产日本韩| 一区二区三区在线看| 麻豆精品在线视频| 波多野结衣欧美| 欧美色图一区二区三区| 欧美α欧美αv大片| 国产精品国产三级国产aⅴ中文 | 日韩欧美一二三四区| 欧美国产日韩在线观看| 一片黄亚洲嫩模| 国产曰批免费观看久久久| 色婷婷久久久综合中文字幕| 欧美精品色综合| 国产精品视频在线看| 五月天网站亚洲| 国产不卡在线视频| 51精品秘密在线观看| 国产精品免费看片| 精品国产污网站| 26uuu国产一区二区三区| 日日欢夜夜爽一区| 色久综合一二码| 精品久久久影院| 亚洲精品日日夜夜| 美女网站在线免费欧美精品| 91麻豆国产香蕉久久精品| 日韩午夜激情免费电影|