-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCriarProjetoAjuda.~dfm
44 lines (44 loc) · 1.16 KB
/
CriarProjetoAjuda.~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
object FormCriarProjetoAjuda: TFormCriarProjetoAjuda
Left = 534
Top = 256
BorderStyle = bsDialog
Caption = 'Ferramenta AuxEnSoft - Ajuda'
ClientHeight = 165
ClientWidth = 352
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 = 120
Top = 128
Width = 75
Height = 25
Caption = 'Voltar'
TabOrder = 0
OnClick = btnVoltarClick
end
object Memo: TMemo
Left = 16
Top = 16
Width = 313
Height = 97
Lines.Strings = (
'Voc'#234' deve digitar um nome para o projeto (Obrigat'#243'rio), modelo '
'de desenvolvimento (Obrigat'#243'rio), descri'#231#227'o do projeto '
'(Obrigat'#243'rio).'
'Por padr'#227'o o AuxEnSoft pega a data de cria'#231#227'o do projeto como '
'a data atual do sistema, se sua data estiver errada, acerte o '
'rel'#243'gio.'
'A data de entrega deve ser selecionada no calend'#225'rio.')
ReadOnly = True
TabOrder = 1
end
end