Partial Class Frm_V20091231_YK 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Frm_V20091231_YK)) Me.NTb_창호세부설명 = New System.Windows.Forms.TextBox() Me.bs = New System.Windows.Forms.BindingSource(Me.components) Me.DS = New Eco2OD.DS() Me.NTb_일사에너지투과율 = New System.Windows.Forms.TextBox() Me.NTb_창호열관류율 = New System.Windows.Forms.TextBox() Me.lbl_창호세부설명 = New System.Windows.Forms.Label() Me.Panel2 = New System.Windows.Forms.Panel() Me.UserControl11 = New mn.UserControl1() Me.lbl_일사에너지투과율 = New System.Windows.Forms.Label() Me.lbl_창호열관류율 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.열관류율NTb = New Eco2OD.MyTb() Me.Panel1 = New System.Windows.Forms.Panel() Me.fxData = New C1.Win.C1FlexGrid.C1FlexGrid() Me.cmGrid = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.열너비저장ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripSeparator() Me.열너비자동조정ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.열너비초기화ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.bs_detail = New System.Windows.Forms.BindingSource(Me.components) Me.C1StatusBar1 = New C1.Win.C1Ribbon.C1StatusBar() Me.RibbonButton1 = New C1.Win.C1Ribbon.RibbonButton() Me.RibbonButton2 = New C1.Win.C1Ribbon.RibbonButton() Me.cmb_형태 = New Eco2OD.MyCmb() Me.fxList = New C1.Win.C1FlexGrid.C1FlexGrid() Me.C1StatusBar2 = New C1.Win.C1Ribbon.C1StatusBar() Me.RibbonLabel1 = New C1.Win.C1Ribbon.RibbonLabel() Me.btAdd1 = New C1.Win.C1Ribbon.RibbonButton() Me.btDel1 = New C1.Win.C1Ribbon.RibbonButton() Me.RibbonSeparator1 = New C1.Win.C1Ribbon.RibbonSeparator() Me.RibbonButton6 = New C1.Win.C1Ribbon.RibbonButton() Me.btOK = New C1.Win.C1Ribbon.RibbonButton() Me.tb법적기준 = New Eco2OD.MyTb() Me.Label2 = New System.Windows.Forms.Label() Me.bs_gubun = New System.Windows.Forms.BindingSource(Me.components) Me.bS_재료 = New System.Windows.Forms.BindingSource(Me.components) Me.bsmain = New System.Windows.Forms.BindingSource(Me.components) Me.체크바닥난방여부 = New System.Windows.Forms.CheckBox() Me.체크열교방지구조 = New System.Windows.Forms.CheckBox() CType(Me.bs, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DS, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel2.SuspendLayout() Me.Panel1.SuspendLayout() CType(Me.fxData, System.ComponentModel.ISupportInitialize).BeginInit() Me.cmGrid.SuspendLayout() CType(Me.bs_detail, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.C1StatusBar1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.fxList, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.C1StatusBar2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bs_gubun, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bS_재료, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.bsmain, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'NTb_창호세부설명 ' Me.NTb_창호세부설명.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.NTb_창호세부설명.BackColor = System.Drawing.Color.White Me.NTb_창호세부설명.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "창호세부설명", True)) Me.NTb_창호세부설명.Location = New System.Drawing.Point(282, 519) Me.NTb_창호세부설명.Name = "NTb_창호세부설명" Me.NTb_창호세부설명.Size = New System.Drawing.Size(226, 25) Me.NTb_창호세부설명.TabIndex = 2 ' 'bs ' Me.bs.DataMember = "tbl_yk" Me.bs.DataSource = Me.DS Me.bs.Filter = "code <> '0'" ' 'DS ' Me.DS.DataSetName = "DS" Me.DS.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'NTb_일사에너지투과율 ' Me.NTb_일사에너지투과율.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.NTb_일사에너지투과율.BackColor = System.Drawing.Color.White Me.NTb_일사에너지투과율.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "일사에너지투과율", True)) Me.NTb_일사에너지투과율.Location = New System.Drawing.Point(306, 483) Me.NTb_일사에너지투과율.Name = "NTb_일사에너지투과율" Me.NTb_일사에너지투과율.Size = New System.Drawing.Size(50, 25) Me.NTb_일사에너지투과율.TabIndex = 1 ' 'NTb_창호열관류율 ' Me.NTb_창호열관류율.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.NTb_창호열관류율.BackColor = System.Drawing.Color.White Me.NTb_창호열관류율.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "창호열관류율", True)) Me.NTb_창호열관류율.Location = New System.Drawing.Point(282, 453) Me.NTb_창호열관류율.Name = "NTb_창호열관류율" Me.NTb_창호열관류율.Size = New System.Drawing.Size(74, 25) Me.NTb_창호열관류율.TabIndex = 0 ' 'lbl_창호세부설명 ' Me.lbl_창호세부설명.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lbl_창호세부설명.AutoSize = True Me.lbl_창호세부설명.ForeColor = System.Drawing.Color.Black Me.lbl_창호세부설명.Location = New System.Drawing.Point(183, 522) Me.lbl_창호세부설명.Name = "lbl_창호세부설명" Me.lbl_창호세부설명.Size = New System.Drawing.Size(94, 17) Me.lbl_창호세부설명.TabIndex = 153 Me.lbl_창호세부설명.Text = "창호세부설명 :" ' 'Panel2 ' Me.Panel2.Controls.Add(Me.UserControl11) Me.Panel2.Location = New System.Drawing.Point(186, 12) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(170, 152) Me.Panel2.TabIndex = 161 ' 'UserControl11 ' Me.UserControl11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.UserControl11.Dock = System.Windows.Forms.DockStyle.Fill Me.UserControl11.Location = New System.Drawing.Point(0, 0) Me.UserControl11.Margin = New System.Windows.Forms.Padding(3, 799, 3, 799) Me.UserControl11.MaxSize = 150.0! Me.UserControl11.Name = "UserControl11" Me.UserControl11.Size = New System.Drawing.Size(170, 152) Me.UserControl11.TabIndex = 132 Me.UserControl11.Vertical = False ' 'lbl_일사에너지투과율 ' Me.lbl_일사에너지투과율.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lbl_일사에너지투과율.AutoSize = True Me.lbl_일사에너지투과율.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lbl_일사에너지투과율.ForeColor = System.Drawing.Color.Black Me.lbl_일사에너지투과율.Location = New System.Drawing.Point(183, 488) Me.lbl_일사에너지투과율.Name = "lbl_일사에너지투과율" Me.lbl_일사에너지투과율.Size = New System.Drawing.Size(120, 15) Me.lbl_일사에너지투과율.TabIndex = 153 Me.lbl_일사에너지투과율.Text = "일사에너지투과율[-]:" ' 'lbl_창호열관류율 ' Me.lbl_창호열관류율.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lbl_창호열관류율.AutoSize = True Me.lbl_창호열관류율.ForeColor = System.Drawing.Color.Black Me.lbl_창호열관류율.Location = New System.Drawing.Point(183, 456) Me.lbl_창호열관류율.Name = "lbl_창호열관류율" Me.lbl_창호열관류율.Size = New System.Drawing.Size(94, 17) Me.lbl_창호열관류율.TabIndex = 153 Me.lbl_창호열관류율.Text = "창호열관류율 :" ' 'Label1 ' Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(781, 522) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(106, 17) Me.Label1.TabIndex = 153 Me.Label1.Text = "열관류율(W/㎡K)" ' '열관류율NTb ' Me.열관류율NTb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.열관류율NTb.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer)) Me.열관류율NTb.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "열관류율", True)) Me.열관류율NTb.Location = New System.Drawing.Point(893, 518) Me.열관류율NTb.Name = "열관류율NTb" Me.열관류율NTb.NectControl = Nothing Me.열관류율NTb.Size = New System.Drawing.Size(83, 25) Me.열관류율NTb.TabIndex = 3 Me.열관류율NTb.TabStop = False Me.열관류율NTb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.열관류율NTb.TextFormat = Eco2OD.MyTb.ETFormat.Normal ' 'Panel1 ' Me.Panel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.fxData) Me.Panel1.Controls.Add(Me.C1StatusBar1) Me.Panel1.Location = New System.Drawing.Point(362, 12) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(619, 461) Me.Panel1.TabIndex = 154 ' 'fxData ' Me.fxData.ColumnInfo = resources.GetString("fxData.ColumnInfo") Me.fxData.ContextMenuStrip = Me.cmGrid Me.fxData.DataSource = Me.bs_detail Me.fxData.Dock = System.Windows.Forms.DockStyle.Fill Me.fxData.Location = New System.Drawing.Point(0, 0) Me.fxData.Name = "fxData" Me.fxData.Rows.Count = 1 Me.fxData.Rows.DefaultSize = 24 Me.fxData.Size = New System.Drawing.Size(617, 436) Me.fxData.StyleInfo = resources.GetString("fxData.StyleInfo") Me.fxData.TabIndex = 158 ' 'cmGrid ' Me.cmGrid.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.열너비저장ToolStripMenuItem, Me.ToolStripMenuItem1, Me.열너비자동조정ToolStripMenuItem, Me.열너비초기화ToolStripMenuItem}) Me.cmGrid.Name = "ContextMenuStrip1" Me.cmGrid.Size = New System.Drawing.Size(167, 76) ' '열너비저장ToolStripMenuItem ' Me.열너비저장ToolStripMenuItem.Name = "열너비저장ToolStripMenuItem" Me.열너비저장ToolStripMenuItem.Size = New System.Drawing.Size(166, 22) Me.열너비저장ToolStripMenuItem.Text = "열 너비 저장" ' 'ToolStripMenuItem1 ' Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1" Me.ToolStripMenuItem1.Size = New System.Drawing.Size(163, 6) ' '열너비자동조정ToolStripMenuItem ' Me.열너비자동조정ToolStripMenuItem.Name = "열너비자동조정ToolStripMenuItem" Me.열너비자동조정ToolStripMenuItem.Size = New System.Drawing.Size(166, 22) Me.열너비자동조정ToolStripMenuItem.Text = "열 너비 자동조정" ' '열너비초기화ToolStripMenuItem ' Me.열너비초기화ToolStripMenuItem.Name = "열너비초기화ToolStripMenuItem" Me.열너비초기화ToolStripMenuItem.Size = New System.Drawing.Size(166, 22) Me.열너비초기화ToolStripMenuItem.Text = "열 너비 초기화" ' 'bs_detail ' Me.bs_detail.DataMember = "tbl_ykdetail" Me.bs_detail.DataSource = Me.DS Me.bs_detail.Filter = "code <> '0'" ' 'C1StatusBar1 ' Me.C1StatusBar1.AutoSizeElement = C1.Framework.AutoSizeElement.Width Me.C1StatusBar1.LeftPaneItems.Add(Me.RibbonButton1) Me.C1StatusBar1.LeftPaneItems.Add(Me.RibbonButton2) Me.C1StatusBar1.Location = New System.Drawing.Point(0, 436) Me.C1StatusBar1.Name = "C1StatusBar1" Me.C1StatusBar1.Size = New System.Drawing.Size(617, 23) Me.C1StatusBar1.VisualStyle = C1.Win.C1Ribbon.VisualStyle.Office2010Silver ' 'RibbonButton1 ' Me.RibbonButton1.Name = "RibbonButton1" Me.RibbonButton1.SmallImage = CType(resources.GetObject("RibbonButton1.SmallImage"), System.Drawing.Image) Me.RibbonButton1.Text = "추가" ' 'RibbonButton2 ' Me.RibbonButton2.Name = "RibbonButton2" Me.RibbonButton2.SmallImage = CType(resources.GetObject("RibbonButton2.SmallImage"), System.Drawing.Image) Me.RibbonButton2.Text = "삭제" ' 'cmb_형태 ' Me.cmb_형태.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.cmb_형태.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple Me.cmb_형태.FormattingEnabled = True Me.cmb_형태.Location = New System.Drawing.Point(186, 172) Me.cmb_형태.Name = "cmb_형태" Me.cmb_형태.NectControl = Nothing Me.cmb_형태.Size = New System.Drawing.Size(170, 276) Me.cmb_형태.TabIndex = 131 ' 'fxList ' Me.fxList.ColumnInfo = resources.GetString("fxList.ColumnInfo") Me.fxList.DataSource = Me.bs Me.fxList.Dock = System.Windows.Forms.DockStyle.Left Me.fxList.Location = New System.Drawing.Point(0, 0) Me.fxList.Name = "fxList" Me.fxList.Rows.Count = 1 Me.fxList.Rows.DefaultSize = 24 Me.fxList.Size = New System.Drawing.Size(177, 552) Me.fxList.StyleInfo = resources.GetString("fxList.StyleInfo") Me.fxList.TabIndex = 153 ' 'C1StatusBar2 ' Me.C1StatusBar2.AutoSizeElement = C1.Framework.AutoSizeElement.Width Me.C1StatusBar2.LeftPaneItems.Add(Me.RibbonLabel1) Me.C1StatusBar2.LeftPaneItems.Add(Me.btAdd1) Me.C1StatusBar2.LeftPaneItems.Add(Me.btDel1) Me.C1StatusBar2.LeftPaneItems.Add(Me.RibbonSeparator1) Me.C1StatusBar2.LeftPaneItems.Add(Me.RibbonButton6) Me.C1StatusBar2.Location = New System.Drawing.Point(0, 552) Me.C1StatusBar2.Name = "C1StatusBar2" Me.C1StatusBar2.RightPaneItems.Add(Me.btOK) Me.C1StatusBar2.Size = New System.Drawing.Size(992, 23) ' 'RibbonLabel1 ' Me.RibbonLabel1.Name = "RibbonLabel1" Me.RibbonLabel1.Text = "열관류율" ' 'btAdd1 ' Me.btAdd1.LargeImage = CType(resources.GetObject("btAdd1.LargeImage"), System.Drawing.Image) Me.btAdd1.Name = "btAdd1" Me.btAdd1.SmallImage = CType(resources.GetObject("btAdd1.SmallImage"), System.Drawing.Image) Me.btAdd1.Text = "추가(&A)" ' 'btDel1 ' Me.btDel1.Name = "btDel1" Me.btDel1.SmallImage = CType(resources.GetObject("btDel1.SmallImage"), System.Drawing.Image) Me.btDel1.Text = "삭제(&D)" ' 'RibbonSeparator1 ' Me.RibbonSeparator1.Name = "RibbonSeparator1" ' 'RibbonButton6 ' Me.RibbonButton6.Name = "RibbonButton6" Me.RibbonButton6.SmallImage = CType(resources.GetObject("RibbonButton6.SmallImage"), System.Drawing.Image) Me.RibbonButton6.Text = "구분그림보기" Me.RibbonButton6.Visible = False ' 'btOK ' Me.btOK.LargeImage = CType(resources.GetObject("btOK.LargeImage"), System.Drawing.Image) Me.btOK.Name = "btOK" Me.btOK.SmallImage = CType(resources.GetObject("btOK.SmallImage"), System.Drawing.Image) Me.btOK.Text = "적용(&S)" ' 'tb법적기준 ' Me.tb법적기준.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.tb법적기준.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer)) Me.tb법적기준.Location = New System.Drawing.Point(691, 518) Me.tb법적기준.Name = "tb법적기준" Me.tb법적기준.NectControl = Nothing Me.tb법적기준.Size = New System.Drawing.Size(83, 25) Me.tb법적기준.TabIndex = 162 Me.tb법적기준.TabStop = False Me.tb법적기준.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.tb법적기준.TextFormat = Eco2OD.MyTb.ETFormat.Normal ' 'Label2 ' Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label2.Location = New System.Drawing.Point(530, 518) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(155, 22) Me.Label2.TabIndex = 153 Me.Label2.Text = "법적기준" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'bs_gubun ' Me.bs_gubun.DataMember = "tbl_common_od" Me.bs_gubun.DataSource = Me.DS ' 'bS_재료 ' Me.bS_재료.DataMember = "tbl_common_od" Me.bS_재료.DataSource = Me.DS ' 'bsmain ' Me.bsmain.DataSource = Me.DS Me.bsmain.Filter = "" Me.bsmain.Position = 0 ' '체크바닥난방여부 ' Me.체크바닥난방여부.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.체크바닥난방여부.AutoSize = True Me.체크바닥난방여부.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Me.bs, "바닥난방여부", True)) Me.체크바닥난방여부.Location = New System.Drawing.Point(748, 485) Me.체크바닥난방여부.Name = "체크바닥난방여부" Me.체크바닥난방여부.Size = New System.Drawing.Size(105, 21) Me.체크바닥난방여부.TabIndex = 164 Me.체크바닥난방여부.Text = "바닥난방여부" Me.체크바닥난방여부.UseVisualStyleBackColor = True ' '체크열교방지구조 ' Me.체크열교방지구조.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.체크열교방지구조.AutoSize = True Me.체크열교방지구조.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Me.bs, "열교방지구조", True)) Me.체크열교방지구조.Location = New System.Drawing.Point(867, 485) Me.체크열교방지구조.Name = "체크열교방지구조" Me.체크열교방지구조.Size = New System.Drawing.Size(105, 21) Me.체크열교방지구조.TabIndex = 165 Me.체크열교방지구조.Text = "열교방지구조" Me.체크열교방지구조.UseVisualStyleBackColor = True ' 'Frm_V20091231_YK ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.ClientSize = New System.Drawing.Size(992, 575) Me.Controls.Add(Me.체크열교방지구조) Me.Controls.Add(Me.체크바닥난방여부) Me.Controls.Add(Me.tb법적기준) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.fxList) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.NTb_창호세부설명) Me.Controls.Add(Me.NTb_일사에너지투과율) Me.Controls.Add(Me.열관류율NTb) Me.Controls.Add(Me.C1StatusBar2) Me.Controls.Add(Me.NTb_창호열관류율) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.lbl_창호세부설명) Me.Controls.Add(Me.cmb_형태) Me.Controls.Add(Me.lbl_창호열관류율) Me.Controls.Add(Me.lbl_일사에너지투과율) Me.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.Name = "Frm_V20091231_YK" Me.ShowInTaskbar = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "형별성능관계내역" CType(Me.bs, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DS, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel2.ResumeLayout(False) Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.fxData, System.ComponentModel.ISupportInitialize).EndInit() Me.cmGrid.ResumeLayout(False) CType(Me.bs_detail, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.C1StatusBar1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.fxList, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.C1StatusBar2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bs_gubun, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bS_재료, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.bsmain, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Public WithEvents DS As Eco2OD.DS Friend WithEvents bs As System.Windows.Forms.BindingSource Friend WithEvents bS_재료 As System.Windows.Forms.BindingSource Friend WithEvents bs_detail As System.Windows.Forms.BindingSource Friend WithEvents bs_gubun As System.Windows.Forms.BindingSource Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents 열관류율NTb As Eco2OD.MyTb Friend WithEvents UserControl11 As mn.UserControl1 Friend WithEvents cmb_형태 As Eco2OD.MyCmb Friend WithEvents NTb_창호열관류율 As System.Windows.Forms.TextBox Friend WithEvents lbl_창호열관류율 As System.Windows.Forms.Label Friend WithEvents NTb_창호세부설명 As System.Windows.Forms.TextBox Friend WithEvents NTb_일사에너지투과율 As System.Windows.Forms.TextBox Friend WithEvents lbl_창호세부설명 As System.Windows.Forms.Label Friend WithEvents lbl_일사에너지투과율 As System.Windows.Forms.Label Friend WithEvents bsmain As System.Windows.Forms.BindingSource Friend WithEvents fxList As C1.Win.C1FlexGrid.C1FlexGrid Friend WithEvents C1StatusBar2 As C1.Win.C1Ribbon.C1StatusBar Friend WithEvents btOK As C1.Win.C1Ribbon.RibbonButton Friend WithEvents btAdd1 As C1.Win.C1Ribbon.RibbonButton Friend WithEvents btDel1 As C1.Win.C1Ribbon.RibbonButton Friend WithEvents RibbonLabel1 As C1.Win.C1Ribbon.RibbonLabel Friend WithEvents RibbonSeparator1 As C1.Win.C1Ribbon.RibbonSeparator Friend WithEvents Panel2 As Panel Friend WithEvents Panel1 As Panel Friend WithEvents fxData As C1.Win.C1FlexGrid.C1FlexGrid Friend WithEvents RibbonButton6 As C1.Win.C1Ribbon.RibbonButton Friend WithEvents C1StatusBar1 As C1.Win.C1Ribbon.C1StatusBar Friend WithEvents RibbonButton1 As C1.Win.C1Ribbon.RibbonButton Friend WithEvents RibbonButton2 As C1.Win.C1Ribbon.RibbonButton Friend WithEvents cmGrid As System.Windows.Forms.ContextMenuStrip Friend WithEvents 열너비저장ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripSeparator Friend WithEvents 열너비자동조정ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents 열너비초기화ToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents tb법적기준 As Eco2OD.MyTb Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents 체크바닥난방여부 As System.Windows.Forms.CheckBox Friend WithEvents 체크열교방지구조 As System.Windows.Forms.CheckBox End Class