-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConstSPD.pas
33 lines (22 loc) · 1.11 KB
/
ConstSPD.pas
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
//----------------------------------------------------------------------------//
//DESENVOLVEDOR : JOÃO PAULO DA SILVA SIMÕES // //
//----------------------------------------------------------------------------//
//DATAS //
//INICIO : 05/03/2012 //
//TERMINO : 05/03/2012 //
//LIBERAÇÃO TESTES : 06/03/2012 //
//----------------------------------------------------------------------------//
//P.S : //
//----------------------------------------------------------------------------//
unit ConstSPD;
interface
uses
SGHTiposEnumerados;
type
TEstadoFormulario = (tefPronto, tefEspera);
const
VERSAO_SISTEMA : String = '19.02';
versaoSistema : TTipoVersaoSGH = ttvs1902;
CRIPT_KEY : String = 'P@ssw0rd#260788';
implementation
end.