root/Baza Reklam 2 - Faktury/LetterViewer.Designer.cs @ 30

Wersja 2, 5.6 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class LetterViewer
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
10        /// <summary>
11        /// Clean up any resources being used.
12        /// </summary>
13        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14        protected override void Dispose(bool disposing)
15        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Windows Form Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            this.components = new System.ComponentModel.Container();
32            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
33            Microsoft.Reporting.WinForms.ReportDataSource reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
34            this.KLIENCIBindingSource = new System.Windows.Forms.BindingSource(this.components);
35            this.REKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
36            this.ListaReklamDoWydaniaNrBindingSource = new System.Windows.Forms.BindingSource(this.components);
37            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
38            this.KLIENCITableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter();
39            this.ListaReklamDoWydaniaNrTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ListaReklamDoWydaniaNrTableAdapter();
40            ((System.ComponentModel.ISupportInitialize)(this.KLIENCIBindingSource)).BeginInit();
41            ((System.ComponentModel.ISupportInitialize)(this.REKLAMADataSet)).BeginInit();
42            ((System.ComponentModel.ISupportInitialize)(this.ListaReklamDoWydaniaNrBindingSource)).BeginInit();
43            this.SuspendLayout();
44            //
45            // KLIENCIBindingSource
46            //
47            this.KLIENCIBindingSource.DataMember = "KLIENCI";
48            this.KLIENCIBindingSource.DataSource = this.REKLAMADataSet;
49            //
50            // REKLAMADataSet
51            //
52            this.REKLAMADataSet.DataSetName = "REKLAMADataSet";
53            this.REKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
54            //
55            // ListaReklamDoWydaniaNrBindingSource
56            //
57            this.ListaReklamDoWydaniaNrBindingSource.DataMember = "ListaReklamDoWydaniaNr";
58            this.ListaReklamDoWydaniaNrBindingSource.DataSource = this.REKLAMADataSet;
59            //
60            // reportViewer1
61            //
62            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
63            reportDataSource1.Name = "REKLAMADataSet_KLIENCI";
64            reportDataSource1.Value = this.KLIENCIBindingSource;
65            reportDataSource2.Name = "REKLAMADataSet_ListaReklamDoWydaniaNr";
66            reportDataSource2.Value = this.ListaReklamDoWydaniaNrBindingSource;
67            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
68            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource2);
69            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.ListDoKlienta2.rdlc";
70            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
71            this.reportViewer1.Name = "reportViewer1";
72            this.reportViewer1.Size = new System.Drawing.Size(740, 638);
73            this.reportViewer1.TabIndex = 0;
74            //
75            // KLIENCITableAdapter
76            //
77            this.KLIENCITableAdapter.ClearBeforeFill = true;
78            //
79            // ListaReklamDoWydaniaNrTableAdapter
80            //
81            this.ListaReklamDoWydaniaNrTableAdapter.ClearBeforeFill = true;
82            //
83            // LetterViewer
84            //
85            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
86            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
87            this.ClientSize = new System.Drawing.Size(740, 638);
88            this.Controls.Add(this.reportViewer1);
89            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
90            this.Name = "LetterViewer";
91            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
92            this.Text = "List do klienta";
93            this.Load += new System.EventHandler(this.LetterViewer_Load);
94            ((System.ComponentModel.ISupportInitialize)(this.KLIENCIBindingSource)).EndInit();
95            ((System.ComponentModel.ISupportInitialize)(this.REKLAMADataSet)).EndInit();
96            ((System.ComponentModel.ISupportInitialize)(this.ListaReklamDoWydaniaNrBindingSource)).EndInit();
97            this.ResumeLayout(false);
98
99        }
100
101        #endregion
102
103        private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
104        private System.Windows.Forms.BindingSource KLIENCIBindingSource;
105        private REKLAMADataSet REKLAMADataSet;
106        private System.Windows.Forms.BindingSource ListaReklamDoWydaniaNrBindingSource;
107        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter KLIENCITableAdapter;
108        private Baza_Reklam.REKLAMADataSetTableAdapters.ListaReklamDoWydaniaNrTableAdapter ListaReklamDoWydaniaNrTableAdapter;
109    }
110}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.