git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@88 f33bb606-9f5c-448d-9c99-757f00063c96
310 lines
8.8 KiB
Plaintext
310 lines
8.8 KiB
Plaintext
object fEditorDatosBancariosEmpresa: TfEditorDatosBancariosEmpresa
|
|
Left = 227
|
|
Top = 108
|
|
BorderStyle = bsDialog
|
|
Caption = 'Cambio de datos bancarios'
|
|
ClientHeight = 130
|
|
ClientWidth = 779
|
|
Color = clBtnFace
|
|
ParentFont = True
|
|
OldCreateOrder = True
|
|
Position = poOwnerFormCenter
|
|
DesignSize = (
|
|
779
|
|
130)
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object OKBtn: TButton
|
|
Left = 696
|
|
Top = 7
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = '&Guardar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
ExplicitLeft = 366
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 696
|
|
Top = 38
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Cancel = True
|
|
Caption = '&Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
ExplicitLeft = 366
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
Left = 703
|
|
Top = 6
|
|
Width = 153
|
|
Height = 81
|
|
Caption = 'Datos bancarios'
|
|
TabOrder = 2
|
|
Visible = False
|
|
object Label8: TLabel
|
|
Left = 11
|
|
Top = 28
|
|
Width = 78
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'IBAN:'
|
|
Visible = False
|
|
end
|
|
object Label9: TLabel
|
|
Left = 11
|
|
Top = 55
|
|
Width = 78
|
|
Height = 13
|
|
AutoSize = False
|
|
Caption = 'SWIFT:'
|
|
Visible = False
|
|
end
|
|
object eSWIFT: TDBEdit
|
|
Left = 56
|
|
Top = 54
|
|
Width = 78
|
|
Height = 21
|
|
DataField = 'SWIFT'
|
|
DataSource = dsDatosBancarios
|
|
TabOrder = 0
|
|
Visible = False
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 695
|
|
Top = 87
|
|
Width = 181
|
|
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 = 759
|
|
Top = 33
|
|
Width = 78
|
|
Height = 21
|
|
DataField = 'IBAN'
|
|
DataSource = dsDatosBancarios
|
|
TabOrder = 4
|
|
Visible = False
|
|
end
|
|
object dxLayoutControl1: TdxLayoutControl
|
|
Left = 0
|
|
Top = 0
|
|
Width = 689
|
|
Height = 129
|
|
ParentBackground = True
|
|
TabOrder = 5
|
|
TabStop = False
|
|
object eEntidad: TcxDBTextEdit
|
|
Left = 117
|
|
Top = 55
|
|
DataBinding.DataField = 'ENTIDAD'
|
|
DataBinding.DataSource = dsDatosBancarios
|
|
Properties.MaxLength = 4
|
|
Properties.OnEditValueChanged = CalcularDC
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 1
|
|
Width = 114
|
|
end
|
|
object eSucursal: TcxDBTextEdit
|
|
Left = 440
|
|
Top = 55
|
|
DataBinding.DataField = 'SUCURSAL'
|
|
DataBinding.DataSource = dsDatosBancarios
|
|
Properties.MaxLength = 4
|
|
Properties.OnEditValueChanged = CalcularDC
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 2
|
|
Width = 112
|
|
end
|
|
object eCuenta: TcxDBTextEdit
|
|
Left = 238
|
|
Top = 82
|
|
DataBinding.DataField = 'CUENTA'
|
|
DataBinding.DataSource = dsDatosBancarios
|
|
Properties.MaxLength = 10
|
|
Properties.OnEditValueChanged = CalcularDC
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 4
|
|
Width = 194
|
|
end
|
|
object eDC: TcxDBTextEdit
|
|
Left = 117
|
|
Top = 82
|
|
DataBinding.DataField = 'DC'
|
|
DataBinding.DataSource = dsDatosBancarios
|
|
Enabled = False
|
|
Properties.MaxLength = 2
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 3
|
|
Width = 47
|
|
end
|
|
object eNombre: TcxDBTextEdit
|
|
Left = 117
|
|
Top = 28
|
|
DataBinding.DataField = 'NOMBRE'
|
|
DataBinding.DataSource = dsDatosBancarios
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.Kind = lfStandard
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.Kind = lfStandard
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.Kind = lfStandard
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.Kind = lfStandard
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 0
|
|
Width = 194
|
|
end
|
|
object dxLayoutGroup1: TdxLayoutGroup
|
|
AlignHorz = ahParentManaged
|
|
AlignVert = avTop
|
|
CaptionOptions.Visible = False
|
|
ButtonOptions.Buttons = <>
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutControl1Group3: TdxLayoutGroup
|
|
CaptionOptions.Text = 'Datos bancarios'
|
|
ButtonOptions.Buttons = <>
|
|
object dxLayoutControl1Item5: TdxLayoutItem
|
|
CaptionOptions.Text = 'Nombre del banco:'
|
|
Control = eNombre
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Group2: TdxLayoutGroup
|
|
CaptionOptions.Visible = False
|
|
ButtonOptions.Buttons = <>
|
|
Hidden = True
|
|
ShowBorder = False
|
|
object dxLayoutGroup2: TdxLayoutGroup
|
|
CaptionOptions.Visible = False
|
|
ButtonOptions.Buttons = <>
|
|
Hidden = True
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
object dxLayoutItem1: TdxLayoutItem
|
|
AlignHorz = ahClient
|
|
CaptionOptions.Text = 'C'#243'd. entidad:'
|
|
Control = eEntidad
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item2: TdxLayoutItem
|
|
AlignHorz = ahClient
|
|
CaptionOptions.Text = 'C'#243'd. sucursal:'
|
|
Control = eSucursal
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
object dxLayoutControl1Group4: TdxLayoutGroup
|
|
CaptionOptions.Visible = False
|
|
ButtonOptions.Buttons = <>
|
|
Hidden = True
|
|
LayoutDirection = ldHorizontal
|
|
ShowBorder = False
|
|
object dxLayoutControl1Item4: TdxLayoutItem
|
|
CaptionOptions.Text = 'DC:'
|
|
Enabled = False
|
|
Control = eDC
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
object dxLayoutControl1Item3: TdxLayoutItem
|
|
AlignHorz = ahClient
|
|
CaptionOptions.Text = 'C'#243'd. cuenta:'
|
|
Control = eCuenta
|
|
ControlOptions.ShowBorder = False
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
object dsDatosBancarios: TDADataSource
|
|
Left = 352
|
|
Top = 72
|
|
end
|
|
end
|