www.pudn.com > GoodsReportManage.rar > SellGoodsAnalysisReport.Designer.cs


namespace GoodsReportManage.CrystalReport 
{ 
    partial class SellGoodsAnalysisReport 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        private System.ComponentModel.IContainer components = null; 
 
        ///  
        /// 清理所有正在使用的资源。 
        ///  
        /// 如果应释放托管资源,为 true;否则为 false。 
        protected override void Dispose(bool disposing) 
        { 
            if (disposing && (components != null)) 
            { 
                components.Dispose(); 
            } 
            base.Dispose(disposing); 
        } 
 
        #region Windows 窗体设计器生成的代码 
 
        ///  
        /// 设计器支持所需的方法 - 不要 
        /// 使用代码编辑器修改此方法的内容。 
        ///  
        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; 
    } 
}