AcessoMapaTeste.dfm
3.63 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
object frmAcesso: TfrmAcesso
Left = 0
Top = 0
Caption = 'Acessar'
ClientHeight = 309
ClientWidth = 624
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object btAcesso: TButton
Left = 177
Top = 260
Width = 105
Height = 33
Caption = 'Acessar'
Default = True
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
end
object btCancela: TButton
Left = 333
Top = 260
Width = 105
Height = 33
Caption = 'Cancelar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
end
object pnAcesso: TPanel
Left = 2
Top = 3
Width = 602
Height = 196
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object lbNomeUsuarioAcesso: TLabel
Left = 109
Top = 42
Width = 127
Height = 20
Caption = 'Nome de Usu'#225'rio:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Visible = False
end
object lbSenhaAcesso: TLabel
Left = 106
Top = 82
Width = 130
Height = 20
Caption = 'Senha de Acesso:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Visible = False
end
object lbAviso: TLabel
Left = 4
Top = 171
Width = 593
Height = 13
Alignment = taCenter
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object edNomeUsuarioAcesso: TEdit
Left = 239
Top = 39
Width = 250
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
MaxLength = 20
ParentFont = False
TabOrder = 0
Visible = False
end
object edSenhaAcesso: TEdit
Left = 239
Top = 79
Width = 250
Height = 28
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
PasswordChar = #7
TabOrder = 1
Visible = False
end
end
object pnMessageBox: TPanel
Left = 1
Top = 198
Width = 602
Height = 45
BevelInner = bvLowered
Color = clGradientInactiveCaption
Font.Charset = DEFAULT_CHARSET
Font.Color = clGradientActiveCaption
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 3
Visible = False
object lbMensagens: TLabel
Left = 2
Top = 2
Width = 598
Height = 41
Align = alClient
Alignment = taCenter
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
Layout = tlCenter
end
end
end