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

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

?? frmginfomanage.designer.cs

?? 客戶關系管理系統
?? CS
?? 第 1 頁 / 共 2 頁
字號:
?namespace CRM.PInfoManage
{
    partial class frmGInfoManage
    {
        /// <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(frmGInfoManage));
            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.dgvGInfo = 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.txtGRemark = new System.Windows.Forms.TextBox();
            this.txtOutPrice = new System.Windows.Forms.TextBox();
            this.txtInPrice = new System.Windows.Forms.TextBox();
            this.txtGSpec = new System.Windows.Forms.TextBox();
            this.cboxGUnit = new System.Windows.Forms.ComboBox();
            this.cboxGType = new System.Windows.Forms.ComboBox();
            this.txtGName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.txtGID = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.errorPrInMoney = new System.Windows.Forms.ErrorProvider(this.components);
            this.errorPrOutMoney = new System.Windows.Forms.ErrorProvider(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.dgvGInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
            this.bindingNavigator1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrInMoney)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorPrOutMoney)).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);
            // 
            // dgvGInfo
            // 
            this.dgvGInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvGInfo.Location = new System.Drawing.Point(10, 190);
            this.dgvGInfo.Name = "dgvGInfo";
            this.dgvGInfo.RowTemplate.Height = 23;
            this.dgvGInfo.Size = new System.Drawing.Size(467, 175);
            this.dgvGInfo.TabIndex = 4;
            this.dgvGInfo.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGInfo_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(491, 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.txtGRemark);

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
91在线小视频| 久久午夜免费电影| 久久久不卡影院| 亚洲一区电影777| 成人av影视在线观看| 日韩一卡二卡三卡四卡| 伊人一区二区三区| av中文字幕亚洲| 久久噜噜亚洲综合| 久久国产精品99精品国产| 欧美日韩国产综合一区二区| 亚洲天天做日日做天天谢日日欢 | 日韩美女天天操| 一区二区欧美精品| 色菇凉天天综合网| 1区2区3区国产精品| 丁香一区二区三区| 国产午夜精品一区二区三区视频 | 国产**成人网毛片九色 | 午夜成人免费电影| 欧美亚洲日本国产| 亚洲精品自拍动漫在线| 99久久综合狠狠综合久久| 欧美国产综合色视频| 国产一区二区三区四| 欧美v日韩v国产v| 美女诱惑一区二区| 欧美成人精精品一区二区频| 久久福利资源站| 欧美tickling网站挠脚心| 久久国产精品99久久久久久老狼| 日韩写真欧美这视频| 九九在线精品视频| 精品国产91洋老外米糕| 精品一区二区久久久| 久久色在线观看| 成人永久看片免费视频天堂| 国产精品久久久久四虎| 一本色道久久综合亚洲精品按摩| 亚洲色图色小说| 精品视频在线免费| 蜜桃视频一区二区| 国产无一区二区| 91免费精品国自产拍在线不卡| 亚洲综合成人在线| 在线电影院国产精品| 久久99久久久久久久久久久| 久久精品男人的天堂| 99久久免费精品| 亚洲综合一区二区精品导航| 制服.丝袜.亚洲.另类.中文| 激情小说亚洲一区| 国产精品美女久久久久aⅴ国产馆| 91亚洲精品久久久蜜桃| 天天色天天操综合| 久久精品一区蜜桃臀影院| 99精品欧美一区二区三区小说| 亚洲线精品一区二区三区八戒| 欧美一区永久视频免费观看| 国产激情91久久精品导航| 中文字幕在线观看一区二区| 欧美日韩成人综合| 国产成人av自拍| 亚洲国产aⅴ天堂久久| 久久综合九色欧美综合狠狠| eeuss影院一区二区三区| 婷婷久久综合九色综合伊人色| 国产日韩欧美不卡| 欧美精品久久久久久久多人混战| 国产一区二区三区黄视频 | 欧美一区二区三区在线| 国v精品久久久网| 午夜精品福利一区二区蜜股av| 精品国产百合女同互慰| 秋霞午夜鲁丝一区二区老狼| 91精品国产综合久久精品| 久久精品国产秦先生| 欧美高清在线一区| 69精品人人人人| eeuss鲁一区二区三区| 蜜臀av一区二区在线观看| 中文字幕在线播放不卡一区| 欧美哺乳videos| 欧美日韩美少妇| 成人ar影院免费观看视频| 久久黄色级2电影| 亚洲国产精品久久久久秋霞影院 | 麻豆国产精品一区二区三区| 亚洲综合在线第一页| 中文字幕乱码一区二区免费| 欧美伦理视频网站| 欧美午夜一区二区三区免费大片| 国产福利91精品一区| 精品日韩一区二区| 久久亚洲一级片| 欧美欧美午夜aⅴ在线观看| 成人午夜精品在线| 久久av中文字幕片| 奇米综合一区二区三区精品视频| 亚洲精品视频在线| 中文字幕一区日韩精品欧美| 国产精品色在线观看| 久久亚洲精精品中文字幕早川悠里 | 久久青草欧美一区二区三区| 6080国产精品一区二区| 欧美午夜精品久久久久久孕妇| 91麻豆6部合集magnet| 91麻豆福利精品推荐| 99久久免费视频.com| 99精品一区二区| 99久久国产综合精品女不卡| 91在线视频网址| 91福利社在线观看| 国产精品亚洲一区二区三区妖精 | 亚洲午夜羞羞片| 亚洲激情综合网| 亚洲一级二级三级| 亚洲男人的天堂av| 亚洲综合久久久久| 国产精品久久久久久久第一福利| 久久亚洲综合av| 中文字幕不卡在线| 亚洲男女一区二区三区| 亚洲午夜羞羞片| 热久久久久久久| 韩国一区二区三区| 成人激情图片网| 欧美性欧美巨大黑白大战| 欧美日韩精品三区| 日韩精品一区二区三区视频在线观看| 精品少妇一区二区三区免费观看| 久久亚洲一区二区三区四区| 国产精品午夜免费| 亚洲一区二区视频在线| 美女视频网站久久| 成人av电影免费观看| 欧美性xxxxxxxx| 日韩一级大片在线| 国产精品久久久久影院| 亚洲国产欧美在线| 国产一区二区主播在线| 色综合久久久久网| 欧美一级艳片视频免费观看| 国产精品丝袜91| 亚洲国产成人高清精品| 国产精品综合av一区二区国产馆| 99久久伊人久久99| 午夜精品久久久久影视| 日欧美一区二区| 国产成人8x视频一区二区| 精品视频在线视频| 欧美激情一区二区三区蜜桃视频| 亚洲精品视频免费观看| 麻豆成人久久精品二区三区红| av男人天堂一区| 欧美大片在线观看| 亚洲精选视频免费看| 国产一区二区三区四区五区美女 | a亚洲天堂av| 6080yy午夜一二三区久久| 亚洲欧洲成人精品av97| 精品一区二区三区免费视频| 日本高清无吗v一区| 久久精品综合网| 日韩激情中文字幕| 91视频免费播放| 久久久久久久综合日本| 亚洲成年人影院| heyzo一本久久综合| 久久亚洲一区二区三区明星换脸 | 欧美一级久久久| 亚洲男人电影天堂| 成人午夜av电影| 精品欧美乱码久久久久久1区2区| 亚洲一区二区三区视频在线播放 | 日韩免费视频线观看| 亚洲小说春色综合另类电影| 91在线视频观看| 中文字幕一区二| 高潮精品一区videoshd| 久久久精品国产免费观看同学| 麻豆精品在线观看| 欧美一级搡bbbb搡bbbb| 亚洲电影在线免费观看| 在线精品视频一区二区| **性色生活片久久毛片| 豆国产96在线|亚洲| 久久综合九色综合97婷婷女人| 蜜桃久久精品一区二区| 91精品国产综合久久久久| 日韩中文字幕av电影| 欧美亚洲国产bt| 亚洲已满18点击进入久久| 色视频成人在线观看免| 一区二区三区日本| 欧美日韩成人在线一区| 视频一区二区中文字幕| 欧美一区二区三区视频免费| 青青草原综合久久大伊人精品| 日韩一区二区高清|