git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@226 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
326 lines
6.9 KiB
Plaintext
326 lines
6.9 KiB
Plaintext
object fEditorDatosBancariosEmpresa: TfEditorDatosBancariosEmpresa
|
|
Left = 227
|
|
Top = 108
|
|
BorderStyle = bsDialog
|
|
Caption = 'Cambio de datos bancarios'
|
|
ClientHeight = 469
|
|
ClientWidth = 449
|
|
Color = clBtnFace
|
|
ParentFont = True
|
|
OldCreateOrder = True
|
|
Position = poOwnerFormCenter
|
|
OnCloseQuery = FormCloseQuery
|
|
DesignSize = (
|
|
449
|
|
469)
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object OKBtn: TButton
|
|
Left = 366
|
|
Top = 7
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = '&Guardar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 366
|
|
Top = 38
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Cancel = True
|
|
Caption = '&Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 8
|
|
Top = 8
|
|
Width = 329
|
|
Height = 228
|
|
Caption = 'Datos bancarios'
|
|
TabOrder = 2
|
|
object Label5: TLabel
|
|
Left = 12
|
|
Top = 30
|
|
Width = 91
|
|
Height = 14
|
|
AutoSize = False
|
|
Caption = 'Nombre del banco:'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 12
|
|
Top = 67
|
|
Width = 77
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'C'#243'd. entidad:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 12
|
|
Top = 94
|
|
Width = 77
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'C'#243'd. sucursal:'
|
|
end
|
|
object Label4: TLabel
|
|
Left = 12
|
|
Top = 120
|
|
Width = 91
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'D'#237'gito de control:'
|
|
end
|
|
object Label6: TLabel
|
|
Left = 11
|
|
Top = 146
|
|
Width = 78
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'Cuenta:'
|
|
end
|
|
object Label8: TLabel
|
|
Left = 11
|
|
Top = 172
|
|
Width = 78
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'IBAN:'
|
|
end
|
|
object Label9: TLabel
|
|
Left = 11
|
|
Top = 199
|
|
Width = 78
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'BIC / SWIFT:'
|
|
end
|
|
object eNombre: TDBEdit
|
|
Left = 109
|
|
Top = 28
|
|
Width = 204
|
|
Height = 21
|
|
Color = clInfoBk
|
|
DataField = 'NOMBRE'
|
|
DataSource = dsDatosBancarios
|
|
TabOrder = 0
|
|
end
|
|
object eCodEntidad: TDBEdit
|
|
Left = 109
|
|
Top = 64
|
|
Width = 74
|
|
Height = 21
|
|
DataField = 'ENTIDAD'
|
|
DataSource = dsDatosBancarios
|
|
MaxLength = 4
|
|
TabOrder = 1
|
|
OnExit = eCodEntidadExit
|
|
end
|
|
object eCodSucursal: TDBEdit
|
|
Left = 109
|
|
Top = 90
|
|
Width = 74
|
|
Height = 21
|
|
DataField = 'SUCURSAL'
|
|
DataSource = dsDatosBancarios
|
|
MaxLength = 4
|
|
TabOrder = 2
|
|
OnExit = eCodSucursalExit
|
|
end
|
|
object eDC: TDBEdit
|
|
Left = 109
|
|
Top = 116
|
|
Width = 74
|
|
Height = 21
|
|
DataField = 'DC'
|
|
DataSource = dsDatosBancarios
|
|
MaxLength = 2
|
|
TabOrder = 3
|
|
OnExit = eDCExit
|
|
end
|
|
object eCuenta: TDBEdit
|
|
Left = 109
|
|
Top = 143
|
|
Width = 204
|
|
Height = 21
|
|
DataField = 'CUENTA'
|
|
DataSource = dsDatosBancarios
|
|
TabOrder = 4
|
|
OnExit = eCuentaExit
|
|
end
|
|
object eSWIFT: TDBEdit
|
|
Left = 109
|
|
Top = 196
|
|
Width = 204
|
|
Height = 21
|
|
DataField = 'SWIFT'
|
|
DataSource = dsDatosBancarios
|
|
TabOrder = 6
|
|
end
|
|
object eIBAN: TDBEdit
|
|
Left = 109
|
|
Top = 170
|
|
Width = 204
|
|
Height = 21
|
|
DataField = 'IBAN'
|
|
DataSource = dsDatosBancarios
|
|
TabOrder = 5
|
|
OnExit = eIBANExit
|
|
end
|
|
end
|
|
object GroupBox3: TGroupBox
|
|
Left = 8
|
|
Top = 242
|
|
Width = 433
|
|
Height = 215
|
|
Caption = 'Configuraci'#243'n de norma SEPA'
|
|
TabOrder = 3
|
|
object Label10: TLabel
|
|
Left = 12
|
|
Top = 28
|
|
Width = 102
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'Sufijo del acreedor:'
|
|
end
|
|
object Bevel4: TBevel
|
|
Left = 135
|
|
Top = 67
|
|
Width = 285
|
|
Height = 10
|
|
Shape = bsBottomLine
|
|
end
|
|
object Label12: TLabel
|
|
Left = 12
|
|
Top = 68
|
|
Width = 117
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'Datos del presentador:'
|
|
end
|
|
object Label13: TLabel
|
|
Left = 200
|
|
Top = 28
|
|
Width = 221
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'N'#250'mero proporcionado por el banco.'
|
|
end
|
|
object Label11: TLabel
|
|
Left = 12
|
|
Top = 158
|
|
Width = 102
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'NIF/CIF:'
|
|
end
|
|
object Label14: TLabel
|
|
Left = 12
|
|
Top = 131
|
|
Width = 102
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'Sufijo:'
|
|
end
|
|
object Label15: TLabel
|
|
Left = 216
|
|
Top = 131
|
|
Width = 185
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'N'#250'mero proporcionado por el banco.'
|
|
end
|
|
object Label16: TLabel
|
|
Left = 12
|
|
Top = 102
|
|
Width = 91
|
|
Height = 14
|
|
AutoSize = False
|
|
Caption = 'Nombre:'
|
|
end
|
|
object Label17: TLabel
|
|
Left = 12
|
|
Top = 185
|
|
Width = 77
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'C'#243'd. entidad:'
|
|
end
|
|
object Label18: TLabel
|
|
Left = 225
|
|
Top = 185
|
|
Width = 77
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'C'#243'd. sucursal:'
|
|
end
|
|
object eSufijoAcreedor: TDBEdit
|
|
Left = 109
|
|
Top = 24
|
|
Width = 74
|
|
Height = 21
|
|
DataField = 'SUFIJO_ACREEDOR'
|
|
DataSource = dsDatosBancarios
|
|
MaxLength = 3
|
|
TabOrder = 0
|
|
end
|
|
object eNIFCIFPresentador: TDBEdit
|
|
Left = 109
|
|
Top = 154
|
|
Width = 101
|
|
Height = 21
|
|
DataField = 'NIF_CIF_PRESENTADOR'
|
|
DataSource = dsDatosBancarios
|
|
MaxLength = 15
|
|
TabOrder = 3
|
|
end
|
|
object eSufijoPresentador: TDBEdit
|
|
Left = 109
|
|
Top = 127
|
|
Width = 101
|
|
Height = 21
|
|
DataField = 'SUFIJO_PRESENTADOR'
|
|
DataSource = dsDatosBancarios
|
|
MaxLength = 3
|
|
TabOrder = 2
|
|
end
|
|
object eNombrePresentador: TDBEdit
|
|
Left = 109
|
|
Top = 100
|
|
Width = 292
|
|
Height = 21
|
|
DataField = 'NOMBRE_PRESENTADOR'
|
|
DataSource = dsDatosBancarios
|
|
TabOrder = 1
|
|
end
|
|
object eCodEntidadPresentador: TDBEdit
|
|
Left = 109
|
|
Top = 182
|
|
Width = 101
|
|
Height = 21
|
|
DataField = 'ENTIDAD_PRESENTADOR'
|
|
DataSource = dsDatosBancarios
|
|
MaxLength = 4
|
|
TabOrder = 4
|
|
end
|
|
object eCodSucursalPresentador: TDBEdit
|
|
Left = 299
|
|
Top = 182
|
|
Width = 102
|
|
Height = 21
|
|
DataField = 'SUCURSAL_PRESENTADOR'
|
|
DataSource = dsDatosBancarios
|
|
MaxLength = 4
|
|
TabOrder = 5
|
|
end
|
|
end
|
|
object dsDatosBancarios: TDADataSource
|
|
Left = 352
|
|
Top = 72
|
|
end
|
|
end
|