90 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			90 lines
		
	
	
		
			3.6 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace FEQ0000
 | |
| {
 | |
|     partial class rpt_equipmentAll
 | |
|     {
 | |
|         /// <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 reportDataSource2 = new Microsoft.Reporting.WinForms.ReportDataSource();
 | |
|             this.rpv1 = new Microsoft.Reporting.WinForms.ReportViewer();
 | |
|             this.dsEQ = new FEQ0000.dsEQ();
 | |
|             this.bs = new System.Windows.Forms.BindingSource(this.components);
 | |
|             this.ta = new FEQ0000.dsEQTableAdapters.vEquStockAllTableAdapter();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsEQ)).BeginInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // rpv1
 | |
|             // 
 | |
|             this.rpv1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             reportDataSource2.Name = "DataSet1";
 | |
|             reportDataSource2.Value = null;
 | |
|             this.rpv1.LocalReport.DataSources.Add(reportDataSource2);
 | |
|             this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.ReportB.rdlc";
 | |
|             this.rpv1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.rpv1.Name = "rpv1";
 | |
|             this.rpv1.ServerReport.BearerToken = null;
 | |
|             this.rpv1.Size = new System.Drawing.Size(905, 545);
 | |
|             this.rpv1.TabIndex = 0;
 | |
|             // 
 | |
|             // dsEQ
 | |
|             // 
 | |
|             this.dsEQ.DataSetName = "dsEQ";
 | |
|             this.dsEQ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 | |
|             // 
 | |
|             // bs
 | |
|             // 
 | |
|             this.bs.DataMember = "vEquStockAll";
 | |
|             this.bs.DataSource = this.dsEQ;
 | |
|             // 
 | |
|             // ta
 | |
|             // 
 | |
|             this.ta.ClearBeforeFill = true;
 | |
|             // 
 | |
|             // rpt_equipmentAll
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(905, 545);
 | |
|             this.Controls.Add(this.rpv1);
 | |
|             this.Name = "rpt_equipmentAll";
 | |
|             this.Text = "Equipment Report (Bump)";
 | |
|             this.Load += new System.EventHandler(this.rpt_equipment_Load);
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.dsEQ)).EndInit();
 | |
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
|         }
 | |
| 
 | |
|         #endregion
 | |
| 
 | |
|         private Microsoft.Reporting.WinForms.ReportViewer rpv1;
 | |
|         private dsEQ dsEQ;
 | |
|         private System.Windows.Forms.BindingSource bs;
 | |
|         private dsEQTableAdapters.vEquStockAllTableAdapter ta;
 | |
|     }
 | |
| } | 
