Exemplo n.º 1
4
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.SuspendLayout();
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name = "DataSet1";
     reportDataSource1.Value = null;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "Report.Report6.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 0);
     this.reportViewer1.Name = "reportViewer1";
     this.reportViewer1.Size = new System.Drawing.Size(833, 431);
     this.reportViewer1.TabIndex = 0;
     //
     // Form6
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(833, 431);
     this.Controls.Add(this.reportViewer1);
     this.Name = "Form6";
     this.Text = "Form6";
     this.Load += new System.EventHandler(this.Form6_Load);
     this.ResumeLayout(false);
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.DoubletakeDataSet = new DoubleTakeInventory.DoubletakeDataSet();
            this.allSalesSelectBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.allSales_SelectTableAdapter = new DoubleTakeInventory.DoubletakeDataSetTableAdapters.AllSales_SelectTableAdapter();
            this.AllSales_SelectBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.DoubletakeDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.allSalesSelectBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AllSales_SelectBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = this.AllSales_SelectBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "DoubleTakeInventory.ReportDefinitions.AllSalesReport.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(673, 516);
            this.reportViewer1.TabIndex = 0;
            // 
            // DoubletakeDataSet
            // 
            this.DoubletakeDataSet.DataSetName = "DoubletakeDataSet";
            this.DoubletakeDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // allSalesSelectBindingSource
            // 
            this.allSalesSelectBindingSource.DataMember = "AllSales_Select";
            this.allSalesSelectBindingSource.DataSource = this.DoubletakeDataSet;
            // 
            // allSales_SelectTableAdapter
            // 
            this.allSales_SelectTableAdapter.ClearBeforeFill = true;
            // 
            // AllSales_SelectBindingSource
            // 
            this.AllSales_SelectBindingSource.DataMember = "AllSales_Select";
            this.AllSales_SelectBindingSource.DataSource = this.DoubletakeDataSet;
            // 
            // Report_AllSales
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(673, 516);
            this.Controls.Add(this.reportViewer1);
            this.Name = "Report_AllSales";
            this.Text = "All Sales Report";
            this.Load += new System.EventHandler(this.Report_AllSales_Load);
            ((System.ComponentModel.ISupportInitialize)(this.DoubletakeDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.allSalesSelectBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AllSales_SelectBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Anchor = System.Windows.Forms.AnchorStyles.None;
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = null;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "TPlaza.Report9.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(36, 26);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(830, 650);
            this.reportViewer1.TabIndex = 1;
            // 
            // IVendedores
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(892, 741);
            this.Controls.Add(this.reportViewer1);
            this.Name = "IVendedores";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "IVendedores";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.IVendedores_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.bPSDBDataSet = new BPSBank.BPSDBDataSet();
            this.ordersBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.ordersTableAdapter = new BPSBank.BPSDBDataSetTableAdapters.ЗаказTableAdapter();
            this.PersonnelBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.bPSDBDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PersonnelBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = this.ordersBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "BPSBank.Report1.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(550, 270);
            this.reportViewer1.TabIndex = 0;
            // 
            // bPSDBDataSet
            // 
            this.bPSDBDataSet.DataSetName = "BPSDBDataSet";
            this.bPSDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // ordersBindingSource
            // 
            this.ordersBindingSource.DataMember = "Orders";
            this.ordersBindingSource.DataSource = this.bPSDBDataSet;
            // 
            // ordersTableAdapter
            // 
            this.ordersTableAdapter.ClearBeforeFill = true;
            // 
            // PersonnelBindingSource
            // 
            this.PersonnelBindingSource.DataMember = "Personnel";
            this.PersonnelBindingSource.DataSource = this.bPSDBDataSet;
            // 
            // Отчет_по_заказам
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(550, 270);
            this.Controls.Add(this.reportViewer1);
            this.Name = "Отчет_по_заказам";
            this.Text = "Отчет_по_заказам";
            this.Load += new System.EventHandler(this.Отчет_по_заказам_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bPSDBDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ordersBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PersonnelBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.tP2DataSetPlanes = new UI.Escritorio.TP2DataSetPlanes();
            this.tP2DataSetPlanesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.planesBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.planesTableAdapter = new UI.Escritorio.TP2DataSetPlanesTableAdapters.planesTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.tP2DataSetPlanes)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tP2DataSetPlanesBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.planesBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "InformePlanes";
            reportDataSource1.Value = this.planesBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "UI.Escritorio.InformePlanes.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(726, 530);
            this.reportViewer1.TabIndex = 0;
            // 
            // tP2DataSetPlanes
            // 
            this.tP2DataSetPlanes.DataSetName = "TP2DataSetPlanes";
            this.tP2DataSetPlanes.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // tP2DataSetPlanesBindingSource
            // 
            this.tP2DataSetPlanesBindingSource.DataSource = this.tP2DataSetPlanes;
            this.tP2DataSetPlanesBindingSource.Position = 0;
            // 
            // planesBindingSource
            // 
            this.planesBindingSource.DataMember = "planes";
            this.planesBindingSource.DataSource = this.tP2DataSetPlanes;
            // 
            // planesTableAdapter
            // 
            this.planesTableAdapter.ClearBeforeFill = true;
            // 
            // ReportePlanes
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(726, 530);
            this.Controls.Add(this.reportViewer1);
            this.Name = "ReportePlanes";
            this.Text = "ReportePlanes";
            this.Load += new System.EventHandler(this.ReportePlanes_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tP2DataSetPlanes)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tP2DataSetPlanesBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.planesBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent() {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReportForm));
            this.DataBinding_Report = new System.Windows.Forms.BindingSource(this.components);
            this.ReportView_Salary = new Microsoft.Reporting.WinForms.ReportViewer();
            ((System.ComponentModel.ISupportInitialize)(this.DataBinding_Report)).BeginInit();
            this.SuspendLayout();
            // 
            // ReportView_Salary
            // 
            reportDataSource1.Name = "DataReport";
            reportDataSource1.Value = this.DataBinding_Report;
            this.ReportView_Salary.LocalReport.DataSources.Add(reportDataSource1);
            this.ReportView_Salary.LocalReport.ReportEmbeddedResource = "Lab_5.Assets.ReportSalary.rdlc";
            resources.ApplyResources(this.ReportView_Salary, "ReportView_Salary");
            this.ReportView_Salary.Name = "ReportView_Salary";
            // 
            // ReportForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.ReportView_Salary);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "ReportForm";
            ((System.ComponentModel.ISupportInitialize)(this.DataBinding_Report)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.MovieBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.cramDataSet = new Project2.cramDataSet();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.MovieTableAdapter = new Project2.cramDataSetTableAdapters.MovieTableAdapter();
            this.cramDataSet1 = new Project2.cramDataSet1();
            ((System.ComponentModel.ISupportInitialize)(this.MovieBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cramDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cramDataSet1)).BeginInit();
            this.SuspendLayout();
            // 
            // MovieBindingSource
            // 
            this.MovieBindingSource.DataMember = "Movie";
            this.MovieBindingSource.DataSource = this.cramDataSet;
            // 
            // cramDataSet
            // 
            this.cramDataSet.DataSetName = "cramDataSet";
            this.cramDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = this.MovieBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Project2.Report1.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(885, 491);
            this.reportViewer1.TabIndex = 0;
            // 
            // MovieTableAdapter
            // 
            this.MovieTableAdapter.ClearBeforeFill = true;
            // 
            // cramDataSet1
            // 
            this.cramDataSet1.DataSetName = "cramDataSet1";
            this.cramDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // ReportsScreen
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(885, 491);
            this.Controls.Add(this.reportViewer1);
            this.Name = "ReportsScreen";
            this.Text = "ReportsScreen";
            this.Load += new System.EventHandler(this.ReportsScreen_Load);
            ((System.ComponentModel.ISupportInitialize)(this.MovieBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cramDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cramDataSet1)).EndInit();
            this.ResumeLayout(false);

        }
        private void Reload()
        {
            this._reportViewer.LocalReport.DataSources.Clear();
            Microsoft.Reporting.WinForms.ReportDataSource rdsCaiDatThongTinCongTy = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsCaiDatThongTinCongTy.Name = "CAIDATTHONGTINCONGTY";
            rdsCaiDatThongTinCongTy.Value = BOLichSuTonKho.GetCaiDatThongTinCongTy();
            this._reportViewer.LocalReport.DataSources.Add(rdsCaiDatThongTinCongTy);

            Microsoft.Reporting.WinForms.ReportDataSource rdsLichSuTonKho = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsLichSuTonKho.Name = "BAOCAOLICHSUTONKHO";
            rdsLichSuTonKho.Value = BOLichSuTonKho.GetLichSuTonKho(mTransit.KhoID, uCTileReport.GetDateFrom, uCTileReport.GetDateTo);
            this._reportViewer.LocalReport.DataSources.Add(rdsLichSuTonKho);

            Microsoft.Reporting.WinForms.ReportDataSource rdsDateTimeReport = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsDateTimeReport.Name = "DATETIMEREPORT";
            List<Data.DateTimeReport> lsDate = new List<Data.DateTimeReport>();
            lsDate.Add(new Data.DateTimeReport() { DateFrom = uCTileReport.GetDateFrom, DateTo = uCTileReport.GetDateTo });
            rdsDateTimeReport.Value = lsDate;
            this._reportViewer.LocalReport.DataSources.Add(rdsDateTimeReport);


            this._reportViewer.LocalReport.ReportEmbeddedResource = "Report.LichSuTonKho.Report.rdlc";

            _reportViewer.RefreshReport();
        }
Exemplo n.º 9
0
        private void btnCnSearch_Click(object sender, EventArgs e)
        {
            if(tbCopyNo.Text == "")
            {
                MessageBox.Show("Enter copy number!", "Warning");
                tbCopyNo.Select();
                return;
            }
            else if(!rController.numberic(tbCopyNo.Text))
            {
                MessageBox.Show("Only number is accepted.", "Warning");
                tbCopyNo.Select();
                return;
            }

            Microsoft.Reporting.WinForms.ReportDataSource r = new Microsoft.Reporting.WinForms.ReportDataSource();
            int copyNo = int.Parse(tbCopyNo.Text);
            r.Name = "DataSet1";
            int categoryID = (int)cbCategory.SelectedValue;
            try
            {
                r.Value = rController.findinvoiceByCopyNo(copyNo);
                this.reportViewer1.LocalReport.DataSources.Clear();

                reportViewer1.LocalReport.DataSources.Add(r);
                this.reportViewer1.RefreshReport();
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);

            }
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "ReporteVentas";
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "forms.Facturacion.RptVentas.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(636, 452);
            this.reportViewer1.TabIndex = 1;
            // 
            // FormViewVentas
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(636, 452);
            this.Controls.Add(this.reportViewer1);
            this.Name = "FormViewVentas";
            this.Text = "FormViewVentas";
            this.Load += new System.EventHandler(this.FormViewVentas_Load);
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormReport));
            this.AssemblyModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.DeveloperModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.ReportFormatDeveloperBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.AssemblyModelBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DeveloperModelBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ReportFormatDeveloperBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // AssemblyModelBindingSource
            // 
            this.AssemblyModelBindingSource.DataSource = typeof(XP.CodeStatistics.Models.AssemblyModel);
            // 
            // DeveloperModelBindingSource
            // 
            this.DeveloperModelBindingSource.DataSource = typeof(XP.CodeStatistics.Models.DeveloperModel);
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "DataSet_AssemblyModel";
            reportDataSource1.Value = this.AssemblyModelBindingSource;
            reportDataSource2.Name = "DataSet_DeveloperModel";
            reportDataSource2.Value = this.DeveloperModelBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "XP.CodeStatisticsUI.Reports.ReportAssembly.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(947, 647);
            this.reportViewer1.TabIndex = 0;
            // 
            // ReportFormatDeveloperBindingSource
            // 
            this.ReportFormatDeveloperBindingSource.DataSource = typeof(XP.CodeStatisticsUI.Reports.ReportFormatDeveloper);
            // 
            // FormReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(947, 647);
            this.Controls.Add(this.reportViewer1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "FormReport";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "打印预览";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FormReport_Load);
            ((System.ComponentModel.ISupportInitialize)(this.AssemblyModelBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DeveloperModelBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ReportFormatDeveloperBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "CabGuiaremision";
            reportDataSource1.Value = null;
            reportDataSource2.Name = "DetGuiaremision";
            reportDataSource2.Value = null;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "forms.Facturacion.RptGuiaRemision.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(662, 448);
            this.reportViewer1.TabIndex = 0;
            // 
            // FormviewGuiaRemision
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(662, 448);
            this.Controls.Add(this.reportViewer1);
            this.Name = "FormviewGuiaRemision";
            this.Text = "Guia de Remision";
            this.Load += new System.EventHandler(this.FormviewGuiaRemision_Load);
            this.ResumeLayout(false);

        }
Exemplo n.º 13
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "DataSet1_HY_BomDetails";
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "LL.Main.HY_Report.HY_BomlistReport.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(901, 528);
            this.reportViewer1.TabIndex = 0;
            // 
            // HY_BomlistDB2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(901, 528);
            this.Controls.Add(this.reportViewer1);
            this.Name = "HY_BomlistDB2";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "物料明细表";
            this.Load += new System.EventHandler(this.HY_BomlistDB2_Load);
            this.ResumeLayout(false);

        }
Exemplo n.º 14
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.tb_conta_demonstrativo_resultadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            ((System.ComponentModel.ISupportInitialize)(this.tb_conta_demonstrativo_resultadoBindingSource)).BeginInit();            
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = this.tb_conta_demonstrativo_resultadoBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "NFSE.Net.Tests.Report4.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(12, 3);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(988, 487);
            this.reportViewer1.TabIndex = 0;
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1025, 502);
            this.Controls.Add(this.reportViewer1);
            this.Name = "Form2";
            this.Text = "Form2";
            this.Load += new System.EventHandler(this.Form2_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tb_conta_demonstrativo_resultadoBindingSource)).EndInit();            
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            ((System.ComponentModel.ISupportInitialize)(this.bscOrigenReporte)).BeginInit();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            reportDataSource1.Name = "Mds_Biodata_Domain_Paciente";
            reportDataSource1.Value = this.bscOrigenReporte;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Mds.Biodata.Forms.Reportes.rptPacienteDetalle.rdlc";
            // 
            // ReportePacienteDetalle
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(802, 519);
            this.Name = "ReportePacienteDetalle";
            this.Text = "ReportePacienteDetalle";
            this.Load += new System.EventHandler(this.ReportePacienteDetalle_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bscOrigenReporte)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 16
0
        protected override void DoInitializeReport()
        {
            bsReportData.DataSource = ReportType;
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();

            if (ReportType == typeof(Reports.GetAverageNumEmplByCatResult) && (ReportNumber == 1))
            {
                this.Text = "Отчет по среднесписочной численности по категориям";
                reportDataSource1.Name = "AverageStaff";
                reportDataSource1.Value = this.bsReportData;
                this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
                this.reportViewer1.LocalReport.ReportEmbeddedResource = "Reports.Reports.DepCategoryAverageStaff.rdlc";
            }

            if (ReportType == typeof(Reports.GetAverageNumEmplByCatResult) && (ReportNumber == 2))
            {
                this.Text = "Отчет по среднесписочной численности по категориям ВПО";
                reportDataSource1.Name = "dsAverageDepByCategory";
                reportDataSource1.Value = this.bsReportData;
                this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
                this.reportViewer1.LocalReport.ReportEmbeddedResource = "Reports.Reports.DepCatVPOAverageReport.rdlc";
            }

            if (ReportType == typeof(Reports.GetAverageNumEmplResult))
            {
                this.Text = "Отчет по среднесписочной численности по видам работы";
                reportDataSource1.Name = "AverageStaff";
                reportDataSource1.Value = this.bsReportData;
                this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
                this.reportViewer1.LocalReport.ReportEmbeddedResource = "Reports.Reports.AverageStaff.rdlc";
            }
        }
Exemplo n.º 17
0
        private static void ShowWarningsReport(List<Agg> aggs, List<AggDimension> aggDimensions)
        {
            if (aggs.Count > 0)
            {
                BIDSHelper.ReportViewerForm frm = new BIDSHelper.ReportViewerForm();
                frm.ReportBindingSource.DataSource = aggs;
                frm.Report = "SSAS.AggManager.PrinterFriendlyAggs.rdlc";
                Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
                reportDataSource1.Name = "AggManager_Agg";
                reportDataSource1.Value = frm.ReportBindingSource;
                frm.ReportViewerControl.LocalReport.DataSources.Add(reportDataSource1);

                Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
                reportDataSource2.Name = "AggManager_AggDimension";
                reportDataSource2.Value = aggDimensions;
                frm.ReportViewerControl.LocalReport.DataSources.Add(reportDataSource2);

                frm.ReportViewerControl.LocalReport.ReportEmbeddedResource = frm.Report;

                frm.Caption = "Aggregations Report";
                frm.WindowState = System.Windows.Forms.FormWindowState.Maximized;
                frm.Show();
            }
            else
            {
                System.Windows.Forms.MessageBox.Show("No aggregations found.");
            }
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.DonorTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.donorReportDataSet = new eTemple.UI.Donations.DonorReportDataSet();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.donorReportDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.DonorTableBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.donorReportDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.donorReportDataSetBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // DonorTableBindingSource
            // 
            this.DonorTableBindingSource.DataMember = "DonorTable";
            this.DonorTableBindingSource.DataSource = this.donorReportDataSet;
            // 
            // donorReportDataSet
            // 
            this.donorReportDataSet.DataSetName = "DonorReportDataSet";
            this.donorReportDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // reportViewer1
            // 
            this.reportViewer1.AutoSize = true;
            this.reportViewer1.BackgroundImage = global::eTemple.UI.Donations.Properties.Resources.wood4;
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "Donors";
            reportDataSource1.Value = this.DonorTableBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "eTemple.UI.Donations.Report1.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(963, 261);
            this.reportViewer1.TabIndex = 0;
            // 
            // donorReportDataSetBindingSource
            // 
            this.donorReportDataSetBindingSource.DataSource = this.donorReportDataSet;
            this.donorReportDataSetBindingSource.Position = 0;
            // 
            // DonorReportForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(963, 261);
            this.Controls.Add(this.reportViewer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "DonorReportForm";
            this.Text = "DonorReportForm";
            this.Load += new System.EventHandler(this.DonorReportForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.DonorTableBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.donorReportDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.donorReportDataSetBindingSource)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemplo n.º 19
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.usp_GetOrdersBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.FFDataSet = new FF_Network_.FFDataSet();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.usp_GetOrdersTableAdapter = new FF_Network_.FFDataSetTableAdapters.usp_GetOrdersTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.usp_GetOrdersBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.FFDataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // usp_GetOrdersBindingSource
            // 
            this.usp_GetOrdersBindingSource.DataMember = "usp_GetOrders";
            this.usp_GetOrdersBindingSource.DataSource = this.FFDataSet;
            // 
            // FFDataSet
            // 
            this.FFDataSet.DataSetName = "FFDataSet";
            this.FFDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "FFDataSet";
            reportDataSource1.Value = this.usp_GetOrdersBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "FF_Network_.Report.rptOrder.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(900, 651);
            this.reportViewer1.TabIndex = 0;
            // 
            // usp_GetOrdersTableAdapter
            // 
            this.usp_GetOrdersTableAdapter.ClearBeforeFill = true;
            // 
            // frmReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(900, 651);
            this.ControlBox = false;
            this.Controls.Add(this.reportViewer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmReport";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "FF: Report";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReport_FormClosing);
            this.Load += new System.EventHandler(this.frmReport_Load);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmReport_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.usp_GetOrdersBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.FFDataSet)).EndInit();
            this.ResumeLayout(false);

        }
Exemplo n.º 20
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.reportViewer1.ForeColor = System.Drawing.Color.Black;
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = null;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "QLQuanCafe.Report.Nhap.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(667, 417);
            this.reportViewer1.TabIndex = 1;
            // 
            // Nhap
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(667, 417);
            this.Controls.Add(this.reportViewer1);
            this.DoubleBuffered = true;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Nhap";
            this.Text = "Nhập";
            this.ResumeLayout(false);

        }
Exemplo n.º 21
0
 private void frmReporteEstudios_Load(object sender, EventArgs e)
 {
     this.reportViewer2.LocalReport.DataSources.Clear();
     var rptDataSource = new Microsoft.Reporting.WinForms.ReportDataSource("Estudios", Estudio.GetAll());
     this.reportViewer2.LocalReport.DataSources.Add(rptDataSource);
     this.reportViewer2.RefreshReport();
 }
