namespace Baza_Reklam { partial class LetterViewer { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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.KLIENCIBindingSource = new System.Windows.Forms.BindingSource(this.components); this.REKLAMADataSet = new Baza_Reklam.REKLAMADataSet(); this.ListaReklamDoWydaniaNrBindingSource = new System.Windows.Forms.BindingSource(this.components); this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer(); this.KLIENCITableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter(); this.ListaReklamDoWydaniaNrTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ListaReklamDoWydaniaNrTableAdapter(); ((System.ComponentModel.ISupportInitialize)(this.KLIENCIBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.REKLAMADataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.ListaReklamDoWydaniaNrBindingSource)).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; // // ListaReklamDoWydaniaNrBindingSource // this.ListaReklamDoWydaniaNrBindingSource.DataMember = "ListaReklamDoWydaniaNr"; this.ListaReklamDoWydaniaNrBindingSource.DataSource = this.REKLAMADataSet; // // reportViewer1 // this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill; reportDataSource1.Name = "REKLAMADataSet_KLIENCI"; reportDataSource1.Value = this.KLIENCIBindingSource; reportDataSource2.Name = "REKLAMADataSet_ListaReklamDoWydaniaNr"; reportDataSource2.Value = this.ListaReklamDoWydaniaNrBindingSource; this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1); this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2); this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.ListDoKlienta2.rdlc"; this.reportViewer1.Location = new System.Drawing.Point(0, 0); this.reportViewer1.Name = "reportViewer1"; this.reportViewer1.Size = new System.Drawing.Size(740, 638); this.reportViewer1.TabIndex = 0; // // KLIENCITableAdapter // this.KLIENCITableAdapter.ClearBeforeFill = true; // // ListaReklamDoWydaniaNrTableAdapter // this.ListaReklamDoWydaniaNrTableAdapter.ClearBeforeFill = true; // // LetterViewer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(740, 638); this.Controls.Add(this.reportViewer1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "LetterViewer"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "List do klienta"; this.Load += new System.EventHandler(this.LetterViewer_Load); ((System.ComponentModel.ISupportInitialize)(this.KLIENCIBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.REKLAMADataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.ListaReklamDoWydaniaNrBindingSource)).EndInit(); this.ResumeLayout(false); } #endregion private Microsoft.Reporting.WinForms.ReportViewer reportViewer1; private System.Windows.Forms.BindingSource KLIENCIBindingSource; private REKLAMADataSet REKLAMADataSet; private System.Windows.Forms.BindingSource ListaReklamDoWydaniaNrBindingSource; private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter KLIENCITableAdapter; private Baza_Reklam.REKLAMADataSetTableAdapters.ListaReklamDoWydaniaNrTableAdapter ListaReklamDoWydaniaNrTableAdapter; } }