-
Notifications
You must be signed in to change notification settings - Fork 1
/
framePresupuestos.dfm
92 lines (92 loc) · 1.84 KB
/
framePresupuestos.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
object Frame1: TFrame1
Left = 0
Top = 0
Width = 451
Height = 305
Align = alClient
TabOrder = 0
OnResize = FrameResize
object Panel1: TPanel
Left = 0
Top = 0
Width = 451
Height = 305
Align = alClient
TabOrder = 0
object HeaderControl1: THeaderControl
AlignWithMargins = True
Left = 4
Top = 4
Width = 443
Height = 36
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Sections = <
item
AutoSize = True
ImageIndex = -1
Text = 'Presupuestos'
Width = 443
end>
ParentFont = False
end
object Button1: TButton
Left = 319
Top = 6
Width = 32
Height = 32
Align = alCustom
Anchors = [akTop, akRight]
Caption = 'Button1'
TabOrder = 1
Visible = False
end
object Button2: TButton
Left = 360
Top = 6
Width = 32
Height = 32
Align = alCustom
Anchors = [akTop, akRight]
Caption = 'Button1'
TabOrder = 2
Visible = False
end
object Button3: TButton
Left = 401
Top = 6
Width = 32
Height = 32
Align = alCustom
Anchors = [akTop, akRight]
Caption = 'Button1'
TabOrder = 3
Visible = False
end
object ListViewPresupuestos: TListView
AlignWithMargins = True
Left = 4
Top = 46
Width = 443
Height = 255
Align = alClient
Columns = <>
TabOrder = 4
OnResize = ListViewPresupuestosResize
end
object btnobra: TButton
Left = 281
Top = 6
Width = 32
Height = 32
Align = alCustom
Anchors = [akTop, akRight]
Caption = 'Button1'
TabOrder = 5
Visible = False
end
end
end