Exemplo n.º 22
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.SP_PurchaseOrderBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.OrderManagerDBDataSet = new Reports.OrderManagerDBDataSetForPO();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.SP_PurchaseOrderTableAdapter = new Reports.OrderManagerDBDataSetForPOTableAdapters.SP_PurchaseOrderTableAdapter();
            this.purchaseOrderReportControl1 = new Reports.PurchaseOrderReportControl();
            ((System.ComponentModel.ISupportInitialize)(this.SP_PurchaseOrderBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.OrderManagerDBDataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // SP_PurchaseOrderBindingSource
            // 
            this.SP_PurchaseOrderBindingSource.DataMember = "SP_PurchaseOrder";
            this.SP_PurchaseOrderBindingSource.DataSource = this.OrderManagerDBDataSet;
            // 
            // OrderManagerDBDataSet
            // 
            this.OrderManagerDBDataSet.DataSetName = "OrderManagerDBDataSet";
            this.OrderManagerDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // reportViewer1
            // 
            reportDataSource1.Name = "PODataSet";
            reportDataSource1.Value = this.SP_PurchaseOrderBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Reports.PurchaseReport.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(345, 374);
            this.reportViewer1.TabIndex = 0;
            // 
            // SP_PurchaseOrderTableAdapter
            // 
            this.SP_PurchaseOrderTableAdapter.ClearBeforeFill = true;
            // 
            // purchaseOrderReportControl1
            // 
            this.purchaseOrderReportControl1.Location = new System.Drawing.Point(351, 0);
            this.purchaseOrderReportControl1.Name = "purchaseOrderReportControl1";
            this.purchaseOrderReportControl1.Size = new System.Drawing.Size(419, 386);
            this.purchaseOrderReportControl1.TabIndex = 1;
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(782, 386);
            this.Controls.Add(this.purchaseOrderReportControl1);
            this.Controls.Add(this.reportViewer1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.SP_PurchaseOrderBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.OrderManagerDBDataSet)).EndInit();
            this.ResumeLayout(false);

        }
        private void BindData()
        {
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource4 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource5 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource6 = new Microsoft.Reporting.WinForms.ReportDataSource();

            IS2G10_DBSSSDataSet.AVERAGE_TUTOR_RATING_WITHOUT_TRAININGDataTable avgTutorRatingNoTraining = new IS2G10_DBSSSDataSet.AVERAGE_TUTOR_RATING_WITHOUT_TRAININGDataTable();
            avgTutorRatingNoTraining.Constraints.Clear();
            _averageTutorRatingWithoutTrainingTableAdapter.Fill(avgTutorRatingNoTraining);
            avgTutorRatingNoTraining.TableName = "AverageTutorRatingWithoutTraining";

            reportDataSource1.Name = "StudentEngagementStatuses";
            reportDataSource1.Value = _studenTEngagementStatusTableAdapter1.GetData();
            reportDataSource2.Name = "DisengagedStudents";
            reportDataSource2.Value = _disengageDStudentsTableAdapter1.GetData();
            reportDataSource3.Name = "DisengagedStudentsAggregate";
            reportDataSource3.Value = _disengageDStudentsAggregateTableAdapter1.GetData();
            reportDataSource4.Name = "StudentsAggregate";
            reportDataSource4.Value = _studentSAggregateTableAdapter1.GetData();
            reportDataSource5.Name = "AverageRatings";
            reportDataSource5.Value = _averageRatingsTableAdapter.GetData();
            reportDataSource6.Name = "AverageTutorRatingWithoutTraining";
            reportDataSource6.Value = avgTutorRatingNoTraining;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource3);
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource4);
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource5);
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource6);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.deploymentTrackerLocalDBDataSet = new DeploymentTracker.DeploymentTrackerLocalDBDataSet();
            this.deploymentTrackerLocalDBDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.buildsRecordTableBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.buildsRecordTableTableAdapter = new DeploymentTracker.DeploymentTrackerLocalDBDataSetTableAdapters.BuildsRecordTableTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.deploymentTrackerLocalDBDataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.deploymentTrackerLocalDBDataSetBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.buildsRecordTableBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "DeploymentTrackerDataSet";
            reportDataSource1.Value = this.buildsRecordTableBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "DeploymentTracker.IWARM_ReportScreens.Report1.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(438, 440);
            this.reportViewer1.TabIndex = 0;
            // 
            // deploymentTrackerLocalDBDataSet
            // 
            this.deploymentTrackerLocalDBDataSet.DataSetName = "DeploymentTrackerLocalDBDataSet";
            this.deploymentTrackerLocalDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // deploymentTrackerLocalDBDataSetBindingSource
            // 
            this.deploymentTrackerLocalDBDataSetBindingSource.DataSource = this.deploymentTrackerLocalDBDataSet;
            this.deploymentTrackerLocalDBDataSetBindingSource.Position = 0;
            // 
            // buildsRecordTableBindingSource
            // 
            this.buildsRecordTableBindingSource.DataMember = "BuildsRecordTable";
            this.buildsRecordTableBindingSource.DataSource = this.deploymentTrackerLocalDBDataSetBindingSource;
            // 
            // buildsRecordTableTableAdapter
            // 
            this.buildsRecordTableTableAdapter.ClearBeforeFill = true;
            // 
            // DeploymentReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(438, 440);
            this.Controls.Add(this.reportViewer1);
            this.Name = "DeploymentReport";
            this.Text = "DeployReport";
            this.Load += new System.EventHandler(this.DeployReport_Load);
            ((System.ComponentModel.ISupportInitialize)(this.deploymentTrackerLocalDBDataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.deploymentTrackerLocalDBDataSetBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.buildsRecordTableBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.SuspendLayout();
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "HY_ProcurementInfo";
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "LL.Main.HY_Report.HY_ProcurementInfoReport.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(1028, 598);
            this.reportViewer1.TabIndex = 0;
            // 
            // HY_PurchasingdetailsReport
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 598);
            this.Controls.Add(this.reportViewer1);
            this.MinimizeBox = false;
            this.Name = "HY_PurchasingdetailsReport";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "采购单";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.HY_PurchasingdetailsReport_Load);
            this.ResumeLayout(false);

        }
        private void Reload()
        {
            this._reportViewer.LocalReport.DataSources.Clear();
            Microsoft.Reporting.WinForms.ReportDataSource rdsCaiDatThongTinCongTy = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsCaiDatThongTinCongTy.Name = "CAIDATTHONGTINCONGTY";
            rdsCaiDatThongTinCongTy.Value = BOBaoCaoMayIn.GetCaiDatThongTinCongTy();
            this._reportViewer.LocalReport.DataSources.Add(rdsCaiDatThongTinCongTy);

            //Microsoft.Reporting.WinForms.ReportDataSource rdsBaoCaoLichSuBanHang = new Microsoft.Reporting.WinForms.ReportDataSource();
            //rdsBaoCaoLichSuBanHang.Name = "BAOCAOLICHSUBANHANG";
            //rdsBaoCaoLichSuBanHang.Value = BOBaoCaoMayIn.GetBaoCaoLichSuBanHang(uCTileReport.GetDateFrom);
            //this._reportViewer.LocalReport.DataSources.Add(rdsBaoCaoLichSuBanHang);

            Microsoft.Reporting.WinForms.ReportDataSource rdsBaoCaoChiTietLichSuBanHang = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsBaoCaoChiTietLichSuBanHang.Name = "BAOCAOCHITIETLICHSUBANHANG";
            rdsBaoCaoChiTietLichSuBanHang.Value = BOBaoCaoMayIn.GetBaoCaoChiTietLichSuBanHang(uCTileReport.GetDateFrom);
            this._reportViewer.LocalReport.DataSources.Add(rdsBaoCaoChiTietLichSuBanHang);

            Microsoft.Reporting.WinForms.ReportDataSource rdsDateTimeReport = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsDateTimeReport.Name = "DATETIMEREPORT";
            List<Data.DateTimeReport> lsDate = new List<Data.DateTimeReport>();
            lsDate.Add(new Data.DateTimeReport() { DateFrom = uCTileReport.GetDateFrom, DateTo = uCTileReport.GetDateTo });
            rdsDateTimeReport.Value = lsDate;
            this._reportViewer.LocalReport.DataSources.Add(rdsDateTimeReport);


            this._reportViewer.LocalReport.ReportEmbeddedResource = "Report.LichSuMayIn.Report.rdlc";

            _reportViewer.RefreshReport();
        }
