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.
80 lines
1.6 KiB
80 lines
1.6 KiB
inherited confrelAcordos: TconfrelAcordos
|
|
Caption = 'Rela'#231#227'o de Acordos por Empresa'
|
|
ClientHeight = 204
|
|
ClientWidth = 351
|
|
ExplicitWidth = 357
|
|
ExplicitHeight = 232
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited stbStatus: TStatusBar
|
|
Top = 185
|
|
Width = 351
|
|
ExplicitTop = 185
|
|
ExplicitWidth = 351
|
|
end
|
|
object gb_data: TGroupBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 333
|
|
Height = 65
|
|
Caption = 'Intervalo'
|
|
TabOrder = 1
|
|
object Label1: TLabel
|
|
Left = 168
|
|
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 Button1: TButton
|
|
Left = 268
|
|
Top = 150
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Imprimir'
|
|
TabOrder = 2
|
|
OnClick = Button1Click
|
|
end
|
|
object gb_beneficiario: TGroupBox
|
|
Left = 8
|
|
Top = 79
|
|
Width = 333
|
|
Height = 65
|
|
Caption = 'Credor'
|
|
TabOrder = 3
|
|
object dblucb_beneficiario: TDBLookupComboBox
|
|
Left = 10
|
|
Top = 26
|
|
Width = 311
|
|
Height = 21
|
|
KeyField = 'ID_EMPRESA'
|
|
ListField = 'TX_NOME'
|
|
ListSource = dtsBeneficiarios
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object dtsBeneficiarios: TDataSource
|
|
DataSet = dtmSystem.tblCHGEmpresa
|
|
Left = 184
|
|
Top = 56
|
|
end
|
|
end
|