This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
Tecsitel_FactuGES/Clientes/PagarFacturaCliente.dfm

178 lines
4.8 KiB
Plaintext
Raw Normal View History

object frPagarFacturaCliente: TfrPagarFacturaCliente
Left = 0
Top = 0
Width = 460
Height = 164
Color = 16383743
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
Entidad = entPedidoProveedor
BarraSeleccion = brOperacion
BarraOperacion = brOperacion
object eInformacion: TLabel
Left = 13
Top = 14
Width = 308
Height = 35
AutoSize = False
Caption = 'Introduzca la situaci<63>n y la forma de pago para la factura:'
WordWrap = True
end
object Label1: TLabel
Left = 74
Top = 51
Width = 47
Height = 13
Alignment = taRightJustify
Caption = 'Situaci<63>n:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object eFormaPago: TLabel
Left = 45
Top = 81
Width = 76
Height = 13
Alignment = taRightJustify
Caption = 'Forma de pago:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object brOperacion: TRdxBarraInferior
Left = 0
Top = 114
Width = 460
Height = 50
Caption = ' '
ParentColor = True
Visible = False
ColorHighLight = 8623776
ColorShadow = 8623776
Align = alBottom
TabOrder = 0
UseDockManager = True
Margen = 10
object bAceptar: TRdxBoton
Left = 10
Top = 20
Width = 75
Height = 25
Alignment = taLeftJustify
Color = 14280169
ColorFocused = 12775679
ColorDown = 14280169
ColorBorder = 8623776
ColorHighLight = 8623776
ColorShadow = 8623776
Caption = 'Aceptar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clWindowText
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
Glyph.Data = {
DE000000424DDE0000000000000076000000280000000E0000000D0000000100
04000000000068000000220B0000220B000010000000100000000000000000FF
0000FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222022222
2200222220102222220022220110222222002220111102222200220111110222
2200201100111022220001002201102222002022222011022200222222220110
2200222222222011020022222222220110002222222222201000222222222222
0200}
Margin = 5
ParentFont = False
ParentColor = False
TabStop = True
TabOrder = 0
Spacing = 6
OnClick = bAceptarClick
end
object bCancelar: TRdxBoton
Left = 95
Top = 20
Width = 75
Height = 25
Cancel = True
Alignment = taLeftJustify
Color = 14280169
ColorFocused = 12775679
ColorDown = 14280169
ColorBorder = 8623776
ColorHighLight = 8623776
ColorShadow = 8623776
Caption = 'Cancelar'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FontDown.Charset = DEFAULT_CHARSET
FontDown.Color = clBlack
FontDown.Height = -11
FontDown.Name = 'Tahoma'
FontDown.Style = []
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000220B0000220B0000100000001000000000009C006363
9C00C6C6C6000000CE003131CE000000FF000063FF00319CFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00222222222222
2222222222222222222222022222222225222450222222222222247502222222
5222224632222225222222235022225022222222350225022222222223505022
2222222222350222222222222350302222222222350223022222223550222230
2222237502222223022221312222222223222222222222222222}
Margin = 5
ParentFont = False
ParentColor = False
TabStop = True
TabOrder = 1
Spacing = 6
OnClick = bCancelarClick
end
end
object cbxSituacion: TRdxComboBox
Left = 129
Top = 47
Width = 140
Height = 21
Color = 15726583
ColorArrow = clBlack
ColorArrowBackground = 12775679
ColorBorder = 8623776
ItemHeight = 13
TabOrder = 1
ItemIndex = -1
end
object cbxFormaPago: TRdxComboBox
Left = 129
Top = 77
Width = 302
Height = 21
Color = 15726583
ColorArrow = clBlack
ColorArrowBackground = 12775679
ColorBorder = 8623776
ItemHeight = 13
TabOrder = 2
ItemIndex = -1
end
end