namespace Baza_Reklam
{
    partial class DaneKlientaViewer
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <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.KLIENCIBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.REKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
            this.KLIENCITableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter();
            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
            this.kliencI_OSOBY_DO_KONTAKTUTableAdapter1 = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_OSOBY_DO_KONTAKTUTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.KLIENCIBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.REKLAMADataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // KLIENCIBindingSource
            // 
            this.KLIENCIBindingSource.DataMember = "KLIENCI";
            this.KLIENCIBindingSource.DataSource = this.REKLAMADataSet;
            // 
            // REKLAMADataSet
            // 
            this.REKLAMADataSet.DataSetName = "REKLAMADataSet";
            this.REKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // KLIENCITableAdapter
            // 
            this.KLIENCITableAdapter.ClearBeforeFill = true;
            // 
            // reportViewer1
            // 
            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
            reportDataSource1.Name = "REKLAMADataSet_KLIENCI";
            reportDataSource1.Value = this.KLIENCIBindingSource;
            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.DaneKlienta.rdlc";
            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
            this.reportViewer1.Name = "reportViewer1";
            this.reportViewer1.Size = new System.Drawing.Size(730, 628);
            this.reportViewer1.TabIndex = 0;
            // 
            // kliencI_OSOBY_DO_KONTAKTUTableAdapter1
            // 
            this.kliencI_OSOBY_DO_KONTAKTUTableAdapter1.ClearBeforeFill = true;
            // 
            // DaneKlientaViewer
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(730, 628);
            this.Controls.Add(this.reportViewer1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "DaneKlientaViewer";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Wydruk danych klienta";
            this.Load += new System.EventHandler(this.DaneKlientaViewer_Load);
            ((System.ComponentModel.ISupportInitialize)(this.KLIENCIBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.REKLAMADataSet)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.BindingSource KLIENCIBindingSource;
        private REKLAMADataSet REKLAMADataSet;
        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter KLIENCITableAdapter;
        private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_OSOBY_DO_KONTAKTUTableAdapter kliencI_OSOBY_DO_KONTAKTUTableAdapter1;
    }
}