git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@287 0c75b7a4-871f-7646-8a2f-f78d34cc349f
137 lines
2.6 KiB
Plaintext
137 lines
2.6 KiB
Plaintext
object fEditorDatoBancario: TfEditorDatoBancario
|
|
Left = 227
|
|
Top = 108
|
|
ActiveControl = eTitular
|
|
BorderStyle = bsDialog
|
|
Caption = 'Cambiar datos bancarios'
|
|
ClientHeight = 193
|
|
ClientWidth = 426
|
|
Color = clBtnFace
|
|
ParentFont = True
|
|
OldCreateOrder = True
|
|
Position = poOwnerFormCenter
|
|
DesignSize = (
|
|
426
|
|
193)
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Bevel1: TBevel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 329
|
|
Height = 177
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Shape = bsFrame
|
|
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 OKBtn: TButton
|
|
Left = 343
|
|
Top = 7
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = '&Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 343
|
|
Top = 38
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Cancel = True
|
|
Caption = '&Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
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 = 136
|
|
Top = 148
|
|
Width = 191
|
|
Height = 21
|
|
DataField = 'CUENTA'
|
|
DataSource = dsDatosBancarios
|
|
TabOrder = 6
|
|
end
|
|
object dsDatosBancarios: TDADataSource
|
|
Left = 352
|
|
Top = 72
|
|
end
|
|
end
|