git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1108 0c75b7a4-871f-7646-8a2f-f78d34cc349f
107 lines
2.5 KiB
Plaintext
107 lines
2.5 KiB
Plaintext
object fEditorElegirDomiciliacion: TfEditorElegirDomiciliacion
|
|
Left = 0
|
|
Top = 0
|
|
BorderStyle = bsDialog
|
|
Caption = 'Domiciliaci'#243'n bancaria'
|
|
ClientHeight = 152
|
|
ClientWidth = 500
|
|
Color = clWindow
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poScreenCenter
|
|
OnShow = FormShow
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object Label1: TLabel
|
|
Left = 21
|
|
Top = 16
|
|
Width = 319
|
|
Height = 13
|
|
Caption =
|
|
'Seleccione la cuenta bancaria donde desea domiciliar la/s factur' +
|
|
'a/s'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 22
|
|
Top = 45
|
|
Width = 83
|
|
Height = 13
|
|
Alignment = taRightJustify
|
|
Caption = 'Cuenta bancaria:'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 22
|
|
Top = 80
|
|
Width = 443
|
|
Height = 13
|
|
Caption =
|
|
'* Todos los recibos de las facturas ser'#225'n generados nuevamente c' +
|
|
'on la cuenta seleccionada'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clMaroon
|
|
Font.Height = -11
|
|
Font.Name = 'Tahoma'
|
|
Font.Style = []
|
|
ParentFont = False
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 111
|
|
Width = 500
|
|
Height = 41
|
|
Align = alBottom
|
|
TabOrder = 0
|
|
ExplicitTop = 83
|
|
ExplicitWidth = 497
|
|
DesignSize = (
|
|
500
|
|
41)
|
|
object bAceptar: TButton
|
|
Left = 336
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Aceptar'
|
|
ModalResult = 1
|
|
TabOrder = 0
|
|
ExplicitLeft = 333
|
|
end
|
|
object bCancelar: TButton
|
|
Left = 417
|
|
Top = 8
|
|
Width = 75
|
|
Height = 25
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Cancelar'
|
|
ModalResult = 2
|
|
TabOrder = 1
|
|
ExplicitLeft = 414
|
|
end
|
|
end
|
|
object cbCuentaBancaria: TcxComboBox
|
|
Left = 111
|
|
Top = 41
|
|
Properties.DropDownListStyle = lsFixedList
|
|
Properties.DropDownRows = 12
|
|
Properties.ImmediatePost = True
|
|
Properties.ImmediateUpdateText = True
|
|
Properties.PostPopupValueOnTab = True
|
|
Style.BorderColor = clWindowFrame
|
|
Style.BorderStyle = ebs3D
|
|
Style.HotTrack = False
|
|
Style.LookAndFeel.SkinName = ''
|
|
Style.ButtonStyle = bts3D
|
|
Style.PopupBorderStyle = epbsFrame3D
|
|
StyleDisabled.LookAndFeel.SkinName = ''
|
|
StyleFocused.LookAndFeel.SkinName = ''
|
|
StyleHot.LookAndFeel.SkinName = ''
|
|
TabOrder = 1
|
|
Width = 297
|
|
end
|
|
end
|