This repository has been archived by the owner on May 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
uGrillaGenerica.dfm
96 lines (96 loc) · 2.02 KB
/
uGrillaGenerica.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
inherited frmGrillaGenerica: TfrmGrillaGenerica
Caption = 'GrillaGenerica'
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object pnl1: TPanel
Left = 0
Top = 0
Width = 775
Height = 145
Align = alTop
TabOrder = 0
object dbnvgr1: TDBNavigator
Left = 223
Top = 104
Width = 330
Height = 25
DataSource = dsBase
TabOrder = 0
Visible = False
end
object btnNuevo: TButton
Left = 88
Top = 48
Width = 83
Height = 33
Caption = 'Nuevo'
TabOrder = 1
OnClick = btnNuevoClick
end
object btnEliminar: TButton
Left = 493
Top = 48
Width = 83
Height = 33
Caption = 'Eliminar'
TabOrder = 2
OnClick = btnEliminarClick
end
object btnExportar: TButton
Left = 358
Top = 48
Width = 83
Height = 33
Caption = 'Exportar'
TabOrder = 3
end
object btnSalir: TButton
Left = 628
Top = 48
Width = 83
Height = 33
Caption = 'Salir'
TabOrder = 4
OnClick = btnSalirClick
end
object btnEditar: TButton
Left = 223
Top = 48
Width = 83
Height = 33
Caption = 'Editar'
TabOrder = 5
OnClick = btnEditarClick
end
end
object pnl2: TPanel
Left = 0
Top = 145
Width = 775
Height = 318
Align = alClient
TabOrder = 1
object dbgrd1: TDBGrid
Left = 1
Top = 1
Width = 773
Height = 316
Align = alClient
DataSource = dsBase
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit, dgTitleClick, dgTitleHotTrack]
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'Tahoma'
TitleFont.Style = []
OnDrawColumnCell = dbgrd1DrawColumnCell
end
end
object dsBase: TDataSource
Left = 32
Top = 16
end
end