1f7b3ff79f
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@483 365432ac-a1b5-4ffd-bb28-6d3099d32164
91 lines
4.0 KiB
C#
91 lines
4.0 KiB
C#
namespace GMW_Reports
|
|
{
|
|
partial class Form1
|
|
{
|
|
/// <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.reportViewer1 = new Microsoft.Reporting.WinForms.ReportViewer();
|
|
this.GMWDataSet = new GMW_Reports.GMWDataSet();
|
|
this.stp_getStatoByUdcBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.tabStatoOdpUdcTableAdapter = new GMW_Reports.GMWDataSetTableAdapters.TabStatoOdpUdcTableAdapter();
|
|
((System.ComponentModel.ISupportInitialize)(this.GMWDataSet)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stp_getStatoByUdcBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// reportViewer1
|
|
//
|
|
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
reportDataSource1.Name = "GMWDataSet_stp_getStatoByUdc";
|
|
reportDataSource1.Value = this.stp_getStatoByUdcBindingSource;
|
|
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
|
|
this.reportViewer1.LocalReport.ReportEmbeddedResource = "GMW_Reports.CartellinoTara.rdlc";
|
|
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
|
|
this.reportViewer1.Name = "reportViewer1";
|
|
this.reportViewer1.Size = new System.Drawing.Size(682, 386);
|
|
this.reportViewer1.TabIndex = 0;
|
|
//
|
|
// GMWDataSet
|
|
//
|
|
this.GMWDataSet.DataSetName = "GMWDataSet";
|
|
this.GMWDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// stp_getStatoByUdcBindingSource
|
|
//
|
|
this.stp_getStatoByUdcBindingSource.DataMember = "TabStatoOdpUdc";
|
|
this.stp_getStatoByUdcBindingSource.DataSource = this.GMWDataSet;
|
|
//
|
|
// tabStatoOdpUdcTableAdapter
|
|
//
|
|
this.tabStatoOdpUdcTableAdapter.ClearBeforeFill = true;
|
|
//
|
|
// Form1
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(682, 386);
|
|
this.Controls.Add(this.reportViewer1);
|
|
this.Name = "Form1";
|
|
this.Text = "Form1";
|
|
this.Load += new System.EventHandler(this.Form1_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.GMWDataSet)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.stp_getStatoByUdcBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
|
|
private System.Windows.Forms.BindingSource stp_getStatoByUdcBindingSource;
|
|
private GMWDataSet GMWDataSet;
|
|
private GMW_Reports.GMWDataSetTableAdapters.TabStatoOdpUdcTableAdapter tabStatoOdpUdcTableAdapter;
|
|
}
|
|
}
|
|
|