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

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

?? sellgoodsanalysisreport.designer.cs

?? 教材管理系統全使用于簡單的課程設計方便各位朋友
?? CS
字號:
?namespace GoodsReportManage.CrystalReport
{
    partial class SellGoodsAnalysisReport
    {
        /// <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.label6 = new System.Windows.Forms.Label();
            this.txtGoodsName = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtEmployeeName = new System.Windows.Forms.TextBox();
            this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.label7 = new System.Windows.Forms.Label();
            this.txtGoodsID = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.btnOkFind = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.dtEndTime = new System.Windows.Forms.DateTimePicker();
            this.label5 = new System.Windows.Forms.Label();
            this.dtStartTime = new System.Windows.Forms.DateTimePicker();
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(4, 94);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(71, 12);
            this.label6.TabIndex = 4;
            this.label6.Text = "銷售員姓名:";
            // 
            // txtGoodsName
            // 
            this.txtGoodsName.Location = new System.Drawing.Point(72, 55);
            this.txtGoodsName.Name = "txtGoodsName";
            this.txtGoodsName.Size = new System.Drawing.Size(134, 21);
            this.txtGoodsName.TabIndex = 3;
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(8, 48);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(59, 12);
            this.label4.TabIndex = 0;
            this.label4.Text = "開始時間:";
            // 
            // txtEmployeeName
            // 
            this.txtEmployeeName.Location = new System.Drawing.Point(72, 90);
            this.txtEmployeeName.Name = "txtEmployeeName";
            this.txtEmployeeName.Size = new System.Drawing.Size(134, 21);
            this.txtEmployeeName.TabIndex = 5;
            // 
            // crystalReportViewer1
            // 
            this.crystalReportViewer1.ActiveViewIndex = -1;
            this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.crystalReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.crystalReportViewer1.Location = new System.Drawing.Point(0, 0);
            this.crystalReportViewer1.Name = "crystalReportViewer1";
            this.crystalReportViewer1.SelectionFormula = "";
            this.crystalReportViewer1.Size = new System.Drawing.Size(573, 493);
            this.crystalReportViewer1.TabIndex = 0;
            this.crystalReportViewer1.ViewTimeSelectionFormula = "";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(7, 59);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(59, 12);
            this.label7.TabIndex = 2;
            this.label7.Text = "教材名稱:";
            // 
            // txtGoodsID
            // 
            this.txtGoodsID.Location = new System.Drawing.Point(72, 21);
            this.txtGoodsID.Name = "txtGoodsID";
            this.txtGoodsID.Size = new System.Drawing.Size(134, 21);
            this.txtGoodsID.TabIndex = 1;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(7, 25);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(59, 12);
            this.label8.TabIndex = 0;
            this.label8.Text = "銷 售 ID:";
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Location = new System.Drawing.Point(46, 20);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(120, 16);
            this.checkBox1.TabIndex = 4;
            this.checkBox1.Text = "是否進行時間查詢";
            this.checkBox1.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.btnOkFind);
            this.groupBox2.Controls.Add(this.groupBox3);
            this.groupBox2.Controls.Add(this.txtEmployeeName);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.txtGoodsName);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Controls.Add(this.txtGoodsID);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Location = new System.Drawing.Point(17, 123);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(212, 256);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "查詢條件";
            // 
            // btnOkFind
            // 
            this.btnOkFind.Location = new System.Drawing.Point(72, 227);
            this.btnOkFind.Name = "btnOkFind";
            this.btnOkFind.Size = new System.Drawing.Size(75, 23);
            this.btnOkFind.TabIndex = 7;
            this.btnOkFind.Text = "查詢并顯示";
            this.btnOkFind.UseVisualStyleBackColor = true;
            this.btnOkFind.Click += new System.EventHandler(this.btnOkFind_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.checkBox1);
            this.groupBox3.Controls.Add(this.dtEndTime);
            this.groupBox3.Controls.Add(this.label5);
            this.groupBox3.Controls.Add(this.dtStartTime);
            this.groupBox3.Controls.Add(this.label4);
            this.groupBox3.Location = new System.Drawing.Point(9, 120);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(197, 101);
            this.groupBox3.TabIndex = 6;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "進貨時間查詢";
            // 
            // dtEndTime
            // 
            this.dtEndTime.Location = new System.Drawing.Point(73, 70);
            this.dtEndTime.Name = "dtEndTime";
            this.dtEndTime.Size = new System.Drawing.Size(118, 21);
            this.dtEndTime.TabIndex = 3;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(8, 74);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(59, 12);
            this.label5.TabIndex = 2;
            this.label5.Text = "結束時間:";
            // 
            // dtStartTime
            // 
            this.dtStartTime.Location = new System.Drawing.Point(73, 44);
            this.dtStartTime.Name = "dtStartTime";
            this.dtStartTime.Size = new System.Drawing.Size(118, 21);
            this.dtStartTime.TabIndex = 1;
            // 
            // splitContainer1
            // 
            this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer1.Location = new System.Drawing.Point(0, 0);
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.groupBox2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.crystalReportViewer1);
            this.splitContainer1.Size = new System.Drawing.Size(814, 493);
            this.splitContainer1.SplitterDistance = 237;
            this.splitContainer1.TabIndex = 1;
            // 
            // SellGoodsAnalysisReport
            // 
            this.ClientSize = new System.Drawing.Size(814, 493);
            this.Controls.Add(this.splitContainer1);
            this.Name = "SellGoodsAnalysisReport";
            this.Text = "銷售價格分析報表";
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtGoodsName;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtEmployeeName;
        private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox txtGoodsID;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.CheckBox checkBox1;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btnOkFind;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.DateTimePicker dtEndTime;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.DateTimePicker dtStartTime;
        private System.Windows.Forms.SplitContainer splitContainer1;
    }
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久精品中文字幕麻豆发布| 国产aⅴ综合色| 欧美久久久久久久久| 亚洲一区免费视频| 欧美高清www午色夜在线视频| 午夜免费久久看| 日韩欧美精品三级| 国产成人免费视频网站| 中文字幕一区二区三区色视频| 国产成人av电影免费在线观看| 中文字幕不卡在线观看| 91亚洲国产成人精品一区二三| 亚洲一区二区视频在线观看| 欧美一区二区日韩一区二区| 国产美女在线观看一区| 最新国产精品久久精品| 欧美日韩小视频| 精品一区二区在线免费观看| 国产精品理论片在线观看| 欧美无乱码久久久免费午夜一区 | 狠狠色丁香婷婷综合久久片| 国产亚洲短视频| 欧洲日韩一区二区三区| 卡一卡二国产精品| 国产精品福利一区二区三区| 欧美日免费三级在线| 国产福利一区在线| 亚洲午夜三级在线| 久久综合av免费| 91福利小视频| 极品尤物av久久免费看| 亚洲欧美国产高清| 精品99一区二区| 欧美三日本三级三级在线播放| 久草这里只有精品视频| 亚洲免费观看高清在线观看| 精品国产乱码久久久久久蜜臀| 色偷偷88欧美精品久久久| 久久丁香综合五月国产三级网站| 中文字幕亚洲区| 精品成人在线观看| 欧美人xxxx| 99久久精品国产导航| 精品亚洲国产成人av制服丝袜| 伊人婷婷欧美激情| 国产精品污www在线观看| 欧美一二三四在线| 欧美日韩国产在线观看| 99国产精品国产精品久久| 久久精品免费看| 亚洲成人资源在线| 亚洲人成7777| 国产精品久久久一本精品| 欧美r级在线观看| 91精品国产综合久久精品性色| 色女孩综合影院| av中文字幕在线不卡| 国产成人亚洲综合a∨婷婷图片| 喷水一区二区三区| 性久久久久久久久| 亚洲一区二区免费视频| 一区二区三区在线视频观看58| 国产精品成人网| 国产免费观看久久| 国产日韩欧美精品在线| 2欧美一区二区三区在线观看视频 337p粉嫩大胆噜噜噜噜噜91av | 欧洲另类一二三四区| 成+人+亚洲+综合天堂| 国产剧情av麻豆香蕉精品| 蜜臀av亚洲一区中文字幕| 五月天激情综合网| 午夜精品久久久| 亚洲成人久久影院| 午夜视频在线观看一区二区三区| 一区二区三区视频在线观看| 亚洲女与黑人做爰| 中文字幕视频一区二区三区久| 国产精品久久久久久久久免费相片 | 综合电影一区二区三区| 国产精品无码永久免费888| 中文一区二区在线观看| 中文字幕高清一区| 日韩一区欧美一区| 亚洲激情第一区| 亚洲一区二区精品视频| 天使萌一区二区三区免费观看| 午夜久久久影院| 免费观看91视频大全| 精品影视av免费| 懂色av中文一区二区三区| 白白色亚洲国产精品| 91免费在线看| 欧美精品欧美精品系列| 欧美大黄免费观看| 欧美国产1区2区| 亚洲人吸女人奶水| 首页欧美精品中文字幕| 久久国产精品露脸对白| 国产成a人亚洲| 色偷偷一区二区三区| 91精品国产欧美一区二区18| 欧美精品一区二区蜜臀亚洲| 中文字幕欧美激情| 亚洲精品免费在线| 奇米色一区二区三区四区| 国产成人精品亚洲777人妖 | 亚洲不卡一区二区三区| 日韩成人一区二区三区在线观看| 日韩电影免费在线看| 国产一区二区成人久久免费影院 | 狠狠色综合播放一区二区| 成人国产精品免费网站| 欧洲精品一区二区| 久久午夜色播影院免费高清| 国产精品不卡在线| 免费看欧美美女黄的网站| 成人av在线看| 欧美一区二区播放| 亚洲同性同志一二三专区| 奇米777欧美一区二区| 成人av在线资源网站| 欧美精品欧美精品系列| 国产精品第13页| 精品一区二区久久| 欧美无乱码久久久免费午夜一区 | 成人app网站| 欧美xxxxxxxxx| 亚洲伊人色欲综合网| 国产一区二区三区四区五区入口 | 欧美理论片在线| 国产精品乱码妇女bbbb| 麻豆久久一区二区| 99久久久无码国产精品| 欧美白人最猛性xxxxx69交| 亚洲免费观看高清完整| 国产精品一品二品| 日韩欧美国产成人一区二区| 一区二区三区日本| av在线一区二区| 久久免费偷拍视频| 日韩制服丝袜av| 在线视频综合导航| 中文字幕一区av| 国产成人免费视频网站 | 欧美视频在线一区| 亚洲欧洲日韩综合一区二区| 国产美女av一区二区三区| 日韩欧美中文字幕制服| 亚洲国产成人av好男人在线观看| 成人午夜又粗又硬又大| 26uuu精品一区二区三区四区在线 26uuu精品一区二区在线观看 | 日韩电影免费在线观看网站| 欧美亚一区二区| 亚洲激情五月婷婷| 91麻豆精品一区二区三区| 中文字幕不卡一区| 成人综合在线网站| 亚洲国产成人私人影院tom | 麻豆久久久久久久| 欧美精品丝袜久久久中文字幕| 亚洲综合偷拍欧美一区色| 91在线观看美女| 亚洲视频中文字幕| 91丨porny丨在线| 亚洲色图在线看| 91麻豆国产在线观看| 亚洲卡通欧美制服中文| 日本一区二区三区久久久久久久久不| 日本不卡高清视频| 日韩一二三区不卡| 美女视频网站黄色亚洲| 精品国产乱码久久久久久夜甘婷婷| 麻豆成人免费电影| 欧美va亚洲va香蕉在线| 国产在线视视频有精品| 欧美极品aⅴ影院| 成人ar影院免费观看视频| 最新日韩av在线| 欧美亚洲国产一区在线观看网站| 亚洲午夜电影在线| 欧美精品第一页| 国精产品一区一区三区mba桃花 | 91精品国产高清一区二区三区| 免费一区二区视频| 337p粉嫩大胆噜噜噜噜噜91av | 91香蕉视频mp4| 亚洲va韩国va欧美va| 日韩欧美高清一区| 成人午夜激情影院| 一区二区三区不卡视频在线观看| 欧美人牲a欧美精品| 国内一区二区在线| 综合久久一区二区三区| 欧美男男青年gay1069videost| 美国三级日本三级久久99| 日本一区二区在线不卡| 在线欧美日韩国产| 黄一区二区三区| 亚洲精品高清视频在线观看| 欧美一区二区黄|