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.
360 lines
9.0 KiB
360 lines
9.0 KiB
object frmCobranca: TfrmCobranca
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsSingle
|
|
Caption = 'Cobran'#231'a'
|
|
ClientHeight = 497
|
|
ClientWidth = 799
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
KeyPreview = True
|
|
Menu = mnu_main
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
Scaled = False
|
|
WindowState = wsMaximized
|
|
OnCanResize = FormCanResize
|
|
OnClose = FormClose
|
|
OnCreate = FormCreate
|
|
OnKeyDown = FormKeyDown
|
|
OnKeyPress = FormKeyPress
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object pnl_principal: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 799
|
|
Height = 478
|
|
Align = alClient
|
|
Color = clBtnHighlight
|
|
ParentBackground = False
|
|
TabOrder = 0
|
|
object pnl_alertaagenda: TPanel
|
|
Left = 1
|
|
Top = 456
|
|
Width = 797
|
|
Height = 21
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
Caption = 'H'#225' um devedor na sua agenda a ser cobrado.'
|
|
Color = clYellow
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentBackground = False
|
|
ParentFont = False
|
|
TabOrder = 0
|
|
Visible = False
|
|
end
|
|
object memo_update: TMemo
|
|
Left = 632
|
|
Top = 0
|
|
Width = 166
|
|
Height = 57
|
|
Color = clSkyBlue
|
|
Lines.Strings = (
|
|
'Sua vers'#227'o encontra-se '
|
|
'desatualizada. Por favor reinicie o '
|
|
'programa.')
|
|
ReadOnly = True
|
|
TabOrder = 1
|
|
Visible = False
|
|
end
|
|
end
|
|
object stsbar: TStatusBar
|
|
Left = 0
|
|
Top = 478
|
|
Width = 799
|
|
Height = 19
|
|
Panels = <
|
|
item
|
|
Width = 125
|
|
end
|
|
item
|
|
Width = 200
|
|
end
|
|
item
|
|
Width = 500
|
|
end
|
|
item
|
|
Width = 100
|
|
end
|
|
item
|
|
Style = psOwnerDraw
|
|
Width = 60
|
|
end>
|
|
StyleElements = []
|
|
OnDblClick = stsbarDblClick
|
|
OnDrawPanel = stsbarDrawPanel
|
|
end
|
|
object tmr_login: TTimer
|
|
Enabled = False
|
|
Interval = 1
|
|
OnTimer = tmr_loginTimer
|
|
Left = 16
|
|
Top = 8
|
|
end
|
|
object mnu_main: TMainMenu
|
|
Left = 72
|
|
Top = 8
|
|
object mnu_login: TMenuItem
|
|
Caption = 'Login'
|
|
object mnu_altlogin: TMenuItem
|
|
Caption = 'Alterar Login'
|
|
OnClick = mnu_altloginClick
|
|
end
|
|
end
|
|
object mnuFerramentas: TMenuItem
|
|
Caption = 'Ferramentas'
|
|
object mnuCobrancaTel: TMenuItem
|
|
Caption = 'Cobran'#231'a Telef'#244'nica'
|
|
OnClick = mnuCobrancaTelClick
|
|
end
|
|
object mnuPesquisa: TMenuItem
|
|
Caption = 'Pesquisa de Devedores'
|
|
OnClick = mnuPesquisaClick
|
|
end
|
|
object mnuAgenda: TMenuItem
|
|
Caption = 'Agenda'
|
|
OnClick = mnuAgendaClick
|
|
end
|
|
object N2: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object mnuAtendimento: TMenuItem
|
|
Caption = 'Atendimento'
|
|
OnClick = mnuAtendimentoClick
|
|
end
|
|
object N8: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object mnuGerCampanha: TMenuItem
|
|
Caption = 'Gerenciamento de Campanhas'
|
|
OnClick = mnuGerCampanhaClick
|
|
end
|
|
object mnuAgendamento: TMenuItem
|
|
Caption = 'Central de Agendamento'
|
|
OnClick = mnuAgendamentoClick
|
|
end
|
|
object mnuMandaEmail: TMenuItem
|
|
Caption = 'Envio de Mensagens'
|
|
OnClick = mnuMandaEmailClick
|
|
end
|
|
object mnuRankings: TMenuItem
|
|
Caption = 'Rankings'
|
|
OnClick = mnuRankingsClick
|
|
end
|
|
object ImportaodeDevedores1: TMenuItem
|
|
Caption = 'Importa'#231#227'o de Devedores'
|
|
OnClick = ImportaodeDevedores1Click
|
|
end
|
|
object N5: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object mnuDigito9: TMenuItem
|
|
Caption = 'Corre'#231#227'o do D'#237'gito 9'
|
|
Visible = False
|
|
OnClick = mnuDigito9Click
|
|
end
|
|
object N7: TMenuItem
|
|
Caption = '-'
|
|
Visible = False
|
|
end
|
|
object mnuImptcc: TMenuItem
|
|
Caption = 'Importa'#231#227'o TCC'
|
|
Visible = False
|
|
OnClick = mnuImptccClick
|
|
end
|
|
object mnuCentralPlanilhamento: TMenuItem
|
|
Caption = 'Central de Planilhamento'
|
|
OnClick = mnuCentralPlanilhamentoClick
|
|
end
|
|
object mnuRemessa: TMenuItem
|
|
Caption = 'Arquivos de Remessa (Banpara)'
|
|
OnClick = mnuRemessaClick
|
|
end
|
|
object mnuVerrecibos: TMenuItem
|
|
Caption = 'Visualiza'#231#227'o de Recibos'
|
|
OnClick = mnuVerrecibosClick
|
|
end
|
|
object N9: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object mnuBoletos: TMenuItem
|
|
Caption = 'Central de Boletos'
|
|
OnClick = mnuBoletosClick
|
|
end
|
|
end
|
|
object mnuCadastros: TMenuItem
|
|
Caption = 'Cadastros'
|
|
object mnuDevedores: TMenuItem
|
|
Caption = 'Devedores'
|
|
OnClick = mnuDevedoresClick
|
|
end
|
|
object mnuCredores: TMenuItem
|
|
Caption = 'Credores'
|
|
OnClick = mnuCredoresClick
|
|
end
|
|
object mnuUsuarios: TMenuItem
|
|
Caption = 'Permiss'#245'es, Grupos e Usu'#225'rios'
|
|
OnClick = mnuUsuariosClick
|
|
end
|
|
object mnuProvidencias: TMenuItem
|
|
Caption = 'Provid'#234'ncias'
|
|
OnClick = mnuProvidenciasClick
|
|
end
|
|
object Departamentos1: TMenuItem
|
|
Caption = 'Departamentos'
|
|
OnClick = Departamentos1Click
|
|
end
|
|
object mnuContas: TMenuItem
|
|
Caption = 'Contas'
|
|
OnClick = mnuContasClick
|
|
end
|
|
object N1: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object mnuEmpresa: TMenuItem
|
|
Caption = 'Empresa'
|
|
OnClick = mnuEmpresaClick
|
|
end
|
|
object N6: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object mnuTxtEmail: TMenuItem
|
|
Caption = 'Texto das Mensagens'
|
|
OnClick = mnuTxtEmailClick
|
|
end
|
|
end
|
|
object mnuRelatorios: TMenuItem
|
|
Caption = 'Relat'#243'rios'
|
|
object mnuEntrada: TMenuItem
|
|
Caption = 'Entrada de Devedores'
|
|
OnClick = mnuEntradaClick
|
|
end
|
|
object mnuPrestacaoContas: TMenuItem
|
|
Caption = 'Presta'#231#227'o de Contas'
|
|
OnClick = mnuPrestacaoContasClick
|
|
end
|
|
object mnu_RecibosEmitidos: TMenuItem
|
|
Caption = 'Recibos Emitidos'
|
|
OnClick = mnu_RecibosEmitidosClick
|
|
end
|
|
object PrestaodeContasTCC1: TMenuItem
|
|
Caption = 'Presta'#231#227'o de Contas TCC'
|
|
Visible = False
|
|
OnClick = PrestaodeContasTCC1Click
|
|
end
|
|
object RelatriodeGerncia1: TMenuItem
|
|
Caption = 'Relat'#243'rio de Ger'#234'ncia'
|
|
OnClick = RelatriodeGerncia1Click
|
|
end
|
|
object mnuRelAcordos: TMenuItem
|
|
Caption = 'Relat'#243'rio de Acordos'
|
|
OnClick = mnuRelAcordosClick
|
|
end
|
|
end
|
|
object mnuOpcoes: TMenuItem
|
|
Caption = 'Op'#231#245'es'
|
|
object mnuIndices: TMenuItem
|
|
Caption = #205'ndices de Cobran'#231'a'
|
|
OnClick = mnuIndicesClick
|
|
end
|
|
object mnuModeloRepasse: TMenuItem
|
|
Caption = 'Modelos de Repasse'
|
|
OnClick = mnuModeloRepasseClick
|
|
end
|
|
object mnuBancoDados: TMenuItem
|
|
Caption = 'Banco de Dados'
|
|
Visible = False
|
|
object mnuBackup: TMenuItem
|
|
Caption = 'Backup'
|
|
end
|
|
object mnuRestaurar: TMenuItem
|
|
Caption = 'Restaurar'
|
|
OnClick = mnuRestaurarClick
|
|
end
|
|
end
|
|
object N3: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object mnuConfLayout: TMenuItem
|
|
Caption = 'Configura'#231#227'o de Layout de Importa'#231#227'o'
|
|
OnClick = mnuConfLayoutClick
|
|
end
|
|
object ConfiguraodoPopUpdeInicializao1: TMenuItem
|
|
Caption = 'Configura'#231#227'o do Pop Up de Inicializa'#231#227'o'
|
|
OnClick = ConfiguraodoPopUpdeInicializao1Click
|
|
end
|
|
object N4: TMenuItem
|
|
Caption = '-'
|
|
end
|
|
object mnuEnvBancoOnline: TMenuItem
|
|
Caption = 'Enviar Banco online'
|
|
Visible = False
|
|
OnClick = mnuEnvBancoOnlineClick
|
|
end
|
|
end
|
|
object mnu_ajuda: TMenuItem
|
|
Caption = 'Ajuda'
|
|
end
|
|
object Visualizar1: TMenuItem
|
|
Caption = 'Visualizar'
|
|
object Agenda1: TMenuItem
|
|
Caption = 'Agenda'
|
|
OnClick = Agenda1Click
|
|
end
|
|
object mnuRecibos: TMenuItem
|
|
Caption = 'Recibos'
|
|
OnClick = mnuRecibosClick
|
|
end
|
|
object mnuLog: TMenuItem
|
|
Caption = 'Log'
|
|
OnClick = mnuLogClick
|
|
end
|
|
end
|
|
end
|
|
object timer_display: TTimer
|
|
Enabled = False
|
|
Interval = 1
|
|
OnTimer = timer_displayTimer
|
|
Left = 32
|
|
Top = 128
|
|
end
|
|
object dtsAgenda: TDataSource
|
|
DataSet = queryagenda
|
|
Left = 136
|
|
Top = 64
|
|
end
|
|
object queryagenda: TZQuery
|
|
Connection = dtmSystem.ZConnection
|
|
Params = <>
|
|
Left = 72
|
|
Top = 64
|
|
end
|
|
object tmr_sessao: TTimer
|
|
Enabled = False
|
|
OnTimer = tmr_sessaoTimer
|
|
Left = 136
|
|
Top = 8
|
|
end
|
|
object tmr_update: TTimer
|
|
Enabled = False
|
|
Interval = 300000
|
|
OnTimer = tmr_updateTimer
|
|
Left = 680
|
|
Top = 64
|
|
end
|
|
object appEvents: TApplicationEvents
|
|
OnException = appEventsException
|
|
Left = 216
|
|
Top = 8
|
|
end
|
|
end
|