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/Proveedores/EmitirPedidoProveedor.dfm
2007-06-21 15:47:20 +00:00

165 lines
4.7 KiB
Plaintext
Raw Blame History

object frEmitirPedidoProveedor: TfrEmitirPedidoProveedor
Left = 0
Top = 0
Width = 419
Height = 144
Color = 15726583
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentColor = False
ParentFont = False
TabOrder = 0
Entidad = entPedidoProveedor
BarraOperacion = brOperacion
object brOperacion: TRdxBarraInferior
Left = 0
Top = 94
Width = 419
Height = 50
Caption = ' '
ParentColor = True
Visible = False
ColorHighLight = 8623776
ColorShadow = 8623776
Align = alBottom
TabOrder = 0
UseDockManager = True
Margen = 10
Linea = False
object bGuardar: 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 = bGuardarClick
end
object bCancelar: TRdxBoton
Left = 95
Top = 20
Width = 75
Height = 25
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 Panel: TRdxPanel
Left = 10
Top = 12
Width = 399
Height = 93
BorderStyle = bsSingle
Caption = ' '
BorderWidth = 1
Color = 16383743
ColorHighLight = 8623776
ColorShadow = 8623776
TabOrder = 1
UseDockManager = True
object eInformacion: TLabel
Left = 13
Top = 14
Width = 378
Height = 33
AutoSize = False
Caption =
'Introduzca la fecha de emisi<73>n para el pedido o deje la fecha qu' +
'e aparece por defecto.'
WordWrap = True
end
object eFechaEmision: TLabel
Left = 60
Top = 61
Width = 86
Height = 13
Alignment = taRightJustify
Caption = 'Fecha de emisi<73>n:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object FechaEmision: TcxDateEdit
Left = 152
Top = 57
Width = 110
Height = 21
ParentFont = False
Properties.DateButtons = [btnToday]
Properties.ImmediatePost = True
Properties.InputKind = ikMask
Style.StyleController = dmConfiguracion.cxEstiloOscuro
TabOrder = 0
end
end
end