object frmDadosCheques: TfrmDadosCheques Left = 0 Top = 0 Caption = 'Dados dos Cheques' ClientHeight = 98 ClientWidth = 427 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object lbl_nrcheque: TLabel Left = 8 Top = 8 Width = 69 Height = 13 Caption = 'N'#186' do cheque:' end object lbl_banco: TLabel Left = 152 Top = 8 Width = 33 Height = 13 Caption = 'Banco:' end object lbl_praca: TLabel Left = 296 Top = 8 Width = 31 Height = 13 Caption = 'Pra'#231'a:' end object edt_nrcheque: TEdit Left = 8 Top = 27 Width = 121 Height = 21 TabOrder = 0 end object edt_banco: TEdit Left = 152 Top = 27 Width = 121 Height = 21 TabOrder = 1 end object edt_praca: TEdit Left = 296 Top = 27 Width = 121 Height = 21 TabOrder = 2 end object btn_ok: TButton Left = 252 Top = 65 Width = 75 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 3 OnClick = btn_okClick end object btn_cancel: TButton Left = 344 Top = 65 Width = 75 Height = 25 Caption = 'Cancelar' ModalResult = 2 TabOrder = 4 end end