-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathABOUT.dfm
124 lines (124 loc) · 2.74 KB
/
ABOUT.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
object AboutBox: TAboutBox
Left = 200
Top = 108
BorderStyle = bsDialog
Caption = 'Sobre'
ClientHeight = 283
ClientWidth = 434
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 418
Height = 236
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object ProductName: TLabel
Left = 144
Top = 0
Width = 115
Height = 24
Caption = 'COMO USAR'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Version: TLabel
Left = 8
Top = 32
Width = 97
Height = 20
Caption = 'Para 1 c'#243'digo'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Copyright: TLabel
Left = 24
Top = 58
Width = 325
Height = 13
Caption =
'Basta digitar o c'#243'digo na caixa de texto de depois clicar em "Va' +
'lidar"'
IsControl = True
end
object Comments: TLabel
Left = 24
Top = 120
Width = 309
Height = 26
Caption =
'Clique no bot'#227'o "Selecionar", selecione o aquivo e depois clique' +
' no bot'#227'o "Validar"'
WordWrap = True
IsControl = True
end
object Label1: TLabel
Left = 8
Top = 94
Width = 103
Height = 20
Caption = 'Para 1 Arquivo'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Label2: TLabel
Left = 8
Top = 151
Width = 145
Height = 20
Caption = 'Estrutura do Arquivo'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
IsControl = True
end
object Label3: TLabel
Left = 24
Top = 177
Width = 210
Height = 13
Caption = 'O arquivo dever'#225' conter um c'#243'digo por linha'
WordWrap = True
IsControl = True
end
end
object OKButton: TButton
Left = 176
Top = 250
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end