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

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

?? frmoppmanage.designer.cs

?? 在瞬息萬變的市場環(huán)境中
?? 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[] {
            "對手編號",
            "對手名稱",
            "所屬行業(yè)",
            "企業(yè)規(guī)模"});
            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一区二区三区免费野_久草精品视频
日本美女一区二区三区| 夜夜爽夜夜爽精品视频| 国产一区二区在线看| 精品国精品国产尤物美女| 精品一区二区三区欧美| 久久综合色综合88| www.av精品| 午夜视频一区二区三区| 精品久久久久一区| 成人免费黄色在线| 亚洲综合在线电影| 日韩一区二区三区观看| 国产成人8x视频一区二区 | 热久久一区二区| 欧美精品一区二区三| 国产精品一区二区在线看| 亚洲欧美中日韩| 在线成人免费观看| 成人中文字幕电影| 亚洲第一久久影院| 久久先锋影音av鲁色资源网| 91免费视频大全| 麻豆传媒一区二区三区| 中文字幕欧美一区| 日韩三级电影网址| 91小视频免费观看| 免费看精品久久片| 亚洲欧洲精品成人久久奇米网| 欧美日韩视频在线观看一区二区三区 | 99国产一区二区三精品乱码| 一区二区三国产精华液| 久久久久成人黄色影片| 欧美午夜影院一区| 国产成人精品网址| 日本不卡123| 国产精品久久久99| 日韩久久免费av| 欧美专区日韩专区| 国产福利91精品| 丝袜美腿一区二区三区| 亚洲欧洲国产专区| 久久久精品免费免费| 91黄色免费观看| 国产成人精品在线看| 另类综合日韩欧美亚洲| 亚洲综合色区另类av| 中文字幕第一页久久| 日韩欧美一级二级三级久久久| 色综合视频在线观看| 国产激情视频一区二区三区欧美 | 一本到不卡精品视频在线观看| 精品一区二区久久| 午夜视频在线观看一区二区| 精品成人一区二区三区四区| 欧美精品色一区二区三区| 97se狠狠狠综合亚洲狠狠| 美国欧美日韩国产在线播放| 亚洲成人免费在线| 一区二区三区精品| 国产精品国产三级国产aⅴ中文 | 国产.欧美.日韩| 国产一区二区三区| 久久精品国产精品青草| 日韩中文字幕区一区有砖一区 | 日韩欧美一级在线播放| 欧美日韩国产首页在线观看| 色综合久久中文字幕| 丁香一区二区三区| 国产成人av电影| 成人在线综合网| 成人性视频免费网站| 粉嫩蜜臀av国产精品网站| 国产成人免费高清| 北岛玲一区二区三区四区| 成人午夜免费电影| 不卡的电视剧免费网站有什么| 国产91对白在线观看九色| 国产成人aaa| 成人av免费网站| 国产成人av电影在线| 成人精品视频网站| 99在线热播精品免费| 色综合久久久久久久久| 色婷婷亚洲综合| 欧美日韩你懂的| 日韩一区二区精品葵司在线| 精品国产91洋老外米糕| 久久影院视频免费| 国产精品欧美一级免费| 欧美国产精品久久| 亚洲日本青草视频在线怡红院| **欧美大码日韩| 亚洲一区二区欧美| 日本午夜精品一区二区三区电影| 精品在线观看免费| 成人激情视频网站| 欧美综合色免费| 日韩美女一区二区三区四区| 久久精品视频在线免费观看| 国产精品网站一区| 性感美女极品91精品| 久久不见久久见免费视频7| 国产精品乡下勾搭老头1| proumb性欧美在线观看| 欧美日韩一本到| 久久免费视频一区| 亚洲激情第一区| 日本午夜一区二区| hitomi一区二区三区精品| 欧美性大战久久久| 久久久欧美精品sm网站| 一区二区三区不卡在线观看| 久久99精品久久久久久动态图| 成人做爰69片免费看网站| 欧美亚洲愉拍一区二区| 欧美tk—视频vk| 一区二区三区高清| 国产曰批免费观看久久久| 色哟哟日韩精品| 亚洲精品一区在线观看| 亚洲精品乱码久久久久久日本蜜臀| 日本美女一区二区| 色综合久久中文综合久久牛| 欧美草草影院在线视频| 亚洲男同1069视频| 国产一区二区不卡| 欧美精品丝袜久久久中文字幕| 日本一区二区视频在线观看| 亚洲18色成人| 99视频在线精品| 久久青草国产手机看片福利盒子| 亚洲一区二区三区视频在线播放| 成人在线视频一区二区| 日韩欧美国产电影| 亚洲图片欧美视频| 成人毛片在线观看| 久久影院午夜论| 首页国产欧美久久| 日本高清成人免费播放| 国产女人aaa级久久久级 | 青青草原综合久久大伊人精品优势| 成人激情图片网| 91精品国产综合久久香蕉麻豆 | 欧美日韩一区二区三区高清| 国产精品私人影院| 国产精品99久久久久久宅男| 日韩女优视频免费观看| 亚洲高清视频中文字幕| 日本韩国欧美一区二区三区| 国产精品免费网站在线观看| 国产乱国产乱300精品| 日韩三级精品电影久久久| 丝袜国产日韩另类美女| 欧美撒尿777hd撒尿| 亚洲综合丝袜美腿| 欧美性猛交xxxx黑人交| 亚洲一区国产视频| 91成人免费在线视频| 亚洲欧美另类久久久精品2019| 大白屁股一区二区视频| 欧美高清在线精品一区| 粉嫩一区二区三区在线看| 亚洲国产精品成人综合色在线婷婷 | 高清国产一区二区| 国产欧美日韩不卡免费| 国产suv精品一区二区三区| 久久先锋影音av鲁色资源网| 国产精品资源网站| 亚洲国产高清aⅴ视频| 成人在线综合网站| 亚洲精选视频在线| 欧美性生活大片视频| 肉丝袜脚交视频一区二区| 91精品久久久久久久99蜜桃 | 精品写真视频在线观看| 欧美精品一区二区三区蜜桃视频 | 亚洲综合在线五月| 欧美另类一区二区三区| 美女视频一区在线观看| 久久久久久影视| k8久久久一区二区三区| 亚洲一区二区偷拍精品| 欧美人成免费网站| 成人久久18免费网站麻豆 | 欧美精品一二三四| 久久精品国产在热久久| 久久蜜桃一区二区| 暴力调教一区二区三区| 亚洲一区二区三区四区五区黄| 欧美一区二区播放| 盗摄精品av一区二区三区| 亚洲嫩草精品久久| 欧美一级高清大全免费观看| 国产精品资源在线看| 一区二区三区精品在线观看| 91精品国产欧美一区二区成人| 国产98色在线|日韩| 亚洲国产日日夜夜| 久久久欧美精品sm网站| 在线观看av不卡|