| 1 | namespace BazaZamowien
|
|---|
| 2 | {
|
|---|
| 3 | partial class ZamowienieViewer
|
|---|
| 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 | Microsoft.Reporting.WinForms.ReportDataSource reportDataSource1 = new Microsoft.Reporting.WinForms.ReportDataSource();
|
|---|
| 32 | this.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
|
|---|
| 33 | this.SuspendLayout();
|
|---|
| 34 | //
|
|---|
| 35 | // reportViewer1
|
|---|
| 36 | //
|
|---|
| 37 | this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|---|
| 38 | reportDataSource1.Name = "zamowieniaDataSet_wydrukZamowienia";
|
|---|
| 39 | reportDataSource1.Value = null;
|
|---|
| 40 | this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
|
|---|
| 41 | this.reportViewer1.LocalReport.ReportEmbeddedResource = "BazaZamowien.Raporty.zamowienia.rdlc";
|
|---|
| 42 | this.reportViewer1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 43 | this.reportViewer1.Name = "reportViewer1";
|
|---|
| 44 | this.reportViewer1.Size = new System.Drawing.Size(733, 577);
|
|---|
| 45 | this.reportViewer1.TabIndex = 0;
|
|---|
| 46 | //
|
|---|
| 47 | // ZamowienieViewer
|
|---|
| 48 | //
|
|---|
| 49 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 50 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 51 | this.ClientSize = new System.Drawing.Size(733, 577);
|
|---|
| 52 | this.Controls.Add(this.reportViewer1);
|
|---|
| 53 | this.Name = "ZamowienieViewer";
|
|---|
| 54 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|---|
| 55 | this.Text = "ZamowienieViewer";
|
|---|
| 56 | this.Load += new System.EventHandler(this.ZamowienieViewer_Load);
|
|---|
| 57 | this.ResumeLayout(false);
|
|---|
| 58 |
|
|---|
| 59 | }
|
|---|
| 60 |
|
|---|
| 61 | #endregion
|
|---|
| 62 |
|
|---|
| 63 | private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
|
|---|
| 64 | }
|
|---|
| 65 | } |
|---|