亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
欧洲av一区二区嗯嗯嗯啊| 国产精品日韩精品欧美在线| 亚洲美女在线国产| 麻豆成人久久精品二区三区红 | 国内精品免费**视频| 91精品福利视频| 亚洲视频1区2区| 高清日韩电视剧大全免费| 精品电影一区二区三区| 亚洲成人自拍偷拍| 欧美性大战久久久久久久| 亚洲一区中文在线| 国产精品―色哟哟| 精品一区二区三区欧美| 日韩欧美久久久| 国产一区日韩二区欧美三区| 久久精品人人做| 国产91精品一区二区麻豆网站| 久久精品夜色噜噜亚洲aⅴ| 免费欧美日韩国产三级电影| 日韩三区在线观看| 国产一区二区成人久久免费影院 | 久久精品一区八戒影视| 国产成a人无v码亚洲福利| 国产亚洲精品免费| 99久免费精品视频在线观看| 久久久久久黄色| 国产精品996| 中文字幕一区视频| 欧洲一区二区av| 亚洲一区在线观看网站| 欧美一区二区三区免费大片| 狠狠色狠狠色综合系列| 日韩精品一区二区三区四区视频| 国产精品一色哟哟哟| 一色桃子久久精品亚洲| 欧美色视频在线| 香蕉av福利精品导航| 精品乱人伦小说| 成人禁用看黄a在线| 一区二区理论电影在线观看| 欧美日韩精品系列| 国产乱国产乱300精品| 欧美成人vr18sexvr| 六月丁香婷婷久久| 国产一区二区三区电影在线观看| 中文字幕精品三区| 欧美一区二区视频网站| 狠狠色丁香婷婷综合| 日韩伦理av电影| 欧美一区二区日韩一区二区| 国产精华液一区二区三区| 亚洲午夜激情网页| 欧美精品电影在线播放| www.成人网.com| 亚洲一区二区三区四区五区中文| 欧美成人国产一区二区| 高清在线不卡av| 蜜桃av一区二区在线观看 | 久久久美女毛片| 欧洲精品一区二区| 国产成人亚洲综合a∨婷婷| 麻豆精品在线播放| 亚洲一区二区三区四区在线| 亚洲国产精品av| 久久久综合视频| 欧美精品久久久久久久久老牛影院| 国产白丝网站精品污在线入口| 琪琪一区二区三区| 亚洲福中文字幕伊人影院| 久久精品在这里| 色呦呦国产精品| 北条麻妃国产九九精品视频| 韩国精品在线观看| 一区二区三区成人| 亚洲综合成人在线| 国产精品区一区二区三| 精品播放一区二区| 久久综合中文字幕| 欧美va亚洲va| 欧美一区欧美二区| 亚洲精品在线网站| 欧美精品一区二区在线播放 | 欧美高清视频www夜色资源网| 99精品一区二区三区| 成人av影视在线观看| 不卡视频免费播放| av在线一区二区| 不卡一二三区首页| 国产麻豆91精品| 国产福利不卡视频| 国产麻豆午夜三级精品| 不卡视频一二三| 91在线小视频| 欧美性淫爽ww久久久久无| 欧洲av一区二区嗯嗯嗯啊| 在线精品观看国产| 日韩片之四级片| 日韩免费观看高清完整版 | 亚洲欧美日韩人成在线播放| 自拍av一区二区三区| 亚洲欧美日韩国产一区二区三区 | 欧美高清精品3d| 91.com在线观看| 欧美美女喷水视频| 欧美私人免费视频| 精品国产青草久久久久福利| 欧美成人综合网站| 久久婷婷综合激情| 亚洲专区一二三| 五月激情六月综合| 蜜臀久久久久久久| 国产毛片一区二区| 91玉足脚交白嫩脚丫在线播放| 日本欧美韩国一区三区| 国产伦精品一区二区三区免费 | 国产呦萝稀缺另类资源| 99re6这里只有精品视频在线观看| 色综合久久久久久久久| 制服丝袜亚洲精品中文字幕| www一区二区| 中文字幕一区av| 久久电影网站中文字幕| 成人精品小蝌蚪| 91久久精品网| 国产欧美精品一区二区三区四区| 中文字幕一区二区三区在线不卡| 亚洲综合一二区| 国产精品69毛片高清亚洲| 在线观看精品一区| 欧美成人三级在线| 亚洲一级二级三级在线免费观看| 精品影视av免费| 91亚洲精品乱码久久久久久蜜桃| 日韩在线一区二区三区| 99这里只有精品| 日韩一区二区三区视频| 中文字幕乱码亚洲精品一区| 蜜臀va亚洲va欧美va天堂| 99re视频精品| 欧美tickling挠脚心丨vk| 亚瑟在线精品视频| 国产精品一二三四区| 在线观看成人小视频| 中文字幕欧美一| 久久99精品国产麻豆不卡| 色综合视频在线观看| 欧美电视剧在线观看完整版| 亚洲欧美在线视频| 麻豆国产一区二区| 国内精品伊人久久久久av影院| 欧美自拍偷拍一区| 欧美国产激情一区二区三区蜜月| 亚洲日本在线视频观看| 白白色 亚洲乱淫| 337p日本欧洲亚洲大胆色噜噜| 亚洲制服欧美中文字幕中文字幕| 粉嫩高潮美女一区二区三区| 日韩一级成人av| 一区二区三区在线视频免费 | 亚洲欧美日韩久久| 夫妻av一区二区| 久久久国产一区二区三区四区小说 | 欧美一二三在线| 一区二区三区影院| 91丝袜国产在线播放| 国产日产欧美一区| 国产一区二区三区久久久| 日韩亚洲欧美中文三级| 秋霞国产午夜精品免费视频| 欧美一区二区在线观看| 精品在线播放午夜| 国产午夜精品一区二区三区视频| 国产精品99久久久久久有的能看| 久久久久88色偷偷免费| 成人av电影在线网| 亚洲婷婷在线视频| 欧美调教femdomvk| 欧美aaa在线| 国产午夜精品一区二区三区视频| 成人免费看片app下载| 中文字幕一区免费在线观看| 91女人视频在线观看| 亚洲国产欧美一区二区三区丁香婷| 欧美高清视频www夜色资源网| 麻豆视频观看网址久久| 日本一区二区免费在线观看视频| av资源站一区| 香蕉成人伊视频在线观看| 精品久久久久久久一区二区蜜臀| 成人午夜激情在线| 亚洲精品va在线观看| 日韩久久久精品| 丁香一区二区三区| 亚洲国产一区在线观看| 久久天天做天天爱综合色| 一本色道久久综合亚洲91| 日韩二区三区四区| 国产精品素人一区二区| 欧美精品v国产精品v日韩精品 |