uInstallCACIC.dfm
4.38 KB
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
object frmInstallCACIC: TfrmInstallCACIC
Left = 409
Top = 3
BorderIcons = [biSystemMenu]
Caption = 'InstallCACIC'
ClientHeight = 586
ClientWidth = 583
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
WindowState = wsMinimized
OnActivate = FormActivate
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object pnVersao: TPanel
Left = 477
Top = 3
Width = 100
Height = 20
BevelInner = bvLowered
Caption = 'Vers'#227'o'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object gbMandatory: TGroupBox
Left = 4
Top = 25
Width = 575
Height = 67
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
object lbWebManagerAddress: TLabel
Left = 5
Top = 9
Width = 564
Height = 13
Alignment = taCenter
AutoSize = False
Caption = 'Endere'#231'o de Acesso ao Gerente WEB CACIC'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object lbInformeEndereco: TLabel
Left = 108
Top = 50
Width = 355
Height = 12
Alignment = taCenter
AutoSize = False
Caption = 'Informe o endere'#231'o como usado no navegador web'
Font.Charset = DEFAULT_CHARSET
Font.Color = clMaroon
Font.Height = -9
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object edWebManagerAddress: TEdit
Left = 106
Top = 25
Width = 361
Height = 24
BevelInner = bvLowered
BevelKind = bkSoft
CharCase = ecLowerCase
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold]
MaxLength = 100
ParentFont = False
TabOrder = 0
end
end
object btConfirmProcess: TButton
Left = 90
Top = 144
Width = 238
Height = 35
Caption = 'Concluir Instala'#231#227'o/Verifica'#231#227'o'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
OnClick = btConfirmProcessClick
end
object btExit: TButton
Left = 379
Top = 144
Width = 107
Height = 35
Caption = 'Sair'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnClick = btExitClick
end
object lbActionsLog: TStaticText
Left = 5
Top = 197
Width = 162
Height = 14
AutoSize = False
Caption = 'Log de A'#231#245'es'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
end
object gbProgress: TGroupBox
Left = 4
Top = 213
Width = 575
Height = 364
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 5
object richProgress: TRichEdit
Left = 3
Top = 7
Width = 568
Height = 353
Color = clBackground
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
end
end
object staticStatus: TStaticText
Left = 2
Top = 101
Width = 578
Height = 32
Alignment = taCenter
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 6
end
end