Tecsitel_FactuGES2/Source/Modulos/Contactos/Views/uEditorDatoBancario.dfm

174 lines
3.3 KiB
Plaintext
Raw Normal View History

object fEditorDatoBancario: TfEditorDatoBancario
Left = 227
Top = 108
ActiveControl = eTitular
BorderStyle = bsDialog
Caption = 'Cambiar datos bancarios'
ClientHeight = 264
ClientWidth = 435
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poOwnerFormCenter
DesignSize = (
435
264)
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 8
Top = 8
Width = 338
Height = 249
Anchors = [akLeft, akTop, akRight]
Shape = bsFrame
ExplicitWidth = 352
end
object Label2: TLabel
Left = 20
Top = 71
Width = 110
Height = 13
AutoSize = False
Caption = 'C'#243'digo de entidad:'
end
object Label3: TLabel
Left = 20
Top = 98
Width = 110
Height = 13
AutoSize = False
Caption = 'C'#243'digo de sucursal:'
end
object Label4: TLabel
Left = 20
Top = 125
Width = 110
Height = 13
AutoSize = False
Caption = 'D'#237'gito de control:'
end
object Label5: TLabel
Left = 20
Top = 27
Width = 110
Height = 13
AutoSize = False
Caption = 'Nombre descriptivo:'
end
object Label6: TLabel
Left = 20
Top = 152
Width = 109
Height = 13
AutoSize = False
Caption = 'C'#243'digo de cuenta:'
end
object Iban: TLabel
Left = 20
Top = 191
Width = 110
Height = 13
AutoSize = False
Caption = 'IBAN:'
end
object Label1: TLabel
Left = 20
Top = 218
Width = 110
Height = 13
AutoSize = False
Caption = 'SWIFT:'
end
object OKBtn: TButton
Left = 352
Top = 7
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '&Aceptar'
ModalResult = 1
TabOrder = 0
ExplicitLeft = 343
end
object CancelBtn: TButton
Left = 352
Top = 38
Width = 75
Height = 25
Anchors = [akTop, akRight]
Cancel = True
Caption = '&Cancelar'
ModalResult = 2
TabOrder = 1
ExplicitLeft = 343
end
object eEntidad: TDBEdit
Left = 136
Top = 67
Width = 94
Height = 21
DataField = 'ENTIDAD'
DataSource = dsDatosBancarios
TabOrder = 3
end
object eSucursal: TDBEdit
Left = 136
Top = 94
Width = 95
Height = 21
DataField = 'SUCURSAL'
DataSource = dsDatosBancarios
TabOrder = 4
end
object eDC: TDBEdit
Left = 136
Top = 121
Width = 41
Height = 21
DataField = 'DC'
DataSource = dsDatosBancarios
TabOrder = 5
end
object eTitular: TDBEdit
Left = 135
Top = 24
Width = 191
Height = 21
DataField = 'TITULAR'
DataSource = dsDatosBancarios
TabOrder = 2
end
object eCuenta: TDBEdit
Left = 135
Top = 148
Width = 191
Height = 21
DataField = 'CUENTA'
DataSource = dsDatosBancarios
TabOrder = 6
end
object eIBAN: TDBEdit
Left = 135
Top = 188
Width = 191
Height = 21
DataField = 'IBAN'
DataSource = dsDatosBancarios
TabOrder = 7
end
object eSWIFT: TDBEdit
Left = 135
Top = 215
Width = 191
Height = 21
DataField = 'SWIFT'
DataSource = dsDatosBancarios
TabOrder = 8
end
object dsDatosBancarios: TDADataSource
Left = 352
Top = 72
end
end