dock 관련, 제거
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user