You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
1.4 KiB
65 lines
1.4 KiB
object confrelRecibosEmitidos: TconfrelRecibosEmitidos
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu, biMinimize]
|
|
BorderStyle = bsSingle
|
|
Caption = 'Recibos Emitidos'
|
|
ClientHeight = 129
|
|
ClientWidth = 249
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
KeyPreview = True
|
|
OldCreateOrder = False
|
|
Position = poDesktopCenter
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnKeyDown = FormKeyDown
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object gb_data: TGroupBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 233
|
|
Height = 65
|
|
Caption = 'Intervalo'
|
|
TabOrder = 0
|
|
object Label1: TLabel
|
|
Left = 113
|
|
Top = 31
|
|
Width = 6
|
|
Height = 13
|
|
Caption = 'a'
|
|
end
|
|
object dtp_inicio: TDateTimePicker
|
|
Left = 10
|
|
Top = 26
|
|
Width = 97
|
|
Height = 21
|
|
Date = 43168.429167685190000000
|
|
Time = 43168.429167685190000000
|
|
TabOrder = 0
|
|
end
|
|
object dtp_fim: TDateTimePicker
|
|
Left = 125
|
|
Top = 26
|
|
Width = 97
|
|
Height = 21
|
|
Date = 43168.429167685190000000
|
|
Time = 43168.429167685190000000
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
object btn_viewreport: TButton
|
|
Left = 85
|
|
Top = 94
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Visualizar'
|
|
TabOrder = 1
|
|
OnClick = btn_viewreportClick
|
|
end
|
|
end
|