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

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

?? frmoppmanage.designer.cs

?? 客戶關系管理系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace CRM.DataManage
{
    partial class frmOppManage
    {
        /// <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(frmOppManage));
            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.dgvOppInfo = 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.cboxOArea = new System.Windows.Forms.ComboBox();
            this.cboxOSize = new System.Windows.Forms.ComboBox();
            this.cboxOTrade = new System.Windows.Forms.ComboBox();
            this.txtORemark = new System.Windows.Forms.TextBox();
            this.txtOEmail = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.txtOAddress = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.txtOPostCode = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.txtOFax = new System.Windows.Forms.TextBox();
            this.label11 = new System.Windows.Forms.Label();
            this.txtOPhone = 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.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtOName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtOppCode = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.txtOManager = new System.Windows.Forms.TextBox();
            this.errorOFax = new System.Windows.Forms.ErrorProvider(this.components);
            this.errorOPhone = new System.Windows.Forms.ErrorProvider(this.components);
            this.errorOPostCode = new System.Windows.Forms.ErrorProvider(this.components);
            this.errorOEmail = new System.Windows.Forms.ErrorProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.dgvOppInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
            this.bindingNavigator1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorOFax)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorOPhone)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorOPostCode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorOEmail)).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);
            // 
            // dgvOppInfo
            // 
            this.dgvOppInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvOppInfo.Location = new System.Drawing.Point(7, 243);
            this.dgvOppInfo.Name = "dgvOppInfo";
            this.dgvOppInfo.RowTemplate.Height = 23;
            this.dgvOppInfo.Size = new System.Drawing.Size(472, 160);
            this.dgvOppInfo.TabIndex = 4;
            this.dgvOppInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOppInfo_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.txtOManager);
            this.groupBox1.Controls.Add(this.cboxOArea);
            this.groupBox1.Controls.Add(this.cboxOSize);
            this.groupBox1.Controls.Add(this.cboxOTrade);
            this.groupBox1.Controls.Add(this.txtORemark);
            this.groupBox1.Controls.Add(this.txtOEmail);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.txtOAddress);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.txtOPostCode);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.txtOFax);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.txtOPhone);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.txtOName);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.txtOppCode);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(7, 31);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(472, 206);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "競爭對手基本信息";
            // 
            // cboxOArea
            // 
            this.cboxOArea.FormattingEnabled = true;
            this.cboxOArea.Location = new System.Drawing.Point(116, 71);
            this.cboxOArea.Name = "cboxOArea";
            this.cboxOArea.Size = new System.Drawing.Size(100, 20);
            this.cboxOArea.TabIndex = 3;

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩主播视频在线| 欧美日韩国产小视频在线观看| 成人avav在线| 91麻豆精品国产91久久久久久| 国产日韩欧美a| 性欧美大战久久久久久久久| 国产不卡视频在线播放| 欧美日韩一本到| 国产清纯在线一区二区www| 日本在线不卡视频| 色婷婷激情一区二区三区| 国产视频一区在线播放| 毛片av一区二区三区| 欧美视频在线观看一区二区| 亚洲欧洲国产日本综合| 国产在线视频精品一区| 日韩一区二区三区高清免费看看| 一区二区三区四区亚洲| av男人天堂一区| 国产精品五月天| 国产精品系列在线观看| 欧美sm美女调教| 琪琪久久久久日韩精品| 6080午夜不卡| 热久久国产精品| 在线观看91av| 日韩国产欧美在线播放| 欧日韩精品视频| 亚洲国产一区二区在线播放| 91久久精品日日躁夜夜躁欧美| 国产精品久久久久久久午夜片| 国产精品资源站在线| 久久精品视频在线免费观看| 国产美女视频一区| 久久精品夜色噜噜亚洲a∨| 国产一区二区三区在线观看免费视频| 777色狠狠一区二区三区| 无码av免费一区二区三区试看| 一本大道综合伊人精品热热| 亚洲特级片在线| 色综合久久精品| 亚洲乱码国产乱码精品精98午夜 | 一本色道久久综合亚洲精品按摩| 欧美激情一区二区三区| 福利电影一区二区| 椎名由奈av一区二区三区| 97久久精品人人做人人爽50路 | 一区二区三区在线视频免费| 91亚洲午夜精品久久久久久| 亚洲色图自拍偷拍美腿丝袜制服诱惑麻豆 | 久久精品99久久久| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 亚洲欧洲日产国产综合网| 国产成人精品一区二区三区四区 | 国产精品一区免费在线观看| 欧美成人性福生活免费看| 黄色日韩三级电影| 国产精品视频免费看| 一本色道久久综合亚洲精品按摩| 亚洲成av人片一区二区三区| 日韩一区二区免费在线电影| 国产91高潮流白浆在线麻豆 | 色综合激情五月| 无码av中文一区二区三区桃花岛| 精品国产一区二区三区av性色| 国产精品123区| 亚洲蜜臀av乱码久久精品| 在线不卡欧美精品一区二区三区| 久久福利视频一区二区| 亚洲欧洲另类国产综合| 欧美丰满高潮xxxx喷水动漫| 国产精品亚洲视频| 午夜精品久久久久久久| 国产清纯美女被跳蛋高潮一区二区久久w| 成人动漫中文字幕| 日本午夜一区二区| 国产精品久久久久久亚洲毛片| 欧美日韩国产成人在线免费| 国产电影精品久久禁18| 亚洲国产成人tv| 国产精品亲子乱子伦xxxx裸| 5月丁香婷婷综合| 91在线视频网址| 久久丁香综合五月国产三级网站| 亚洲免费av高清| 久久九九久久九九| 91精品久久久久久久99蜜桃| 99久久精品免费| 精品一区二区三区欧美| 亚洲国产视频在线| 国产精品不卡在线观看| 精品1区2区在线观看| 欧美伦理影视网| 99re亚洲国产精品| 国产91精品精华液一区二区三区| 蜜臀av一区二区在线观看| 一区二区成人在线视频| 国产亚洲成aⅴ人片在线观看| 7777精品伊人久久久大香线蕉的| 91亚洲精品久久久蜜桃网站 | 久久精品国内一区二区三区| 亚洲自拍与偷拍| 国产精品久久午夜夜伦鲁鲁| 欧美大胆一级视频| 欧美一区二区日韩一区二区| 色天使色偷偷av一区二区| 国产黄人亚洲片| 国产精品影音先锋| 国产在线视视频有精品| 极品少妇一区二区| 蜜桃视频一区二区三区在线观看| 亚洲国产一二三| 亚洲一二三四区| 亚洲激情图片小说视频| 亚洲欧美色图小说| 亚洲乱码日产精品bd| 亚洲精品视频免费观看| 亚洲视频中文字幕| 一区二区三区在线观看欧美| 亚洲婷婷在线视频| 亚洲同性gay激情无套| 亚洲人成精品久久久久久| 中文字幕一区在线观看| 中文字幕亚洲精品在线观看 | 亚洲1区2区3区4区| 日本系列欧美系列| 韩国女主播成人在线| 国产91精品一区二区麻豆亚洲| 国产精品88888| 国产宾馆实践打屁股91| 成人免费毛片嘿嘿连载视频| av电影在线不卡| 99re视频这里只有精品| 欧美日韩一区二区三区不卡| 在线播放一区二区三区| 欧美一区二区三区啪啪| 欧美一级黄色片| 久久美女高清视频| 最新日韩av在线| 亚洲不卡av一区二区三区| 免费精品视频在线| 国产成人精品影视| 色视频欧美一区二区三区| 欧美剧情片在线观看| 亚洲精品一线二线三线无人区| 欧美激情综合在线| 亚洲午夜免费视频| 精品综合免费视频观看| 不卡av电影在线播放| 欧美日韩精品高清| 国产女同性恋一区二区| 亚洲综合999| 国产一区在线不卡| 欧美色网站导航| 精品国产sm最大网站免费看 | 久久精子c满五个校花| 亚洲欧洲综合另类| 国内精品自线一区二区三区视频| 91亚洲精品久久久蜜桃| 日韩美女天天操| 自拍偷拍亚洲欧美日韩| 蜜臀av一区二区在线观看| 99国产精品久久久久久久久久| 91麻豆精品91久久久久久清纯 | 日韩精品中文字幕一区二区三区| 中文字幕在线不卡视频| 日韩综合小视频| 国产.欧美.日韩| 欧美一区二区日韩一区二区| 中文字幕在线观看一区| 国产在线精品一区在线观看麻豆| 色婷婷亚洲婷婷| 久久久久久电影| 蜜桃精品在线观看| 欧美中文字幕一区| 国产精品水嫩水嫩| 国内精品伊人久久久久av一坑| 91搞黄在线观看| 国产精品婷婷午夜在线观看| 精品一区二区三区视频在线观看 | 91农村精品一区二区在线| 2023国产精品视频| 日本成人中文字幕在线视频| 色综合天天综合网国产成人综合天| 精品国产乱码久久| 男女男精品视频| 欧美剧在线免费观看网站| 亚洲精品老司机| 91亚洲资源网| 亚洲视频免费看| 91亚洲精品久久久蜜桃| 国产精品不卡一区| 丰满岳乱妇一区二区三区| 日韩精品中文字幕一区二区三区| 午夜激情综合网| 欧美手机在线视频| 亚洲mv大片欧洲mv大片精品| 欧美视频你懂的| 日韩高清在线一区| 日韩一区二区在线观看|