89 lines
3.8 KiB
C#
89 lines
3.8 KiB
C#
namespace Project._Management
|
|
{
|
|
partial class rpt_equipment
|
|
{
|
|
/// <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.dsMSSQL = new Project.dsMSSQL();
|
|
this.vEquStockBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.vEquStockTableAdapter = new Project.dsMSSQLTableAdapters.vEquStockTableAdapter();
|
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.vEquStockBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// reportViewer1
|
|
//
|
|
this.reportViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
reportDataSource1.Name = "DataSet1";
|
|
reportDataSource1.Value = this.vEquStockBindingSource;
|
|
this.reportViewer1.LocalReport.DataSources.Add(reportDataSource1);
|
|
this.reportViewer1.LocalReport.ReportEmbeddedResource = "Project._Management.Report1.rdlc";
|
|
this.reportViewer1.Location = new System.Drawing.Point(0, 0);
|
|
this.reportViewer1.Name = "reportViewer1";
|
|
this.reportViewer1.Size = new System.Drawing.Size(1238, 731);
|
|
this.reportViewer1.TabIndex = 0;
|
|
//
|
|
// dsMSSQL
|
|
//
|
|
this.dsMSSQL.DataSetName = "dsMSSQL";
|
|
this.dsMSSQL.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
//
|
|
// vEquStockBindingSource
|
|
//
|
|
this.vEquStockBindingSource.DataMember = "vEquStock";
|
|
this.vEquStockBindingSource.DataSource = this.dsMSSQL;
|
|
//
|
|
// vEquStockTableAdapter
|
|
//
|
|
this.vEquStockTableAdapter.ClearBeforeFill = true;
|
|
//
|
|
// rpt_equipment
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1238, 731);
|
|
this.Controls.Add(this.reportViewer1);
|
|
this.Name = "rpt_equipment";
|
|
this.Text = "rpt_equipment";
|
|
this.Load += new System.EventHandler(this.rpt_equipment_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.vEquStockBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private Microsoft.Reporting.WinForms.ReportViewer reportViewer1;
|
|
private dsMSSQL dsMSSQL;
|
|
private System.Windows.Forms.BindingSource vEquStockBindingSource;
|
|
private dsMSSQLTableAdapters.vEquStockTableAdapter vEquStockTableAdapter;
|
|
}
|
|
} |