-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathregistrokilogramosmensual.dfm
89 lines (89 loc) · 2.23 KB
/
registrokilogramosmensual.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
object FormRegistroKilogramosMensual: TFormRegistroKilogramosMensual
Left = 226
Top = 143
Width = 800
Height = 600
BorderIcons = [biSystemMenu, biMaximize]
Caption = 'Registro mensual de kilogramos'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Menu = MainMenu
OldCreateOrder = False
Position = poScreenCenter
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object DBGrid: TDBGrid
Left = 0
Top = 0
Width = 792
Height = 547
Align = alClient
DataSource = BD.DataSourceKilogramosMensual
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgCancelOnExit]
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'Ano'
Title.Caption = 'A'#241'o'
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'Mes'
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'CantidadRemito'
Title.Caption = 'Cantidad remito'
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'CantidadFactura'
Title.Caption = 'Cantidad factura'
Width = 100
Visible = True
end
item
Expanded = False
FieldName = 'CantidadTotal'
Title.Caption = 'Cantidad total'
Width = 100
Visible = True
end>
end
object MainMenu: TMainMenu
Left = 360
Top = 216
object MenuItemArchivo: TMenuItem
Caption = 'Archivo'
object MenuItemCerrar: TMenuItem
Caption = 'Cerrar'
OnClick = MenuItemCerrarClick
end
end
object MenuItemVer: TMenuItem
Caption = 'Ver'
object MenuItemOrdenar: TMenuItem
Caption = 'Ordenar'
end
end
end
end