This repository has been archived on 2024-12-02. You can view files and clone it, but cannot push or open issues or pull requests.
AlonsoYSal_FactuGES/Modulos/Articulos/Cliente/uEditorSituacionPedido.dfm
2007-06-21 16:02:50 +00:00

95 lines
2.0 KiB
Plaintext

object fEditorSituacionPedido: TfEditorSituacionPedido
Left = 497
Top = 344
BorderStyle = bsDialog
Caption = 'Nueva situaci'#243'n del pedido'
ClientHeight = 136
ClientWidth = 322
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
DesignSize = (
322
136)
PixelsPerInch = 96
TextHeight = 13
object Bevel1: TBevel
Left = 177
Top = 8
Width = 136
Height = 9
Anchors = [akLeft, akTop, akRight]
Shape = bsBottomLine
end
object Label5: TLabel
Left = 8
Top = 8
Width = 162
Height = 13
Caption = 'El pedido pasar'#225' a situaci'#243'n'
Font.Charset = DEFAULT_CHARSET
Font.Color = clActiveCaption
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object rdxSituacion1: TRadioButton
Left = 46
Top = 39
Width = 211
Height = 16
Caption = 'El pedido se ha recibido totalmente'
Checked = True
TabOrder = 0
TabStop = True
end
object rdxSituacion2: TRadioButton
Left = 46
Top = 67
Width = 219
Height = 17
Caption = 'El pedido se ha recibido parcialmente'
TabOrder = 1
end
object pnlSeleccion: TPanel
Left = 0
Top = 99
Width = 322
Height = 37
Align = alBottom
BevelOuter = bvNone
ParentBackground = True
TabOrder = 2
DesignSize = (
322
37)
object bSeleccionar: TButton
Left = 159
Top = 7
Width = 74
Height = 23
Anchors = [akRight]
Caption = '&Aceptar'
Default = True
ModalResult = 1
TabOrder = 0
end
object bCancelar: TButton
Left = 240
Top = 7
Width = 74
Height = 23
Anchors = [akRight]
Cancel = True
Caption = '&Cancelar'
ModalResult = 2
TabOrder = 1
end
end
end