-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnit1.dfm
157 lines (157 loc) · 3.31 KB
/
Unit1.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
object form_PESSOAS: Tform_PESSOAS
Left = 480
Top = 309
Caption = 'PESSOAS'
ClientHeight = 522
ClientWidth = 999
Color = clBtnFace
Constraints.MinHeight = 554
DefaultMonitor = dmPrimary
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesigned
DesignSize = (
999
522)
PixelsPerInch = 96
TextHeight = 13
object btn_Detalhe: TButton
Left = 8
Top = 8
Width = 105
Height = 25
Caption = 'Detalhe'
TabOrder = 0
OnClick = btn_DetalheClick
end
object DBGrid2: TDBGrid
Left = 8
Top = 39
Width = 983
Height = 475
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clWhite
DataSource = DataSource2
ReadOnly = True
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
Columns = <
item
Alignment = taCenter
Color = 5322541
Expanded = False
FieldName = 'ID'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Title.Alignment = taCenter
Title.Color = clCream
Title.Font.Charset = DEFAULT_CHARSET
Title.Font.Color = clBlack
Title.Font.Height = -11
Title.Font.Name = 'Tahoma'
Title.Font.Style = []
Width = 25
Visible = True
end
item
Alignment = taRightJustify
Color = 15000804
Expanded = False
FieldName = 'NOME'
Width = 182
Visible = True
end
item
Color = 15000804
Expanded = False
FieldName = 'SOBRENOME'
Width = 128
Visible = True
end
item
Expanded = False
FieldName = 'VULGO'
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'NASCIMENTO'
Visible = True
end
item
Expanded = False
FieldName = 'CPF'
Visible = True
end
item
Expanded = False
FieldName = 'TELEFONE'
Visible = True
end
item
Expanded = False
FieldName = 'EMAIL'
Visible = True
end
item
Color = 14603007
Expanded = False
FieldName = 'INSTAGRAM'
Visible = True
end
item
Color = 16773853
Expanded = False
FieldName = 'TWITTER'
Visible = True
end
item
Color = 14807295
Expanded = False
FieldName = 'WEBSITE'
Visible = True
end
item
Expanded = False
FieldName = 'PIX'
Visible = False
end>
end
object btn_Commit: TButton
Left = 916
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Commit'
TabOrder = 2
OnClick = btn_CommitClick
end
object btn_Refresh: TButton
Left = 835
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = 'Refresh'
TabOrder = 1
OnClick = btn_RefreshClick
end
object DataSource2: TDataSource
DataSet = datamodule_CRUD.FDQuery1
Left = 24
Top = 376
end
end