亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
精品一区二区在线免费观看| 亚洲欧美aⅴ...| 激情综合网最新| 日韩精品自拍偷拍| 国产一区二区三区四| 亚洲国产高清不卡| 色一区在线观看| 日韩国产在线观看一区| 精品日韩一区二区| 成人sese在线| 亚洲福利一区二区| 精品福利一区二区三区| 99精品久久免费看蜜臀剧情介绍| 亚洲精品第一国产综合野| 欧美日韩精品欧美日韩精品| 久久精品国产澳门| 国产精品美女久久久久久久久| 91在线看国产| 蜜臀久久久99精品久久久久久| 久久久久久久电影| 日本道色综合久久| 久久成人综合网| 亚洲精品中文字幕在线观看| 欧美一区二区三区播放老司机| 国产精品亚洲视频| 亚洲电影欧美电影有声小说| 26uuu色噜噜精品一区| 91一区二区在线| 日本亚洲欧美天堂免费| 日本一区二区三区国色天香| 欧美精品在线视频| 国产成人精品免费在线| 丝袜诱惑亚洲看片| 最新中文字幕一区二区三区| 日韩视频在线你懂得| 91免费版在线| 国产精品一卡二卡| 日本视频免费一区| 国产精品国产精品国产专区不蜜| 日韩一区二区三区视频| 91麻豆免费看| 国产精品18久久久久| 亚洲一区二区三区四区在线观看| 国产婷婷一区二区| 欧美电影影音先锋| 色婷婷综合久久久久中文一区二区 | 中日韩免费视频中文字幕| 欧美日韩另类一区| 99精品视频一区| 国产一区在线不卡| 日本一区中文字幕| 午夜私人影院久久久久| 亚洲日本成人在线观看| 国产色爱av资源综合区| 日韩欧美一级特黄在线播放| 欧美制服丝袜第一页| 99精品欧美一区二区三区小说 | 中文字幕欧美日韩一区| 精品久久国产字幕高潮| 欧美日韩一区高清| 欧美主播一区二区三区美女| 91美女在线观看| 成人白浆超碰人人人人| 国产福利一区二区三区在线视频| 久久99精品国产麻豆婷婷| 日韩vs国产vs欧美| 石原莉奈在线亚洲二区| 日韩国产在线观看一区| 日韩av高清在线观看| 丝袜脚交一区二区| 日本网站在线观看一区二区三区 | 亚瑟在线精品视频| 亚洲一区二区三区国产| 一区二区视频在线| 亚洲男人的天堂在线aⅴ视频 | 久久―日本道色综合久久| 日韩女优电影在线观看| 欧美一区二区免费| 精品国产a毛片| 久久久久国产精品厨房| 国产人久久人人人人爽| 国产精品久久久久天堂| 中文字幕一区二区视频| 亚洲精品久久嫩草网站秘色| 亚洲综合一区二区精品导航| 一区二区三区不卡视频在线观看| 亚洲一卡二卡三卡四卡无卡久久 | 国产精品综合网| 国产成人日日夜夜| 成人动漫一区二区| 一本到一区二区三区| 欧美精品日韩一本| 日韩一区二区三区在线| 2欧美一区二区三区在线观看视频| 久久精品在这里| 亚洲欧美日韩电影| 首页亚洲欧美制服丝腿| 激情伊人五月天久久综合| 国产黄色精品网站| 色综合久久久久网| 5858s免费视频成人| 久久综合久色欧美综合狠狠| 国产精品污www在线观看| 一片黄亚洲嫩模| 久久99久久精品| 成人福利视频网站| 欧美裸体bbwbbwbbw| 久久综合九色综合97_久久久| 中文字幕一区二区三中文字幕| 亚洲国产成人av好男人在线观看| 麻豆视频观看网址久久| 成人高清在线视频| 91精品国产黑色紧身裤美女| 国产日韩精品一区二区三区 | 久久日一线二线三线suv| 亚洲婷婷在线视频| 日本欧美一区二区| 波多野结衣在线一区| 欧美美女一区二区三区| 日本一区二区三区四区在线视频| 亚洲国产精品一区二区www在线| 国产精选一区二区三区| 在线观看一区不卡| 久久久久国产精品麻豆| 亚洲尤物在线视频观看| 国产在线播放一区三区四| 在线观看av一区| 国产三区在线成人av| 日韩激情一二三区| 色噜噜狠狠成人中文综合| 久久久久久影视| 婷婷中文字幕综合| 日本精品视频一区二区三区| 久久综合九色综合欧美亚洲| 偷拍与自拍一区| 91色在线porny| 欧美激情艳妇裸体舞| 老司机午夜精品| 欧美日韩国产美| 一区二区三区在线视频观看58| 国产精品自拍三区| 91精品久久久久久久99蜜桃| 亚洲欧美日韩电影| 成人av网站在线| 久久久久久9999| 国内精品不卡在线| 欧美一级高清大全免费观看| 亚洲综合成人在线视频| 99视频有精品| 欧美国产成人精品| 国产一区二区久久| 精品久久久久久最新网址| 免费成人小视频| 欧美福利一区二区| 婷婷丁香久久五月婷婷| 日韩午夜电影在线观看| 亚洲午夜久久久久久久久久久| 99这里只有精品| 国产精品网站在线| 国产91高潮流白浆在线麻豆| 欧美不卡一区二区三区| 六月婷婷色综合| 4438x亚洲最大成人网| 偷拍一区二区三区四区| 6080国产精品一区二区| 日韩avvvv在线播放| 3d成人h动漫网站入口| 丝袜脚交一区二区| 欧美一区二区美女| 美女在线观看视频一区二区| 日韩欧美国产成人一区二区| 久久99热狠狠色一区二区| 欧美激情在线看| 国产乱码精品一区二区三区忘忧草| www国产精品av| 岛国av在线一区| 亚洲日本电影在线| 欧美日韩一区二区三区视频| 视频在线在亚洲| 日韩女优av电影在线观看| 国产原创一区二区| 国产精品久久久久久久久晋中 | 成人午夜激情视频| 日韩毛片在线免费观看| 欧亚洲嫩模精品一区三区| 亚洲一区精品在线| 91精品国产欧美一区二区成人 | 精品国产乱子伦一区| 国产成人欧美日韩在线电影| ㊣最新国产の精品bt伙计久久| 一本大道久久a久久精品综合| 亚洲成人自拍一区| 欧美一级日韩一级| 国产成+人+日韩+欧美+亚洲| 亚洲欧美综合色| 欧美疯狂性受xxxxx喷水图片| 韩国成人福利片在线播放| 国产精品人成在线观看免费| 91官网在线观看| 国产综合久久久久久久久久久久|