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

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

?? frmclientmanage.designer.cs

?? 在瞬息萬變的市場環境中
?? CS
?? 第 1 頁 / 共 3 頁
字號:
?namespace CRM.DataManage
{
    partial class frmClientManage
    {
        /// <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(frmClientManage));
            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.dgvClientInfo = 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.tsbtnRClient = new System.Windows.Forms.ToolStripButton();
            this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cboxCArea = new System.Windows.Forms.ComboBox();
            this.cboxCType = new System.Windows.Forms.ComboBox();
            this.cboxCTrade = new System.Windows.Forms.ComboBox();
            this.cboxCRoot = new System.Windows.Forms.ComboBox();
            this.txtCRemark = new System.Windows.Forms.TextBox();
            this.txtCEmail = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.txtCAddress = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.txtCPostCode = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.txtCFax = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtCPhone = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtCName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtClientCode = new System.Windows.Forms.TextBox();
            this.cboxCStep = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.errorCFax = new System.Windows.Forms.ErrorProvider(this.components);
            this.errorCPhone = new System.Windows.Forms.ErrorProvider(this.components);
            this.errorCPostCode = new System.Windows.Forms.ErrorProvider(this.components);
            this.errorCEmail = new System.Windows.Forms.ErrorProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.dgvClientInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
            this.bindingNavigator1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorCFax)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorCPhone)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorCPostCode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorCEmail)).BeginInit();
            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);
            // 
            // dgvClientInfo
            // 
            this.dgvClientInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvClientInfo.Location = new System.Drawing.Point(8, 240);
            this.dgvClientInfo.Name = "dgvClientInfo";
            this.dgvClientInfo.ReadOnly = true;
            this.dgvClientInfo.RowTemplate.Height = 23;
            this.dgvClientInfo.Size = new System.Drawing.Size(494, 181);
            this.dgvClientInfo.TabIndex = 4;
            this.dgvClientInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvClientInfo_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.tsbtnRClient,
            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(514, 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";

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久精品影视| 久久久久久久性| 亚洲成人av一区二区三区| www.亚洲在线| 中文字幕一区二区三区av| 国产成人精品aa毛片| 久久亚区不卡日本| 精品一区二区三区在线播放 | 国产精品资源在线观看| 欧美不卡一区二区三区四区| 美日韩黄色大片| 日韩视频一区二区三区 | 免费人成网站在线观看欧美高清| 欧美日韩国产区一| 午夜精品影院在线观看| 在线成人免费观看| 美国一区二区三区在线播放| 日韩午夜三级在线| 国内精品在线播放| 色婷婷香蕉在线一区二区| 精品欧美一区二区三区精品久久| 青青草原综合久久大伊人精品优势 | 97精品久久久久中文字幕| 亚洲欧洲日韩av| 色综合亚洲欧洲| 亚洲一区二区在线观看视频| 欧美日韩一区二区电影| 视频一区中文字幕| 91精品欧美福利在线观看| 久久疯狂做爰流白浆xx| 久久夜色精品一区| 丁香亚洲综合激情啪啪综合| 中文字幕在线观看一区| 色综合天天综合给合国产| 亚洲综合色成人| 日韩亚洲电影在线| 国产成人精品亚洲日本在线桃色| 中文字幕中文字幕一区二区| 欧美偷拍一区二区| 免费成人在线影院| 国产精品私房写真福利视频| 欧洲日韩一区二区三区| 日本中文一区二区三区| 国产日产欧美精品一区二区三区| av一二三不卡影片| 亚洲成人自拍偷拍| 久久久三级国产网站| 91同城在线观看| 欧美aaaaaa午夜精品| 国产色婷婷亚洲99精品小说| 色视频成人在线观看免| 图片区小说区区亚洲影院| 久久色中文字幕| 在线视频你懂得一区| 蜜桃视频在线一区| 国产精品久久久久aaaa樱花| 欧美日韩国产精品成人| 国产成人亚洲综合a∨猫咪| 亚洲欧美日韩综合aⅴ视频| 在线91免费看| 九九国产精品视频| 亚洲精品一区二区精华| 91性感美女视频| 久久99这里只有精品| 亚洲欧美日韩一区二区 | 91看片淫黄大片一级| 日韩av网站免费在线| 国产精品久久久久久久久搜平片| 欧美丰满少妇xxxbbb| 国产成人精品一区二区三区四区| 亚洲一区二区视频在线| 久久婷婷综合激情| 欧美日本一区二区在线观看| 国产99久久久久| 天堂av在线一区| 亚洲天堂久久久久久久| 欧美tk丨vk视频| 欧美亚洲国产一区二区三区va| 国产二区国产一区在线观看| 婷婷久久综合九色综合绿巨人| 国产精品入口麻豆九色| 欧美一区二区视频网站| 91一区二区在线| 国产一区二区三区| 日韩—二三区免费观看av| 亚洲欧美成aⅴ人在线观看| 亚洲精品一区二区三区福利| 欧美人与禽zozo性伦| av激情综合网| 国产一区二区网址| 日韩国产欧美在线视频| 亚洲摸摸操操av| 国产欧美日韩不卡| 日韩欧美第一区| 欧美日韩一区二区三区在线看 | 99久久久精品免费观看国产蜜| 免费观看在线综合| 一区二区不卡在线播放| 国产精品乱人伦中文| 久久综合色之久久综合| 在线综合亚洲欧美在线视频| 在线免费亚洲电影| av电影在线观看一区| 国产精品77777| 在线免费观看一区| 欧美国产日韩一二三区| 欧美一级高清片在线观看| 欧美中文一区二区三区| 不卡一区二区三区四区| 国产成人一区在线| 国产精品一级在线| 久久精品国产精品亚洲综合| 日韩在线播放一区二区| 午夜精品久久久久久久久| 夜夜亚洲天天久久| 亚洲人成小说网站色在线| 一区在线播放视频| 国产精品素人一区二区| 欧美激情在线一区二区三区| 国产色产综合色产在线视频| 欧美精品一区二区三区视频| 欧美一区二区三区免费视频| 555夜色666亚洲国产免| 欧美精品18+| 欧美精品自拍偷拍| 日韩一区二区在线观看视频播放| 欧美二区乱c少妇| 911精品国产一区二区在线| 欧美精品自拍偷拍| 欧美精品乱码久久久久久| 欧美日本一区二区在线观看| 欧美美女一区二区| 欧美一区二区精美| 日韩欧美国产三级| 欧美大胆人体bbbb| 欧美成人一区二区三区在线观看 | 国产丝袜美腿一区二区三区| 久久综合九色欧美综合狠狠| 久久久三级国产网站| 国产人成一区二区三区影院| 国产欧美日韩久久| 中文字幕制服丝袜成人av| 日韩美女久久久| 亚洲国产一区视频| 亚洲18影院在线观看| 视频在线观看一区二区三区| 日本免费新一区视频| 激情综合网av| 国产91高潮流白浆在线麻豆| 成人午夜在线视频| 色婷婷av一区二区三区gif| 色成人在线视频| 欧美理论在线播放| 精品国产乱码久久久久久老虎| 久久久久久免费毛片精品| 国产精品麻豆久久久| 亚洲精品国产一区二区精华液| 亚洲在线观看免费视频| 国产精品久久久久影院| 亚洲美女电影在线| 亚洲地区一二三色| 麻豆成人综合网| 国产成人在线视频网址| 色婷婷精品大在线视频| 欧美丰满少妇xxxxx高潮对白| 精品日韩在线观看| 国产精品久久久久一区二区三区 | 亚洲精品日韩专区silk| 天天操天天综合网| 狠狠色丁香九九婷婷综合五月| 不卡欧美aaaaa| 欧美美女一区二区| 久久久国产精品午夜一区ai换脸| 亚洲视频在线一区| 青青草国产成人av片免费| 国产在线不卡一区| 91毛片在线观看| 91精品国产一区二区三区| 国产日产欧美一区二区视频| 亚洲自拍另类综合| 国内精品免费在线观看| 色综合久久88色综合天天免费| 欧美一区二区三区视频在线 | 久久这里只精品最新地址| 亚洲欧美日韩国产另类专区| 日韩不卡一二三区| jlzzjlzz亚洲女人18| 91精品久久久久久久99蜜桃| 国产欧美日韩在线| 午夜久久久影院| 国产69精品一区二区亚洲孕妇| 欧美日韩免费在线视频| 久久日一线二线三线suv| 亚洲综合色自拍一区| 国产一区二区三区久久悠悠色av| 色老汉一区二区三区| 久久久久国产精品人| 亚洲影视资源网| 国产二区国产一区在线观看| 欧美人与性动xxxx|