dock 관련, 제거

This commit is contained in:
chi
2020-07-09 00:52:56 +09:00
parent fc66714f53
commit 161bcc9cbe
47 changed files with 16335 additions and 782 deletions

View File

@@ -94,8 +94,13 @@ Public Class MyTextBox
Set(ByVal value As String)
'//프롬프트가 바뀔때 연결된 레이블이 잇으면 텍스트를 바꿔준다.
Prompt = value
Try
Me.DB_BaseLabel.Text = value '& "(&" & Var_ViewColNumber & ")"
If Not DB_BaseLabel Is Nothing Then
Me.DB_BaseLabel.Text = value '& "(&" & Var_ViewColNumber & ")"
End If
Catch ex As Exception
End Try