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.
 

67 lines
1.3 KiB

inherited confFichaHistorico: TconfFichaHistorico
Caption = 'Ficha de Hist'#243'rico'
ClientHeight = 130
ClientWidth = 347
ExplicitWidth = 353
ExplicitHeight = 158
PixelsPerInch = 96
TextHeight = 13
inherited stbStatus: TStatusBar
Top = 111
Width = 347
ExplicitTop = 111
ExplicitWidth = 347
end
object gb_data: TGroupBox
Left = 8
Top = 8
Width = 333
Height = 65
Caption = 'Intervalo'
TabOrder = 1
object Label1: TLabel
Left = 160
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 = 224
Top = 26
Width = 97
Height = 21
Date = 43168.429167685190000000
Time = 43168.429167685190000000
TabOrder = 1
end
end
object btn_viewreport: TButton
Left = 70
Top = 80
Width = 75
Height = 25
Caption = 'Visualizar'
ModalResult = 1
TabOrder = 2
OnClick = btn_viewreportClick
end
object Button1: TButton
Left = 198
Top = 80
Width = 75
Height = 25
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 3
end
end