_ Partial Class Report_pyonga Inherits CForm 'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows Form 디자이너에 필요합니다. Private components As System.ComponentModel.IContainer '참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. '수정하려면 Windows Form 디자이너를 사용하십시오. '코드 편집기를 사용하여 수정하지 마십시오. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim ReportDataSource1 As Microsoft.Reporting.WinForms.ReportDataSource = New Microsoft.Reporting.WinForms.ReportDataSource() Dim ReportDataSource2 As Microsoft.Reporting.WinForms.ReportDataSource = New Microsoft.Reporting.WinForms.ReportDataSource() Dim ReportDataSource3 As Microsoft.Reporting.WinForms.ReportDataSource = New Microsoft.Reporting.WinForms.ReportDataSource() Dim ReportDataSource4 As Microsoft.Reporting.WinForms.ReportDataSource = New Microsoft.Reporting.WinForms.ReportDataSource() Dim ReportDataSource5 As Microsoft.Reporting.WinForms.ReportDataSource = New Microsoft.Reporting.WinForms.ReportDataSource() Dim ReportDataSource6 As Microsoft.Reporting.WinForms.ReportDataSource = New Microsoft.Reporting.WinForms.ReportDataSource() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Report_pyonga)) Me.bs_desc = New System.Windows.Forms.BindingSource(Me.components) Me.DS = New Eco2Ar.DS() Me.bs_graph_requse = New System.Windows.Forms.BindingSource(Me.components) Me.DSR = New Eco2Ar.DSR() Me.PyongaREQBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.PyongaUSEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Pyonga1USEBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.PyongaYKBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.lb_msg = New System.Windows.Forms.ToolStripStatusLabel() Me.ReportViewer1 = New Microsoft.Reporting.WinForms.ReportViewer() CType(Me.bs_desc, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DS, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bs_graph_requse, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DSR, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PyongaREQBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PyongaUSEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Pyonga1USEBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PyongaYKBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() Me.SuspendLayout() ' 'bs_desc ' Me.bs_desc.DataMember = "tbl_Desc" Me.bs_desc.DataSource = Me.DS ' 'DS ' Me.DS.DataSetName = "DS" Me.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'bs_graph_requse ' Me.bs_graph_requse.DataMember = "Graph_ReqUse" Me.bs_graph_requse.DataSource = Me.DSR ' 'DSR ' Me.DSR.DataSetName = "DSR" Me.DSR.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'PyongaREQBindingSource ' Me.PyongaREQBindingSource.DataMember = "Pyonga_REQ" Me.PyongaREQBindingSource.DataSource = Me.DSR ' 'PyongaUSEBindingSource ' Me.PyongaUSEBindingSource.DataMember = "Pyonga_USE" Me.PyongaUSEBindingSource.DataSource = Me.DSR ' 'Pyonga1USEBindingSource ' Me.Pyonga1USEBindingSource.DataMember = "Pyonga_1USE" Me.Pyonga1USEBindingSource.DataSource = Me.DSR ' 'PyongaYKBindingSource ' Me.PyongaYKBindingSource.DataMember = "Pyonga_YK" Me.PyongaYKBindingSource.DataSource = Me.DSR ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.lb_msg}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 811) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(792, 22) Me.StatusStrip1.TabIndex = 15 Me.StatusStrip1.Text = "StatusStrip1" ' 'lb_msg ' Me.lb_msg.Name = "lb_msg" Me.lb_msg.Size = New System.Drawing.Size(59, 17) Me.lb_msg.Text = "<메세지>" ' 'ReportViewer1 ' Me.ReportViewer1.Dock = System.Windows.Forms.DockStyle.Fill ReportDataSource1.Name = "DS_TBL_DESC" ReportDataSource1.Value = Me.bs_desc ReportDataSource2.Name = "DS_REQ_USE" ReportDataSource2.Value = Me.bs_graph_requse ReportDataSource3.Name = "ENERGY_REQ" ReportDataSource3.Value = Me.PyongaREQBindingSource ReportDataSource4.Name = "ENERGY_USE" ReportDataSource4.Value = Me.PyongaUSEBindingSource ReportDataSource5.Name = "ENERGY_1USE" ReportDataSource5.Value = Me.Pyonga1USEBindingSource ReportDataSource6.Name = "STRUCT_YK" ReportDataSource6.Value = Me.PyongaYKBindingSource Me.ReportViewer1.LocalReport.DataSources.Add(ReportDataSource1) Me.ReportViewer1.LocalReport.DataSources.Add(ReportDataSource2) Me.ReportViewer1.LocalReport.DataSources.Add(ReportDataSource3) Me.ReportViewer1.LocalReport.DataSources.Add(ReportDataSource4) Me.ReportViewer1.LocalReport.DataSources.Add(ReportDataSource5) Me.ReportViewer1.LocalReport.DataSources.Add(ReportDataSource6) Me.ReportViewer1.LocalReport.ReportEmbeddedResource = "Eco2Ar.평가서.rdlc" Me.ReportViewer1.Location = New System.Drawing.Point(0, 0) Me.ReportViewer1.Name = "ReportViewer1" Me.ReportViewer1.Size = New System.Drawing.Size(792, 811) Me.ReportViewer1.TabIndex = 16 ' 'Report_pyonga ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.ClientSize = New System.Drawing.Size(792, 833) Me.Controls.Add(Me.ReportViewer1) Me.Controls.Add(Me.StatusStrip1) Me.Font = New System.Drawing.Font("돋움", 8.999999!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "Report_pyonga" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "인증평가서" CType(Me.bs_desc, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DS, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bs_graph_requse, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DSR, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PyongaREQBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PyongaUSEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Pyonga1USEBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PyongaYKBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents lb_msg As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents ReportViewer1 As Microsoft.Reporting.WinForms.ReportViewer Friend WithEvents DSR As Eco2Ar.DSR Friend WithEvents bs_graph_requse As System.Windows.Forms.BindingSource Friend WithEvents bs_desc As System.Windows.Forms.BindingSource Friend WithEvents DS As Eco2Ar.DS Friend WithEvents PyongaREQBindingSource As System.Windows.Forms.BindingSource Friend WithEvents PyongaUSEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents Pyonga1USEBindingSource As System.Windows.Forms.BindingSource Friend WithEvents PyongaYKBindingSource As System.Windows.Forms.BindingSource End Class