root/Baza Reklam 2 - Faktury/DaneKlientaViewer.Designer.cs @ 65

Wersja 65, 4.6 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class DaneKlientaViewer
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            this.KLIENCIBindingSource = new System.Windows.Forms.BindingSource(this.components);
34            this.REKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
35            this.KLIENCITableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter();
36            this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
37            this.kliencI_OSOBY_DO_KONTAKTUTableAdapter1 = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_OSOBY_DO_KONTAKTUTableAdapter();
38            ((System.ComponentModel.ISupportInitialize)(this.KLIENCIBindingSource)).BeginInit();
39            ((System.ComponentModel.ISupportInitialize)(this.REKLAMADataSet)).BeginInit();
40            this.SuspendLayout();
41            //
42            // KLIENCIBindingSource
43            //
44            this.KLIENCIBindingSource.DataMember = "KLIENCI";
45            this.KLIENCIBindingSource.DataSource = this.REKLAMADataSet;
46            //
47            // REKLAMADataSet
48            //
49            this.REKLAMADataSet.DataSetName = "REKLAMADataSet";
50            this.REKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
51            //
52            // KLIENCITableAdapter
53            //
54            this.KLIENCITableAdapter.ClearBeforeFill = true;
55            //
56            // reportViewer1
57            //
58            this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
59            reportDataSource1.Name = "REKLAMADataSet_KLIENCI";
60            reportDataSource1.Value = this.KLIENCIBindingSource;
61            this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
62            this.reportViewer1.LocalReport.ReportEmbeddedResource = "Baza_Reklam.Raporty.DaneKlienta.rdlc";
63            this.reportViewer1.Location = new System.Drawing.Point(0, 0);
64            this.reportViewer1.Name = "reportViewer1";
65            this.reportViewer1.Size = new System.Drawing.Size(730, 628);
66            this.reportViewer1.TabIndex = 0;
67            //
68            // kliencI_OSOBY_DO_KONTAKTUTableAdapter1
69            //
70            this.kliencI_OSOBY_DO_KONTAKTUTableAdapter1.ClearBeforeFill = true;
71            //
72            // DaneKlientaViewer
73            //
74            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
75            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
76            this.ClientSize = new System.Drawing.Size(730, 628);
77            this.Controls.Add(this.reportViewer1);
78            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
79            this.Name = "DaneKlientaViewer";
80            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
81            this.Text = "Wydruk danych klienta";
82            this.Load += new System.EventHandler(this.DaneKlientaViewer_Load);
83            ((System.ComponentModel.ISupportInitialize)(this.KLIENCIBindingSource)).EndInit();
84            ((System.ComponentModel.ISupportInitialize)(this.REKLAMADataSet)).EndInit();
85            this.ResumeLayout(false);
86
87        }
88
89        #endregion
90
91        private System.Windows.Forms.BindingSource KLIENCIBindingSource;
92        private REKLAMADataSet REKLAMADataSet;
93        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter KLIENCITableAdapter;
94        private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
95        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_OSOBY_DO_KONTAKTUTableAdapter kliencI_OSOBY_DO_KONTAKTUTableAdapter1;
96    }
97}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.