Skip to content

Commit 647758f

Browse files
committed
chore: fix enconding
1 parent b87b222 commit 647758f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Forms/FormMessage.frm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Private Const SWP_NOSIZE = &H1
348348
Private Const SWP_NOMOVE = &H2
349349
Private Const SWP_NOACTIVATE = &H10
350350
Private Const SWP_SHOWWINDOW = &H40
351-
Private Declare Sub SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long)
351+
Private Declare Sub SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal x As Long, ByVal y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long)
352352
'=================================
353353
'NA FRENTE
354354
' SetWindowPos Me.hWnd, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOACTIVATE Or SWP_SHOWWINDOW Or SWP_NOMOVE Or SWP_NOSIZE
@@ -500,7 +500,7 @@ End Function
500500
'---------------------------------------------------------------------------------------
501501
' Procedure : 28/08/2006 11:22 - ShowInfo
502502
' Author : Heliomar P. Marques
503-
' Purpose : Mensagens informativas nao Modal
503+
' Purpose : Serve para mensagem apenas informativas não travando do aplicativo de chamada
504504
'---------------------------------------------------------------------------------------
505505
Public Sub ShowInfo(ByVal psPrompt As String, _
506506
Optional ByVal psTitulo As String, _
@@ -563,7 +563,6 @@ Private Sub CriarBotoes(ByVal psCapButtonsArray As String)
563563
Dim aCap() As String
564564
Dim i As Integer
565565
Dim nLeftPadrao As Integer
566-
Dim nWidth As Long
567566
Dim nCount As Integer
568567

569568
nLeftPadrao = cmdButtons(0).Left

0 commit comments

Comments
 (0)