장비관리를 별도의 프로젝트로 분리 -
개별 프로젝트 참조를 위한 뼈대 생성 - 공용은 fcommon 으로 이 관
This commit is contained in:
		
							
								
								
									
										91
									
								
								SubProject/FEQ0000/rpt_equipmentB.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										91
									
								
								SubProject/FEQ0000/rpt_equipmentB.Designer.cs
									
									
									
										generated
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,91 @@ | ||||
| namespace FEQ0000 | ||||
| { | ||||
|     partial class rpt_equipmentB | ||||
|     { | ||||
|         /// <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.dsEQ = new FEQ0000.dsEQ(); | ||||
|             this.rpv1 = new Microsoft.Reporting.WinForms.ReportViewer(); | ||||
|             this.taB = new FEQ0000.dsEQTableAdapters.vEquStockBTableAdapter(); | ||||
|             this.taF = new FEQ0000.dsEQTableAdapters.vEquStockFTableAdapter(); | ||||
|             this.taE = new FEQ0000.dsEQTableAdapters.vEquStockMETableAdapter(); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsEQ)).BeginInit(); | ||||
|             this.SuspendLayout(); | ||||
|             //  | ||||
|             // dsEQ | ||||
|             //  | ||||
|             this.dsEQ.DataSetName = "dsEQ"; | ||||
|             this.dsEQ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; | ||||
|             //  | ||||
|             // rpv1 | ||||
|             //  | ||||
|             this.rpv1.Dock = System.Windows.Forms.DockStyle.Fill; | ||||
|             reportDataSource1.Name = "DataSet1"; | ||||
|             this.rpv1.LocalReport.DataSources.Add(reportDataSource1); | ||||
|             this.rpv1.LocalReport.ReportEmbeddedResource = "FEQ0000.ReportB.rdlc"; | ||||
|             this.rpv1.Location = new System.Drawing.Point(0, 0); | ||||
|             this.rpv1.Name = "rpv1"; | ||||
|             this.rpv1.Size = new System.Drawing.Size(676, 487); | ||||
|             this.rpv1.TabIndex = 0; | ||||
|             //  | ||||
|             // taB | ||||
|             //  | ||||
|             this.taB.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // taF | ||||
|             //  | ||||
|             this.taF.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // taE | ||||
|             //  | ||||
|             this.taE.ClearBeforeFill = true; | ||||
|             //  | ||||
|             // rpt_equipmentB | ||||
|             //  | ||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; | ||||
|             this.ClientSize = new System.Drawing.Size(676, 487); | ||||
|             this.Controls.Add(this.rpv1); | ||||
|             this.Name = "rpt_equipmentB"; | ||||
|             this.Text = "Equipment Report (Bump)"; | ||||
|             this.Load += new System.EventHandler(this.rpt_equipment_Load); | ||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsEQ)).EndInit(); | ||||
|             this.ResumeLayout(false); | ||||
|  | ||||
|         } | ||||
|  | ||||
|         #endregion | ||||
|  | ||||
|         private Microsoft.Reporting.WinForms.ReportViewer rpv1; | ||||
|         private dsEQ dsEQ; | ||||
|         private dsEQTableAdapters.vEquStockBTableAdapter taB; | ||||
|         private dsEQTableAdapters.vEquStockFTableAdapter taF; | ||||
|         private dsEQTableAdapters.vEquStockMETableAdapter taE; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 chikyun.kim
					chikyun.kim