-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInicioAjuda.dfm
45 lines (45 loc) · 1.05 KB
/
InicioAjuda.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
object FormInicioAjuda: TFormInicioAjuda
Left = 743
Top = 145
BorderStyle = bsToolWindow
Caption = 'Ferramenta AuxEnSoft - Ajuda'
ClientHeight = 184
ClientWidth = 292
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object BtnVoltar: TBitBtn
Left = 104
Top = 152
Width = 75
Height = 25
Caption = 'Voltar'
TabOrder = 0
OnClick = BtnVoltarClick
end
object MemoAjuda: TMemo
Left = 16
Top = 16
Width = 257
Height = 121
Lines.Strings = (
'Insira seus dados para efetuar login;'
'Para limpar os campos rapidamente use o bot'#227'o '
'"Limpar";'
'Se ainda n'#227'o tem cadastro clique no bot'#227'o "Criar '
'cadastro";'
'Para sair do sistema clique no menu "Sair" ou no '
'bot'#227'o "Sair do sistema".'
'')
ReadOnly = True
TabOrder = 1
end
end