FactuGES2/Source/Modulos/Relaciones/Pedidos de proveedor - Albaranes de proveedor/uDialogRecepcionPedido.dfm
2022-02-09 15:00:16 +00:00

134 lines
3.1 KiB
Plaintext

inherited fDialogRecepcionPedido: TfDialogRecepcionPedido
Caption = 'Recepci'#243'n de pedido'
ClientHeight = 262
ClientWidth = 423
OnCloseQuery = FormCloseQuery
OnDestroy = FormDestroy
ExplicitWidth = 429
ExplicitHeight = 294
PixelsPerInch = 96
TextHeight = 13
inherited Bevel2: TBevel
Width = 423
ExplicitWidth = 393
end
inherited Bevel3: TBevel
Top = 218
Width = 423
ExplicitTop = 195
ExplicitWidth = 393
end
inherited pnlBotones: TPanel
Top = 220
Width = 423
ExplicitTop = 220
ExplicitWidth = 423
inherited btnAceptar: TButton
Left = 236
ExplicitLeft = 236
end
inherited btnCancelar: TButton
Left = 315
ExplicitLeft = 315
end
end
inherited pnlHeader: TPanel
Width = 423
ExplicitWidth = 423
inherited lblTitle: TLabel
Width = 373
Caption = 'Indique las siguiente informaci'#243'n del albar'#225'n recibido'
ExplicitWidth = 301
end
inherited lblComments: TLabel
Width = 348
Height = 27
Visible = False
end
end
inherited pnlCuerpo: TPanel
Width = 423
Height = 152
ExplicitWidth = 423
ExplicitHeight = 152
object Label2: TLabel
Left = 25
Top = 23
Width = 97
Height = 13
Caption = 'Fecha de recepci'#243'n:'
end
object Label3: TLabel
Left = 25
Top = 63
Width = 44
Height = 13
Caption = 'Almac'#233'n:'
end
object Label4: TLabel
Left = 243
Top = 23
Width = 88
Height = 13
Caption = 'N'#250'mero de bultos:'
end
object Label1: TLabel
Left = 25
Top = 103
Width = 49
Height = 13
Caption = 'Ubicaci'#243'n:'
end
object eNumBultos: TcxSpinEdit
Left = 338
Top = 20
Properties.LargeIncrement = 1.000000000000000000
Properties.MaxValue = 8.000000000000000000
Properties.MinValue = 1.000000000000000000
TabOrder = 0
Value = 1
Width = 51
end
object eFechaRecepcion: TcxDateEdit
Left = 128
Top = 20
TabOrder = 1
Width = 90
end
object cbubicacion: TcxComboBox
Left = 128
Top = 98
Properties.OnInitPopup = cbubicacionPropertiesInitPopup
Properties.OnValidate = cbubicacionPropertiesValidate
TabOrder = 2
Width = 261
end
object cbAlmacenes: TcxLookupComboBox
Left = 128
Top = 59
Properties.KeyFieldNames = 'ID'
Properties.ListColumns = <
item
FieldName = 'NOMBRE'
end>
Properties.ListOptions.ShowHeader = False
Properties.ListSource = dsAlmacenes
TabOrder = 3
Width = 261
end
end
inherited ActionListDialog: TActionList
Top = 48
inherited actAceptar: TAction
OnExecute = actAceptarExecute
end
inherited actCancelar: TAction
OnExecute = actCancelarExecute
end
end
object dsAlmacenes: TDADataSource
Left = 80
Top = 120
end
end