AlonsoYSal_FactuGES2/Source/Modulos/Recibos de proveedor/Views/uEditorFechaPagoProveedor.dfm
2021-03-04 14:07:54 +00:00

163 lines
4.1 KiB
Plaintext

object fEditorFechaPagoProveedor: TfEditorFechaPagoProveedor
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = 'Fecha del cobro / devoluci'#243'n'
ClientHeight = 199
ClientWidth = 443
Color = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 42
Top = 31
Width = 285
Height = 13
Caption = 'Introduzca la fecha en la que se ha hecho efectivo el pago:'
end
object Label2: TLabel
Left = 42
Top = 57
Width = 80
Height = 13
Alignment = taRightJustify
Caption = 'Fecha del cobro:'
FocusControl = eFechaPago
end
object Label3: TLabel
Left = 42
Top = 101
Width = 240
Height = 13
Caption = 'Seleccione el banco o caja donde se hace el pago:'
end
object eFechaPago: TcxDateEdit
Left = 129
Top = 57
Properties.OnEditValueChanged = eFechaPagoPropertiesEditValueChanged
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 = 306
end
object Panel1: TPanel
Left = 0
Top = 158
Width = 443
Height = 41
Align = alBottom
TabOrder = 1
object bAceptar: TButton
Left = 268
Top = 6
Width = 75
Height = 25
Caption = 'Aceptar'
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 359
Top = 6
Width = 75
Height = 25
Caption = 'Cancelar'
ModalResult = 2
TabOrder = 1
end
end
inline frViewListaSubcuentas1: TfrViewListaSubcuentas
Left = 0
Top = 118
Width = 443
Height = 40
Align = alBottom
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 2
ReadOnly = False
ExplicitTop = 118
ExplicitWidth = 443
ExplicitHeight = 40
inherited dxLayoutControl1: TdxLayoutControl
Width = 443
ExplicitWidth = 443
inherited cbSubCuentas: TcxComboBox
Left = 128
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitLeft = 128
ExplicitWidth = 440
Width = 440
end
inherited eContabilizar: TcxCheckBox
Left = 322
Enabled = False
Style.LookAndFeel.SkinName = ''
StyleDisabled.LookAndFeel.SkinName = ''
StyleFocused.LookAndFeel.SkinName = ''
StyleHot.LookAndFeel.SkinName = ''
ExplicitLeft = 322
ExplicitWidth = 203
Width = 203
end
inherited dxLayoutControl1Group_Root: TdxLayoutGroup
inherited dxLayoutControl1Item1: TdxLayoutItem
Caption = ' Caja/Banco: '
end
inherited dxLayoutControl1Item2: TdxLayoutItem
Enabled = False
Visible = False
end
end
end
end
object PnlComentario: TPanel
Left = 0
Top = 0
Width = 443
Height = 25
Align = alTop
Alignment = taLeftJustify
Color = 13499902
ParentBackground = False
TabOrder = 3
VerticalAlignment = taAlignTop
object lbComentario: TLabel
AlignWithMargins = True
Left = 6
Top = 4
Width = 433
Height = 20
Margins.Left = 5
Align = alClient
Caption = 'Comentario'
Visible = False
WordWrap = True
ExplicitHeight = 24
end
end
end