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.
 

88 lines
1.8 KiB

object confrelBordero: TconfrelBordero
Left = 0
Top = 0
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Relat'#243'rio de Entrada'
ClientHeight = 182
ClientWidth = 360
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 btn_viewreport: TButton
Left = 155
Top = 149
Width = 75
Height = 25
Caption = 'Visualizar'
TabOrder = 0
OnClick = btn_viewreportClick
end
object gb_data: TGroupBox
Left = 8
Top = 8
Width = 344
Height = 65
Caption = 'Intervalo'
TabOrder = 1
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 gb_beneficiario: TGroupBox
Left = 8
Top = 79
Width = 344
Height = 65
Caption = 'Benefici'#225'rio'
TabOrder = 2
object dblucb_beneficiario: TDBLookupComboBox
Left = 10
Top = 26
Width = 319
Height = 21
KeyField = 'ID_EMPRESA'
ListField = 'TX_NOME'
ListSource = dtsBeneficiario
TabOrder = 0
end
end
object dtsBeneficiario: TDataSource
DataSet = dtmSystem.tblCHGEmpresa
Left = 200
Top = 64
end
end