Partial Class Frm_6_Req 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_6_Req)) Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel() Me.Label6 = New System.Windows.Forms.Label() Me.TableLayoutPanel4 = New System.Windows.Forms.TableLayoutPanel() Me.Label7 = New System.Windows.Forms.Label() Me.MyTb1 = New System.Windows.Forms.TextBox() Me.MyTb2 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.DataSet1 = New Eco2OD.DS() Me.TableLayoutPanel5 = New System.Windows.Forms.TableLayoutPanel() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.bs = New System.Windows.Forms.BindingSource(Me.components) Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) Me.MyTb3 = New System.Windows.Forms.TextBox() Me.C1StatusBar1 = New C1.Win.C1Ribbon.C1StatusBar() Me.RibbonButton1 = New C1.Win.C1Ribbon.RibbonButton() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() Me.Label3 = New System.Windows.Forms.Label() Me.Label20 = New System.Windows.Forms.Label() Me.Label25 = New System.Windows.Forms.Label() Me.Label29 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.CheckBox1 = New System.Windows.Forms.CheckBox() Me.CheckBox2 = New System.Windows.Forms.CheckBox() Me.CheckBox3 = New System.Windows.Forms.CheckBox() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TableLayoutPanel2 = New System.Windows.Forms.TableLayoutPanel() Me.Label33 = New System.Windows.Forms.Label() Me.Label34 = New System.Windows.Forms.Label() Me.Label35 = New System.Windows.Forms.Label() Me.Label36 = New System.Windows.Forms.Label() Me.Label37 = New System.Windows.Forms.Label() Me.Label38 = New System.Windows.Forms.Label() Me.Label39 = New System.Windows.Forms.Label() Me.Label45 = New System.Windows.Forms.Label() Me.CheckBox19 = New System.Windows.Forms.CheckBox() Me.CheckBox20 = New System.Windows.Forms.CheckBox() Me.CheckBox21 = New System.Windows.Forms.CheckBox() Me.CheckBox22 = New System.Windows.Forms.CheckBox() Me.CheckBox23 = New System.Windows.Forms.CheckBox() Me.CheckBox24 = New System.Windows.Forms.CheckBox() Me.CheckBox25 = New System.Windows.Forms.CheckBox() Me.TextBox19 = New System.Windows.Forms.TextBox() Me.TextBox20 = New System.Windows.Forms.TextBox() Me.TextBox21 = New System.Windows.Forms.TextBox() Me.TextBox22 = New System.Windows.Forms.TextBox() Me.TextBox23 = New System.Windows.Forms.TextBox() Me.TextBox24 = New System.Windows.Forms.TextBox() Me.TextBox25 = New System.Windows.Forms.TextBox() Me.TableLayoutPanel6 = New System.Windows.Forms.TableLayoutPanel() Me.Label48 = New System.Windows.Forms.Label() Me.Label49 = New System.Windows.Forms.Label() Me.Label50 = New System.Windows.Forms.Label() Me.Label52 = New System.Windows.Forms.Label() Me.Label54 = New System.Windows.Forms.Label() Me.CheckBox33 = New System.Windows.Forms.CheckBox() Me.CheckBox34 = New System.Windows.Forms.CheckBox() Me.CheckBox35 = New System.Windows.Forms.CheckBox() Me.CheckBox37 = New System.Windows.Forms.CheckBox() Me.TextBox33 = New System.Windows.Forms.TextBox() Me.TextBox34 = New System.Windows.Forms.TextBox() Me.TextBox35 = New System.Windows.Forms.TextBox() Me.TextBox37 = New System.Windows.Forms.TextBox() Me.TableLayoutPanel3.SuspendLayout() Me.TableLayoutPanel4.SuspendLayout() CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TableLayoutPanel5.SuspendLayout() CType(Me.bs, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.C1StatusBar1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TableLayoutPanel1.SuspendLayout() Me.TableLayoutPanel2.SuspendLayout() Me.TableLayoutPanel6.SuspendLayout() Me.SuspendLayout() ' 'TableLayoutPanel3 ' Me.TableLayoutPanel3.BackColor = System.Drawing.SystemColors.ButtonFace Me.TableLayoutPanel3.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single] Me.TableLayoutPanel3.ColumnCount = 2 Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.44099!)) Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 60.55901!)) Me.TableLayoutPanel3.Controls.Add(Me.Label6, 0, 0) Me.TableLayoutPanel3.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel3.Name = "TableLayoutPanel3" Me.TableLayoutPanel3.RowCount = 1 Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel3.Size = New System.Drawing.Size(200, 100) Me.TableLayoutPanel3.TabIndex = 0 ' 'Label6 ' Me.Label6.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(23, 44) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(33, 12) Me.Label6.TabIndex = 131 Me.Label6.Text = "규 모" ' 'TableLayoutPanel4 ' Me.TableLayoutPanel4.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single] Me.TableLayoutPanel4.ColumnCount = 2 Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 52.35294!)) Me.TableLayoutPanel4.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 47.64706!)) Me.TableLayoutPanel4.Controls.Add(Me.Label7, 0, 1) Me.TableLayoutPanel4.Controls.Add(Me.MyTb1, 1, 1) Me.TableLayoutPanel4.Controls.Add(Me.MyTb2, 1, 0) Me.TableLayoutPanel4.Controls.Add(Me.Label8, 0, 0) Me.TableLayoutPanel4.Location = New System.Drawing.Point(71, 4) Me.TableLayoutPanel4.Name = "TableLayoutPanel4" Me.TableLayoutPanel4.RowCount = 2 Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle()) Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle()) Me.TableLayoutPanel4.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel4.Size = New System.Drawing.Size(96, 16) Me.TableLayoutPanel4.TabIndex = 130 ' 'Label7 ' Me.Label7.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(6, 30) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(38, 24) Me.Label7.TabIndex = 0 Me.Label7.Text = "지 상(층수)" ' 'MyTb1 ' Me.MyTb1.Anchor = System.Windows.Forms.AnchorStyles.Left Me.MyTb1.Location = New System.Drawing.Point(53, 32) Me.MyTb1.Name = "MyTb1" Me.MyTb1.Size = New System.Drawing.Size(39, 21) Me.MyTb1.TabIndex = 1 ' 'MyTb2 ' Me.MyTb2.Anchor = System.Windows.Forms.AnchorStyles.Left Me.MyTb2.Location = New System.Drawing.Point(53, 4) Me.MyTb2.Name = "MyTb2" Me.MyTb2.Size = New System.Drawing.Size(39, 21) Me.MyTb2.TabIndex = 1 ' 'Label8 ' Me.Label8.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(6, 2) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(38, 24) Me.Label8.TabIndex = 0 Me.Label8.Text = "지 하(층수)" ' 'DataSet1 ' Me.DataSet1.DataSetName = "DS" Me.DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'TableLayoutPanel5 ' Me.TableLayoutPanel5.BackColor = System.Drawing.SystemColors.ButtonFace Me.TableLayoutPanel5.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.[Single] Me.TableLayoutPanel5.ColumnCount = 2 Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 200.0!)) Me.TableLayoutPanel5.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle()) Me.TableLayoutPanel5.Controls.Add(Me.Label9, 0, 0) Me.TableLayoutPanel5.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel5.Name = "TableLayoutPanel5" Me.TableLayoutPanel5.RowCount = 1 Me.TableLayoutPanel5.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel5.Size = New System.Drawing.Size(200, 100) Me.TableLayoutPanel5.TabIndex = 0 ' 'Label9 ' Me.Label9.Anchor = System.Windows.Forms.AnchorStyles.None Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(80, 38) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(41, 24) Me.Label9.TabIndex = 0 Me.Label9.Text = "소재지" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 주 소 " ' 'TextBox2 ' Me.TextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "단열조치준수", True)) Me.TextBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox2.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox2.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox2.Location = New System.Drawing.Point(497, 42) Me.TextBox2.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(596, 29) Me.TextBox2.TabIndex = 1 ' 'bs ' Me.bs.DataMember = "tbl_ReqInfo" Me.bs.DataSource = Me.DataSet1 ' 'MyTb3 ' Me.MyTb3.Location = New System.Drawing.Point(205, 4) Me.MyTb3.Name = "MyTb3" Me.MyTb3.Size = New System.Drawing.Size(187, 21) Me.MyTb3.TabIndex = 1 ' 'C1StatusBar1 ' Me.C1StatusBar1.AutoSizeElement = C1.Framework.AutoSizeElement.Width Me.C1StatusBar1.Location = New System.Drawing.Point(0, 558) Me.C1StatusBar1.Name = "C1StatusBar1" Me.C1StatusBar1.RightPaneItems.Add(Me.RibbonButton1) Me.C1StatusBar1.Size = New System.Drawing.Size(1097, 23) ' 'RibbonButton1 ' Me.RibbonButton1.LargeImage = CType(resources.GetObject("RibbonButton1.LargeImage"), System.Drawing.Image) Me.RibbonButton1.Name = "RibbonButton1" Me.RibbonButton1.SmallImage = CType(resources.GetObject("RibbonButton1.SmallImage"), System.Drawing.Image) Me.RibbonButton1.Text = "적용(&S)" ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.ColumnCount = 4 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 236.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 107.0!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel1.Controls.Add(Me.Label3, 0, 0) Me.TableLayoutPanel1.Controls.Add(Me.Label20, 2, 0) Me.TableLayoutPanel1.Controls.Add(Me.Label25, 3, 0) Me.TableLayoutPanel1.Controls.Add(Me.Label29, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.TextBox2, 3, 1) Me.TableLayoutPanel1.Controls.Add(Me.Label1, 1, 1) Me.TableLayoutPanel1.Controls.Add(Me.Label2, 1, 2) Me.TableLayoutPanel1.Controls.Add(Me.Label4, 1, 3) Me.TableLayoutPanel1.Controls.Add(Me.CheckBox1, 2, 1) Me.TableLayoutPanel1.Controls.Add(Me.CheckBox2, 2, 2) Me.TableLayoutPanel1.Controls.Add(Me.CheckBox3, 2, 3) Me.TableLayoutPanel1.Controls.Add(Me.TextBox1, 3, 2) Me.TableLayoutPanel1.Controls.Add(Me.TextBox3, 3, 3) Me.TableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top Me.TableLayoutPanel1.Location = New System.Drawing.Point(0, 0) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 4 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33334!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(1097, 138) Me.TableLayoutPanel1.TabIndex = 4 ' 'Label3 ' Me.Label3.BackColor = System.Drawing.Color.FromArgb(CType(CType(200, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(200, Byte), Integer)) Me.TableLayoutPanel1.SetColumnSpan(Me.Label3, 2) Me.Label3.Dock = System.Windows.Forms.DockStyle.Fill Me.Label3.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label3.Location = New System.Drawing.Point(0, 0) Me.Label3.Margin = New System.Windows.Forms.Padding(0) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(386, 40) Me.Label3.TabIndex = 0 Me.Label3.Text = "의무사항" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label20 ' Me.Label20.BackColor = System.Drawing.Color.FromArgb(CType(CType(200, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(200, Byte), Integer)) Me.Label20.Dock = System.Windows.Forms.DockStyle.Fill Me.Label20.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label20.Location = New System.Drawing.Point(386, 0) Me.Label20.Margin = New System.Windows.Forms.Padding(0) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(107, 40) Me.Label20.TabIndex = 0 Me.Label20.Text = "적용여부" Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label25 ' Me.Label25.BackColor = System.Drawing.Color.FromArgb(CType(CType(200, Byte), Integer), CType(CType(200, Byte), Integer), CType(CType(200, Byte), Integer)) Me.Label25.Dock = System.Windows.Forms.DockStyle.Fill Me.Label25.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label25.Location = New System.Drawing.Point(493, 0) Me.Label25.Margin = New System.Windows.Forms.Padding(0) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(604, 40) Me.Label25.TabIndex = 0 Me.Label25.Text = "사양, 성능, 설치위치," & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "설치개수(필요시)" Me.Label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label29 ' Me.Label29.Dock = System.Windows.Forms.DockStyle.Fill Me.Label29.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label29.Location = New System.Drawing.Point(4, 40) Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label29.Name = "Label29" Me.TableLayoutPanel1.SetRowSpan(Me.Label29, 3) Me.Label29.Size = New System.Drawing.Size(142, 98) Me.Label29.TabIndex = 0 Me.Label29.Text = "건축부문" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "설계기준" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(제7조제3항" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "제1호)" Me.Label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'Label1 ' Me.Label1.Dock = System.Windows.Forms.DockStyle.Fill Me.Label1.Location = New System.Drawing.Point(154, 40) Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(228, 32) Me.Label1.TabIndex = 0 Me.Label1.Text = "단열조치 준수(가목)" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label2 ' Me.Label2.Dock = System.Windows.Forms.DockStyle.Fill Me.Label2.Location = New System.Drawing.Point(154, 72) Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(228, 32) Me.Label2.TabIndex = 0 Me.Label2.Text = "바닥난방의 단열재 설치(나목)" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label4 ' Me.Label4.Dock = System.Windows.Forms.DockStyle.Fill Me.Label4.Location = New System.Drawing.Point(154, 104) Me.Label4.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(228, 34) Me.Label4.TabIndex = 0 Me.Label4.Text = "방습층 설치(다목)" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v단열조치준수", True)) Me.CheckBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox1.Location = New System.Drawing.Point(396, 47) Me.CheckBox1.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(92, 20) Me.CheckBox1.TabIndex = 2 Me.CheckBox1.Text = "적용" Me.CheckBox1.UseVisualStyleBackColor = True ' 'CheckBox2 ' Me.CheckBox2.AutoSize = True Me.CheckBox2.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v바닥난방의단열재설치", True)) Me.CheckBox2.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox2.Location = New System.Drawing.Point(396, 79) Me.CheckBox2.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox2.Name = "CheckBox2" Me.CheckBox2.Size = New System.Drawing.Size(92, 20) Me.CheckBox2.TabIndex = 2 Me.CheckBox2.Text = "적용" Me.CheckBox2.UseVisualStyleBackColor = True ' 'CheckBox3 ' Me.CheckBox3.AutoSize = True Me.CheckBox3.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v방습층설치", True)) Me.CheckBox3.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox3.Location = New System.Drawing.Point(396, 111) Me.CheckBox3.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox3.Name = "CheckBox3" Me.CheckBox3.Size = New System.Drawing.Size(92, 22) Me.CheckBox3.TabIndex = 2 Me.CheckBox3.Text = "적용" Me.CheckBox3.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "바닥난방의단열재설치", True)) Me.TextBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox1.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox1.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox1.Location = New System.Drawing.Point(497, 74) Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(596, 29) Me.TextBox1.TabIndex = 1 ' 'TextBox3 ' Me.TextBox3.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "방습층설치", True)) Me.TextBox3.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox3.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox3.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox3.Location = New System.Drawing.Point(497, 106) Me.TextBox3.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(596, 29) Me.TextBox3.TabIndex = 1 ' 'TableLayoutPanel2 ' Me.TableLayoutPanel2.BackColor = System.Drawing.Color.White Me.TableLayoutPanel2.ColumnCount = 4 Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 236.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 107.0!)) Me.TableLayoutPanel2.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel2.Controls.Add(Me.Label33, 1, 0) Me.TableLayoutPanel2.Controls.Add(Me.Label34, 1, 1) Me.TableLayoutPanel2.Controls.Add(Me.Label35, 1, 2) Me.TableLayoutPanel2.Controls.Add(Me.Label36, 1, 3) Me.TableLayoutPanel2.Controls.Add(Me.Label37, 1, 4) Me.TableLayoutPanel2.Controls.Add(Me.Label38, 1, 5) Me.TableLayoutPanel2.Controls.Add(Me.Label39, 1, 6) Me.TableLayoutPanel2.Controls.Add(Me.Label45, 0, 0) Me.TableLayoutPanel2.Controls.Add(Me.CheckBox19, 2, 0) Me.TableLayoutPanel2.Controls.Add(Me.CheckBox20, 2, 1) Me.TableLayoutPanel2.Controls.Add(Me.CheckBox21, 2, 2) Me.TableLayoutPanel2.Controls.Add(Me.CheckBox22, 2, 3) Me.TableLayoutPanel2.Controls.Add(Me.CheckBox23, 2, 4) Me.TableLayoutPanel2.Controls.Add(Me.CheckBox24, 2, 5) Me.TableLayoutPanel2.Controls.Add(Me.CheckBox25, 2, 6) Me.TableLayoutPanel2.Controls.Add(Me.TextBox19, 3, 0) Me.TableLayoutPanel2.Controls.Add(Me.TextBox20, 3, 1) Me.TableLayoutPanel2.Controls.Add(Me.TextBox21, 3, 2) Me.TableLayoutPanel2.Controls.Add(Me.TextBox22, 3, 3) Me.TableLayoutPanel2.Controls.Add(Me.TextBox23, 3, 4) Me.TableLayoutPanel2.Controls.Add(Me.TextBox24, 3, 5) Me.TableLayoutPanel2.Controls.Add(Me.TextBox25, 3, 6) Me.TableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Top Me.TableLayoutPanel2.Location = New System.Drawing.Point(0, 138) Me.TableLayoutPanel2.Name = "TableLayoutPanel2" Me.TableLayoutPanel2.RowCount = 7 Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel2.Size = New System.Drawing.Size(1097, 252) Me.TableLayoutPanel2.TabIndex = 6 ' 'Label33 ' Me.Label33.Dock = System.Windows.Forms.DockStyle.Fill Me.Label33.Font = New System.Drawing.Font("맑은 고딕", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label33.Location = New System.Drawing.Point(154, 0) Me.Label33.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label33.Name = "Label33" Me.Label33.Size = New System.Drawing.Size(228, 35) Me.Label33.TabIndex = 0 Me.Label33.Text = "설계용 외기조건 준수(가목)" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(냉난방설비가 없는 경우 제외)" Me.Label33.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label34 ' Me.Label34.Dock = System.Windows.Forms.DockStyle.Fill Me.Label34.Location = New System.Drawing.Point(154, 35) Me.Label34.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label34.Name = "Label34" Me.Label34.Size = New System.Drawing.Size(228, 35) Me.Label34.TabIndex = 0 Me.Label34.Text = "열원 및 반송설비 조건(나목)" Me.Label34.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label35 ' Me.Label35.Dock = System.Windows.Forms.DockStyle.Fill Me.Label35.Location = New System.Drawing.Point(154, 70) Me.Label35.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label35.Name = "Label35" Me.Label35.Size = New System.Drawing.Size(228, 35) Me.Label35.TabIndex = 0 Me.Label35.Text = "고효율 가정용 보일러(다목)" Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label36 ' Me.Label36.Dock = System.Windows.Forms.DockStyle.Fill Me.Label36.Location = New System.Drawing.Point(154, 105) Me.Label36.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label36.Name = "Label36" Me.Label36.Size = New System.Drawing.Size(228, 35) Me.Label36.TabIndex = 0 Me.Label36.Text = "고효율 전동기(라목)" Me.Label36.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label37 ' Me.Label37.Dock = System.Windows.Forms.DockStyle.Fill Me.Label37.Location = New System.Drawing.Point(154, 140) Me.Label37.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label37.Name = "Label37" Me.Label37.Size = New System.Drawing.Size(228, 35) Me.Label37.TabIndex = 0 Me.Label37.Text = "고효율 난방, 급탕-급수펌프(마목)" Me.Label37.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label38 ' Me.Label38.Dock = System.Windows.Forms.DockStyle.Fill Me.Label38.Location = New System.Drawing.Point(154, 175) Me.Label38.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label38.Name = "Label38" Me.Label38.Size = New System.Drawing.Size(228, 35) Me.Label38.TabIndex = 0 Me.Label38.Text = "절수형설비 설치(바목)" Me.Label38.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label39 ' Me.Label39.Dock = System.Windows.Forms.DockStyle.Fill Me.Label39.Location = New System.Drawing.Point(154, 210) Me.Label39.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label39.Name = "Label39" Me.Label39.Size = New System.Drawing.Size(228, 42) Me.Label39.TabIndex = 0 Me.Label39.Text = "실별 온도조절장치(사목)" Me.Label39.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label45 ' Me.Label45.Dock = System.Windows.Forms.DockStyle.Fill Me.Label45.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label45.Location = New System.Drawing.Point(4, 0) Me.Label45.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label45.Name = "Label45" Me.TableLayoutPanel2.SetRowSpan(Me.Label45, 7) Me.Label45.Size = New System.Drawing.Size(142, 252) Me.Label45.TabIndex = 0 Me.Label45.Text = "기계부문" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "설계기준" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(제7조제3항" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "제2호)" Me.Label45.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'CheckBox19 ' Me.CheckBox19.AutoSize = True Me.CheckBox19.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v설계용외기조건준수", True)) Me.CheckBox19.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox19.Location = New System.Drawing.Point(396, 7) Me.CheckBox19.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox19.Name = "CheckBox19" Me.CheckBox19.Size = New System.Drawing.Size(92, 23) Me.CheckBox19.TabIndex = 2 Me.CheckBox19.Text = "적용" Me.CheckBox19.UseVisualStyleBackColor = True ' 'CheckBox20 ' Me.CheckBox20.AutoSize = True Me.CheckBox20.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v열원및반송설비조건", True)) Me.CheckBox20.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox20.Location = New System.Drawing.Point(396, 42) Me.CheckBox20.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox20.Name = "CheckBox20" Me.CheckBox20.Size = New System.Drawing.Size(92, 23) Me.CheckBox20.TabIndex = 2 Me.CheckBox20.Text = "적용" Me.CheckBox20.UseVisualStyleBackColor = True ' 'CheckBox21 ' Me.CheckBox21.AutoSize = True Me.CheckBox21.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율가정용보일러", True)) Me.CheckBox21.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox21.Location = New System.Drawing.Point(396, 77) Me.CheckBox21.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox21.Name = "CheckBox21" Me.CheckBox21.Size = New System.Drawing.Size(92, 23) Me.CheckBox21.TabIndex = 2 Me.CheckBox21.Text = "적용" Me.CheckBox21.UseVisualStyleBackColor = True ' 'CheckBox22 ' Me.CheckBox22.AutoSize = True Me.CheckBox22.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율전동기", True)) Me.CheckBox22.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox22.Location = New System.Drawing.Point(396, 112) Me.CheckBox22.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox22.Name = "CheckBox22" Me.CheckBox22.Size = New System.Drawing.Size(92, 23) Me.CheckBox22.TabIndex = 2 Me.CheckBox22.Text = "적용" Me.CheckBox22.UseVisualStyleBackColor = True ' 'CheckBox23 ' Me.CheckBox23.AutoSize = True Me.CheckBox23.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v고효율난방급탕급수펌프", True)) Me.CheckBox23.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox23.Location = New System.Drawing.Point(396, 147) Me.CheckBox23.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox23.Name = "CheckBox23" Me.CheckBox23.Size = New System.Drawing.Size(92, 23) Me.CheckBox23.TabIndex = 2 Me.CheckBox23.Text = "적용" Me.CheckBox23.UseVisualStyleBackColor = True ' 'CheckBox24 ' Me.CheckBox24.AutoSize = True Me.CheckBox24.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v절수형설비설치", True)) Me.CheckBox24.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox24.Location = New System.Drawing.Point(396, 182) Me.CheckBox24.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox24.Name = "CheckBox24" Me.CheckBox24.Size = New System.Drawing.Size(92, 23) Me.CheckBox24.TabIndex = 2 Me.CheckBox24.Text = "적용" Me.CheckBox24.UseVisualStyleBackColor = True ' 'CheckBox25 ' Me.CheckBox25.AutoSize = True Me.CheckBox25.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v실별온도조절장치", True)) Me.CheckBox25.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox25.Location = New System.Drawing.Point(396, 217) Me.CheckBox25.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox25.Name = "CheckBox25" Me.CheckBox25.Size = New System.Drawing.Size(92, 30) Me.CheckBox25.TabIndex = 2 Me.CheckBox25.Text = "적용" Me.CheckBox25.UseVisualStyleBackColor = True ' 'TextBox19 ' Me.TextBox19.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "설계용외기조건준수", True)) Me.TextBox19.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox19.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox19.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox19.Location = New System.Drawing.Point(497, 2) Me.TextBox19.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox19.Name = "TextBox19" Me.TextBox19.Size = New System.Drawing.Size(596, 29) Me.TextBox19.TabIndex = 1 ' 'TextBox20 ' Me.TextBox20.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "열원및반송설비조건", True)) Me.TextBox20.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox20.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox20.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox20.Location = New System.Drawing.Point(497, 37) Me.TextBox20.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox20.Name = "TextBox20" Me.TextBox20.Size = New System.Drawing.Size(596, 29) Me.TextBox20.TabIndex = 1 ' 'TextBox21 ' Me.TextBox21.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "고효율가정용보일러", True)) Me.TextBox21.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox21.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox21.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox21.Location = New System.Drawing.Point(497, 72) Me.TextBox21.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox21.Name = "TextBox21" Me.TextBox21.Size = New System.Drawing.Size(596, 29) Me.TextBox21.TabIndex = 1 ' 'TextBox22 ' Me.TextBox22.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "고효율전동기", True)) Me.TextBox22.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox22.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox22.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox22.Location = New System.Drawing.Point(497, 107) Me.TextBox22.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox22.Name = "TextBox22" Me.TextBox22.Size = New System.Drawing.Size(596, 29) Me.TextBox22.TabIndex = 1 ' 'TextBox23 ' Me.TextBox23.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "고효율난방급탕급수펌프", True)) Me.TextBox23.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox23.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox23.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox23.Location = New System.Drawing.Point(497, 142) Me.TextBox23.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox23.Name = "TextBox23" Me.TextBox23.Size = New System.Drawing.Size(596, 29) Me.TextBox23.TabIndex = 1 ' 'TextBox24 ' Me.TextBox24.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "절수형설비설치", True)) Me.TextBox24.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox24.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox24.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox24.Location = New System.Drawing.Point(497, 177) Me.TextBox24.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox24.Name = "TextBox24" Me.TextBox24.Size = New System.Drawing.Size(596, 29) Me.TextBox24.TabIndex = 1 ' 'TextBox25 ' Me.TextBox25.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "실별온도조절장치", True)) Me.TextBox25.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox25.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox25.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox25.Location = New System.Drawing.Point(497, 212) Me.TextBox25.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox25.Name = "TextBox25" Me.TextBox25.Size = New System.Drawing.Size(596, 29) Me.TextBox25.TabIndex = 1 ' 'TableLayoutPanel6 ' Me.TableLayoutPanel6.ColumnCount = 4 Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 150.0!)) Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 236.0!)) Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 107.0!)) Me.TableLayoutPanel6.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100.0!)) Me.TableLayoutPanel6.Controls.Add(Me.Label48, 1, 0) Me.TableLayoutPanel6.Controls.Add(Me.Label49, 1, 1) Me.TableLayoutPanel6.Controls.Add(Me.Label50, 1, 2) Me.TableLayoutPanel6.Controls.Add(Me.Label52, 1, 3) Me.TableLayoutPanel6.Controls.Add(Me.Label54, 0, 0) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox33, 2, 0) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox34, 2, 1) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox35, 2, 2) Me.TableLayoutPanel6.Controls.Add(Me.CheckBox37, 2, 3) Me.TableLayoutPanel6.Controls.Add(Me.TextBox33, 3, 0) Me.TableLayoutPanel6.Controls.Add(Me.TextBox34, 3, 1) Me.TableLayoutPanel6.Controls.Add(Me.TextBox35, 3, 2) Me.TableLayoutPanel6.Controls.Add(Me.TextBox37, 3, 3) Me.TableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Top Me.TableLayoutPanel6.Location = New System.Drawing.Point(0, 390) Me.TableLayoutPanel6.Name = "TableLayoutPanel6" Me.TableLayoutPanel6.RowCount = 4 Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.0!)) Me.TableLayoutPanel6.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel6.Size = New System.Drawing.Size(1097, 161) Me.TableLayoutPanel6.TabIndex = 7 ' 'Label48 ' Me.Label48.Dock = System.Windows.Forms.DockStyle.Fill Me.Label48.Location = New System.Drawing.Point(154, 0) Me.Label48.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label48.Name = "Label48" Me.Label48.Size = New System.Drawing.Size(228, 40) Me.Label48.TabIndex = 0 Me.Label48.Text = "수변전설비 설치(가목)" Me.Label48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label49 ' Me.Label49.Dock = System.Windows.Forms.DockStyle.Fill Me.Label49.Location = New System.Drawing.Point(154, 40) Me.Label49.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label49.Name = "Label49" Me.Label49.Size = New System.Drawing.Size(228, 40) Me.Label49.TabIndex = 0 Me.Label49.Text = "간선 및 동력설비 설치(나목)" Me.Label49.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label50 ' Me.Label50.Dock = System.Windows.Forms.DockStyle.Fill Me.Label50.Location = New System.Drawing.Point(154, 80) Me.Label50.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label50.Name = "Label50" Me.Label50.Size = New System.Drawing.Size(228, 40) Me.Label50.TabIndex = 0 Me.Label50.Text = "조명설치 설치(다목)" Me.Label50.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label52 ' Me.Label52.Dock = System.Windows.Forms.DockStyle.Fill Me.Label52.Location = New System.Drawing.Point(154, 120) Me.Label52.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label52.Name = "Label52" Me.Label52.Size = New System.Drawing.Size(228, 41) Me.Label52.TabIndex = 0 Me.Label52.Text = "공용화장실 자동점멸스위치(라목)" Me.Label52.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'Label54 ' Me.Label54.Dock = System.Windows.Forms.DockStyle.Fill Me.Label54.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.Label54.Location = New System.Drawing.Point(4, 0) Me.Label54.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0) Me.Label54.Name = "Label54" Me.TableLayoutPanel6.SetRowSpan(Me.Label54, 4) Me.Label54.Size = New System.Drawing.Size(142, 161) Me.Label54.TabIndex = 0 Me.Label54.Text = "전기부문" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "설계기준" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(제7조제3항" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "제3호)" Me.Label54.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'CheckBox33 ' Me.CheckBox33.AutoSize = True Me.CheckBox33.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v수변전설비설치", True)) Me.CheckBox33.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox33.Location = New System.Drawing.Point(396, 7) Me.CheckBox33.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox33.Name = "CheckBox33" Me.CheckBox33.Size = New System.Drawing.Size(92, 28) Me.CheckBox33.TabIndex = 2 Me.CheckBox33.Text = "적용" Me.CheckBox33.UseVisualStyleBackColor = True ' 'CheckBox34 ' Me.CheckBox34.AutoSize = True Me.CheckBox34.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v간선및동력설비", True)) Me.CheckBox34.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox34.Location = New System.Drawing.Point(396, 47) Me.CheckBox34.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox34.Name = "CheckBox34" Me.CheckBox34.Size = New System.Drawing.Size(92, 28) Me.CheckBox34.TabIndex = 2 Me.CheckBox34.Text = "적용" Me.CheckBox34.UseVisualStyleBackColor = True ' 'CheckBox35 ' Me.CheckBox35.AutoSize = True Me.CheckBox35.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v조명설치", True)) Me.CheckBox35.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox35.Location = New System.Drawing.Point(396, 87) Me.CheckBox35.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox35.Name = "CheckBox35" Me.CheckBox35.Size = New System.Drawing.Size(92, 28) Me.CheckBox35.TabIndex = 2 Me.CheckBox35.Text = "적용" Me.CheckBox35.UseVisualStyleBackColor = True ' 'CheckBox37 ' Me.CheckBox37.AutoSize = True Me.CheckBox37.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.bs, "v공용화장실자동점멸스위치", True)) Me.CheckBox37.Dock = System.Windows.Forms.DockStyle.Fill Me.CheckBox37.Location = New System.Drawing.Point(396, 127) Me.CheckBox37.Margin = New System.Windows.Forms.Padding(10, 7, 5, 5) Me.CheckBox37.Name = "CheckBox37" Me.CheckBox37.Size = New System.Drawing.Size(92, 29) Me.CheckBox37.TabIndex = 2 Me.CheckBox37.Text = "적용" Me.CheckBox37.UseVisualStyleBackColor = True ' 'TextBox33 ' Me.TextBox33.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "수변전설비설치", True)) Me.TextBox33.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox33.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox33.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox33.Location = New System.Drawing.Point(497, 2) Me.TextBox33.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox33.Name = "TextBox33" Me.TextBox33.Size = New System.Drawing.Size(596, 29) Me.TextBox33.TabIndex = 1 ' 'TextBox34 ' Me.TextBox34.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "간선및동력설비", True)) Me.TextBox34.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox34.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox34.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox34.Location = New System.Drawing.Point(497, 42) Me.TextBox34.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox34.Name = "TextBox34" Me.TextBox34.Size = New System.Drawing.Size(596, 29) Me.TextBox34.TabIndex = 1 ' 'TextBox35 ' Me.TextBox35.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "조명설치", True)) Me.TextBox35.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox35.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox35.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox35.Location = New System.Drawing.Point(497, 82) Me.TextBox35.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox35.Name = "TextBox35" Me.TextBox35.Size = New System.Drawing.Size(596, 29) Me.TextBox35.TabIndex = 1 ' 'TextBox37 ' Me.TextBox37.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.bs, "공용화장실자동점멸스위치", True)) Me.TextBox37.Dock = System.Windows.Forms.DockStyle.Fill Me.TextBox37.Font = New System.Drawing.Font("맑은 고딕", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.TextBox37.ForeColor = System.Drawing.SystemColors.ControlText Me.TextBox37.Location = New System.Drawing.Point(497, 122) Me.TextBox37.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.TextBox37.Name = "TextBox37" Me.TextBox37.Size = New System.Drawing.Size(596, 29) Me.TextBox37.TabIndex = 1 ' 'Frm_6_Req ' Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None Me.BackgroundColor = System.Drawing.SystemColors.Control Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.ClientSize = New System.Drawing.Size(1097, 581) Me.Controls.Add(Me.TableLayoutPanel6) Me.Controls.Add(Me.TableLayoutPanel2) Me.Controls.Add(Me.TableLayoutPanel1) Me.Controls.Add(Me.C1StatusBar1) Me.Font = New System.Drawing.Font("맑은 고딕", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(129, Byte)) Me.ForeColor = System.Drawing.SystemColors.ControlDarkDark Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.ImeMode = System.Windows.Forms.ImeMode.Hangul Me.KeyPreview = True Me.Margin = New System.Windows.Forms.Padding(4, 2, 4, 2) Me.MaximizeBox = False Me.Name = "Frm_6_Req" Me.Opacity = 0.8R Me.ShowIcon = False Me.ShowInTaskbar = False Me.Tag = "1" Me.Text = "의무사항" Me.TopMost = True Me.TableLayoutPanel3.ResumeLayout(False) Me.TableLayoutPanel3.PerformLayout() Me.TableLayoutPanel4.ResumeLayout(False) Me.TableLayoutPanel4.PerformLayout() CType(Me.DataSet1, System.ComponentModel.ISupportInitialize).EndInit() Me.TableLayoutPanel5.ResumeLayout(False) Me.TableLayoutPanel5.PerformLayout() CType(Me.bs, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.C1StatusBar1, System.ComponentModel.ISupportInitialize).EndInit() Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.TableLayoutPanel2.ResumeLayout(False) Me.TableLayoutPanel2.PerformLayout() Me.TableLayoutPanel6.ResumeLayout(False) Me.TableLayoutPanel6.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Public WithEvents DataSet1 As Eco2OD.DS Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents TableLayoutPanel4 As System.Windows.Forms.TableLayoutPanel Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents MyTb1 As System.Windows.Forms.TextBox Friend WithEvents MyTb2 As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents TableLayoutPanel5 As System.Windows.Forms.TableLayoutPanel Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents MyTb3 As System.Windows.Forms.TextBox Friend WithEvents ToolTip1 As System.Windows.Forms.ToolTip Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents C1StatusBar1 As C1.Win.C1Ribbon.C1StatusBar Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents Label25 As System.Windows.Forms.Label Friend WithEvents Label29 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox Private WithEvents RibbonButton1 As C1.Win.C1Ribbon.RibbonButton Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents bs As System.Windows.Forms.BindingSource Friend WithEvents TableLayoutPanel2 As System.Windows.Forms.TableLayoutPanel Friend WithEvents Label33 As System.Windows.Forms.Label Friend WithEvents Label34 As System.Windows.Forms.Label Friend WithEvents Label35 As System.Windows.Forms.Label Friend WithEvents Label36 As System.Windows.Forms.Label Friend WithEvents Label37 As System.Windows.Forms.Label Friend WithEvents Label38 As System.Windows.Forms.Label Friend WithEvents Label39 As System.Windows.Forms.Label Friend WithEvents Label45 As System.Windows.Forms.Label Friend WithEvents CheckBox19 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox20 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox21 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox22 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox23 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox24 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox25 As System.Windows.Forms.CheckBox Friend WithEvents TextBox19 As System.Windows.Forms.TextBox Friend WithEvents TextBox20 As System.Windows.Forms.TextBox Friend WithEvents TextBox21 As System.Windows.Forms.TextBox Friend WithEvents TextBox22 As System.Windows.Forms.TextBox Friend WithEvents TextBox23 As System.Windows.Forms.TextBox Friend WithEvents TextBox24 As System.Windows.Forms.TextBox Friend WithEvents TextBox25 As System.Windows.Forms.TextBox Friend WithEvents TableLayoutPanel6 As System.Windows.Forms.TableLayoutPanel Friend WithEvents Label48 As System.Windows.Forms.Label Friend WithEvents Label49 As System.Windows.Forms.Label Friend WithEvents Label50 As System.Windows.Forms.Label Friend WithEvents Label52 As System.Windows.Forms.Label Friend WithEvents Label54 As System.Windows.Forms.Label Friend WithEvents CheckBox33 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox34 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox35 As System.Windows.Forms.CheckBox Friend WithEvents CheckBox37 As System.Windows.Forms.CheckBox Friend WithEvents TextBox33 As System.Windows.Forms.TextBox Friend WithEvents TextBox34 As System.Windows.Forms.TextBox Friend WithEvents TextBox35 As System.Windows.Forms.TextBox Friend WithEvents TextBox37 As System.Windows.Forms.TextBox End Class