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.
153 lines
3.0 KiB
153 lines
3.0 KiB
inherited confRelGerencia: TconfRelGerencia
|
|
Caption = 'Relat'#243'rio de Ger'#234'ncia'
|
|
ClientHeight = 371
|
|
ClientWidth = 370
|
|
ExplicitWidth = 376
|
|
ExplicitHeight = 400
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lbl_emp: TLabel [0]
|
|
Left = 86
|
|
Top = 254
|
|
Width = 46
|
|
Height = 13
|
|
Caption = 'Empresas'
|
|
end
|
|
object lbl_tit: TLabel [1]
|
|
Left = 232
|
|
Top = 254
|
|
Width = 31
|
|
Height = 13
|
|
Caption = 'Titulos'
|
|
end
|
|
object lblProgress: TLabel [2]
|
|
Left = 0
|
|
Top = 322
|
|
Width = 370
|
|
Height = 13
|
|
Align = alBottom
|
|
ExplicitWidth = 3
|
|
end
|
|
inherited stbStatus: TStatusBar
|
|
Top = 352
|
|
Width = 370
|
|
ExplicitTop = 352
|
|
ExplicitWidth = 370
|
|
end
|
|
object gb_data: TGroupBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 354
|
|
Height = 65
|
|
Caption = 'Intervalo'
|
|
TabOrder = 1
|
|
object Label1: TLabel
|
|
Left = 161
|
|
Top = 31
|
|
Width = 6
|
|
Height = 13
|
|
Caption = 'a'
|
|
end
|
|
object dtp_inicio: TDateTimePicker
|
|
Left = 10
|
|
Top = 26
|
|
Width = 97
|
|
Height = 21
|
|
Date = 43466.429167685190000000
|
|
Time = 43466.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_imprimir: TButton
|
|
Left = 8
|
|
Top = 249
|
|
Width = 75
|
|
Height = 25
|
|
Caption = 'Imprimir'
|
|
TabOrder = 2
|
|
OnClick = btn_imprimirClick
|
|
end
|
|
object rg_tipo: TRadioGroup
|
|
Left = 8
|
|
Top = 79
|
|
Width = 354
|
|
Height = 54
|
|
Caption = 'Tipo de Pesquisa'
|
|
Columns = 2
|
|
Items.Strings = (
|
|
'Anal'#237'tico'
|
|
'Sint'#233'tico')
|
|
TabOrder = 3
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 8
|
|
Top = 139
|
|
Width = 354
|
|
Height = 78
|
|
Caption = 'Departamentos'
|
|
TabOrder = 4
|
|
object CheckBox1: TCheckBox
|
|
Left = 84
|
|
Top = -1
|
|
Width = 23
|
|
Height = 17
|
|
TabOrder = 0
|
|
OnClick = CheckBox1Click
|
|
end
|
|
object DBLookupComboBox1: TDBLookupComboBox
|
|
Left = 10
|
|
Top = 22
|
|
Width = 335
|
|
Height = 21
|
|
DropDownRows = 12
|
|
DropDownWidth = 500
|
|
Enabled = False
|
|
KeyField = 'ID_DEPARTAMENTOS'
|
|
ListField = 'TX_NOME'
|
|
ListSource = dtmSystem.dtsDepartamentos
|
|
TabOrder = 1
|
|
end
|
|
object CheckBox2: TCheckBox
|
|
Left = 10
|
|
Top = 49
|
|
Width = 183
|
|
Height = 17
|
|
Caption = 'Sint'#233'tico de todos Departamentos'
|
|
Enabled = False
|
|
TabOrder = 2
|
|
OnClick = CheckBox2Click
|
|
end
|
|
end
|
|
object Button1: TButton
|
|
Left = 8
|
|
Top = 280
|
|
Width = 201
|
|
Height = 25
|
|
Caption = 'Imprimir lista de m'#250'ltiplos pagamentos'
|
|
TabOrder = 5
|
|
OnClick = Button1Click
|
|
end
|
|
object pbRel: TProgressBar
|
|
Left = 0
|
|
Top = 335
|
|
Width = 370
|
|
Height = 17
|
|
Align = alBottom
|
|
TabOrder = 6
|
|
end
|
|
object ZReadOnlyQuery1: TZReadOnlyQuery
|
|
Connection = dtmSystem.ZConnection
|
|
Params = <>
|
|
Left = 304
|
|
Top = 96
|
|
end
|
|
end
|