Exemplo n.º 27
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.database1DataSet = new lp17.Database1DataSet();
            this.database1DataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.EquipamentosBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.EquipamentosTableAdapter = new lp17.Database1DataSetTableAdapters.EquipamentosTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.database1DataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.database1DataSetBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.EquipamentosBindingSource)).BeginInit();
            this.SuspendLayout();
            // 
            // database1DataSet
            // 
            this.database1DataSet.DataSetName = "Database1DataSet";
            this.database1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // database1DataSetBindingSource
            // 
            this.database1DataSetBindingSource.DataSource = this.database1DataSet;
            this.database1DataSetBindingSource.Position = 0;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = this.EquipamentosBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "lp17.Report1.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(393, 277);
            this.reportViewer1.TabIndex = 0;
            // 
            // EquipamentosBindingSource
            // 
            this.EquipamentosBindingSource.DataMember = "Equipamentos";
            this.EquipamentosBindingSource.DataSource = this.database1DataSet;
            // 
            // EquipamentosTableAdapter
            // 
            this.EquipamentosTableAdapter.ClearBeforeFill = true;
            // 
            // Le_1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(393, 277);
            this.Controls.Add(this.reportViewer1);
            this.Name = "Le_1";
            this.Text = "Le_1";
            this.Load += new System.EventHandler(this.Le_1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.database1DataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.database1DataSetBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.EquipamentosBindingSource)).EndInit();
            this.ResumeLayout(false);

        }
        private void Reload()
        {
            this._reportViewer.LocalReport.DataSources.Clear();
            Microsoft.Reporting.WinForms.ReportDataSource rdsCaiDatThongTinCongTy = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsCaiDatThongTinCongTy.Name = "CAIDATTHONGTINCONGTY";
            rdsCaiDatThongTinCongTy.Value = BOBaoCaoLichSuDangNhap.GetCaiDatThongTinCongTy();
            this._reportViewer.LocalReport.DataSources.Add(rdsCaiDatThongTinCongTy);

            Microsoft.Reporting.WinForms.ReportDataSource rdsBaoCaoLichSuDangNhap = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsBaoCaoLichSuDangNhap.Name = "BAOCAOLICHDANGNHAP";
            rdsBaoCaoLichSuDangNhap.Value = BOBaoCaoLichSuDangNhap.GetBaoCaoLichSuDangNhap(uCTileReport.GetDateFrom);
            this._reportViewer.LocalReport.DataSources.Add(rdsBaoCaoLichSuDangNhap);

            Microsoft.Reporting.WinForms.ReportDataSource rdsDateTimeReport = new Microsoft.Reporting.WinForms.ReportDataSource();
            rdsDateTimeReport.Name = "DATETIMEREPORT";
            List<Data.DateTimeReport> lsDate = new List<Data.DateTimeReport>();
            lsDate.Add(new Data.DateTimeReport() { DateFrom = uCTileReport.GetDateFrom, DateTo = uCTileReport.GetDateTo });
            rdsDateTimeReport.Value = lsDate;
            this._reportViewer.LocalReport.DataSources.Add(rdsDateTimeReport);


            this._reportViewer.LocalReport.ReportEmbeddedResource = "Report.LichSuDangNhap.Report.rdlc";

            _reportViewer.RefreshReport();
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource4 = new Microsoft.Reporting.WinForms.ReportDataSource();
            this.serviceimportdetailBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.dataSet2 = new Hotel_Management.Report.DataSet2();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.service_import_detailTableAdapter = new Hotel_Management.Report.DataSet2TableAdapters.service_import_detailTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.serviceimportdetailBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
            this.SuspendLayout();
            // 
            // serviceimportdetailBindingSource
            // 
            this.serviceimportdetailBindingSource.DataMember = "service_import_detail";
            this.serviceimportdetailBindingSource.DataSource = this.dataSet2;
            // 
            // dataSet2
            // 
            this.dataSet2.DataSetName = "DataSet2";
            this.dataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            reportDataSource3.Value = null;
            reportDataSource4.Name = "DataSet2";
            reportDataSource4.Value = this.serviceimportdetailBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource3);
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource4);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Hotel_Management.Report.BaoCaoNhap.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(12, 12);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(1140, 576);
            this.reportViewer1.TabIndex = 0;
            // 
            // service_import_detailTableAdapter
            // 
            this.service_import_detailTableAdapter.ClearBeforeFill = true;
            // 
            // FormBaoCaoNhap
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1164, 600);
            this.Controls.Add(this.reportViewer1);
            this.Name = "FormBaoCaoNhap";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "BÁO CÁO NHẬP HÀNG";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FormBaoCaoNhap_Load);
            ((System.ComponentModel.ISupportInitialize)(this.serviceimportdetailBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Emitir_Factura));
            this.FacturaBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.DataSetFactura = new Vista.DataSetFactura();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.helpProviderEmitirFactura = new System.Windows.Forms.HelpProvider();
            ((System.ComponentModel.ISupportInitialize)(this.FacturaBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DataSetFactura)).BeginInit();
            this.SuspendLayout();
            // 
            // FacturaBindingSource
            // 
            this.FacturaBindingSource.DataMember = "Factura";
            this.FacturaBindingSource.DataSource = this.DataSetFactura;
            // 
            // DataSetFactura
            // 
            this.DataSetFactura.DataSetName = "DataSetFactura";
            this.DataSetFactura.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "DataSet1";
            reportDataSource1.Value = this.FacturaBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Vista.Reportes.ReportFactura.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(645, 544);
            this.reportViewer1.TabIndex = 0;
            // 
            // helpProviderEmitirFactura
            // 
            this.helpProviderEmitirFactura.HelpNamespace = ".\\Ayuda\\Luiggi.chm";
            // 
            // Emitir_Factura
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(645, 544);
            this.Controls.Add(this.reportViewer1);
            this.helpProviderEmitirFactura.SetHelpKeyword(this, "31");
            this.helpProviderEmitirFactura.SetHelpNavigator(this, System.Windows.Forms.HelpNavigator.TopicId);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Emitir_Factura";
            this.helpProviderEmitirFactura.SetShowHelp(this, true);
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Emitir Factura";
            this.Load += new System.EventHandler(this.Emitir_Factura_Load);
            ((System.ComponentModel.ISupportInitialize)(this.FacturaBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DataSetFactura)).EndInit();
            this.ResumeLayout(false);

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.fastasma1BindingSource    = new System.Windows.Forms.BindingSource(this.components);
     this.Control_Escolar1DataSet   = new PROYECTO_ESCUELA.Control_Escolar1DataSet();
     this.listasgrado1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gradoesBindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.fastasma1TableAdapter     = new PROYECTO_ESCUELA.Control_Escolar1DataSetTableAdapters.fastasma1TableAdapter();
     this.listasgrado1TableAdapter  = new PROYECTO_ESCUELA.Control_Escolar1DataSetTableAdapters.listasgrado1TableAdapter();
     this.gradoesTableAdapter       = new PROYECTO_ESCUELA.Control_Escolar1DataSetTableAdapters.gradoesTableAdapter();
     this.fantas2BindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.fantas2TableAdapter       = new PROYECTO_ESCUELA.Control_Escolar1DataSetTableAdapters.fantas2TableAdapter();
     this.reportViewer1             = new Microsoft.Reporting.WinForms.ReportViewer();
     ((System.ComponentModel.ISupportInitialize)(this.fastasma1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Control_Escolar1DataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listasgrado1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradoesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fantas2BindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // fastasma1BindingSource
     //
     this.fastasma1BindingSource.DataMember = "fastasma1";
     this.fastasma1BindingSource.DataSource = this.Control_Escolar1DataSet;
     //
     // Control_Escolar1DataSet
     //
     this.Control_Escolar1DataSet.DataSetName             = "Control_Escolar1DataSet";
     this.Control_Escolar1DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // listasgrado1BindingSource
     //
     this.listasgrado1BindingSource.DataMember = "listasgrado1";
     this.listasgrado1BindingSource.DataSource = this.Control_Escolar1DataSet;
     //
     // gradoesBindingSource
     //
     this.gradoesBindingSource.DataMember = "gradoes";
     this.gradoesBindingSource.DataSource = this.Control_Escolar1DataSet;
     //
     // fastasma1TableAdapter
     //
     this.fastasma1TableAdapter.ClearBeforeFill = true;
     //
     // listasgrado1TableAdapter
     //
     this.listasgrado1TableAdapter.ClearBeforeFill = true;
     //
     // gradoesTableAdapter
     //
     this.gradoesTableAdapter.ClearBeforeFill = true;
     //
     // fantas2BindingSource
     //
     this.fantas2BindingSource.DataMember = "fantas2";
     this.fantas2BindingSource.DataSource = this.Control_Escolar1DataSet;
     //
     // fantas2TableAdapter
     //
     this.fantas2TableAdapter.ClearBeforeFill = true;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.fantas2BindingSource;
     reportDataSource2.Name  = "DataSet2";
     reportDataSource2.Value = this.listasgrado1BindingSource;
     reportDataSource3.Name  = "DataSet3";
     reportDataSource3.Value = this.gradoesBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource3);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "PROYECTO_ESCUELA.listasMensuales.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 0);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(1071, 483);
     this.reportViewer1.TabIndex = 0;
     this.reportViewer1.Load    += new System.EventHandler(this.reportViewer1_Load_6);
     //
     // ListasMensuales
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1071, 483);
     this.Controls.Add(this.reportViewer1);
     this.Name  = "ListasMensuales";
     this.Text  = "ListasMensuales";
     this.Load += new System.EventHandler(this.ListasMensuales_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fastasma1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Control_Escolar1DataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listasgrado1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gradoesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fantas2BindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 32
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(InformesTodasFacturas));
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.pictureBox3             = new System.Windows.Forms.PictureBox();
     this.pictureBox1             = new System.Windows.Forms.PictureBox();
     this.label1                  = new System.Windows.Forms.Label();
     this.pictureBox2             = new System.Windows.Forms.PictureBox();
     this.reportViewer1           = new Microsoft.Reporting.WinForms.ReportViewer();
     this.DataSetFacturasTotales  = new WindowsFormsApp1.DataSetFacturasTotales();
     this.DataTable1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DataTable1TableAdapter  = new WindowsFormsApp1.DataSetFacturasTotalesTableAdapters.DataTable1TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSetFacturasTotales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox3
     //
     this.pictureBox3.BackColor = System.Drawing.Color.SteelBlue;
     this.pictureBox3.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.pictureBox3.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location  = new System.Drawing.Point(46, 46);
     this.pictureBox3.Name      = "pictureBox3";
     this.pictureBox3.Size      = new System.Drawing.Size(66, 50);
     this.pictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex  = 31;
     this.pictureBox3.TabStop   = false;
     this.pictureBox3.Click    += new System.EventHandler(this.pictureBox3_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.SteelBlue;
     this.pictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location  = new System.Drawing.Point(306, 46);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(62, 50);
     this.pictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex  = 30;
     this.pictureBox1.TabStop   = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.SteelBlue;
     this.label1.Font      = new System.Drawing.Font("Segoe UI", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.Control;
     this.label1.Location  = new System.Drawing.Point(384, 46);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(301, 50);
     this.label1.TabIndex  = 29;
     this.label1.Text      = "VENTAS TOTALES";
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(0, -3);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(1301, 139);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 28;
     this.pictureBox2.TabStop  = false;
     //
     // reportViewer1
     //
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.DataTable1BindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "WindowsFormsApp1.ReportFacTotales.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(23, 159);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(950, 279);
     this.reportViewer1.TabIndex = 32;
     //
     // DataSetFacturasTotales
     //
     this.DataSetFacturasTotales.DataSetName             = "DataSetFacturasTotales";
     this.DataSetFacturasTotales.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // DataTable1BindingSource
     //
     this.DataTable1BindingSource.DataMember = "DataTable1";
     this.DataTable1BindingSource.DataSource = this.DataSetFacturasTotales;
     //
     // DataTable1TableAdapter
     //
     this.DataTable1TableAdapter.ClearBeforeFill = true;
     //
     // InformesTodasFacturas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1006, 450);
     this.ControlBox          = false;
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.pictureBox3);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox2);
     this.HelpButton = true;
     this.Name       = "InformesTodasFacturas";
     this.Text       = "InformesTodasFacturas";
     this.Load      += new System.EventHandler(this.InformesTodasFacturas_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSetFacturasTotales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.reportViewer        = new Microsoft.Reporting.WinForms.ReportViewer();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.dtEnd               = new System.Windows.Forms.DateTimePicker();
     this.dtStart             = new System.Windows.Forms.DateTimePicker();
     this.lblNoReportFound    = new System.Windows.Forms.Label();
     this.btnGetReport        = new System.Windows.Forms.Button();
     this.ReportBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ReportBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // reportViewer
     //
     reportDataSource1.Name  = "dsReport";
     reportDataSource1.Value = this.ReportBindingSource;
     this.reportViewer.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer.LocalReport.ReportEmbeddedResource = "eClinicals.View.Report1.rdlc";
     this.reportViewer.Location = new System.Drawing.Point(21, 125);
     this.reportViewer.Name     = "reportViewer";
     this.reportViewer.Size     = new System.Drawing.Size(895, 295);
     this.reportViewer.TabIndex = 6;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(607, 55);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(52, 13);
     this.label2.TabIndex = 5;
     this.label2.Text     = "End Date";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(470, 55);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(55, 13);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Start Date";
     //
     // dtEnd
     //
     this.dtEnd.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtEnd.Location = new System.Drawing.Point(610, 74);
     this.dtEnd.Name     = "dtEnd";
     this.dtEnd.Size     = new System.Drawing.Size(104, 20);
     this.dtEnd.TabIndex = 2;
     //
     // dtStart
     //
     this.dtStart.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtStart.Location = new System.Drawing.Point(470, 74);
     this.dtStart.Name     = "dtStart";
     this.dtStart.Size     = new System.Drawing.Size(104, 20);
     this.dtStart.TabIndex = 1;
     //
     // lblNoReportFound
     //
     this.lblNoReportFound.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblNoReportFound.Image       = global::eClinicals.Properties.Resources.NoReport;
     this.lblNoReportFound.Location    = new System.Drawing.Point(21, 125);
     this.lblNoReportFound.Name        = "lblNoReportFound";
     this.lblNoReportFound.Size        = new System.Drawing.Size(895, 295);
     this.lblNoReportFound.TabIndex    = 7;
     this.lblNoReportFound.Visible     = false;
     //
     // btnGetReport
     //
     this.btnGetReport.BackgroundImage       = global::eClinicals.Properties.Resources.reports;
     this.btnGetReport.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnGetReport.Font      = new System.Drawing.Font("MS Reference Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnGetReport.ForeColor = System.Drawing.Color.MidnightBlue;
     this.btnGetReport.Location  = new System.Drawing.Point(749, 23);
     this.btnGetReport.Name      = "btnGetReport";
     this.btnGetReport.Size      = new System.Drawing.Size(167, 96);
     this.btnGetReport.TabIndex  = 3;
     this.btnGetReport.Text      = "Get";
     this.btnGetReport.UseVisualStyleBackColor = true;
     this.btnGetReport.Click += new System.EventHandler(this.btnGetReport_Click);
     //
     // ReportBindingSource
     //
     this.ReportBindingSource.DataSource = typeof(eClinicals.Model.Report);
     //
     // frmAdminReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(964, 513);
     this.Controls.Add(this.lblNoReportFound);
     this.Controls.Add(this.reportViewer);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnGetReport);
     this.Controls.Add(this.dtEnd);
     this.Controls.Add(this.dtStart);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmAdminReport";
     this.Text            = "frmAdminReport";
     this.Load           += new System.EventHandler(this.frmAdminReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ReportBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.DataTable1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.sir_dataset             = new HIS.sir_dataset();
     this.comboBox3     = new System.Windows.Forms.ComboBox();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.comboBox1     = new System.Windows.Forms.ComboBox();
     this.label3        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label1        = new System.Windows.Forms.Label();
     this.button1       = new System.Windows.Forms.Button();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sir_dataset)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // DataTable1BindingSource
     //
     this.DataTable1BindingSource.DataMember = "DataTable1";
     this.DataTable1BindingSource.DataSource = this.sir_dataset;
     //
     // sir_dataset
     //
     this.sir_dataset.DataSetName             = "sir_dataset";
     this.sir_dataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // comboBox3
     //
     this.comboBox3.FormattingEnabled = true;
     this.comboBox3.Items.AddRange(new object[] {
         "1990",
         "1991",
         "1992",
         "1993",
         "1994",
         "1995",
         "1996",
         "1997",
         "1998",
         "1999",
         "2000",
         "2001",
         "2002",
         "2003",
         "2004",
         "2005",
         "2006",
         "2007",
         "2008",
         "2009",
         "2010",
         "2011",
         "2012",
         "2013",
         "2014",
         "2015",
         "2016",
         "2017",
         "2018",
         "2019",
         "2020",
         "2021",
         "2022",
         "2023",
         "2024",
         "2025",
         "2026",
         "2027",
         "2028",
         "2029",
         "2030",
         "2031",
         "2032",
         "2033",
         "2034",
         "2035",
         "2036",
         "2037",
         "2038",
         "2039",
         "2040",
         "2041",
         "2042",
         "2043",
         "2044",
         "2045",
         "2046",
         "2047",
         "2048",
         "2049",
         "2050"
     });
     this.comboBox3.Location = new System.Drawing.Point(303, 39);
     this.comboBox3.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.comboBox3.Name     = "comboBox3";
     this.comboBox3.Size     = new System.Drawing.Size(92, 21);
     this.comboBox3.TabIndex = 49;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.comboBox1);
     this.groupBox1.Controls.Add(this.comboBox3);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Location = new System.Drawing.Point(455, 25);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.groupBox1.Size     = new System.Drawing.Size(560, 111);
     this.groupBox1.TabIndex = 48;
     this.groupBox1.TabStop  = false;
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "1990",
         "1991",
         "1992",
         "1993",
         "1994",
         "1995",
         "1996",
         "1997",
         "1998",
         "1999",
         "2000",
         "2001",
         "2002",
         "2003",
         "2004",
         "2005",
         "2006",
         "2007",
         "2008",
         "2009",
         "2010",
         "2011",
         "2012",
         "2013",
         "2014",
         "2015",
         "2016",
         "2017",
         "2018",
         "2019",
         "2020",
         "2021",
         "2022",
         "2023",
         "2024",
         "2025",
         "2026",
         "2027",
         "2028",
         "2029",
         "2030",
         "2031",
         "2032",
         "2033",
         "2034",
         "2035",
         "2036",
         "2037",
         "2038",
         "2039",
         "2040",
         "2041",
         "2042",
         "2043",
         "2044",
         "2045",
         "2046",
         "2047",
         "2048",
         "2049",
         "2050"
     });
     this.comboBox1.Location = new System.Drawing.Point(108, 39);
     this.comboBox1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(92, 21);
     this.comboBox1.TabIndex = 44;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(218, 39);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(23, 13);
     this.label3.TabIndex = 36;
     this.label3.Text     = "الى";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(500, 39);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(31, 13);
     this.label2.TabIndex = 30;
     this.label2.Text     = "السنة";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(422, 39);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(19, 13);
     this.label1.TabIndex = 34;
     this.label1.Text     = "من";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(256, 64);
     this.button1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(56, 32);
     this.button1.TabIndex = 46;
     this.button1.Text     = "بحث";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // reportViewer1
     //
     reportDataSource2.Name  = "DataSet1";
     reportDataSource2.Value = this.DataTable1BindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "HIS.sir.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(256, 206);
     this.reportViewer1.Margin   = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(760, 238);
     this.reportViewer1.TabIndex = 50;
     //
     // Statistic_internal_rate_of_occupancy_for_patients_Monthly
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1022, 467);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.button1);
     this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
     this.Name   = "Statistic_internal_rate_of_occupancy_for_patients_Monthly";
     this.Text   = "Statistic_internal_rate_of_occupancy_for_patients_Monthly";
     this.Load  += new System.EventHandler(this.Statistic_internal_rate_of_occupancy_for_patients_Monthly_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sir_dataset)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(ReporteListadoEmpleados));
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.MostrarEmpleadoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DatosEmpleadosFC             = new Full_Calzado.DatosEmpleadosFC();
     this.ContenedorReporte            = new System.Windows.Forms.TableLayoutPanel();
     this.ContenedorInfoBotones        = new System.Windows.Forms.Panel();
     this.IconMinimizar = new System.Windows.Forms.PictureBox();
     this.IconCerrar    = new System.Windows.Forms.PictureBox();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.MostrarEmpleadoTableAdapter = new Full_Calzado.DatosEmpleadosFCTableAdapters.MostrarEmpleadoTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.MostrarEmpleadoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DatosEmpleadosFC)).BeginInit();
     this.ContenedorReporte.SuspendLayout();
     this.ContenedorInfoBotones.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.IconMinimizar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.IconCerrar)).BeginInit();
     this.SuspendLayout();
     //
     // MostrarEmpleadoBindingSource
     //
     this.MostrarEmpleadoBindingSource.DataMember = "MostrarEmpleado";
     this.MostrarEmpleadoBindingSource.DataSource = this.DatosEmpleadosFC;
     //
     // DatosEmpleadosFC
     //
     this.DatosEmpleadosFC.DataSetName             = "DatosEmpleadosFC";
     this.DatosEmpleadosFC.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // ContenedorReporte
     //
     this.ContenedorReporte.ColumnCount = 1;
     this.ContenedorReporte.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.ContenedorReporte.Controls.Add(this.ContenedorInfoBotones, 0, 0);
     this.ContenedorReporte.Controls.Add(this.reportViewer1, 0, 1);
     this.ContenedorReporte.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.ContenedorReporte.Location = new System.Drawing.Point(0, 0);
     this.ContenedorReporte.Name     = "ContenedorReporte";
     this.ContenedorReporte.RowCount = 2;
     this.ContenedorReporte.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.ContenedorReporte.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 577F));
     this.ContenedorReporte.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
     this.ContenedorReporte.Size     = new System.Drawing.Size(695, 619);
     this.ContenedorReporte.TabIndex = 0;
     //
     // ContenedorInfoBotones
     //
     this.ContenedorInfoBotones.Controls.Add(this.IconMinimizar);
     this.ContenedorInfoBotones.Controls.Add(this.IconCerrar);
     this.ContenedorInfoBotones.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.ContenedorInfoBotones.Location   = new System.Drawing.Point(0, 0);
     this.ContenedorInfoBotones.Margin     = new System.Windows.Forms.Padding(0);
     this.ContenedorInfoBotones.Name       = "ContenedorInfoBotones";
     this.ContenedorInfoBotones.Size       = new System.Drawing.Size(695, 42);
     this.ContenedorInfoBotones.TabIndex   = 2;
     this.ContenedorInfoBotones.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ContenedorInfoBotones_MouseDown);
     //
     // IconMinimizar
     //
     this.IconMinimizar.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.IconMinimizar.Image    = ((System.Drawing.Image)(resources.GetObject("IconMinimizar.Image")));
     this.IconMinimizar.Location = new System.Drawing.Point(601, 0);
     this.IconMinimizar.Margin   = new System.Windows.Forms.Padding(0);
     this.IconMinimizar.Name     = "IconMinimizar";
     this.IconMinimizar.Size     = new System.Drawing.Size(33, 37);
     this.IconMinimizar.TabIndex = 4;
     this.IconMinimizar.TabStop  = false;
     this.IconMinimizar.Click   += new System.EventHandler(this.IconMinimizar_Click);
     //
     // IconCerrar
     //
     this.IconCerrar.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.IconCerrar.Image    = ((System.Drawing.Image)(resources.GetObject("IconCerrar.Image")));
     this.IconCerrar.Location = new System.Drawing.Point(646, 0);
     this.IconCerrar.Margin   = new System.Windows.Forms.Padding(0);
     this.IconCerrar.Name     = "IconCerrar";
     this.IconCerrar.Size     = new System.Drawing.Size(34, 37);
     this.IconCerrar.TabIndex = 5;
     this.IconCerrar.TabStop  = false;
     this.IconCerrar.Click   += new System.EventHandler(this.IconCerrar_Click);
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.MostrarEmpleadoBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "Full_Calzado.ListadoEmpleado.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(3, 45);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(689, 571);
     this.reportViewer1.TabIndex = 4;
     //
     // MostrarEmpleadoTableAdapter
     //
     this.MostrarEmpleadoTableAdapter.ClearBeforeFill = true;
     //
     // ReporteListadoEmpleados
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(13)))), ((int)(((byte)(13)))));
     this.ClientSize          = new System.Drawing.Size(695, 619);
     this.Controls.Add(this.ContenedorReporte);
     this.ForeColor       = System.Drawing.Color.White;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "ReporteListadoEmpleados";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "ReporteListadoEmpleados";
     this.Load           += new System.EventHandler(this.ReporteListadoEmpleados_Load);
     ((System.ComponentModel.ISupportInitialize)(this.MostrarEmpleadoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DatosEmpleadosFC)).EndInit();
     this.ContenedorReporte.ResumeLayout(false);
     this.ContenedorInfoBotones.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.IconMinimizar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.IconCerrar)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 36
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource4 = new Microsoft.Reporting.WinForms.ReportDataSource();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(NaljepniceEan));
     this.dTListaUniverzalnaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.listaUniverzalna  = new PCPOS.Dataset.ListaUniverzalna();
     this.label1            = new System.Windows.Forms.Label();
     this.txtNaslov         = new System.Windows.Forms.TextBox();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.txtSifra          = new System.Windows.Forms.TextBox();
     this.label4            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.txtRedak          = new System.Windows.Forms.TextBox();
     this.label6            = new System.Windows.Forms.Label();
     this.label7            = new System.Windows.Forms.Label();
     this.txtRedak2         = new System.Windows.Forms.TextBox();
     this.label8            = new System.Windows.Forms.Label();
     this.label9            = new System.Windows.Forms.Label();
     this.txtRedak3         = new System.Windows.Forms.TextBox();
     this.label10           = new System.Windows.Forms.Label();
     this.label11           = new System.Windows.Forms.Label();
     this.txtBrojNaljepnica = new System.Windows.Forms.TextBox();
     this.label12           = new System.Windows.Forms.Label();
     this.btnKreiraj        = new System.Windows.Forms.Button();
     this.reportViewer1     = new Microsoft.Reporting.WinForms.ReportViewer();
     this.btnPartner        = new System.Windows.Forms.PictureBox();
     this.txtZapocniOdBroja = new System.Windows.Forms.TextBox();
     this.label13           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dTListaUniverzalnaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listaUniverzalna)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPartner)).BeginInit();
     this.SuspendLayout();
     //
     // dTListaUniverzalnaBindingSource
     //
     this.dTListaUniverzalnaBindingSource.DataMember = "DTListaUniverzalna";
     this.dTListaUniverzalnaBindingSource.DataSource = this.listaUniverzalna;
     //
     // listaUniverzalna
     //
     this.listaUniverzalna.DataSetName             = "ListaUniverzalna";
     this.listaUniverzalna.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 37);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(43, 13);
     this.label1.TabIndex = 10;
     this.label1.Text     = "Naslov:";
     //
     // txtNaslov
     //
     this.txtNaslov.Location  = new System.Drawing.Point(51, 33);
     this.txtNaslov.MaxLength = 30;
     this.txtNaslov.Name      = "txtNaslov";
     this.txtNaslov.Size      = new System.Drawing.Size(157, 20);
     this.txtNaslov.TabIndex  = 1;
     this.txtNaslov.Text      = "Dječja majca";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(221, 11);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(45, 13);
     this.label2.TabIndex = 11;
     this.label2.Text     = "Max(25)";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(221, 37);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(45, 13);
     this.label3.TabIndex = 12;
     this.label3.Text     = "Max(30)";
     //
     // txtSifra
     //
     this.txtSifra.Location  = new System.Drawing.Point(51, 7);
     this.txtSifra.MaxLength = 25;
     this.txtSifra.Name      = "txtSifra";
     this.txtSifra.Size      = new System.Drawing.Size(132, 20);
     this.txtSifra.TabIndex  = 0;
     this.txtSifra.Text      = "2070600461";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(5, 11);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(31, 13);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Šifra:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(488, 11);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(45, 13);
     this.label5.TabIndex = 16;
     this.label5.Text     = "Max(30)";
     //
     // txtRedak
     //
     this.txtRedak.Location  = new System.Drawing.Point(325, 7);
     this.txtRedak.MaxLength = 30;
     this.txtRedak.Name      = "txtRedak";
     this.txtRedak.Size      = new System.Drawing.Size(157, 20);
     this.txtRedak.TabIndex  = 2;
     this.txtRedak.Text      = "Artikal: 456545";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(275, 11);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(51, 13);
     this.label6.TabIndex = 13;
     this.label6.Text     = "Redak 1:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(488, 32);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(45, 13);
     this.label7.TabIndex = 17;
     this.label7.Text     = "Max(30)";
     //
     // txtRedak2
     //
     this.txtRedak2.Location  = new System.Drawing.Point(325, 28);
     this.txtRedak2.MaxLength = 30;
     this.txtRedak2.Name      = "txtRedak2";
     this.txtRedak2.Size      = new System.Drawing.Size(157, 20);
     this.txtRedak2.TabIndex  = 3;
     this.txtRedak2.Text      = "Veličina: 46";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(275, 32);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(51, 13);
     this.label8.TabIndex = 14;
     this.label8.Text     = "Redak 2:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(488, 53);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(45, 13);
     this.label9.TabIndex = 18;
     this.label9.Text     = "Max(30)";
     this.label9.Visible  = false;
     //
     // txtRedak3
     //
     this.txtRedak3.Location  = new System.Drawing.Point(325, 49);
     this.txtRedak3.MaxLength = 30;
     this.txtRedak3.Name      = "txtRedak3";
     this.txtRedak3.Size      = new System.Drawing.Size(157, 20);
     this.txtRedak3.TabIndex  = 4;
     this.txtRedak3.Visible   = false;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(275, 53);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(51, 13);
     this.label10.TabIndex = 15;
     this.label10.Text     = "Redak 3:";
     this.label10.Visible  = false;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(12, 58);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(146, 13);
     this.label11.TabIndex = 21;
     this.label11.Text     = "Prema šifri generira se barkod";
     //
     // txtBrojNaljepnica
     //
     this.txtBrojNaljepnica.Location = new System.Drawing.Point(726, 6);
     this.txtBrojNaljepnica.Name     = "txtBrojNaljepnica";
     this.txtBrojNaljepnica.Size     = new System.Drawing.Size(58, 20);
     this.txtBrojNaljepnica.TabIndex = 5;
     this.txtBrojNaljepnica.Text     = "10";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(641, 9);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(79, 13);
     this.label12.TabIndex = 19;
     this.label12.Text     = "Broj naljepnica:";
     //
     // btnKreiraj
     //
     this.btnKreiraj.Location = new System.Drawing.Point(633, 51);
     this.btnKreiraj.Name     = "btnKreiraj";
     this.btnKreiraj.Size     = new System.Drawing.Size(151, 26);
     this.btnKreiraj.TabIndex = 7;
     this.btnKreiraj.Text     = "Kreiraj";
     this.btnKreiraj.UseVisualStyleBackColor = true;
     this.btnKreiraj.Click += new System.EventHandler(this.btnKreiraj_Click);
     //
     // reportViewer1
     //
     this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     reportDataSource4.Name  = "DSLista";
     reportDataSource4.Value = this.dTListaUniverzalnaBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource4);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "PCPOS.Report.Naljepnice.NaljepniceEan.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(15, 83);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(786, 679);
     this.reportViewer1.TabIndex = 8;
     //
     // btnPartner
     //
     this.btnPartner.BackColor = System.Drawing.Color.Transparent;
     this.btnPartner.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnPartner.Image     = ((System.Drawing.Image)(resources.GetObject("btnPartner.Image")));
     this.btnPartner.Location  = new System.Drawing.Point(184, 3);
     this.btnPartner.Name      = "btnPartner";
     this.btnPartner.Size      = new System.Drawing.Size(31, 28);
     this.btnPartner.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.btnPartner.TabIndex  = 558;
     this.btnPartner.TabStop   = false;
     this.btnPartner.Click    += new System.EventHandler(this.btnPartner_Click);
     //
     // txtZapocniOdBroja
     //
     this.txtZapocniOdBroja.Location = new System.Drawing.Point(726, 28);
     this.txtZapocniOdBroja.Name     = "txtZapocniOdBroja";
     this.txtZapocniOdBroja.Size     = new System.Drawing.Size(58, 20);
     this.txtZapocniOdBroja.TabIndex = 6;
     this.txtZapocniOdBroja.Text     = "1";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(630, 31);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(90, 13);
     this.label13.TabIndex = 20;
     this.label13.Text     = "Započni od broja:";
     //
     // NaljepniceEan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.SlateGray;
     this.ClientSize          = new System.Drawing.Size(810, 774);
     this.Controls.Add(this.txtZapocniOdBroja);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.btnPartner);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.btnKreiraj);
     this.Controls.Add(this.txtBrojNaljepnica);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtRedak3);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtRedak2);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtRedak);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtSifra);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtNaslov);
     this.Controls.Add(this.label1);
     this.MaximumSize   = new System.Drawing.Size(826, 812);
     this.MinimumSize   = new System.Drawing.Size(826, 812);
     this.Name          = "NaljepniceEan";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Naljepnice";
     this.Load         += new System.EventHandler(this.frmNaljepnice_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dTListaUniverzalnaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listaUniverzalna)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPartner)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 37
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.DataTable1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.ViewReportDataset       = new HMS.ViewReportDataset();
     this.Generatebtn             = new System.Windows.Forms.Button();
     this.label1                 = new System.Windows.Forms.Label();
     this.IDtb                   = new System.Windows.Forms.TextBox();
     this.reportViewer1          = new Microsoft.Reporting.WinForms.ReportViewer();
     this.DataTable1TableAdapter = new HMS.ViewReportDatasetTableAdapters.DataTable1TableAdapter();
     this.backbtn                = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ViewReportDataset)).BeginInit();
     this.SuspendLayout();
     //
     // DataTable1BindingSource
     //
     this.DataTable1BindingSource.DataMember = "DataTable1";
     this.DataTable1BindingSource.DataSource = this.ViewReportDataset;
     //
     // ViewReportDataset
     //
     this.ViewReportDataset.DataSetName             = "ViewReportDataset";
     this.ViewReportDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Generatebtn
     //
     this.Generatebtn.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.Generatebtn.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Generatebtn.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.Generatebtn.Location  = new System.Drawing.Point(378, 49);
     this.Generatebtn.Name      = "Generatebtn";
     this.Generatebtn.Size      = new System.Drawing.Size(103, 33);
     this.Generatebtn.TabIndex  = 0;
     this.Generatebtn.Text      = "Generate";
     this.Generatebtn.UseVisualStyleBackColor = false;
     this.Generatebtn.Click += new System.EventHandler(this.Generatebtn_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(61, 52);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(31, 22);
     this.label1.TabIndex = 1;
     this.label1.Text     = "ID";
     //
     // IDtb
     //
     this.IDtb.Location  = new System.Drawing.Point(124, 49);
     this.IDtb.Multiline = true;
     this.IDtb.Name      = "IDtb";
     this.IDtb.Size      = new System.Drawing.Size(248, 25);
     this.IDtb.TabIndex  = 2;
     //
     // reportViewer1
     //
     this.reportViewer1.BackColor = System.Drawing.Color.SteelBlue;
     reportDataSource1.Name       = "DataSet1";
     reportDataSource1.Value      = this.DataTable1BindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "HMS.VierReport.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(64, 105);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(476, 288);
     this.reportViewer1.TabIndex = 3;
     //
     // DataTable1TableAdapter
     //
     this.DataTable1TableAdapter.ClearBeforeFill = true;
     //
     // backbtn
     //
     this.backbtn.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
     this.backbtn.Font      = new System.Drawing.Font("Times New Roman", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.backbtn.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.backbtn.Location  = new System.Drawing.Point(487, 49);
     this.backbtn.Name      = "backbtn";
     this.backbtn.Size      = new System.Drawing.Size(89, 33);
     this.backbtn.TabIndex  = 4;
     this.backbtn.Text      = "Back<<";
     this.backbtn.UseVisualStyleBackColor = false;
     this.backbtn.Click += new System.EventHandler(this.backbtn_Click);
     //
     // GenerateFinalReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.SteelBlue;
     this.ClientSize          = new System.Drawing.Size(588, 415);
     this.Controls.Add(this.backbtn);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.IDtb);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.Generatebtn);
     this.Name  = "GenerateFinalReport";
     this.Text  = "GenerateFinalReport";
     this.Load += new System.EventHandler(this.GenerateFinalReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ViewReportDataset)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(menu_laporan));
     this.DataTableLaporanBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DataSet_Billing = new Restoran.DataSet_Billing();
     this.reportViewer1   = new Microsoft.Reporting.WinForms.ReportViewer();
     this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
     this.label1          = new System.Windows.Forms.Label();
     this.btn_cetak       = new System.Windows.Forms.Button();
     this.panel1          = new System.Windows.Forms.Panel();
     this.label3          = new System.Windows.Forms.Label();
     this.panel3          = new System.Windows.Forms.Panel();
     this.label2          = new System.Windows.Forms.Label();
     this.panel2          = new System.Windows.Forms.Panel();
     this.btn_kembali     = new System.Windows.Forms.Button();
     this.btn_laporan     = new System.Windows.Forms.Button();
     this.pictureBox1     = new System.Windows.Forms.PictureBox();
     this.dateTimePicker2 = new System.Windows.Forms.DateTimePicker();
     this.label4          = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.DataTableLaporanBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSet_Billing)).BeginInit();
     this.panel3.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // DataTableLaporanBindingSource
     //
     this.DataTableLaporanBindingSource.DataMember = "DataTableLaporan";
     this.DataTableLaporanBindingSource.DataSource = this.DataSet_Billing;
     //
     // DataSet_Billing
     //
     this.DataSet_Billing.DataSetName             = "DataSet_Billing";
     this.DataSet_Billing.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // reportViewer1
     //
     this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.DataTableLaporanBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "Restoran.Report_Laporan.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(255, 181);
     this.reportViewer1.Margin   = new System.Windows.Forms.Padding(5);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(664, 334);
     this.reportViewer1.TabIndex = 0;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Font          = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePicker1.Location      = new System.Drawing.Point(425, 92);
     this.dateTimePicker1.Name          = "dateTimePicker1";
     this.dateTimePicker1.Size          = new System.Drawing.Size(203, 27);
     this.dateTimePicker1.TabIndex      = 1;
     this.dateTimePicker1.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Schadow BT", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(251, 94);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(168, 20);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Tanggal Mulai Order :";
     this.label1.Click   += new System.EventHandler(this.label1_Click);
     //
     // btn_cetak
     //
     this.btn_cetak.Font     = new System.Drawing.Font("Constantia", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_cetak.Location = new System.Drawing.Point(425, 135);
     this.btn_cetak.Name     = "btn_cetak";
     this.btn_cetak.Size     = new System.Drawing.Size(59, 29);
     this.btn_cetak.TabIndex = 3;
     this.btn_cetak.Text     = "Cetak";
     this.btn_cetak.UseVisualStyleBackColor = true;
     this.btn_cetak.Click += new System.EventHandler(this.btn_cetak_Click);
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Blue;
     this.panel1.Dock      = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location  = new System.Drawing.Point(0, 0);
     this.panel1.Margin    = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panel1.Name      = "panel1";
     this.panel1.Size      = new System.Drawing.Size(6, 529);
     this.panel1.TabIndex  = 4;
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(238, 6);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(229, 23);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "Momo Cafe and Restaurant";
     //
     // panel3
     //
     this.panel3.BackColor = System.Drawing.Color.Blue;
     this.panel3.Controls.Add(this.label3);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel3.Location = new System.Drawing.Point(234, 0);
     this.panel3.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(712, 31);
     this.panel3.TabIndex = 6;
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Century Gothic", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.White;
     this.label2.Location  = new System.Drawing.Point(33, 122);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(175, 19);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Cafe and Restaurant";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.panel2.Controls.Add(this.btn_kembali);
     this.panel2.Controls.Add(this.btn_laporan);
     this.panel2.Controls.Add(this.label2);
     this.panel2.Controls.Add(this.pictureBox1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Left;
     this.panel2.Location = new System.Drawing.Point(6, 0);
     this.panel2.Margin   = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(228, 529);
     this.panel2.TabIndex = 5;
     //
     // btn_kembali
     //
     this.btn_kembali.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_kembali.FlatAppearance.BorderSize         = 0;
     this.btn_kembali.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.btn_kembali.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btn_kembali.Font       = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_kembali.ForeColor  = System.Drawing.Color.White;
     this.btn_kembali.Image      = global::Restoran.Properties.Resources.left_arrow;
     this.btn_kembali.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_kembali.Location   = new System.Drawing.Point(0, 6);
     this.btn_kembali.Margin     = new System.Windows.Forms.Padding(5, 7, 5, 7);
     this.btn_kembali.Name       = "btn_kembali";
     this.btn_kembali.Size       = new System.Drawing.Size(76, 41);
     this.btn_kembali.TabIndex   = 6;
     this.btn_kembali.UseVisualStyleBackColor = true;
     this.btn_kembali.Click += new System.EventHandler(this.btn_kembali_Click);
     //
     // btn_laporan
     //
     this.btn_laporan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_laporan.FlatAppearance.BorderSize         = 0;
     this.btn_laporan.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.btn_laporan.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btn_laporan.Font       = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btn_laporan.ForeColor  = System.Drawing.Color.White;
     this.btn_laporan.Image      = global::Restoran.Properties.Resources.diet;
     this.btn_laporan.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btn_laporan.Location   = new System.Drawing.Point(8, 172);
     this.btn_laporan.Margin     = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.btn_laporan.Name       = "btn_laporan";
     this.btn_laporan.Size       = new System.Drawing.Size(200, 64);
     this.btn_laporan.TabIndex   = 5;
     this.btn_laporan.Text       = "Reports";
     this.btn_laporan.UseVisualStyleBackColor = true;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.Image           = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location        = new System.Drawing.Point(47, 60);
     this.pictureBox1.Name            = "pictureBox1";
     this.pictureBox1.Size            = new System.Drawing.Size(131, 59);
     this.pictureBox1.SizeMode        = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex        = 3;
     this.pictureBox1.TabStop         = false;
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Font     = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePicker2.Location = new System.Drawing.Point(687, 91);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(203, 27);
     this.dateTimePicker2.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Schadow BT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(644, 94);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(37, 24);
     this.label4.TabIndex = 8;
     this.label4.Text     = "s/d";
     //
     // menu_laporan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 23F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(946, 529);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.dateTimePicker2);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.btn_cetak);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.reportViewer1);
     this.Font        = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Margin      = new System.Windows.Forms.Padding(5);
     this.Name        = "menu_laporan";
     this.Text        = "menu_laporan";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.menu_laporan_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DataTableLaporanBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSet_Billing)).EndInit();
     this.panel3.ResumeLayout(false);
     this.panel3.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.reportViewer1   = new Microsoft.Reporting.WinForms.ReportViewer();
     this.dSRpodaciTvrtke = new PCPOS.DSRpodaciTvrtke();
     this.dTRpodaciTvrtkeBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dSRlisteTekst             = new PCPOS.DSRlisteTekst();
     this.dTlisteTekstBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dSRliste             = new PCPOS.DSRliste();
     this.dTlisteBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dSRpodaciTvrtke)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dTRpodaciTvrtkeBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dSRlisteTekst)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dTlisteTekstBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dSRliste)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dTlisteBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name  = "DSpodaciTVR";
     reportDataSource1.Value = this.dTRpodaciTvrtkeBindingSource;
     reportDataSource2.Name  = "DSzaTable";
     reportDataSource2.Value = this.dTlisteBindingSource;
     reportDataSource3.Name  = "DStext";
     reportDataSource3.Value = this.dTlisteTekstBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource3);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "PCPOS.Report.Liste2.report.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 0);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(791, 792);
     this.reportViewer1.TabIndex = 0;
     //
     // dSRpodaciTvrtke
     //
     this.dSRpodaciTvrtke.DataSetName             = "DSRpodaciTvrtke";
     this.dSRpodaciTvrtke.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dTRpodaciTvrtkeBindingSource
     //
     this.dTRpodaciTvrtkeBindingSource.DataMember = "DTRpodaciTvrtke";
     this.dTRpodaciTvrtkeBindingSource.DataSource = this.dSRpodaciTvrtke;
     //
     // dSRlisteTekst
     //
     this.dSRlisteTekst.DataSetName             = "DSRlisteTekst";
     this.dSRlisteTekst.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dTlisteTekstBindingSource
     //
     this.dTlisteTekstBindingSource.DataMember = "DTlisteTekst";
     this.dTlisteTekstBindingSource.DataSource = this.dSRlisteTekst;
     //
     // dSRliste
     //
     this.dSRliste.DataSetName             = "DSRliste";
     this.dSRliste.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dTlisteBindingSource
     //
     this.dTlisteBindingSource.DataMember = "DTliste";
     this.dTlisteBindingSource.DataSource = this.dSRliste;
     //
     // frmListe
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.SlateGray;
     this.ClientSize          = new System.Drawing.Size(791, 792);
     this.Controls.Add(this.reportViewer1);
     this.Name          = "frmListe";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Liste2";
     this.Load         += new System.EventHandler(this.frmListe_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dSRpodaciTvrtke)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dTRpodaciTvrtkeBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dSRlisteTekst)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dTlisteTekstBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dSRliste)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dTlisteBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(PRINT_userLog_form));
     this.tbl_studentLogBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.LibraryDataDataSet1         = new LibraryOneSystems_FINAL.LibraryDataDataSet1();
     this.titleLbl      = new System.Windows.Forms.Label();
     this.backBtn       = new System.Windows.Forms.Button();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.tbl_studentLogTableAdapter = new LibraryOneSystems_FINAL.LibraryDataDataSet1TableAdapters.tbl_studentLogTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.tbl_studentLogBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LibraryDataDataSet1)).BeginInit();
     this.SuspendLayout();
     //
     // tbl_studentLogBindingSource
     //
     this.tbl_studentLogBindingSource.DataMember = "tbl_studentLog";
     this.tbl_studentLogBindingSource.DataSource = this.LibraryDataDataSet1;
     //
     // LibraryDataDataSet1
     //
     this.LibraryDataDataSet1.DataSetName             = "LibraryDataDataSet1";
     this.LibraryDataDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // titleLbl
     //
     this.titleLbl.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.titleLbl.Font      = new System.Drawing.Font("Century Gothic", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.titleLbl.Location  = new System.Drawing.Point(12, 9);
     this.titleLbl.Name      = "titleLbl";
     this.titleLbl.Size      = new System.Drawing.Size(574, 77);
     this.titleLbl.TabIndex  = 40;
     this.titleLbl.Text      = "Student Log Report";
     this.titleLbl.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // backBtn
     //
     this.backBtn.BackColor  = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.backBtn.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.backBtn.Font       = new System.Drawing.Font("Comic Sans MS", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.backBtn.ForeColor  = System.Drawing.Color.White;
     this.backBtn.Image      = global::LibraryOneSystems_FINAL.Properties.Resources.backIcon;
     this.backBtn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.backBtn.Location   = new System.Drawing.Point(592, 25);
     this.backBtn.Name       = "backBtn";
     this.backBtn.Size       = new System.Drawing.Size(190, 44);
     this.backBtn.TabIndex   = 57;
     this.backBtn.Text       = "Back";
     this.backBtn.UseVisualStyleBackColor = false;
     this.backBtn.Click += new System.EventHandler(this.backBtn_Click);
     //
     // reportViewer1
     //
     this.reportViewer1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     reportDataSource1.Name       = "DataSet1";
     reportDataSource1.Value      = this.tbl_studentLogBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "LibraryOneSystems_FINAL.Report1.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(56, 100);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(683, 347);
     this.reportViewer1.TabIndex = 58;
     //
     // tbl_studentLogTableAdapter
     //
     this.tbl_studentLogTableAdapter.ClearBeforeFill = true;
     //
     // PRINT_userLog_form
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.ClientSize          = new System.Drawing.Size(794, 471);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.backBtn);
     this.Controls.Add(this.titleLbl);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PRINT_userLog_form";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Load           += new System.EventHandler(this.PRINT_userLog_form_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tbl_studentLogBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LibraryDataDataSet1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 41
0
        private void StudentReport_Load(object sender, EventArgs e)
        {
            try
            {
                List <Student> query = new List <Student>();
                connection.Open();
                OleDbCommand command5 = new OleDbCommand();
                command5.Connection = connection;
                string clas5 = "Select [StudentImage],[AcadamicYear],[AdmissionDate],[SectionClass],[Class],[PreviousSchoolName],[LastResult],[SpecialNote],[StudentName],[FatherName],[MotherName],[Gender],[DOB],[PresentAddress],[PermanentAddress],[Nationality],[Cast],[BloodGroup],[ContactNumber],[Religion],[TransportRoute],[Height],[Weight],[FatherOccupation],[FatherSalary],[AdmissionID] from [StudentDetails] where [AdmissionID] = '" + this._f2.Ad + "'";
                command5.CommandText = clas5;
                OleDbDataReader reader = command5.ExecuteReader();
                while (reader.Read())
                {
                    // AcadamicYear = reader.GetValue(0).ToString();
                    AcadamicYear = reader.GetValue(1).ToString();
                    // AdmissionDate = reader.GetValue(2).ToString();
                    AdmissionDate      = Convert.ToDateTime(reader["AdmissionDate"]).ToString("dd/MM/yyyy");
                    SectionClass       = reader.GetValue(3).ToString();
                    Classna            = reader.GetValue(4).ToString();
                    PreviousSchoolName = reader.GetValue(5).ToString();
                    LastResult         = reader.GetValue(6).ToString();
                    SpecialNote        = reader.GetValue(7).ToString();
                    StudentName        = reader.GetValue(8).ToString();
                    FatherName         = reader.GetValue(9).ToString();
                    MotherName         = reader.GetValue(10).ToString();
                    Gender             = reader.GetValue(11).ToString();
                    DOB              = reader.GetValue(12).ToString();
                    PresentAddress   = reader.GetValue(13).ToString();
                    PermanentAddress = reader.GetValue(14).ToString();
                    Nationality      = reader.GetValue(15).ToString();
                    Cast             = reader.GetValue(16).ToString();
                    BloodGroup       = reader.GetValue(17).ToString();
                    ContactNumber    = reader.GetValue(18).ToString();
                    Religion         = reader.GetValue(19).ToString();
                    TransportRoute   = reader.GetValue(20).ToString();
                    Heightstudent    = reader.GetValue(21).ToString();
                    Weight           = reader.GetValue(22).ToString();
                    FatherOccupation = reader.GetValue(23).ToString();
                    FatherSalary     = reader.GetValue(24).ToString();
                    AdmissionID      = reader.GetValue(25).ToString();

                    query.Add(new Student
                    {
                        image = (Byte[])reader.GetValue(reader.GetOrdinal("StudentImage"))
                    });
                }
                Microsoft.Reporting.WinForms.ReportParameter[] p = new Microsoft.Reporting.WinForms.ReportParameter[]
                {
                    new Microsoft.Reporting.WinForms.ReportParameter("ADMISSIONID", AdmissionID),
                    new Microsoft.Reporting.WinForms.ReportParameter("AcadamicYear", AcadamicYear),
                    new Microsoft.Reporting.WinForms.ReportParameter("AdmissionDate", AdmissionDate),
                    new Microsoft.Reporting.WinForms.ReportParameter("SectionClass", SectionClass),
                    new Microsoft.Reporting.WinForms.ReportParameter("Class", Classna),
                    new Microsoft.Reporting.WinForms.ReportParameter("PreviousSchoolName", PreviousSchoolName),
                    new Microsoft.Reporting.WinForms.ReportParameter("LastResult", LastResult),
                    new Microsoft.Reporting.WinForms.ReportParameter("SpecialNote", SpecialNote),
                    new Microsoft.Reporting.WinForms.ReportParameter("StudentName", StudentName),
                    new Microsoft.Reporting.WinForms.ReportParameter("FatherName", FatherName),
                    new Microsoft.Reporting.WinForms.ReportParameter("MotherName", MotherName),
                    new Microsoft.Reporting.WinForms.ReportParameter("Gender", Gender),
                    new Microsoft.Reporting.WinForms.ReportParameter("DOB", DOB),
                    new Microsoft.Reporting.WinForms.ReportParameter("PresentAddress", PresentAddress),
                    new Microsoft.Reporting.WinForms.ReportParameter("PermanentAddress", PermanentAddress),
                    new Microsoft.Reporting.WinForms.ReportParameter("Nationality", Nationality),
                    new Microsoft.Reporting.WinForms.ReportParameter("Cast", Cast),
                    new Microsoft.Reporting.WinForms.ReportParameter("BloodGroup", BloodGroup),
                    new Microsoft.Reporting.WinForms.ReportParameter("ContactNumber", ContactNumber),
                    new Microsoft.Reporting.WinForms.ReportParameter("Religion", Religion),
                    // new Microsoft.Reporting.WinForms.ReportParameter("student" ,  a.ToString()),
                    new Microsoft.Reporting.WinForms.ReportParameter("TransportRoute", TransportRoute),
                    new Microsoft.Reporting.WinForms.ReportParameter("Height", Heightstudent),
                    new Microsoft.Reporting.WinForms.ReportParameter("Weight", Weight),
                    new Microsoft.Reporting.WinForms.ReportParameter("FatherOccupation", FatherOccupation),
                    new Microsoft.Reporting.WinForms.ReportParameter("FatherSalary", FatherSalary)
                };
                reportViewer1.LocalReport.DataSources.Clear(); //clear report

                reportViewer1.LocalReport.ReportEmbeddedResource = "SchoolApp.StudentReport.rdlc";
                Microsoft.Reporting.WinForms.ReportDataSource dataset = new Microsoft.Reporting.WinForms.ReportDataSource("StudentDS", query);
                reportViewer1.LocalReport.DataSources.Add(dataset);
                reportViewer1.LocalReport.SetParameters(p);
                dataset.Value = query;
                reportViewer1.LocalReport.Refresh();
                reportViewer1.RefreshReport();
            }
            catch (OleDbException ex)
            {
                MessageBox.Show(ex.Message);
            }
        }
Exemplo n.º 42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.groupBox1     = new System.Windows.Forms.GroupBox();
     this.label1        = new System.Windows.Forms.Label();
     this.label2        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.id_txt        = new System.Windows.Forms.TextBox();
     this.name_txt      = new System.Windows.Forms.TextBox();
     this.age_txt       = new System.Windows.Forms.TextBox();
     this.show_btn      = new System.Windows.Forms.Button();
     this.groupBox2     = new System.Windows.Forms.GroupBox();
     this.to_btn        = new System.Windows.Forms.Button();
     this.prev_btn      = new System.Windows.Forms.Button();
     this.next_btn      = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = null;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "ReportViewer.Report2.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(4, 22);
     this.reportViewer1.Margin   = new System.Windows.Forms.Padding(4);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(574, 443);
     this.reportViewer1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.reportViewer1);
     this.groupBox1.Location = new System.Drawing.Point(389, 16);
     this.groupBox1.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBox1.Size     = new System.Drawing.Size(582, 469);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Viewing Report";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(23, 34);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(29, 18);
     this.label1.TabIndex = 2;
     this.label1.Text     = "ID:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(23, 80);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(52, 18);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Name:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(23, 126);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(38, 18);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Age:";
     //
     // id_txt
     //
     this.id_txt.Location = new System.Drawing.Point(96, 34);
     this.id_txt.Margin   = new System.Windows.Forms.Padding(4);
     this.id_txt.Name     = "id_txt";
     this.id_txt.Size     = new System.Drawing.Size(197, 25);
     this.id_txt.TabIndex = 5;
     //
     // name_txt
     //
     this.name_txt.Location = new System.Drawing.Point(96, 80);
     this.name_txt.Margin   = new System.Windows.Forms.Padding(4);
     this.name_txt.Name     = "name_txt";
     this.name_txt.Size     = new System.Drawing.Size(197, 25);
     this.name_txt.TabIndex = 6;
     //
     // age_txt
     //
     this.age_txt.Location = new System.Drawing.Point(96, 122);
     this.age_txt.Margin   = new System.Windows.Forms.Padding(4);
     this.age_txt.Name     = "age_txt";
     this.age_txt.Size     = new System.Drawing.Size(197, 25);
     this.age_txt.TabIndex = 7;
     //
     // show_btn
     //
     this.show_btn.Location = new System.Drawing.Point(27, 192);
     this.show_btn.Margin   = new System.Windows.Forms.Padding(4);
     this.show_btn.Name     = "show_btn";
     this.show_btn.Size     = new System.Drawing.Size(100, 30);
     this.show_btn.TabIndex = 8;
     this.show_btn.Text     = "Show Data";
     this.show_btn.UseVisualStyleBackColor = true;
     this.show_btn.Click += new System.EventHandler(this.Show_btn_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.to_btn);
     this.groupBox2.Controls.Add(this.prev_btn);
     this.groupBox2.Controls.Add(this.next_btn);
     this.groupBox2.Controls.Add(this.show_btn);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.age_txt);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.name_txt);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.id_txt);
     this.groupBox2.Location = new System.Drawing.Point(16, 16);
     this.groupBox2.Margin   = new System.Windows.Forms.Padding(4);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Padding  = new System.Windows.Forms.Padding(4);
     this.groupBox2.Size     = new System.Drawing.Size(352, 297);
     this.groupBox2.TabIndex = 9;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Student Info.";
     //
     // to_btn
     //
     this.to_btn.Location = new System.Drawing.Point(244, 242);
     this.to_btn.Margin   = new System.Windows.Forms.Padding(4);
     this.to_btn.Name     = "to_btn";
     this.to_btn.Size     = new System.Drawing.Size(100, 30);
     this.to_btn.TabIndex = 10;
     this.to_btn.Text     = "Report";
     this.to_btn.UseVisualStyleBackColor = true;
     this.to_btn.Click += new System.EventHandler(this.To_btn_Click);
     //
     // prev_btn
     //
     this.prev_btn.Location = new System.Drawing.Point(27, 242);
     this.prev_btn.Margin   = new System.Windows.Forms.Padding(4);
     this.prev_btn.Name     = "prev_btn";
     this.prev_btn.Size     = new System.Drawing.Size(100, 30);
     this.prev_btn.TabIndex = 10;
     this.prev_btn.Text     = "Prev";
     this.prev_btn.UseVisualStyleBackColor = true;
     this.prev_btn.Click += new System.EventHandler(this.Prev_btn_Click);
     //
     // next_btn
     //
     this.next_btn.Location = new System.Drawing.Point(135, 242);
     this.next_btn.Margin   = new System.Windows.Forms.Padding(4);
     this.next_btn.Name     = "next_btn";
     this.next_btn.Size     = new System.Drawing.Size(100, 30);
     this.next_btn.TabIndex = 9;
     this.next_btn.Text     = "Next";
     this.next_btn.UseVisualStyleBackColor = true;
     this.next_btn.Click += new System.EventHandler(this.Next_btn_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(984, 498);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Dealing with ReportViewer";
     this.Load         += new System.EventHandler(this.Form1_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 43
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource3 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.clienteBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
     this.Datos_Remito          = new WindowsFormsApp1.Remitos.Datos_Remito();
     this.remitoBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.detaleBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.ClienteBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     this.rp_rem = new Microsoft.Reporting.WinForms.ReportViewer();
     ((System.ComponentModel.ISupportInitialize)(this.clienteBindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Datos_Remito)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.remitoBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.detaleBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ClienteBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // clienteBindingSource1
     //
     this.clienteBindingSource1.DataMember = "Cliente";
     this.clienteBindingSource1.DataSource = this.Datos_Remito;
     //
     // Datos_Remito
     //
     this.Datos_Remito.DataSetName             = "Datos_Remito";
     this.Datos_Remito.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // remitoBindingSource
     //
     this.remitoBindingSource.DataMember = "Remito";
     this.remitoBindingSource.DataSource = this.Datos_Remito;
     //
     // detaleBindingSource
     //
     this.detaleBindingSource.DataMember = "Detale";
     this.detaleBindingSource.DataSource = this.Datos_Remito;
     //
     // ClienteBindingSource
     //
     this.ClienteBindingSource.DataMember = "Cliente";
     this.ClienteBindingSource.DataSource = this.Datos_Remito;
     //
     // rp_rem
     //
     this.rp_rem.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     reportDataSource1.Name  = "Cliente";
     reportDataSource1.Value = this.clienteBindingSource1;
     reportDataSource2.Name  = "Remito";
     reportDataSource2.Value = this.remitoBindingSource;
     reportDataSource3.Name  = "Detalle";
     reportDataSource3.Value = this.detaleBindingSource;
     this.rp_rem.LocalReport.DataSources.Add(reportDataSource1);
     this.rp_rem.LocalReport.DataSources.Add(reportDataSource2);
     this.rp_rem.LocalReport.DataSources.Add(reportDataSource3);
     this.rp_rem.LocalReport.ReportEmbeddedResource = "WindowsFormsApp1.Remitos.Remito_reporte.rdlc";
     this.rp_rem.Location = new System.Drawing.Point(95, -3);
     this.rp_rem.Name     = "rp_rem";
     this.rp_rem.ServerReport.BearerToken = null;
     this.rp_rem.Size     = new System.Drawing.Size(988, 756);
     this.rp_rem.TabIndex = 0;
     //
     // Frm_VerRemito
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1179, 751);
     this.Controls.Add(this.rp_rem);
     this.Name          = "Frm_VerRemito";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "N ";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.Frm_VerRemito_Load);
     ((System.ComponentModel.ISupportInitialize)(this.clienteBindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Datos_Remito)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.remitoBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.detaleBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ClienteBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.SalesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DataSet5           = new GraduationProjectTest.DataSet5();
     this.label1             = new System.Windows.Forms.Label();
     this.comboBox1          = new System.Windows.Forms.ComboBox();
     this.reportViewer1      = new Microsoft.Reporting.WinForms.ReportViewer();
     this.SalesTableAdapter  = new GraduationProjectTest.DataSet5TableAdapters.SalesTableAdapter();
     this.button1            = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.SalesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSet5)).BeginInit();
     this.SuspendLayout();
     //
     // SalesBindingSource
     //
     this.SalesBindingSource.DataMember = "Sales";
     this.SalesBindingSource.DataSource = this.DataSet5;
     //
     // DataSet5
     //
     this.DataSet5.DataSetName             = "DataSet5";
     this.DataSet5.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.WhiteSmoke;
     this.label1.Location  = new System.Drawing.Point(12, 28);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(354, 31);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Sales for a Specific Month";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location          = new System.Drawing.Point(18, 78);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(184, 21);
     this.comboBox1.TabIndex              = 2;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // reportViewer1
     //
     reportDataSource1.Name  = "DataSet5";
     reportDataSource1.Value = this.SalesBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "GraduationProjectTest.Report5.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(18, 128);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(689, 246);
     this.reportViewer1.TabIndex = 3;
     //
     // SalesTableAdapter
     //
     this.SalesTableAdapter.ClearBeforeFill = true;
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.Location = new System.Drawing.Point(576, 380);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(97, 42);
     this.button1.TabIndex = 4;
     this.button1.Text     = "Close";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // manamonthlysales
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImage     = global::GraduationProjectTest.Properties.Resources.Background;
     this.ClientSize          = new System.Drawing.Size(719, 434);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "manamonthlysales";
     this.Text            = "manamonthlysales";
     this.Load           += new System.EventHandler(this.manamonthlysales_Load);
     ((System.ComponentModel.ISupportInitialize)(this.SalesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSet5)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 45
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(FRM_ReporteVenta));
     this.usp_Reportes_GenrerarReporteVentaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DataSet2      = new Sistema_de_Venta.DataSet2();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.usp_Reportes_GenrerarReporteVentaTableAdapter = new Sistema_de_Venta.DataSet2TableAdapters.usp_Reportes_GenrerarReporteVentaTableAdapter();
     this.pnl_factura = new System.Windows.Forms.Panel();
     this.lbl_Login   = new System.Windows.Forms.Label();
     this.btnClose    = new System.Windows.Forms.PictureBox();
     this.btnMinimize = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.usp_Reportes_GenrerarReporteVentaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSet2)).BeginInit();
     this.pnl_factura.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMinimize)).BeginInit();
     this.SuspendLayout();
     //
     // usp_Reportes_GenrerarReporteVentaBindingSource
     //
     this.usp_Reportes_GenrerarReporteVentaBindingSource.DataMember = "usp_Reportes_GenrerarReporteVenta";
     this.usp_Reportes_GenrerarReporteVentaBindingSource.DataSource = this.DataSet2;
     //
     // DataSet2
     //
     this.DataSet2.DataSetName             = "DataSet2";
     this.DataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name  = "DataSet";
     reportDataSource1.Value = this.usp_Reportes_GenrerarReporteVentaBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "Sistema_de_Venta.Reportes.RptReporteVenta.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 48);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(825, 785);
     this.reportViewer1.TabIndex = 0;
     //
     // usp_Reportes_GenrerarReporteVentaTableAdapter
     //
     this.usp_Reportes_GenrerarReporteVentaTableAdapter.ClearBeforeFill = true;
     //
     // pnl_factura
     //
     this.pnl_factura.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(56)))), ((int)(((byte)(117)))));
     this.pnl_factura.Controls.Add(this.btnClose);
     this.pnl_factura.Controls.Add(this.btnMinimize);
     this.pnl_factura.Controls.Add(this.lbl_Login);
     this.pnl_factura.Dock       = System.Windows.Forms.DockStyle.Top;
     this.pnl_factura.Location   = new System.Drawing.Point(0, 0);
     this.pnl_factura.Margin     = new System.Windows.Forms.Padding(2);
     this.pnl_factura.Name       = "pnl_factura";
     this.pnl_factura.Size       = new System.Drawing.Size(825, 48);
     this.pnl_factura.TabIndex   = 2;
     this.pnl_factura.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pnl_factura_MouseDown);
     //
     // lbl_Login
     //
     this.lbl_Login.AutoSize  = true;
     this.lbl_Login.Font      = new System.Drawing.Font("Microsoft Sans Serif", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_Login.ForeColor = System.Drawing.Color.White;
     this.lbl_Login.Location  = new System.Drawing.Point(326, 5);
     this.lbl_Login.Margin    = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.lbl_Login.Name      = "lbl_Login";
     this.lbl_Login.Size      = new System.Drawing.Size(173, 38);
     this.lbl_Login.TabIndex  = 9;
     this.lbl_Login.Text      = "FACTURA";
     //
     // btnClose
     //
     this.btnClose.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(56)))), ((int)(((byte)(117)))));
     this.btnClose.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnClose.Image     = global::Sistema_de_Venta.Properties.Resources.close_white;
     this.btnClose.Location  = new System.Drawing.Point(772, 6);
     this.btnClose.Margin    = new System.Windows.Forms.Padding(2);
     this.btnClose.Name      = "btnClose";
     this.btnClose.Size      = new System.Drawing.Size(42, 37);
     this.btnClose.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnClose.TabIndex  = 10;
     this.btnClose.TabStop   = false;
     this.btnClose.Click    += new System.EventHandler(this.btnClose_Click);
     //
     // btnMinimize
     //
     this.btnMinimize.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnMinimize.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(56)))), ((int)(((byte)(117)))));
     this.btnMinimize.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnMinimize.Image     = global::Sistema_de_Venta.Properties.Resources.minimize_white;
     this.btnMinimize.Location  = new System.Drawing.Point(727, 6);
     this.btnMinimize.Margin    = new System.Windows.Forms.Padding(2);
     this.btnMinimize.Name      = "btnMinimize";
     this.btnMinimize.Size      = new System.Drawing.Size(42, 37);
     this.btnMinimize.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.btnMinimize.TabIndex  = 11;
     this.btnMinimize.TabStop   = false;
     this.btnMinimize.Click    += new System.EventHandler(this.btnMinimize_Click_1);
     //
     // FRM_ReporteVenta
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.ClientSize          = new System.Drawing.Size(825, 833);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.pnl_factura);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize     = new System.Drawing.Size(825, 500);
     this.Name            = "FRM_ReporteVenta";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Factura";
     this.Load           += new System.EventHandler(this.FRM_ReporteVenta_Load);
     ((System.ComponentModel.ISupportInitialize)(this.usp_Reportes_GenrerarReporteVentaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSet2)).EndInit();
     this.pnl_factura.ResumeLayout(false);
     this.pnl_factura.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.btnClose)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnMinimize)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(FrmPDF_1280x1024));
     this.horaBindingSource      = new System.Windows.Forms.BindingSource(this.components);
     this.Generar_horarioDataSet = new Ej_Interfaz_Proyecto.Generar_horarioDataSet();
     this.informeBindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.reportViewer1          = new Microsoft.Reporting.WinForms.ReportViewer();
     this.horaTableAdapter       = new Ej_Interfaz_Proyecto.Generar_horarioDataSetTableAdapters.horaTableAdapter();
     this.label11             = new System.Windows.Forms.Label();
     this.pictureBox2         = new System.Windows.Forms.PictureBox();
     this.pictureBox4         = new System.Windows.Forms.PictureBox();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.informeTableAdapter = new Ej_Interfaz_Proyecto.Generar_horarioDataSetTableAdapters.informeTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.horaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Generar_horarioDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.informeBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.SuspendLayout();
     //
     // horaBindingSource
     //
     this.horaBindingSource.DataMember = "hora";
     this.horaBindingSource.DataSource = this.Generar_horarioDataSet;
     //
     // Generar_horarioDataSet
     //
     this.Generar_horarioDataSet.DataSetName             = "Generar_horarioDataSet";
     this.Generar_horarioDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // informeBindingSource
     //
     this.informeBindingSource.DataMember = "informe";
     this.informeBindingSource.DataSource = this.Generar_horarioDataSet;
     //
     // reportViewer1
     //
     this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.reportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     reportDataSource1.Name         = "DataSet1";
     reportDataSource1.Value        = this.horaBindingSource;
     reportDataSource2.Name         = "DataSet2";
     reportDataSource2.Value        = this.informeBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "Ej_Interfaz_Proyecto.Reporte.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(12, 50);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(990, 425);
     this.reportViewer1.TabIndex = 0;
     //
     // horaTableAdapter
     //
     this.horaTableAdapter.ClearBeforeFill = true;
     //
     // label11
     //
     this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label11.AutoSize  = true;
     this.label11.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.White;
     this.label11.Location  = new System.Drawing.Point(428, 9);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(193, 20);
     this.label11.TabIndex  = 109;
     this.label11.Text      = "REPORTE DE HORARIO";
     //
     // pictureBox2
     //
     this.pictureBox2.BackColor = System.Drawing.Color.White;
     this.pictureBox2.Location  = new System.Drawing.Point(-193, 38);
     this.pictureBox2.Name      = "pictureBox2";
     this.pictureBox2.Size      = new System.Drawing.Size(2246, 2);
     this.pictureBox2.TabIndex  = 108;
     this.pictureBox2.TabStop   = false;
     //
     // pictureBox4
     //
     this.pictureBox4.Anchor      = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox4.BackColor   = System.Drawing.Color.Transparent;
     this.pictureBox4.Image       = global::Ej_Interfaz_Proyecto.Properties.Resources.btn_cer_normal2;
     this.pictureBox4.Location    = new System.Drawing.Point(973, 5);
     this.pictureBox4.Name        = "pictureBox4";
     this.pictureBox4.Size        = new System.Drawing.Size(29, 28);
     this.pictureBox4.TabIndex    = 111;
     this.pictureBox4.TabStop     = false;
     this.pictureBox4.Click      += new System.EventHandler(this.pictureBox4_Click);
     this.pictureBox4.MouseLeave += new System.EventHandler(this.pictureBox4_MouseLeave);
     this.pictureBox4.MouseMove  += new System.Windows.Forms.MouseEventHandler(this.pictureBox4_MouseMove);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Location = new System.Drawing.Point(3, 39);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1005, 453);
     this.groupBox1.TabIndex = 112;
     this.groupBox1.TabStop  = false;
     //
     // informeTableAdapter
     //
     this.informeTableAdapter.ClearBeforeFill = true;
     //
     // FrmPDF_1280x1024
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.ClientSize          = new System.Drawing.Size(1014, 504);
     this.ControlBox          = false;
     this.Controls.Add(this.pictureBox4);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "FrmPDF_1280x1024";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "PDF";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.FrmPDF_1280x1024_Load);
     this.MouseDown      += new System.Windows.Forms.MouseEventHandler(this.FrmPDF_1280x1024_MouseDown);
     this.Resize         += new System.EventHandler(this.FrmPDF_1280x1024_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.horaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Generar_horarioDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.informeBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 47
0
        public override void Exec()
        {
            ProjectItem piCurrent = null;

            try
            {
                listPackageProperties = new List <PackageProperties>();

                UIHierarchy     solExplorer = this.ApplicationObject.ToolWindows.SolutionExplorer;
                UIHierarchyItem hierItem    = ((UIHierarchyItem)((System.Array)solExplorer.SelectedItems).GetValue(0));
                SolutionClass   solution    = hierItem.Object as SolutionClass;
                EnvDTE.Project  proj        = GetSelectedProjectReference();

                if (proj != null)
                {
                    Microsoft.DataWarehouse.VsIntegration.Shell.Project.Extensibility.ProjectExt projExt = (Microsoft.DataWarehouse.VsIntegration.Shell.Project.Extensibility.ProjectExt)proj;
                    this.DatabaseName = "Project: " + proj.Name;

                    try
                    {
                        using (WaitCursor cursor1 = new WaitCursor())
                        {
                            int iProgress = 0;
                            ApplicationObject.StatusBar.Animate(true, vsStatusAnimation.vsStatusAnimationGeneral);
                            foreach (ProjectItem pi in proj.ProjectItems)
                            {
                                ApplicationObject.StatusBar.Progress(true, "Scanning package " + pi.Name, iProgress++, proj.ProjectItems.Count);
                                string sFileName = pi.Name.ToLower();
                                if (!sFileName.EndsWith(".dtsx"))
                                {
                                    continue;
                                }
                                piCurrent = pi;
                                this.PackagePathPrefix = pi.Name;
                                PackageProperties props = GetPackageProperties(pi);
                                if (props == null)
                                {
                                    continue;
                                }
                                listPackageProperties.Add(props);
                            }
                        }
                    }
                    finally
                    {
                        try
                        {
                            ApplicationObject.StatusBar.Animate(false, vsStatusAnimation.vsStatusAnimationGeneral);
                            ApplicationObject.StatusBar.Progress(false, "", 1, 1);
                        }
                        catch { }
                    }
                }
                else if (solution != null)
                {
                    this.DatabaseName = "Solution: " + System.IO.Path.GetFileNameWithoutExtension(solution.FullName);
                    try
                    {
                        this.DatabaseName = "Solution: " + solution.Properties.Item("Name").Value;
                    }
                    catch { }

                    try
                    {
                        using (WaitCursor cursor1 = new WaitCursor())
                        {
                            ApplicationObject.StatusBar.Animate(true, vsStatusAnimation.vsStatusAnimationGeneral);
                            foreach (EnvDTE.Project p in solution.Projects)
                            {
                                Microsoft.DataWarehouse.VsIntegration.Shell.Project.Extensibility.ProjectExt projExt = (Microsoft.DataWarehouse.VsIntegration.Shell.Project.Extensibility.ProjectExt)p;
                                if (projExt.Kind == BIDSProjectKinds.SSIS)
                                {
                                    int iProgress = 0;
                                    foreach (ProjectItem pi in p.ProjectItems)
                                    {
                                        ApplicationObject.StatusBar.Progress(true, "Scanning project " + p.Name + " package " + pi.Name, iProgress++, p.ProjectItems.Count);
                                        string sFileName = pi.Name.ToLower();
                                        if (!sFileName.EndsWith(".dtsx"))
                                        {
                                            continue;
                                        }
                                        piCurrent = pi;
                                        this.PackagePathPrefix = p.Name + "\\" + pi.Name;
                                        PackageProperties props = GetPackageProperties(pi);
                                        if (props == null)
                                        {
                                            continue;
                                        }
                                        listPackageProperties.Add(props);
                                    }
                                }
                            }
                        }
                    }
                    finally
                    {
                        try
                        {
                            ApplicationObject.StatusBar.Animate(false, vsStatusAnimation.vsStatusAnimationGeneral);
                            ApplicationObject.StatusBar.Progress(false, "", 1, 1);
                        }
                        catch { }
                    }
                }

                ReportViewerForm frm = new ReportViewerForm();
                frm.ReportBindingSource.DataSource = this.listPackageProperties;
                frm.Report = "SSIS.SortablePackageProperties.rdlc";
                Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
                reportDataSource1.Name  = "BIDSHelper_PackageProperties";
                reportDataSource1.Value = frm.ReportBindingSource;
                frm.ReportViewerControl.LocalReport.DataSources.Add(reportDataSource1);
                frm.ReportViewerControl.LocalReport.ReportEmbeddedResource = frm.Report;

                frm.Caption     = "Sortable Package Properties Report";
                frm.WindowState = FormWindowState.Maximized;
                frm.Show();
            }
            catch (DtsRuntimeException ex)
            {
                if (ex.ErrorCode == -1073659849L)
                {
                    MessageBox.Show((piCurrent == null ? "This package" : piCurrent.Name) + " has a package password. Please open the package designer, specify the password when the dialog prompts you, then rerun the Sortable Package Properties report.\r\n\r\nDetailed error was:\r\n" + ex.Message + "\r\n" + ex.StackTrace, "BIDS Helper - Password Not Specified");
                }
                else
                {
                    MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace, "BIDS Helper - Error" + (piCurrent == null ? string.Empty : " scanning " + piCurrent.Name));
                }
            }
            catch (System.Exception ex)
            {
                MessageBox.Show(ex.Message + "\r\n" + ex.StackTrace, "BIDS Helper - Error" + (piCurrent == null ? string.Empty : " scanning " + piCurrent.Name));
            }
        }
