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


namespace GoodsReportManage.CrystalReport 
{ 
    partial class EmployeeSellReport 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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.splitContainer1 = new System.Windows.Forms.SplitContainer(); 
            this.groupBox1 = new System.Windows.Forms.GroupBox(); 
            this.btnOKfind = new System.Windows.Forms.Button(); 
            this.txtEmployeeSex = new System.Windows.Forms.TextBox(); 
            this.label1 = new System.Windows.Forms.Label(); 
            this.txtGoodsID = new System.Windows.Forms.TextBox(); 
            this.label4 = new System.Windows.Forms.Label(); 
            this.txtSellID = new System.Windows.Forms.TextBox(); 
            this.label3 = new System.Windows.Forms.Label(); 
            this.txtEmployeeName = new System.Windows.Forms.TextBox(); 
            this.label2 = new System.Windows.Forms.Label(); 
            this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer(); 
            this.splitContainer1.Panel1.SuspendLayout(); 
            this.splitContainer1.Panel2.SuspendLayout(); 
            this.splitContainer1.SuspendLayout(); 
            this.groupBox1.SuspendLayout(); 
            this.SuspendLayout(); 
            //  
            // 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.groupBox1); 
            //  
            // splitContainer1.Panel2 
            //  
            this.splitContainer1.Panel2.Controls.Add(this.crystalReportViewer1); 
            this.splitContainer1.Size = new System.Drawing.Size(889, 493); 
            this.splitContainer1.SplitterDistance = 206; 
            this.splitContainer1.TabIndex = 0; 
            //  
            // groupBox1 
            //  
            this.groupBox1.Controls.Add(this.btnOKfind); 
            this.groupBox1.Controls.Add(this.txtEmployeeSex); 
            this.groupBox1.Controls.Add(this.label1); 
            this.groupBox1.Controls.Add(this.txtGoodsID); 
            this.groupBox1.Controls.Add(this.label4); 
            this.groupBox1.Controls.Add(this.txtSellID); 
            this.groupBox1.Controls.Add(this.label3); 
            this.groupBox1.Controls.Add(this.txtEmployeeName); 
            this.groupBox1.Controls.Add(this.label2); 
            this.groupBox1.Location = new System.Drawing.Point(12, 105); 
            this.groupBox1.Name = "groupBox1"; 
            this.groupBox1.Size = new System.Drawing.Size(180, 198); 
            this.groupBox1.TabIndex = 0; 
            this.groupBox1.TabStop = false; 
            this.groupBox1.Text = "查找条件"; 
            //  
            // btnOKfind 
            //  
            this.btnOKfind.Location = new System.Drawing.Point(55, 159); 
            this.btnOKfind.Name = "btnOKfind"; 
            this.btnOKfind.Size = new System.Drawing.Size(75, 23); 
            this.btnOKfind.TabIndex = 8; 
            this.btnOKfind.Text = "查询并显示"; 
            this.btnOKfind.UseVisualStyleBackColor = true; 
            this.btnOKfind.Click += new System.EventHandler(this.button1_Click); 
            //  
            // txtEmployeeSex 
            //  
            this.txtEmployeeSex.Location = new System.Drawing.Point(74, 54); 
            this.txtEmployeeSex.Name = "txtEmployeeSex"; 
            this.txtEmployeeSex.Size = new System.Drawing.Size(100, 21); 
            this.txtEmployeeSex.TabIndex = 2; 
            //  
            // label1 
            //  
            this.label1.AutoSize = true; 
            this.label1.Location = new System.Drawing.Point(6, 63); 
            this.label1.Name = "label1"; 
            this.label1.Size = new System.Drawing.Size(59, 12); 
            this.label1.TabIndex = 0; 
            this.label1.Text = "员工性别:"; 
            //  
            // txtGoodsID 
            //  
            this.txtGoodsID.Location = new System.Drawing.Point(74, 87); 
            this.txtGoodsID.Name = "txtGoodsID"; 
            this.txtGoodsID.Size = new System.Drawing.Size(100, 21); 
            this.txtGoodsID.TabIndex = 3; 
            //  
            // label4 
            //  
            this.label4.AutoSize = true; 
            this.label4.Location = new System.Drawing.Point(6, 96); 
            this.label4.Name = "label4"; 
            this.label4.Size = new System.Drawing.Size(59, 12); 
            this.label4.TabIndex = 6; 
            this.label4.Text = "商 品 ID:"; 
            //  
            // txtSellID 
            //  
            this.txtSellID.Location = new System.Drawing.Point(74, 122); 
            this.txtSellID.Name = "txtSellID"; 
            this.txtSellID.Size = new System.Drawing.Size(100, 21); 
            this.txtSellID.TabIndex = 4; 
            //  
            // label3 
            //  
            this.label3.AutoSize = true; 
            this.label3.Location = new System.Drawing.Point(6, 131); 
            this.label3.Name = "label3"; 
            this.label3.Size = new System.Drawing.Size(59, 12); 
            this.label3.TabIndex = 4; 
            this.label3.Text = "销 售 ID:"; 
            //  
            // txtEmployeeName 
            //  
            this.txtEmployeeName.Location = new System.Drawing.Point(74, 20); 
            this.txtEmployeeName.Name = "txtEmployeeName"; 
            this.txtEmployeeName.Size = new System.Drawing.Size(100, 21); 
            this.txtEmployeeName.TabIndex = 1; 
            //  
            // label2 
            //  
            this.label2.AutoSize = true; 
            this.label2.Location = new System.Drawing.Point(6, 29); 
            this.label2.Name = "label2"; 
            this.label2.Size = new System.Drawing.Size(59, 12); 
            this.label2.TabIndex = 2; 
            this.label2.Text = "员工姓名:"; 
            //  
            // 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(679, 493); 
            this.crystalReportViewer1.TabIndex = 0; 
            this.crystalReportViewer1.ViewTimeSelectionFormula = ""; 
            //  
            // EmployeeSellReport 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(889, 493); 
            this.Controls.Add(this.splitContainer1); 
            this.Name = "EmployeeSellReport"; 
            this.Text = "员工销售报表"; 
            this.Load += new System.EventHandler(this.EmployeeSellReport_Load); 
            this.splitContainer1.Panel1.ResumeLayout(false); 
            this.splitContainer1.Panel2.ResumeLayout(false); 
            this.splitContainer1.ResumeLayout(false); 
            this.groupBox1.ResumeLayout(false); 
            this.groupBox1.PerformLayout(); 
            this.ResumeLayout(false); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.SplitContainer splitContainer1; 
        private System.Windows.Forms.GroupBox groupBox1; 
        private System.Windows.Forms.TextBox txtEmployeeName; 
        private System.Windows.Forms.Label label2; 
        private System.Windows.Forms.TextBox txtEmployeeSex; 
        private System.Windows.Forms.Label label1; 
        private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1; 
        private System.Windows.Forms.TextBox txtSellID; 
        private System.Windows.Forms.Label label3; 
        private System.Windows.Forms.Button btnOKfind; 
        private System.Windows.Forms.TextBox txtGoodsID; 
        private System.Windows.Forms.Label label4; 
    } 
}