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

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專(zhuān)輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? sellfind.designer.cs

?? 教材管理系統(tǒng)全使用于簡(jiǎn)單的課程設(shè)計(jì)方便各位朋友
?? CS
?? 第 1 頁(yè) / 共 2 頁(yè)
字號(hào):
?namespace GoodsReportManage.Sell
{
    partial class SellFind
    {
        /// <summary>
        /// 必需的設(shè)計(jì)器變量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的資源。
        /// </summary>
        /// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗體設(shè)計(jì)器生成的代碼

        /// <summary>
        /// 設(shè)計(jì)器支持所需的方法 - 不要
        /// 使用代碼編輯器修改此方法的內(nèi)容。
        /// </summary>
        private void InitializeComponent()
        {
            this.cbxCondition1 = new System.Windows.Forms.ComboBox();
            this.cbxCondition2 = new System.Windows.Forms.ComboBox();
            this.txtGoodsID = new System.Windows.Forms.TextBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.txtGoodsName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label21 = new System.Windows.Forms.Label();
            this.txtStockNum = new System.Windows.Forms.TextBox();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.txtSellPrice = new System.Windows.Forms.TextBox();
            this.label18 = new System.Windows.Forms.Label();
            this.txtGoodsPrice = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.txtSellID = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dgvStockInfo = new System.Windows.Forms.DataGridView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnFindOK = new System.Windows.Forms.Button();
            this.labRMoney = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.labHasPay = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.labGoodsPrice = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.labGoodsSpec = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.labNum = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.labGoodsName = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.labGoodsID = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.groupBox3.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvStockInfo)).BeginInit();
            this.groupBox2.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.SuspendLayout();
            // 
            // cbxCondition1
            // 
            this.cbxCondition1.FormattingEnabled = true;
            this.cbxCondition1.Items.AddRange(new object[] {
            "<",
            ">",
            "=",
            "<=",
            ">=",
            "<>"});
            this.cbxCondition1.Location = new System.Drawing.Point(377, 16);
            this.cbxCondition1.Name = "cbxCondition1";
            this.cbxCondition1.Size = new System.Drawing.Size(37, 20);
            this.cbxCondition1.TabIndex = 30;
            // 
            // cbxCondition2
            // 
            this.cbxCondition2.FormattingEnabled = true;
            this.cbxCondition2.Items.AddRange(new object[] {
            "<",
            ">",
            "=",
            "<=",
            ">=",
            "<>"});
            this.cbxCondition2.Location = new System.Drawing.Point(377, 43);
            this.cbxCondition2.Name = "cbxCondition2";
            this.cbxCondition2.Size = new System.Drawing.Size(37, 20);
            this.cbxCondition2.TabIndex = 29;
            // 
            // txtGoodsID
            // 
            this.txtGoodsID.Location = new System.Drawing.Point(229, 18);
            this.txtGoodsID.Name = "txtGoodsID";
            this.txtGoodsID.Size = new System.Drawing.Size(75, 21);
            this.txtGoodsID.TabIndex = 28;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.txtGoodsName);
            this.groupBox3.Controls.Add(this.label2);
            this.groupBox3.Controls.Add(this.cbxCondition1);
            this.groupBox3.Controls.Add(this.cbxCondition2);
            this.groupBox3.Controls.Add(this.txtGoodsID);
            this.groupBox3.Controls.Add(this.label21);
            this.groupBox3.Controls.Add(this.txtStockNum);
            this.groupBox3.Controls.Add(this.label20);
            this.groupBox3.Controls.Add(this.label19);
            this.groupBox3.Controls.Add(this.txtSellPrice);
            this.groupBox3.Controls.Add(this.label18);
            this.groupBox3.Controls.Add(this.txtGoodsPrice);
            this.groupBox3.Controls.Add(this.label8);
            this.groupBox3.Controls.Add(this.label3);
            this.groupBox3.Controls.Add(this.txtSellID);
            this.groupBox3.Controls.Add(this.label1);
            this.groupBox3.Location = new System.Drawing.Point(15, 14);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(506, 73);
            this.groupBox3.TabIndex = 10;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "查詢(xún)條件";
            // 
            // txtGoodsName
            // 
            this.txtGoodsName.Location = new System.Drawing.Point(229, 44);
            this.txtGoodsName.Name = "txtGoodsName";
            this.txtGoodsName.Size = new System.Drawing.Size(75, 21);
            this.txtGoodsName.TabIndex = 3;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(166, 49);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(59, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "教材名稱(chēng):";
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Location = new System.Drawing.Point(166, 24);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(53, 12);
            this.label21.TabIndex = 27;
            this.label21.Text = "教材 ID:";
            // 
            // txtStockNum
            // 
            this.txtStockNum.Location = new System.Drawing.Point(76, 43);
            this.txtStockNum.Name = "txtStockNum";
            this.txtStockNum.Size = new System.Drawing.Size(81, 21);
            this.txtStockNum.TabIndex = 26;
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Location = new System.Drawing.Point(315, 48);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(59, 12);
            this.label20.TabIndex = 25;
            this.label20.Text = "銷(xiāo)售價(jià)格:";
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.ForeColor = System.Drawing.Color.Red;
            this.label19.Location = new System.Drawing.Point(474, 51);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(17, 12);
            this.label19.TabIndex = 24;
            this.label19.Text = "元";
            // 
            // txtSellPrice
            // 
            this.txtSellPrice.Location = new System.Drawing.Point(417, 42);
            this.txtSellPrice.Name = "txtSellPrice";
            this.txtSellPrice.Size = new System.Drawing.Size(57, 21);
            this.txtSellPrice.TabIndex = 23;
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.ForeColor = System.Drawing.Color.Red;
            this.label18.Location = new System.Drawing.Point(474, 25);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(17, 12);
            this.label18.TabIndex = 22;
            this.label18.Text = "元";
            // 
            // txtGoodsPrice
            // 
            this.txtGoodsPrice.Location = new System.Drawing.Point(417, 16);
            this.txtGoodsPrice.Name = "txtGoodsPrice";
            this.txtGoodsPrice.Size = new System.Drawing.Size(57, 21);
            this.txtGoodsPrice.TabIndex = 9;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(315, 21);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(59, 12);
            this.label8.TabIndex = 8;
            this.label8.Text = "進(jìn)貨價(jià)格:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(13, 49);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 4;
            this.label3.Text = "銷(xiāo)售數(shù)量:";
            // 
            // txtSellID
            // 
            this.txtSellID.Location = new System.Drawing.Point(76, 18);
            this.txtSellID.Name = "txtSellID";
            this.txtSellID.Size = new System.Drawing.Size(81, 21);
            this.txtSellID.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(13, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(59, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "銷(xiāo) 售 ID:";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.ForeColor = System.Drawing.Color.Red;
            this.label13.Location = new System.Drawing.Point(155, 154);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(17, 12);
            this.label13.TabIndex = 21;
            this.label13.Text = "元";
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(42, 43);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 1;
            this.btnCancel.Text = "退出查詢(xún)";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // groupBox1

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品久久久久久综合日本欧美| 欧美一区二区视频网站| 香蕉久久一区二区不卡无毒影院| 日韩欧美第一区| 在线观看免费视频综合| 国产在线视频精品一区| 亚欧色一区w666天堂| 国产精品萝li| 久久影音资源网| 日本二三区不卡| 国产精品一区二区在线观看不卡| 亚洲电影在线免费观看| 中文字幕在线不卡| 久久久精品欧美丰满| 欧美一区午夜精品| 欧美网站一区二区| 91免费视频观看| 成人在线综合网站| 国产美女精品在线| 麻豆视频一区二区| 亚洲 欧美综合在线网络| 亚洲天堂福利av| 欧美国产成人精品| 久久精品在线免费观看| 精品少妇一区二区三区在线视频| 欧美日韩精品欧美日韩精品 | 久久先锋资源网| 欧美一区二区三区四区高清| 日本精品裸体写真集在线观看| 成人手机在线视频| 国产老肥熟一区二区三区| 久久成人综合网| 日韩高清电影一区| 丝袜诱惑制服诱惑色一区在线观看| 亚洲欧美日韩中文播放| ㊣最新国产の精品bt伙计久久| 国产欧美综合在线| 中文字幕乱码日本亚洲一区二区| 亚洲精品在线电影| 久久精品亚洲精品国产欧美kt∨ | 中文字幕一区二区在线播放| 亚洲国产成人一区二区三区| 久久久国产精品麻豆| 国产日产欧美精品一区二区三区| 国产视频一区在线播放| 日韩和欧美一区二区| 亚洲成av人片在线观看| 天堂蜜桃一区二区三区| 喷水一区二区三区| 国产一区欧美日韩| 成人性生交大片免费看中文| 成人美女视频在线观看18| 99国产精品久久久久久久久久久| 91同城在线观看| 欧美日韩视频不卡| 91精品一区二区三区久久久久久 | 自拍偷拍国产精品| 亚洲一线二线三线视频| 爽爽淫人综合网网站| 奇米四色…亚洲| 国产伦精品一区二区三区免费| 成人免费观看视频| 在线看国产一区| 欧美精品色一区二区三区| 精品国产a毛片| 国产精品剧情在线亚洲| 亚洲一区二区三区四区在线观看| 丝袜美腿成人在线| 国产一区二区电影| 91在线精品一区二区三区| 在线视频欧美区| 日韩久久久久久| 国产精品人妖ts系列视频| 一区二区三区波多野结衣在线观看| 亚洲电影中文字幕在线观看| 精品一区二区国语对白| 99riav一区二区三区| 欧美男女性生活在线直播观看| 欧美电影免费观看高清完整版在线| 国产亚洲污的网站| 亚洲国产综合色| 国产成人精品影视| 欧美视频你懂的| 国产欧美视频一区二区三区| 亚洲一区在线视频| 国产成a人亚洲精| 在线成人午夜影院| 国产精品久线在线观看| 日本vs亚洲vs韩国一区三区| 成人免费av网站| 欧美一区二区精品| 亚洲综合在线电影| 国产精品系列在线播放| 欧美日韩aaaaa| 中文字幕在线不卡国产视频| 蜜臀av一区二区在线观看| 91在线免费播放| 久久久影视传媒| 日日嗨av一区二区三区四区| 99精品国产91久久久久久 | 欧美成va人片在线观看| 亚洲美女屁股眼交| 国产成人精品免费在线| 91精品在线观看入口| 亚洲美女一区二区三区| 国产成人亚洲综合a∨婷婷| 欧美精品 国产精品| 亚洲免费观看在线观看| 国产精品1024久久| 精品免费一区二区三区| 偷窥国产亚洲免费视频| 一本色道a无线码一区v| 国产三级一区二区| 精品一区二区免费| 91精品国产色综合久久不卡电影 | 日韩一区二区精品在线观看| 亚洲欧美另类小说| av电影天堂一区二区在线观看| 精品国产91亚洲一区二区三区婷婷| 亚洲一区二区三区美女| 91浏览器入口在线观看| 国产精品免费丝袜| 国产91富婆露脸刺激对白| ww久久中文字幕| 九九视频精品免费| 日韩精品在线一区| 麻豆一区二区99久久久久| 在线成人av网站| 婷婷国产v国产偷v亚洲高清| 欧美丝袜丝nylons| 亚洲国产中文字幕| 欧美日韩一区二区欧美激情| 一区二区三区毛片| 欧美最猛黑人xxxxx猛交| 亚洲精品乱码久久久久久黑人 | 一区二区三区精品| 在线看日本不卡| 亚洲夂夂婷婷色拍ww47| 欧美日韩午夜在线视频| 丝瓜av网站精品一区二区| 7777精品伊人久久久大香线蕉| 亚洲国产三级在线| 欧美一级在线视频| 激情久久五月天| 久久久精品国产99久久精品芒果| 丁香婷婷深情五月亚洲| 亚洲欧美在线高清| 91老司机福利 在线| 国产成人精品午夜视频免费| 国产女人aaa级久久久级 | 911精品国产一区二区在线| 日韩av在线播放中文字幕| 日韩欧美黄色影院| 国精产品一区一区三区mba视频| 久久久99精品久久| 成人app网站| 一区二区激情视频| 日韩一区二区三区免费看| 精彩视频一区二区| 国产精品国产三级国产aⅴ中文 | 国产精品一区在线观看你懂的| 国产精品女主播av| 在线欧美日韩国产| 蜜桃久久久久久久| 国产精品网站在线播放| 欧美日韩黄色影视| 99久免费精品视频在线观看| 亚洲欧美色图小说| 欧美欧美欧美欧美| 国产一区二区三区最好精华液| 精品sm在线观看| 91在线视频观看| 丝袜亚洲另类欧美综合| 久久久久久久久久久久久夜| 波多野结衣中文一区| 午夜伦理一区二区| 国产欧美日韩卡一| 91福利在线播放| 久热成人在线视频| 1000精品久久久久久久久| 欧美福利电影网| 不卡一区二区在线| 日韩vs国产vs欧美| 国产精品久久久久久久蜜臀| 欧美久久婷婷综合色| 国产精品996| 视频一区二区不卡| 国产精品美女久久久久久2018 | 国产一区二区导航在线播放| 一区二区三区国产| xf在线a精品一区二区视频网站| 色偷偷成人一区二区三区91| 韩日欧美一区二区三区| 亚洲日本va午夜在线影院| 日韩三级视频在线看| 色8久久精品久久久久久蜜| 国产乱妇无码大片在线观看| 亚洲成人在线免费| 国产精品成人午夜| 久久影音资源网|