-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathView.Visualizador.dfm
More file actions
43 lines (43 loc) · 964 Bytes
/
Copy pathView.Visualizador.dfm
File metadata and controls
43 lines (43 loc) · 964 Bytes
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
object fVisualizador: TfVisualizador
Left = 0
Top = 0
Caption = 'Visualizador de DataSet'
ClientHeight = 457
ClientWidth = 933
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 933
Height = 457
Align = alClient
DataSource = DataSource1
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
Left = 32
Top = 392
end
object DataSource1: TDataSource
DataSet = ClientDataSet1
Left = 112
Top = 392
end
end