Exemplo n.º 48
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     System.ComponentModel.ComponentResourceManager resources         = new System.ComponentModel.ComponentResourceManager(typeof(FormRelatorio));
     this.DataTable1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DataStockDataSet        = new DataStock.DataStockDataSet();
     this.PRODUTO1BindingSource   = new System.Windows.Forms.BindingSource(this.components);
     this.reportViewer1           = new Microsoft.Reporting.WinForms.ReportViewer();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.tabControl1            = new System.Windows.Forms.TabControl();
     this.tabPage1               = new System.Windows.Forms.TabPage();
     this.label3                 = new System.Windows.Forms.Label();
     this.textBoxAno             = new System.Windows.Forms.TextBox();
     this.tabPage2               = new System.Windows.Forms.TabPage();
     this.label2                 = new System.Windows.Forms.Label();
     this.maskedTextBox2         = new System.Windows.Forms.MaskedTextBox();
     this.label1                 = new System.Windows.Forms.Label();
     this.maskedTextBox1         = new System.Windows.Forms.MaskedTextBox();
     this.imageList2             = new System.Windows.Forms.ImageList(this.components);
     this.buttonGerar            = new System.Windows.Forms.Button();
     this.imageList1             = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1             = new System.Windows.Forms.ToolStrip();
     this.DataTable1TableAdapter = new DataStock.DataStockDataSetTableAdapters.DataTable1TableAdapter();
     this.PRODUTO1TableAdapter   = new DataStock.DataStockDataSetTableAdapters.PRODUTO1TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataStockDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRODUTO1BindingSource)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // DataTable1BindingSource
     //
     this.DataTable1BindingSource.DataMember = "DataTable1";
     this.DataTable1BindingSource.DataSource = this.DataStockDataSet;
     //
     // DataStockDataSet
     //
     this.DataStockDataSet.DataSetName             = "DataStockDataSet";
     this.DataStockDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // PRODUTO1BindingSource
     //
     this.PRODUTO1BindingSource.DataMember = "PRODUTO1";
     this.PRODUTO1BindingSource.DataSource = this.DataStockDataSet;
     //
     // reportViewer1
     //
     this.reportViewer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.DataTable1BindingSource;
     reportDataSource2.Name  = "DataSet2";
     reportDataSource2.Value = this.PRODUTO1BindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "DataStock.Report.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(281, 19);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(637, 325);
     this.reportViewer1.TabIndex = 0;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.tabControl1);
     this.groupBox1.Controls.Add(this.buttonGerar);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(263, 332);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Gerar Relatório";
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.ImageList     = this.imageList2;
     this.tabControl1.Location      = new System.Drawing.Point(6, 19);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(252, 256);
     this.tabControl1.TabIndex      = 4;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.label3);
     this.tabPage1.Controls.Add(this.textBoxAno);
     this.tabPage1.ImageIndex = 0;
     this.tabPage1.Location   = new System.Drawing.Point(4, 39);
     this.tabPage1.Name       = "tabPage1";
     this.tabPage1.Padding    = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size       = new System.Drawing.Size(244, 213);
     this.tabPage1.TabIndex   = 0;
     this.tabPage1.Text       = "Relatório Fixo";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(46, 9);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(26, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Ano";
     //
     // textBoxAno
     //
     this.textBoxAno.Location     = new System.Drawing.Point(86, 6);
     this.textBoxAno.Name         = "textBoxAno";
     this.textBoxAno.Size         = new System.Drawing.Size(113, 20);
     this.textBoxAno.TabIndex     = 0;
     this.textBoxAno.Click       += new System.EventHandler(this.textBoxAno_Click);
     this.textBoxAno.DoubleClick += new System.EventHandler(this.textBoxAno_DoubleClick);
     this.textBoxAno.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.textBoxAno_KeyDown);
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.label2);
     this.tabPage2.Controls.Add(this.maskedTextBox2);
     this.tabPage2.Controls.Add(this.label1);
     this.tabPage2.Controls.Add(this.maskedTextBox1);
     this.tabPage2.ImageIndex = 1;
     this.tabPage2.Location   = new System.Drawing.Point(4, 39);
     this.tabPage2.Name       = "tabPage2";
     this.tabPage2.Padding    = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size       = new System.Drawing.Size(244, 213);
     this.tabPage2.TabIndex   = 1;
     this.tabPage2.Text       = "Relatório Flexível";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(39, 35);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(39, 13);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Data 2";
     //
     // maskedTextBox2
     //
     this.maskedTextBox2.Location       = new System.Drawing.Point(92, 32);
     this.maskedTextBox2.Mask           = "00/00/0000";
     this.maskedTextBox2.Name           = "maskedTextBox2";
     this.maskedTextBox2.Size           = new System.Drawing.Size(113, 20);
     this.maskedTextBox2.TabIndex       = 5;
     this.maskedTextBox2.ValidatingType = typeof(System.DateTime);
     this.maskedTextBox2.Click         += new System.EventHandler(this.maskedTextBox2_Click);
     this.maskedTextBox2.DoubleClick   += new System.EventHandler(this.maskedTextBox2_DoubleClick);
     this.maskedTextBox2.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.maskedTextBox2_KeyDown);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(39, 9);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(39, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Data 1";
     //
     // maskedTextBox1
     //
     this.maskedTextBox1.Location       = new System.Drawing.Point(92, 6);
     this.maskedTextBox1.Mask           = "00/00/0000";
     this.maskedTextBox1.Name           = "maskedTextBox1";
     this.maskedTextBox1.Size           = new System.Drawing.Size(113, 20);
     this.maskedTextBox1.TabIndex       = 3;
     this.maskedTextBox1.ValidatingType = typeof(System.DateTime);
     this.maskedTextBox1.Click         += new System.EventHandler(this.maskedTextBox1_Click);
     this.maskedTextBox1.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.maskedTextBox1_KeyDown);
     //
     // imageList2
     //
     this.imageList2.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "Book (20).ico");
     this.imageList2.Images.SetKeyName(1, "Book Library.ico");
     //
     // buttonGerar
     //
     this.buttonGerar.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.buttonGerar.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.buttonGerar.ImageIndex = 0;
     this.buttonGerar.ImageList  = this.imageList1;
     this.buttonGerar.Location   = new System.Drawing.Point(10, 281);
     this.buttonGerar.Name       = "buttonGerar";
     this.buttonGerar.Size       = new System.Drawing.Size(247, 45);
     this.buttonGerar.TabIndex   = 3;
     this.buttonGerar.Text       = "Gerar";
     this.buttonGerar.UseVisualStyleBackColor = true;
     this.buttonGerar.Click += new System.EventHandler(this.buttonGerar_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "Download (2).ico");
     //
     // toolStrip1
     //
     this.toolStrip1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.toolStrip1.Location = new System.Drawing.Point(0, 356);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(927, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // DataTable1TableAdapter
     //
     this.DataTable1TableAdapter.ClearBeforeFill = true;
     //
     // PRODUTO1TableAdapter
     //
     this.PRODUTO1TableAdapter.ClearBeforeFill = true;
     //
     // FormRelatorio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
     this.ClientSize          = new System.Drawing.Size(927, 381);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.reportViewer1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormRelatorio";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Relatorio";
     this.Load         += new System.EventHandler(this.FormRelatorio_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataStockDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PRODUTO1BindingSource)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.tbl_OdaBindingSource     = new System.Windows.Forms.BindingSource(this.components);
     this.dbo_YoungHastaneDataSet1 = new YoungHastaneProje.dbo_YoungHastaneDataSet1();
     this.reportViewer1            = new Microsoft.Reporting.WinForms.ReportViewer();
     this.tbl_OdaTableAdapter      = new YoungHastaneProje.dbo_YoungHastaneDataSet1TableAdapters.tbl_OdaTableAdapter();
     this.panel1         = new System.Windows.Forms.Panel();
     this.pictureBox2    = new System.Windows.Forms.PictureBox();
     this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
     this.panel2         = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.tbl_OdaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dbo_YoungHastaneDataSet1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tbl_OdaBindingSource
     //
     this.tbl_OdaBindingSource.DataMember = "tbl_Oda";
     this.tbl_OdaBindingSource.DataSource = this.dbo_YoungHastaneDataSet1;
     //
     // dbo_YoungHastaneDataSet1
     //
     this.dbo_YoungHastaneDataSet1.DataSetName             = "dbo_YoungHastaneDataSet1";
     this.dbo_YoungHastaneDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.tbl_OdaBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "YoungHastaneProje.Report2.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 0);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(971, 424);
     this.reportViewer1.TabIndex = 0;
     //
     // tbl_OdaTableAdapter
     //
     this.tbl_OdaTableAdapter.ClearBeforeFill = true;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.InactiveCaption;
     this.panel1.Controls.Add(this.pictureBox2);
     this.panel1.Controls.Add(this.labelControl13);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(971, 54);
     this.panel1.TabIndex = 2;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = global::YoungHastaneProje.Properties.Resources.error;
     this.pictureBox2.Location = new System.Drawing.Point(919, 12);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(40, 33);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 21;
     this.pictureBox2.TabStop  = false;
     this.pictureBox2.Click   += new System.EventHandler(this.pictureBox2_Click);
     //
     // labelControl13
     //
     this.labelControl13.Appearance.Font            = new System.Drawing.Font("Tahoma", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl13.Appearance.Options.UseFont = true;
     this.labelControl13.Location = new System.Drawing.Point(392, 16);
     this.labelControl13.Name     = "labelControl13";
     this.labelControl13.Size     = new System.Drawing.Size(114, 29);
     this.labelControl13.TabIndex = 20;
     this.labelControl13.Text     = "Oda Rapor";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.reportViewer1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 54);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(971, 424);
     this.panel2.TabIndex = 3;
     //
     // frm_OdaRapor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(971, 478);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frm_OdaRapor";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frm_OdaRapor";
     this.Load           += new System.EventHandler(this.frm_OdaRapor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.tbl_OdaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dbo_YoungHastaneDataSet1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.RPT_listar_orden_herramientaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DsHerramientas = new KPAPP.Reportes.DsHerramientas();
     this.reportViewer1  = new Microsoft.Reporting.WinForms.ReportViewer();
     this.RPT_listar_orden_herramientaTableAdapter = new KPAPP.Reportes.DsHerramientasTableAdapters.RPT_listar_orden_herramientaTableAdapter();
     this.txtidbusqueda = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.RPT_listar_orden_herramientaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DsHerramientas)).BeginInit();
     this.SuspendLayout();
     //
     // RPT_listar_orden_herramientaBindingSource
     //
     this.RPT_listar_orden_herramientaBindingSource.DataMember = "RPT_listar_orden_herramienta";
     this.RPT_listar_orden_herramientaBindingSource.DataSource = this.DsHerramientas;
     //
     // DsHerramientas
     //
     this.DsHerramientas.DataSetName             = "DsHerramientas";
     this.DsHerramientas.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name  = "DsListar_Tareas";
     reportDataSource1.Value = this.RPT_listar_orden_herramientaBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "KPAPP.Reportes.rpt_listar_tareas.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 0);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(928, 651);
     this.reportViewer1.TabIndex = 0;
     this.reportViewer1.Load    += new System.EventHandler(this.reportViewer1_Load);
     //
     // RPT_listar_orden_herramientaTableAdapter
     //
     this.RPT_listar_orden_herramientaTableAdapter.ClearBeforeFill = true;
     //
     // txtidbusqueda
     //
     this.txtidbusqueda.Location = new System.Drawing.Point(706, 0);
     this.txtidbusqueda.Name     = "txtidbusqueda";
     this.txtidbusqueda.Size     = new System.Drawing.Size(100, 20);
     this.txtidbusqueda.TabIndex = 1;
     this.txtidbusqueda.Visible  = false;
     //
     // FrmRptListarHerramientas
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(928, 651);
     this.Controls.Add(this.txtidbusqueda);
     this.Controls.Add(this.reportViewer1);
     this.Name  = "FrmRptListarHerramientas";
     this.Text  = "FrmRptListarHerramientas";
     this.Load += new System.EventHandler(this.FrmRptListarHerramientas_Load);
     ((System.ComponentModel.ISupportInitialize)(this.RPT_listar_orden_herramientaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DsHerramientas)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.rpt_Hoadon1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DataHoaDon              = new CuaHangTienLoi.DataHoaDon();
     this.reportViewer1           = new Microsoft.Reporting.WinForms.ReportViewer();
     this.rpt_Hoadon1TableAdapter = new CuaHangTienLoi.DataHoaDonTableAdapters.rpt_Hoadon1TableAdapter();
     this.guna2Button1            = new Guna.UI2.WinForms.Guna2Button();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_Hoadon1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataHoaDon)).BeginInit();
     this.SuspendLayout();
     //
     // rpt_Hoadon1BindingSource
     //
     this.rpt_Hoadon1BindingSource.DataMember = "rpt_Hoadon1";
     this.rpt_Hoadon1BindingSource.DataSource = this.DataHoaDon;
     //
     // DataHoaDon
     //
     this.DataHoaDon.DataSetName             = "DataHoaDon";
     this.DataHoaDon.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Bottom;
     reportDataSource1.Name  = "DataHoaDonrpt";
     reportDataSource1.Value = this.rpt_Hoadon1BindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "CuaHangTienLoi.report_HoaDon.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 50);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(646, 555);
     this.reportViewer1.TabIndex = 0;
     //
     // rpt_Hoadon1TableAdapter
     //
     this.rpt_Hoadon1TableAdapter.ClearBeforeFill = true;
     //
     // guna2Button1
     //
     this.guna2Button1.Animated            = true;
     this.guna2Button1.BorderRadius        = 20;
     this.guna2Button1.CheckedState.Parent = this.guna2Button1;
     this.guna2Button1.CustomImages.Parent = this.guna2Button1;
     this.guna2Button1.FillColor           = System.Drawing.Color.Black;
     this.guna2Button1.Font                    = new System.Drawing.Font("Segoe UI", 20.25F);
     this.guna2Button1.ForeColor               = System.Drawing.Color.White;
     this.guna2Button1.HoverState.Parent       = this.guna2Button1;
     this.guna2Button1.Location                = new System.Drawing.Point(0, 2);
     this.guna2Button1.Name                    = "guna2Button1";
     this.guna2Button1.ShadowDecoration.Parent = this.guna2Button1;
     this.guna2Button1.Size                    = new System.Drawing.Size(49, 42);
     this.guna2Button1.TabIndex                = 1;
     this.guna2Button1.Text                    = "<";
     this.guna2Button1.Click                  += new System.EventHandler(this.guna2Button1_Click);
     //
     // frm_InHoaDon
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(646, 605);
     this.Controls.Add(this.guna2Button1);
     this.Controls.Add(this.reportViewer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frm_InHoaDon";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frm_InHoaDon";
     this.Load           += new System.EventHandler(this.frm_InHoaDon_Load);
     ((System.ComponentModel.ISupportInitialize)(this.rpt_Hoadon1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataHoaDon)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Método necesario para admitir el Diseñador. No se puede modificar
 /// el contenido del método con el editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.panel1        = new System.Windows.Forms.Panel();
     this.panel3        = new System.Windows.Forms.Panel();
     this.panel5        = new System.Windows.Forms.Panel();
     this.panel8        = new System.Windows.Forms.Panel();
     this.panel9        = new System.Windows.Forms.Panel();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.panel4        = new System.Windows.Forms.Panel();
     this.PanelMenu     = new System.Windows.Forms.Panel();
     this.btnSalir      = new CreativaSL.LibControls.WinForms.Button_Creativa();
     this.panel2        = new System.Windows.Forms.Panel();
     this.panel6        = new System.Windows.Forms.Panel();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.lblTitulo     = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.panel3.SuspendLayout();
     this.panel5.SuspendLayout();
     this.panel8.SuspendLayout();
     this.panel9.SuspendLayout();
     this.panel4.SuspendLayout();
     this.PanelMenu.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.Color.Gainsboro;
     this.panel1.Controls.Add(this.panel3);
     this.panel1.Controls.Add(this.panel2);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(1008, 688);
     this.panel1.TabIndex = 0;
     //
     // panel3
     //
     this.panel3.AutoScroll = true;
     this.panel3.Controls.Add(this.panel5);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 80);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(1008, 608);
     this.panel3.TabIndex = 1;
     //
     // panel5
     //
     this.panel5.AutoScroll = true;
     this.panel5.Controls.Add(this.panel8);
     this.panel5.Controls.Add(this.panel4);
     this.panel5.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel5.Location = new System.Drawing.Point(0, 0);
     this.panel5.Name     = "panel5";
     this.panel5.Size     = new System.Drawing.Size(1008, 608);
     this.panel5.TabIndex = 1;
     //
     // panel8
     //
     this.panel8.Controls.Add(this.panel9);
     this.panel8.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel8.Location = new System.Drawing.Point(0, 0);
     this.panel8.Name     = "panel8";
     this.panel8.Size     = new System.Drawing.Size(1008, 532);
     this.panel8.TabIndex = 2;
     //
     // panel9
     //
     this.panel9.Controls.Add(this.reportViewer1);
     this.panel9.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel9.Location = new System.Drawing.Point(0, 0);
     this.panel9.Name     = "panel9";
     this.panel9.Size     = new System.Drawing.Size(1008, 532);
     this.panel9.TabIndex = 2;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource1.Name  = "TiempoServicios";
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "StephManager.Informes.Reportes.TiempoServicios.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 0);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(1008, 532);
     this.reportViewer1.TabIndex = 0;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.PanelMenu);
     this.panel4.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel4.Location = new System.Drawing.Point(0, 532);
     this.panel4.Name     = "panel4";
     this.panel4.Size     = new System.Drawing.Size(1008, 76);
     this.panel4.TabIndex = 0;
     //
     // PanelMenu
     //
     this.PanelMenu.BackColor = System.Drawing.Color.Gray;
     this.PanelMenu.Controls.Add(this.btnSalir);
     this.PanelMenu.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.PanelMenu.Location = new System.Drawing.Point(0, 0);
     this.PanelMenu.Name     = "PanelMenu";
     this.PanelMenu.Size     = new System.Drawing.Size(1008, 76);
     this.PanelMenu.TabIndex = 2;
     //
     // btnSalir
     //
     this.btnSalir.Anchor               = System.Windows.Forms.AnchorStyles.Right;
     this.btnSalir.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(108)))), ((int)(((byte)(114)))));
     this.btnSalir.BorderColor          = System.Drawing.Color.Red;
     this.btnSalir.BorderFocusColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(108)))), ((int)(((byte)(114)))));
     this.btnSalir.BorderMouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.btnSalir.BorderNoFocusColor   = System.Drawing.Color.Maroon;
     this.btnSalir.FocusRectangle       = true;
     this.btnSalir.Font                    = new System.Drawing.Font("Trebuchet MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnSalir.ForeColor               = System.Drawing.Color.White;
     this.btnSalir.Image                   = null;
     this.btnSalir.ImageAlign              = System.Drawing.ContentAlignment.TopCenter;
     this.btnSalir.ImageBorderColor        = System.Drawing.Color.Red;
     this.btnSalir.ImageFocused            = null;
     this.btnSalir.ImageInactive           = null;
     this.btnSalir.ImageMouseOver          = null;
     this.btnSalir.ImageNormal             = null;
     this.btnSalir.ImagePressed            = null;
     this.btnSalir.ImageSize               = new System.Drawing.Size(44, 44);
     this.btnSalir.KeyButton               = System.Windows.Forms.Keys.F1;
     this.btnSalir.KeyButtonView           = false;
     this.btnSalir.Location                = new System.Drawing.Point(908, 3);
     this.btnSalir.ModeGradient            = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.btnSalir.MouseOverColor          = System.Drawing.Color.Red;
     this.btnSalir.Name                    = "btnSalir";
     this.btnSalir.OffsetPressedContent    = true;
     this.btnSalir.Size                    = new System.Drawing.Size(80, 70);
     this.btnSalir.TabIndex                = 20;
     this.btnSalir.Text                    = "Salir";
     this.btnSalir.TextDropShadow          = true;
     this.btnSalir.UseVisualStyleBackColor = false;
     this.btnSalir.Click                  += new System.EventHandler(this.btnSalir_Click);
     //
     // panel2
     //
     this.panel2.AutoScroll = true;
     this.panel2.Controls.Add(this.panel6);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(1008, 80);
     this.panel2.TabIndex = 0;
     //
     // panel6
     //
     this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(205)))), ((int)(((byte)(215)))));
     this.panel6.Controls.Add(this.pictureBox1);
     this.panel6.Controls.Add(this.lblTitulo);
     this.panel6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel6.Location = new System.Drawing.Point(0, 0);
     this.panel6.Name     = "panel6";
     this.panel6.Size     = new System.Drawing.Size(1008, 80);
     this.panel6.TabIndex = 2;
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.ErrorImage = null;
     this.pictureBox1.Location   = new System.Drawing.Point(846, 12);
     this.pictureBox1.Name       = "pictureBox1";
     this.pictureBox1.Size       = new System.Drawing.Size(142, 55);
     this.pictureBox1.SizeMode   = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex   = 34;
     this.pictureBox1.TabStop    = false;
     //
     // lblTitulo
     //
     this.lblTitulo.AutoSize  = true;
     this.lblTitulo.Font      = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitulo.ForeColor = System.Drawing.Color.White;
     this.lblTitulo.Location  = new System.Drawing.Point(21, 9);
     this.lblTitulo.Name      = "lblTitulo";
     this.lblTitulo.Size      = new System.Drawing.Size(203, 55);
     this.lblTitulo.TabIndex  = 24;
     this.lblTitulo.Text      = "Reporte";
     //
     // frmVerReporteProductosVendidos
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(1008, 688);
     this.Controls.Add(this.panel1);
     this.Font          = new System.Drawing.Font("Trebuchet MS", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.MinimumSize   = new System.Drawing.Size(1024, 726);
     this.Name          = "frmVerReporteProductosVendidos";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Steph v1.0";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmVerReporteMonedero_Load);
     this.panel1.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.panel5.ResumeLayout(false);
     this.panel8.ResumeLayout(false);
     this.panel9.ResumeLayout(false);
     this.panel4.ResumeLayout(false);
     this.PanelMenu.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     this.panel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.reportViewer1                  = new Microsoft.Reporting.WinForms.ReportViewer();
     this.TxtIdDoCliente                 = new System.Windows.Forms.TextBox();
     this.BtnFiltrar                     = new System.Windows.Forms.Button();
     this.label1                         = new System.Windows.Forms.Label();
     this.PimDBDataSetRequisicao         = new WindowsFormsApp1.PimDBDataSetRequisicao();
     this.ClienteRequisicaoBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.ClienteRequisicaoTableAdapter  = new WindowsFormsApp1.PimDBDataSetRequisicaoTableAdapters.ClienteRequisicaoTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.PimDBDataSetRequisicao)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ClienteRequisicaoBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Bottom;
     reportDataSource2.Name  = "RequisicaoCliente";
     reportDataSource2.Value = this.ClienteRequisicaoBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "WindowsFormsApp1.RelatorioRequisicao.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 66);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(800, 384);
     this.reportViewer1.TabIndex = 0;
     //
     // TxtIdDoCliente
     //
     this.TxtIdDoCliente.Location = new System.Drawing.Point(15, 40);
     this.TxtIdDoCliente.Name     = "TxtIdDoCliente";
     this.TxtIdDoCliente.Size     = new System.Drawing.Size(100, 20);
     this.TxtIdDoCliente.TabIndex = 1;
     //
     // BtnFiltrar
     //
     this.BtnFiltrar.Location = new System.Drawing.Point(121, 40);
     this.BtnFiltrar.Name     = "BtnFiltrar";
     this.BtnFiltrar.Size     = new System.Drawing.Size(75, 20);
     this.BtnFiltrar.TabIndex = 2;
     this.BtnFiltrar.Text     = "Filtrar";
     this.BtnFiltrar.UseVisualStyleBackColor = true;
     this.BtnFiltrar.Click += new System.EventHandler(this.BtnFiltrar_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(65, 13);
     this.label1.TabIndex = 3;
     this.label1.Text     = "Id do cliente";
     //
     // PimDBDataSetRequisicao
     //
     this.PimDBDataSetRequisicao.DataSetName             = "PimDBDataSetRequisicao";
     this.PimDBDataSetRequisicao.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // ClienteRequisicaoBindingSource
     //
     this.ClienteRequisicaoBindingSource.DataMember = "ClienteRequisicao";
     this.ClienteRequisicaoBindingSource.DataSource = this.PimDBDataSetRequisicao;
     //
     // ClienteRequisicaoTableAdapter
     //
     this.ClienteRequisicaoTableAdapter.ClearBeforeFill = true;
     //
     // RequisicaoRelatorio
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(800, 450);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.BtnFiltrar);
     this.Controls.Add(this.TxtIdDoCliente);
     this.Controls.Add(this.reportViewer1);
     this.Name  = "RequisicaoRelatorio";
     this.Text  = "Relatorio de requisição";
     this.Load += new System.EventHandler(this.RequisicaoRelatorio_Load);
     ((System.ComponentModel.ISupportInitialize)(this.PimDBDataSetRequisicao)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ClienteRequisicaoBindingSource)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 54
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.DataTable1BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.shopDataSet2            = new Shop.shopDataSet2();
     this.label2                 = new System.Windows.Forms.Label();
     this.label1                 = new System.Windows.Forms.Label();
     this.btnPrint               = new System.Windows.Forms.Button();
     this.textBox1               = new System.Windows.Forms.TextBox();
     this.textBox2               = new System.Windows.Forms.TextBox();
     this.reportViewer1          = new Microsoft.Reporting.WinForms.ReportViewer();
     this.DataTable1TableAdapter = new Shop.shopDataSet2TableAdapters.DataTable1TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.shopDataSet2)).BeginInit();
     this.SuspendLayout();
     //
     // DataTable1BindingSource
     //
     this.DataTable1BindingSource.DataMember = "DataTable1";
     this.DataTable1BindingSource.DataSource = this.shopDataSet2;
     //
     // shopDataSet2
     //
     this.shopDataSet2.DataSetName             = "shopDataSet2";
     this.shopDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(148, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(109, 13);
     this.label2.TabIndex = 7;
     this.label2.Text     = "Enter Old Invoice No.";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Green;
     this.label1.Location  = new System.Drawing.Point(11, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(131, 13);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "Generate from old Receipt";
     //
     // btnPrint
     //
     this.btnPrint.Location = new System.Drawing.Point(415, 4);
     this.btnPrint.Name     = "btnPrint";
     this.btnPrint.Size     = new System.Drawing.Size(75, 23);
     this.btnPrint.TabIndex = 6;
     this.btnPrint.Text     = "Generate";
     this.btnPrint.UseVisualStyleBackColor = true;
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(263, 6);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(146, 20);
     this.textBox1.TabIndex = 5;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(513, 4);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(38, 20);
     this.textBox2.TabIndex = 9;
     this.textBox2.Visible  = false;
     //
     // reportViewer1
     //
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.DataTable1BindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "Shop.rptAgentInvoice.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(2, 46);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(629, 428);
     this.reportViewer1.TabIndex = 10;
     //
     // DataTable1TableAdapter
     //
     this.DataTable1TableAdapter.ClearBeforeFill = true;
     //
     // Agent_Invoice_Print
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(635, 478);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btnPrint);
     this.Controls.Add(this.textBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.Name            = "Agent_Invoice_Print";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Agent Invoice Print";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.Agent_Invoice_Print_FormClosing);
     this.Load           += new System.EventHandler(this.Agent_Invoice_Print_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DataTable1BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.shopDataSet2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 55
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource6  = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource7  = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource8  = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource9  = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource  reportDataSource10 = new Microsoft.Reporting.WinForms.ReportDataSource();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(FormVerInformeLiquidacionIVA));
     this.DivisionLiquidacionBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DataSetInformeParticularIVA      = new UrdsAppGestión.Presentacion.ComunidadesForms.LiquidacionesForms.InformeParticularReciboIVA.DataSetInformeParticularIVA();
     this.dataSet2BindingSource            = new System.Windows.Forms.BindingSource(this.components);
     this.dataSet2 = new UrdsAppGestión.Presentacion.Informes.DataSet2();
     this.dataSetInfoEntidadxsdBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dataSetInfoEntidadxsd          = new UrdsAppGestión.Presentacion.ComunidadesForms.LiquidacionesForms.InformeParticularRecibo.DataSetInfoEntidadxsd();
     this.dataSetIVATotalesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dataSetIVATotales = new UrdsAppGestión.Presentacion.ComunidadesForms.LiquidacionesForms.InformeParticularReciboIVA.DataSetIVATotales();
     this.dataSetLiqResumenBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dataSetLiqResumen      = new UrdsAppGestión.Presentacion.ComunidadesForms.LiquidacionesForms.Informes.DataSetLiq();
     this.reportViewer1          = new Microsoft.Reporting.WinForms.ReportViewer();
     this.ComunidadBindingSource = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.DivisionLiquidacionBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSetInformeParticularIVA)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetInfoEntidadxsdBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetInfoEntidadxsd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetIVATotalesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetIVATotales)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetLiqResumenBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetLiqResumen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ComunidadBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // DivisionLiquidacionBindingSource
     //
     this.DivisionLiquidacionBindingSource.DataMember = "DivisionLiquidacion";
     this.DivisionLiquidacionBindingSource.DataSource = this.DataSetInformeParticularIVA;
     //
     // DataSetInformeParticularIVA
     //
     this.DataSetInformeParticularIVA.DataSetName             = "DataSetInformeParticularIVA";
     this.DataSetInformeParticularIVA.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dataSet2BindingSource
     //
     this.dataSet2BindingSource.DataSource = this.dataSet2;
     this.dataSet2BindingSource.Position   = 0;
     //
     // dataSet2
     //
     this.dataSet2.DataSetName             = "DataSet2";
     this.dataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dataSetInfoEntidadxsdBindingSource
     //
     this.dataSetInfoEntidadxsdBindingSource.DataSource = this.dataSetInfoEntidadxsd;
     this.dataSetInfoEntidadxsdBindingSource.Position   = 0;
     //
     // dataSetInfoEntidadxsd
     //
     this.dataSetInfoEntidadxsd.DataSetName             = "DataSetInfoEntidadxsd";
     this.dataSetInfoEntidadxsd.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dataSetIVATotalesBindingSource
     //
     this.dataSetIVATotalesBindingSource.DataSource = this.dataSetIVATotales;
     this.dataSetIVATotalesBindingSource.Position   = 0;
     //
     // dataSetIVATotales
     //
     this.dataSetIVATotales.DataSetName             = "DataSetIVATotales";
     this.dataSetIVATotales.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // dataSetLiqResumenBindingSource
     //
     this.dataSetLiqResumenBindingSource.DataSource = this.dataSetLiqResumen;
     this.dataSetLiqResumenBindingSource.Position   = 0;
     //
     // dataSetLiqResumen
     //
     this.dataSetLiqResumen.DataSetName             = "DataSetLiq";
     this.dataSetLiqResumen.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock  = System.Windows.Forms.DockStyle.Fill;
     reportDataSource6.Name   = "DataSet1";
     reportDataSource6.Value  = this.DivisionLiquidacionBindingSource;
     reportDataSource7.Name   = "DataSet2";
     reportDataSource7.Value  = this.dataSet2BindingSource;
     reportDataSource8.Name   = "DataSet3";
     reportDataSource8.Value  = this.dataSetInfoEntidadxsdBindingSource;
     reportDataSource9.Name   = "DataSet4";
     reportDataSource9.Value  = this.dataSetIVATotalesBindingSource;
     reportDataSource10.Name  = "DataSet5";
     reportDataSource10.Value = this.dataSetLiqResumenBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource6);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource7);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource8);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource9);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource10);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "UrdsAppGestión.Presentacion.ComunidadesForms.LiquidacionesForms.InformeParticular" +
                                                             "ReciboIVA.ReportLiquidacionParticularIVA.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 0);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(733, 749);
     this.reportViewer1.TabIndex = 0;
     //
     // ComunidadBindingSource
     //
     this.ComunidadBindingSource.DataMember = "Comunidad";
     this.ComunidadBindingSource.DataSource = this.dataSet2;
     //
     // FormVerInformeLiquidacionIVA
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(733, 749);
     this.Controls.Add(this.reportViewer1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormVerInformeLiquidacionIVA";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Liquidacion con IVA";
     this.TopMost       = true;
     this.Load         += new System.EventHandler(this.FormVerInformeLiquidacionIVA_Load);
     ((System.ComponentModel.ISupportInitialize)(this.DivisionLiquidacionBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSetInformeParticularIVA)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetInfoEntidadxsdBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetInfoEntidadxsd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetIVATotalesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetIVATotales)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetLiqResumenBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSetLiqResumen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ComunidadBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.impresionDAL1 = new Laboratorio2.DAL.ImpresionDAL();
     this.listaIndicacionesBindingSource             = new System.Windows.Forms.BindingSource(this.components);
     this.laboratorioImpresionMensajesBindingSource  = new System.Windows.Forms.BindingSource(this.components);
     this.laboratorio_Impresion_MensajesTableAdapter = new Laboratorio2.DAL.ImpresionDALTableAdapters.Laboratorio_Impresion_MensajesTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.impresionDAL1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.listaIndicacionesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.laboratorioImpresionMensajesBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // reportViewer1
     //
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.listaIndicacionesBindingSource;
     reportDataSource2.Name  = "DataSet2";
     reportDataSource2.Value = this.laboratorioImpresionMensajesBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "Laboratorio2.ImpresionIndicaciones.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(12, 12);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(839, 382);
     this.reportViewer1.TabIndex = 0;
     //
     // impresionDAL1
     //
     this.impresionDAL1.DataSetName             = "ImpresionDAL";
     this.impresionDAL1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // listaIndicacionesBindingSource
     //
     this.listaIndicacionesBindingSource.DataMember = "Lista_Indicaciones";
     this.listaIndicacionesBindingSource.DataSource = this.impresionDAL1;
     //
     // laboratorioImpresionMensajesBindingSource
     //
     this.laboratorioImpresionMensajesBindingSource.DataMember = "Laboratorio_Impresion_Mensajes";
     this.laboratorioImpresionMensajesBindingSource.DataSource = this.impresionDAL1;
     //
     // laboratorio_Impresion_MensajesTableAdapter
     //
     this.laboratorio_Impresion_MensajesTableAdapter.ClearBeforeFill = true;
     //
     // ImpresionIndicaciones
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(863, 417);
     this.Controls.Add(this.reportViewer1);
     this.Name  = "ImpresionIndicaciones";
     this.Text  = "ImpresionIndicaciones";
     this.Load += new System.EventHandler(this.ImpresionIndicaciones_Load);
     ((System.ComponentModel.ISupportInitialize)(this.impresionDAL1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.listaIndicacionesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.laboratorioImpresionMensajesBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.pacoteBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.prodpacoteDataSet   = new ProjetoTcc.prodpacoteDataSet();
     this.label1                         = new System.Windows.Forms.Label();
     this.reportViewer1                  = new Microsoft.Reporting.WinForms.ReportViewer();
     this.dateTimePicker1                = new System.Windows.Forms.DateTimePicker();
     this.dateTimePicker2                = new System.Windows.Forms.DateTimePicker();
     this.fillBy2ToolStrip               = new System.Windows.Forms.ToolStrip();
     this.data1ToolStripLabel1           = new System.Windows.Forms.ToolStripLabel();
     this.data1ToolStripTextBox1         = new System.Windows.Forms.ToolStripTextBox();
     this.data2ToolStripLabel1           = new System.Windows.Forms.ToolStripLabel();
     this.data2ToolStripTextBox1         = new System.Windows.Forms.ToolStripTextBox();
     this.fillBy2ToolStripButton         = new System.Windows.Forms.ToolStripButton();
     this.button1                        = new System.Windows.Forms.Button();
     this.label2                         = new System.Windows.Forms.Label();
     this.label3                         = new System.Windows.Forms.Label();
     this.fillByToolStrip                = new System.Windows.Forms.ToolStrip();
     this.data1ToolStripLabel            = new System.Windows.Forms.ToolStripLabel();
     this.data1ToolStripTextBox          = new System.Windows.Forms.ToolStripTextBox();
     this.data2ToolStripLabel            = new System.Windows.Forms.ToolStripLabel();
     this.data2ToolStripTextBox          = new System.Windows.Forms.ToolStripTextBox();
     this.fillByToolStripButton          = new System.Windows.Forms.ToolStripButton();
     this.prodpacoteDataSetBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.pacoteTableAdapter             = new ProjetoTcc.prodpacoteDataSetTableAdapters.pacoteTableAdapter();
     this.button2                        = new System.Windows.Forms.Button();
     this.fillToolStrip                  = new System.Windows.Forms.ToolStrip();
     this.fillToolStripButton            = new System.Windows.Forms.ToolStripButton();
     this.btnFechar                      = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.pacoteBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.prodpacoteDataSet)).BeginInit();
     this.fillBy2ToolStrip.SuspendLayout();
     this.fillByToolStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.prodpacoteDataSetBindingSource)).BeginInit();
     this.fillToolStrip.SuspendLayout();
     this.SuspendLayout();
     //
     // pacoteBindingSource
     //
     this.pacoteBindingSource.DataMember = "pacote";
     this.pacoteBindingSource.DataSource = this.prodpacoteDataSet;
     //
     // prodpacoteDataSet
     //
     this.prodpacoteDataSet.DataSetName             = "prodpacoteDataSet";
     this.prodpacoteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Font      = new System.Drawing.Font("Modern No. 20", 27.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Maroon;
     this.label1.Location  = new System.Drawing.Point(382, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(168, 38);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Relatório";
     //
     // reportViewer1
     //
     this.reportViewer1.BackColor       = System.Drawing.Color.Snow;
     this.reportViewer1.BackgroundImage = global::ProjetoTcc.Properties.Resources.tcc;
     this.reportViewer1.BorderStyle     = System.Windows.Forms.BorderStyle.Fixed3D;
     reportDataSource1.Name             = "DtPacote";
     reportDataSource1.Value            = this.pacoteBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "ProjetoTcc.Relatorio_Produtos.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(109, 167);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.ServerReport.BearerToken = null;
     this.reportViewer1.Size     = new System.Drawing.Size(795, 356);
     this.reportViewer1.TabIndex = 0;
     this.reportViewer1.Load    += new System.EventHandler(this.reportViewer1_Load);
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Font     = new System.Drawing.Font("Modern No. 20", 20.25F, System.Drawing.FontStyle.Bold);
     this.dateTimePicker1.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker1.Location = new System.Drawing.Point(375, 53);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(165, 36);
     this.dateTimePicker1.TabIndex = 3;
     this.dateTimePicker1.Value    = new System.DateTime(2019, 4, 24, 0, 0, 0, 0);
     this.dateTimePicker1.CloseUp += new System.EventHandler(this.dateTimePicker1_CloseUp);
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Font     = new System.Drawing.Font("Modern No. 20", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dateTimePicker2.Format   = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker2.Location = new System.Drawing.Point(639, 53);
     this.dateTimePicker2.Name     = "dateTimePicker2";
     this.dateTimePicker2.Size     = new System.Drawing.Size(161, 36);
     this.dateTimePicker2.TabIndex = 4;
     this.dateTimePicker2.Value    = new System.DateTime(2019, 4, 24, 0, 0, 0, 0);
     this.dateTimePicker2.CloseUp += new System.EventHandler(this.dateTimePicker2_CloseUp);
     //
     // fillBy2ToolStrip
     //
     this.fillBy2ToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.data1ToolStripLabel1,
         this.data1ToolStripTextBox1,
         this.data2ToolStripLabel1,
         this.data2ToolStripTextBox1,
         this.fillBy2ToolStripButton
     });
     this.fillBy2ToolStrip.Location = new System.Drawing.Point(0, 0);
     this.fillBy2ToolStrip.Name     = "fillBy2ToolStrip";
     this.fillBy2ToolStrip.Size     = new System.Drawing.Size(982, 25);
     this.fillBy2ToolStrip.TabIndex = 5;
     this.fillBy2ToolStrip.Text     = "fillBy2ToolStrip";
     this.fillBy2ToolStrip.Visible  = false;
     //
     // data1ToolStripLabel1
     //
     this.data1ToolStripLabel1.Name = "data1ToolStripLabel1";
     this.data1ToolStripLabel1.Size = new System.Drawing.Size(39, 22);
     this.data1ToolStripLabel1.Text = "data1:";
     //
     // data1ToolStripTextBox1
     //
     this.data1ToolStripTextBox1.Name = "data1ToolStripTextBox1";
     this.data1ToolStripTextBox1.Size = new System.Drawing.Size(100, 25);
     //
     // data2ToolStripLabel1
     //
     this.data2ToolStripLabel1.Name = "data2ToolStripLabel1";
     this.data2ToolStripLabel1.Size = new System.Drawing.Size(39, 22);
     this.data2ToolStripLabel1.Text = "data2:";
     //
     // data2ToolStripTextBox1
     //
     this.data2ToolStripTextBox1.Name = "data2ToolStripTextBox1";
     this.data2ToolStripTextBox1.Size = new System.Drawing.Size(100, 25);
     //
     // fillBy2ToolStripButton
     //
     this.fillBy2ToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fillBy2ToolStripButton.Name         = "fillBy2ToolStripButton";
     this.fillBy2ToolStripButton.Size         = new System.Drawing.Size(45, 22);
     this.fillBy2ToolStripButton.Text         = "FillBy2";
     //
     // button1
     //
     this.button1.Font      = new System.Drawing.Font("Modern No. 20", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.Maroon;
     this.button1.Location  = new System.Drawing.Point(820, 53);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(136, 38);
     this.button1.TabIndex  = 6;
     this.button1.Text      = "Buscar";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Font      = new System.Drawing.Font("Modern No. 20", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Maroon;
     this.label2.Location  = new System.Drawing.Point(546, 57);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(87, 31);
     this.label2.TabIndex  = 7;
     this.label2.Text      = "Entre";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.Color.Transparent;
     this.label3.Font      = new System.Drawing.Font("Modern No. 20", 21.75F, System.Drawing.FontStyle.Bold);
     this.label3.ForeColor = System.Drawing.Color.Maroon;
     this.label3.Location  = new System.Drawing.Point(8, 58);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(361, 31);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Busca por datas de entrada:";
     //
     // fillByToolStrip
     //
     this.fillByToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.fillByToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.data1ToolStripLabel,
         this.data1ToolStripTextBox,
         this.data2ToolStripLabel,
         this.data2ToolStripTextBox,
         this.fillByToolStripButton
     });
     this.fillByToolStrip.Location = new System.Drawing.Point(0, 0);
     this.fillByToolStrip.Name     = "fillByToolStrip";
     this.fillByToolStrip.Size     = new System.Drawing.Size(982, 25);
     this.fillByToolStrip.TabIndex = 9;
     this.fillByToolStrip.Text     = "fillByToolStrip";
     this.fillByToolStrip.Visible  = false;
     //
     // data1ToolStripLabel
     //
     this.data1ToolStripLabel.Name = "data1ToolStripLabel";
     this.data1ToolStripLabel.Size = new System.Drawing.Size(39, 22);
     this.data1ToolStripLabel.Text = "data1:";
     //
     // data1ToolStripTextBox
     //
     this.data1ToolStripTextBox.Name = "data1ToolStripTextBox";
     this.data1ToolStripTextBox.Size = new System.Drawing.Size(100, 25);
     //
     // data2ToolStripLabel
     //
     this.data2ToolStripLabel.Name = "data2ToolStripLabel";
     this.data2ToolStripLabel.Size = new System.Drawing.Size(39, 22);
     this.data2ToolStripLabel.Text = "data2:";
     //
     // data2ToolStripTextBox
     //
     this.data2ToolStripTextBox.Name = "data2ToolStripTextBox";
     this.data2ToolStripTextBox.Size = new System.Drawing.Size(100, 25);
     //
     // fillByToolStripButton
     //
     this.fillByToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fillByToolStripButton.Name         = "fillByToolStripButton";
     this.fillByToolStripButton.Size         = new System.Drawing.Size(39, 22);
     this.fillByToolStripButton.Text         = "FillBy";
     //
     // prodpacoteDataSetBindingSource
     //
     this.prodpacoteDataSetBindingSource.DataMember = "pacote";
     this.prodpacoteDataSetBindingSource.DataSource = this.prodpacoteDataSet;
     //
     // pacoteTableAdapter
     //
     this.pacoteTableAdapter.ClearBeforeFill = true;
     //
     // button2
     //
     this.button2.Font      = new System.Drawing.Font("Modern No. 20", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button2.ForeColor = System.Drawing.Color.Maroon;
     this.button2.Location  = new System.Drawing.Point(332, 107);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(301, 38);
     this.button2.TabIndex  = 10;
     this.button2.Text      = "Limpar Filtros";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // fillToolStrip
     //
     this.fillToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.fillToolStripButton
     });
     this.fillToolStrip.Location = new System.Drawing.Point(0, 0);
     this.fillToolStrip.Name     = "fillToolStrip";
     this.fillToolStrip.Size     = new System.Drawing.Size(982, 25);
     this.fillToolStrip.TabIndex = 11;
     this.fillToolStrip.Text     = "fillToolStrip";
     this.fillToolStrip.Visible  = false;
     //
     // fillToolStripButton
     //
     this.fillToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
     this.fillToolStripButton.Name         = "fillToolStripButton";
     this.fillToolStripButton.Size         = new System.Drawing.Size(26, 22);
     this.fillToolStripButton.Text         = "Fill";
     //
     // btnFechar
     //
     this.btnFechar.Font      = new System.Drawing.Font("Modern No. 20", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFechar.ForeColor = System.Drawing.Color.Maroon;
     this.btnFechar.Location  = new System.Drawing.Point(389, 534);
     this.btnFechar.Name      = "btnFechar";
     this.btnFechar.Size      = new System.Drawing.Size(175, 38);
     this.btnFechar.TabIndex  = 12;
     this.btnFechar.Text      = "Fechar";
     this.btnFechar.UseVisualStyleBackColor = true;
     this.btnFechar.Click += new System.EventHandler(this.btnFechar_Click);
     //
     // FrmVisualizador
     //
     this.AccessibleRole        = System.Windows.Forms.AccessibleRole.Window;
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll            = true;
     this.BackgroundImage       = global::ProjetoTcc.Properties.Resources.tcc;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(969, 584);
     this.Controls.Add(this.btnFechar);
     this.Controls.Add(this.fillToolStrip);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.fillByToolStrip);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.fillBy2ToolStrip);
     this.Controls.Add(this.dateTimePicker2);
     this.Controls.Add(this.dateTimePicker1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.reportViewer1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmVisualizador";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "FrmVisualizador";
     this.Load           += new System.EventHandler(this.FrmVisualizador_Load);
     ((System.ComponentModel.ISupportInitialize)(this.pacoteBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.prodpacoteDataSet)).EndInit();
     this.fillBy2ToolStrip.ResumeLayout(false);
     this.fillBy2ToolStrip.PerformLayout();
     this.fillByToolStrip.ResumeLayout(false);
     this.fillByToolStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.prodpacoteDataSetBindingSource)).EndInit();
     this.fillToolStrip.ResumeLayout(false);
     this.fillToolStrip.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.EntradasAlmacenBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsProductos   = new PuntoVenta.dsProductos();
     this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
     this.btnMostrar    = new System.Windows.Forms.Button();
     this.EntradasAlmacenTableAdapter = new PuntoVenta.dsProductosTableAdapters.EntradasAlmacenTableAdapter();
     this.groupBoxFechas   = new System.Windows.Forms.GroupBox();
     this.dtpFechaFinal    = new System.Windows.Forms.DateTimePicker();
     this.chckFechaFinal   = new System.Windows.Forms.CheckBox();
     this.label2           = new System.Windows.Forms.Label();
     this.dtpFechaInicial  = new System.Windows.Forms.DateTimePicker();
     this.panel1           = new System.Windows.Forms.Panel();
     this.radioSinFechas   = new System.Windows.Forms.RadioButton();
     this.radioSoloFecha   = new System.Windows.Forms.RadioButton();
     this.radioConFechas   = new System.Windows.Forms.RadioButton();
     this.groupBoxBusqueda = new System.Windows.Forms.GroupBox();
     this.radioUsuario     = new System.Windows.Forms.RadioButton();
     this.radioIdProducto  = new System.Windows.Forms.RadioButton();
     this.txtBusqueda      = new System.Windows.Forms.TextBox();
     this.label1           = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.EntradasAlmacenBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsProductos)).BeginInit();
     this.groupBoxFechas.SuspendLayout();
     this.panel1.SuspendLayout();
     this.groupBoxBusqueda.SuspendLayout();
     this.SuspendLayout();
     //
     // EntradasAlmacenBindingSource
     //
     this.EntradasAlmacenBindingSource.DataMember = "EntradasAlmacen";
     this.EntradasAlmacenBindingSource.DataSource = this.dsProductos;
     //
     // dsProductos
     //
     this.dsProductos.DataSetName             = "dsProductos";
     this.dsProductos.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Bottom;
     reportDataSource1.Name  = "DatasetEntradaAlmacen";
     reportDataSource1.Value = this.EntradasAlmacenBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "PuntoVenta.Reportes.ReporteEntradasAlmacen.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 186);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(820, 395);
     this.reportViewer1.TabIndex = 19;
     //
     // btnMostrar
     //
     this.btnMostrar.Location = new System.Drawing.Point(618, 12);
     this.btnMostrar.Name     = "btnMostrar";
     this.btnMostrar.Size     = new System.Drawing.Size(59, 149);
     this.btnMostrar.TabIndex = 18;
     this.btnMostrar.Text     = "Mostrar";
     this.btnMostrar.UseVisualStyleBackColor = true;
     this.btnMostrar.Click += new System.EventHandler(this.btnMostrar_Click);
     //
     // EntradasAlmacenTableAdapter
     //
     this.EntradasAlmacenTableAdapter.ClearBeforeFill = true;
     //
     // groupBoxFechas
     //
     this.groupBoxFechas.Controls.Add(this.dtpFechaFinal);
     this.groupBoxFechas.Controls.Add(this.chckFechaFinal);
     this.groupBoxFechas.Controls.Add(this.label2);
     this.groupBoxFechas.Controls.Add(this.dtpFechaInicial);
     this.groupBoxFechas.Location = new System.Drawing.Point(21, 94);
     this.groupBoxFechas.Name     = "groupBoxFechas";
     this.groupBoxFechas.Size     = new System.Drawing.Size(591, 67);
     this.groupBoxFechas.TabIndex = 25;
     this.groupBoxFechas.TabStop  = false;
     //
     // dtpFechaFinal
     //
     this.dtpFechaFinal.Location = new System.Drawing.Point(298, 36);
     this.dtpFechaFinal.Name     = "dtpFechaFinal";
     this.dtpFechaFinal.Size     = new System.Drawing.Size(259, 20);
     this.dtpFechaFinal.TabIndex = 21;
     //
     // chckFechaFinal
     //
     this.chckFechaFinal.AutoSize = true;
     this.chckFechaFinal.Location = new System.Drawing.Point(298, 16);
     this.chckFechaFinal.Name     = "chckFechaFinal";
     this.chckFechaFinal.Size     = new System.Drawing.Size(81, 17);
     this.chckFechaFinal.TabIndex = 19;
     this.chckFechaFinal.Text     = "Fecha Final";
     this.chckFechaFinal.UseVisualStyleBackColor = true;
     this.chckFechaFinal.CheckedChanged         += new System.EventHandler(this.TipoOpcion_CheckedChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(17, 18);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(70, 13);
     this.label2.TabIndex = 20;
     this.label2.Text     = "Fecha Inicial:";
     //
     // dtpFechaInicial
     //
     this.dtpFechaInicial.Location = new System.Drawing.Point(17, 34);
     this.dtpFechaInicial.Name     = "dtpFechaInicial";
     this.dtpFechaInicial.Size     = new System.Drawing.Size(262, 20);
     this.dtpFechaInicial.TabIndex = 18;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.radioSinFechas);
     this.panel1.Controls.Add(this.radioSoloFecha);
     this.panel1.Controls.Add(this.radioConFechas);
     this.panel1.Location = new System.Drawing.Point(21, 59);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(591, 29);
     this.panel1.TabIndex = 26;
     //
     // radioSinFechas
     //
     this.radioSinFechas.AutoSize = true;
     this.radioSinFechas.Location = new System.Drawing.Point(374, 9);
     this.radioSinFechas.Name     = "radioSinFechas";
     this.radioSinFechas.Size     = new System.Drawing.Size(109, 17);
     this.radioSinFechas.TabIndex = 2;
     this.radioSinFechas.TabStop  = true;
     this.radioSinFechas.Text     = "Buscar sin fechas";
     this.radioSinFechas.UseVisualStyleBackColor = true;
     this.radioSinFechas.CheckedChanged         += new System.EventHandler(this.TipoOpcion_CheckedChanged);
     //
     // radioSoloFecha
     //
     this.radioSoloFecha.AutoSize = true;
     this.radioSoloFecha.Location = new System.Drawing.Point(212, 9);
     this.radioSoloFecha.Name     = "radioSoloFecha";
     this.radioSoloFecha.Size     = new System.Drawing.Size(110, 17);
     this.radioSoloFecha.TabIndex = 1;
     this.radioSoloFecha.TabStop  = true;
     this.radioSoloFecha.Text     = "Buscar sólo fecha";
     this.radioSoloFecha.UseVisualStyleBackColor = true;
     this.radioSoloFecha.CheckedChanged         += new System.EventHandler(this.TipoOpcion_CheckedChanged);
     //
     // radioConFechas
     //
     this.radioConFechas.AutoSize = true;
     this.radioConFechas.Location = new System.Drawing.Point(26, 9);
     this.radioConFechas.Name     = "radioConFechas";
     this.radioConFechas.Size     = new System.Drawing.Size(114, 17);
     this.radioConFechas.TabIndex = 0;
     this.radioConFechas.TabStop  = true;
     this.radioConFechas.Text     = "Buscar con fechas";
     this.radioConFechas.UseVisualStyleBackColor = true;
     this.radioConFechas.CheckedChanged         += new System.EventHandler(this.TipoOpcion_CheckedChanged);
     //
     // groupBoxBusqueda
     //
     this.groupBoxBusqueda.Controls.Add(this.radioUsuario);
     this.groupBoxBusqueda.Controls.Add(this.radioIdProducto);
     this.groupBoxBusqueda.Controls.Add(this.txtBusqueda);
     this.groupBoxBusqueda.Controls.Add(this.label1);
     this.groupBoxBusqueda.Location = new System.Drawing.Point(21, 1);
     this.groupBoxBusqueda.Name     = "groupBoxBusqueda";
     this.groupBoxBusqueda.Size     = new System.Drawing.Size(591, 52);
     this.groupBoxBusqueda.TabIndex = 27;
     this.groupBoxBusqueda.TabStop  = false;
     //
     // radioUsuario
     //
     this.radioUsuario.AutoSize = true;
     this.radioUsuario.Location = new System.Drawing.Point(453, 26);
     this.radioUsuario.Name     = "radioUsuario";
     this.radioUsuario.Size     = new System.Drawing.Size(61, 17);
     this.radioUsuario.TabIndex = 28;
     this.radioUsuario.TabStop  = true;
     this.radioUsuario.Text     = "Usuario";
     this.radioUsuario.UseVisualStyleBackColor = true;
     this.radioUsuario.CheckedChanged         += new System.EventHandler(this.TipoOpcion_CheckedChanged);
     //
     // radioIdProducto
     //
     this.radioIdProducto.AutoSize = true;
     this.radioIdProducto.Location = new System.Drawing.Point(314, 26);
     this.radioIdProducto.Name     = "radioIdProducto";
     this.radioIdProducto.Size     = new System.Drawing.Size(80, 17);
     this.radioIdProducto.TabIndex = 27;
     this.radioIdProducto.TabStop  = true;
     this.radioIdProducto.Text     = "Id Producto";
     this.radioIdProducto.UseVisualStyleBackColor = true;
     this.radioIdProducto.CheckedChanged         += new System.EventHandler(this.TipoOpcion_CheckedChanged);
     //
     // txtBusqueda
     //
     this.txtBusqueda.Location = new System.Drawing.Point(5, 24);
     this.txtBusqueda.Name     = "txtBusqueda";
     this.txtBusqueda.Size     = new System.Drawing.Size(289, 20);
     this.txtBusqueda.TabIndex = 26;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(5, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(58, 13);
     this.label1.TabIndex = 25;
     this.label1.Text     = "Búsqueda:";
     //
     // frmReporteEntradasAlmacen
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(820, 581);
     this.Controls.Add(this.groupBoxBusqueda);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.groupBoxFechas);
     this.Controls.Add(this.reportViewer1);
     this.Controls.Add(this.btnMostrar);
     this.Name         = "frmReporteEntradasAlmacen";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmReporteEntradasAlmacen_FormClosing);
     this.Load        += new System.EventHandler(this.frmReporteEntradasAlmacen_Load);
     ((System.ComponentModel.ISupportInitialize)(this.EntradasAlmacenBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsProductos)).EndInit();
     this.groupBoxFechas.ResumeLayout(false);
     this.groupBoxFechas.PerformLayout();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.groupBoxBusqueda.ResumeLayout(false);
     this.groupBoxBusqueda.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 59
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.TermBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.iTechData         = new iTech.iTechData();
     this.panel1            = new System.Windows.Forms.Panel();
     this.label1            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.comboForm         = new System.Windows.Forms.ComboBox();
     this.panel2            = new System.Windows.Forms.Panel();
     this.reportViewer1     = new Microsoft.Reporting.WinForms.ReportViewer();
     this.TermTableAdapter  = new iTech.iTechDataTableAdapters.TermTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.TermBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.iTechData)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // TermBindingSource
     //
     this.TermBindingSource.DataMember = "Term";
     this.TermBindingSource.DataSource = this.iTechData;
     //
     // iTechData
     //
     this.iTechData.DataSetName             = "iTechData";
     this.iTechData.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.Red;
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.comboForm);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(854, 100);
     this.panel1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Adobe Caslon Pro Bold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label1.Location  = new System.Drawing.Point(335, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(166, 36);
     this.label1.TabIndex  = 71;
     this.label1.Text      = "iTech Merit List  ";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Font      = new System.Drawing.Font("Adobe Caslon Pro Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
     this.label3.Location  = new System.Drawing.Point(336, 45);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(48, 27);
     this.label3.TabIndex  = 70;
     this.label3.Text      = "Form";
     //
     // comboForm
     //
     this.comboForm.FormattingEnabled = true;
     this.comboForm.Items.AddRange(new object[] {
         "FORM 1",
         "FORM 2",
         "FORM 3",
         "FORM 4"
     });
     this.comboForm.Location              = new System.Drawing.Point(390, 47);
     this.comboForm.Name                  = "comboForm";
     this.comboForm.Size                  = new System.Drawing.Size(95, 21);
     this.comboForm.TabIndex              = 69;
     this.comboForm.SelectedIndexChanged += new System.EventHandler(this.comboForm_SelectedIndexChanged);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.reportViewer1);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(0, 100);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(854, 339);
     this.panel2.TabIndex = 1;
     //
     // reportViewer1
     //
     this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
     reportDataSource2.Name  = "DataSet1";
     reportDataSource2.Value = this.TermBindingSource;
     this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
     this.reportViewer1.LocalReport.ReportEmbeddedResource = "iTech.TopTenStudents.rdlc";
     this.reportViewer1.Location = new System.Drawing.Point(0, 0);
     this.reportViewer1.Name     = "reportViewer1";
     this.reportViewer1.Size     = new System.Drawing.Size(854, 339);
     this.reportViewer1.TabIndex = 0;
     //
     // TermTableAdapter
     //
     this.TermTableAdapter.ClearBeforeFill = true;
     //
     // TopTenForms
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(854, 439);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name  = "TopTenForms";
     this.Text  = "TopTenForms";
     this.Load += new System.EventHandler(this.TopTenForms_Load);
     ((System.ComponentModel.ISupportInitialize)(this.TermBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.iTechData)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
     this.Datos_EstadisticaBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.reportViewer_estad_factu       = new Microsoft.Reporting.WinForms.ReportViewer();
     this.btn_calcular = new System.Windows.Forms.Button();
     this.label1       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.label3       = new System.Windows.Forms.Label();
     this.txt_mes      = new System.Windows.Forms.MaskedTextBox();
     this.txt_monto    = new System.Windows.Forms.MaskedTextBox();
     this.Estadistica_FactuBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.DataSet_Reportes_Facturacion   = new tp_pav1.Reportes_Facturacion.DataSet_Reportes_Facturacion();
     ((System.ComponentModel.ISupportInitialize)(this.Datos_EstadisticaBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Estadistica_FactuBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSet_Reportes_Facturacion)).BeginInit();
     this.SuspendLayout();
     //
     // Datos_EstadisticaBindingSource
     //
     this.Datos_EstadisticaBindingSource.DataMember = "Datos Estadistica";
     //
     // reportViewer_estad_factu
     //
     reportDataSource1.Name  = "DataSet1";
     reportDataSource1.Value = this.Datos_EstadisticaBindingSource;
     this.reportViewer_estad_factu.LocalReport.DataSources.Add(reportDataSource1);
     this.reportViewer_estad_factu.LocalReport.ReportEmbeddedResource = "tp_pav1.Reportes_Facturacion._Informe_Estadistica_factu.rdlc";
     this.reportViewer_estad_factu.Location = new System.Drawing.Point(26, 173);
     this.reportViewer_estad_factu.Name     = "reportViewer_estad_factu";
     this.reportViewer_estad_factu.Size     = new System.Drawing.Size(774, 367);
     this.reportViewer_estad_factu.TabIndex = 0;
     //
     // btn_calcular
     //
     this.btn_calcular.Location = new System.Drawing.Point(222, 83);
     this.btn_calcular.Name     = "btn_calcular";
     this.btn_calcular.Size     = new System.Drawing.Size(148, 54);
     this.btn_calcular.TabIndex = 1;
     this.btn_calcular.Text     = "Calcular Estadistica";
     this.btn_calcular.UseVisualStyleBackColor = true;
     this.btn_calcular.Click += new System.EventHandler(this.btn_calcular_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(36, 89);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Mes:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(23, 135);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(54, 16);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Monto:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(56, 38);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(627, 16);
     this.label3.TabIndex = 6;
     this.label3.Text     = "Devuelve  el total por numero de factura permitiendo definir por parametro el mes" +
                            " y monto";
     //
     // txt_mes
     //
     this.txt_mes.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_mes.Location = new System.Drawing.Point(93, 83);
     this.txt_mes.Mask     = "99";
     this.txt_mes.Name     = "txt_mes";
     this.txt_mes.Size     = new System.Drawing.Size(56, 26);
     this.txt_mes.TabIndex = 7;
     //
     // txt_monto
     //
     this.txt_monto.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txt_monto.Location = new System.Drawing.Point(93, 129);
     this.txt_monto.Mask     = "9999999";
     this.txt_monto.Name     = "txt_monto";
     this.txt_monto.Size     = new System.Drawing.Size(73, 26);
     this.txt_monto.TabIndex = 8;
     //
     // Estadistica_FactuBindingSource
     //
     this.Estadistica_FactuBindingSource.DataMember = "Estadistica_Factu";
     this.Estadistica_FactuBindingSource.DataSource = this.DataSet_Reportes_Facturacion;
     //
     // DataSet_Reportes_Facturacion
     //
     this.DataSet_Reportes_Facturacion.DataSetName             = "DataSet_Reportes_Facturacion";
     this.DataSet_Reportes_Facturacion.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // Estadistica_Facturacion
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(839, 559);
     this.Controls.Add(this.txt_monto);
     this.Controls.Add(this.txt_mes);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.btn_calcular);
     this.Controls.Add(this.reportViewer_estad_factu);
     this.Name  = "Estadistica_Facturacion";
     this.Text  = "Estadistica de Facturacion";
     this.Load += new System.EventHandler(this.Estadistica_Total_x_numFAc_Load);
     ((System.ComponentModel.ISupportInitialize)(this.Datos_EstadisticaBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Estadistica_FactuBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DataSet_Reportes_Facturacion)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }