Tecsitel_FactuGES2/Source/ApplicationBase/Empresas/Views/uEditorDatosBancariosEmpresa.dfm

219 lines
4.4 KiB
Plaintext

object fEditorDatosBancariosEmpresa: TfEditorDatosBancariosEmpresa
Left = 227
Top = 108
BorderStyle = bsDialog
Caption = 'Cambio de datos bancarios'
ClientHeight = 414
ClientWidth = 449
Color = clBtnFace
ParentFont = True
OldCreateOrder = True
Position = poOwnerFormCenter
DesignSize = (
449
414)
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 = 31
Width = 77
Height = 13
AutoSize = False
Caption = '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 = 77
Height = 13
AutoSize = False
Caption = 'DC:'
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 = 'SWIFT:'
end
object eNombre: TDBEdit
Left = 95
Top = 28
Width = 223
Height = 21
Color = clInfoBk
DataField = 'NOMBRE'
DataSource = dsDatosBancarios
TabOrder = 0
end
object eCodEntidad: TDBEdit
Left = 95
Top = 64
Width = 74
Height = 21
DataField = 'ENTIDAD'
DataSource = dsDatosBancarios
MaxLength = 4
TabOrder = 1
end
object eCodSucursal: TDBEdit
Left = 95
Top = 90
Width = 74
Height = 21
DataField = 'SUCURSAL'
DataSource = dsDatosBancarios
MaxLength = 4
TabOrder = 2
end
object eDC: TDBEdit
Left = 95
Top = 116
Width = 74
Height = 21
DataField = 'DC'
DataSource = dsDatosBancarios
MaxLength = 2
TabOrder = 3
end
object eCuenta: TDBEdit
Left = 95
Top = 142
Width = 223
Height = 21
DataField = 'CUENTA'
DataSource = dsDatosBancarios
TabOrder = 4
end
object eSWIFT: TDBEdit
Left = 95
Top = 196
Width = 223
Height = 21
DataField = 'SWIFT'
DataSource = dsDatosBancarios
TabOrder = 5
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 242
Width = 329
Height = 83
Caption = 'Sufijos para normas CSB'
TabOrder = 3
Visible = False
object Label7: TLabel
Left = 12
Top = 28
Width = 77
Height = 13
AutoSize = False
Caption = 'Norma 19:'
end
object Label1: TLabel
Left = 12
Top = 55
Width = 77
Height = 13
AutoSize = False
Caption = 'Norma 58:'
end
object eNorma19: TDBEdit
Left = 95
Top = 24
Width = 74
Height = 21
DataField = 'SUFIJO_N19'
DataSource = dsDatosBancarios
MaxLength = 3
TabOrder = 0
end
object eNorma58: TDBEdit
Left = 95
Top = 51
Width = 74
Height = 21
DataField = 'SUFIJO_N58'
DataSource = dsDatosBancarios
MaxLength = 3
TabOrder = 1
end
end
object eIBAN: TDBEdit
Left = 103
Top = 177
Width = 223
Height = 21
DataField = 'IBAN'
DataSource = dsDatosBancarios
TabOrder = 4
end
object dsDatosBancarios: TDADataSource
Left = 352
Top = 72
end
end