-
Notifications
You must be signed in to change notification settings - Fork 0
/
UConsContatos.dfm
159 lines (159 loc) · 3.82 KB
/
UConsContatos.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
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 frmContatos: TfrmContatos
Left = 0
Top = 0
Caption = 'Contatos'
ClientHeight = 404
ClientWidth = 498
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial Narrow'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 20
object Shape1: TShape
Left = 0
Top = 0
Width = 498
Height = 404
Align = alClient
ExplicitLeft = 24
ExplicitTop = 24
ExplicitWidth = 65
ExplicitHeight = 65
end
object Contatos: TPageControl
Left = 0
Top = 0
Width = 498
Height = 404
ActivePage = Telefones
Align = alClient
TabOrder = 0
ExplicitTop = 24
ExplicitWidth = 627
ExplicitHeight = 380
object Telefones: TTabSheet
Caption = 'Telefones'
ExplicitTop = 24
ExplicitWidth = 464
ExplicitHeight = 235
object DBGrid1: TDBGrid
Left = 0
Top = 41
Width = 490
Height = 328
Align = alClient
DataSource = dsConsTelefones2
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial Narrow'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -19
TitleFont.Name = 'Arial Narrow'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'telTipo'
Title.Caption = 'Tipo'
Width = 114
Visible = True
end
item
Expanded = False
FieldName = 'telDDD'
Title.Caption = 'DDD'
Width = 52
Visible = True
end
item
Expanded = False
FieldName = 'telNumero'
Title.Caption = 'N'#250'mero'
Width = 166
Visible = True
end
item
Expanded = False
FieldName = 'telOperadora'
Title.Caption = 'Operadora'
Width = 113
Visible = True
end>
end
object panTel: TPanel
Left = 0
Top = 0
Width = 490
Height = 41
Align = alTop
TabOrder = 1
ExplicitLeft = 4
ExplicitTop = 24
ExplicitWidth = 619
end
end
object Emails: TTabSheet
Caption = 'Emails'
ImageIndex = 1
ExplicitWidth = 496
ExplicitHeight = 245
object DBGrid2: TDBGrid
Left = 0
Top = 41
Width = 490
Height = 328
Align = alClient
DataSource = dsConsEmails2
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial Narrow'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -19
TitleFont.Name = 'Arial Narrow'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'emaEmail'
Title.Caption = 'E-mail'
Visible = True
end>
end
object panEmail: TPanel
Left = 0
Top = 0
Width = 490
Height = 41
Align = alTop
TabOrder = 1
ExplicitWidth = 496
end
end
end
object dsConsTelefones2: TDataSource
AutoEdit = False
DataSet = DM.qryConsTelefones2
Left = 228
Top = 128
end
object dsConsEmails2: TDataSource
AutoEdit = False
DataSet = DM.qryConsEmails2
Left = 340
Top = 112
end
end