git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@5 9a1d36f3-7752-2d40-8ccb-50eb49674c68
114 lines
3.0 KiB
Plaintext
114 lines
3.0 KiB
Plaintext
inherited frViewDestinoPedidoProveedor: TfrViewDestinoPedidoProveedor
|
|
Width = 377
|
|
Height = 197
|
|
Constraints.MinHeight = 110
|
|
Constraints.MinWidth = 360
|
|
DesignSize = (
|
|
377
|
|
197)
|
|
object Bevel1: TBevel
|
|
Left = 123
|
|
Top = 8
|
|
Width = 241
|
|
Height = 9
|
|
Anchors = [akLeft, akTop, akRight]
|
|
Shape = bsBottomLine
|
|
end
|
|
object Label5: TLabel
|
|
Left = 8
|
|
Top = 8
|
|
Width = 107
|
|
Height = 13
|
|
Caption = 'Destino del pedido'
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clActiveCaption
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
end
|
|
object cbAlmacen: TcxDBLookupComboBox
|
|
Left = 36
|
|
Top = 54
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'CODIGOALMACEN'
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.DropDownListStyle = lsFixedList
|
|
Properties.GridMode = True
|
|
Properties.ImmediatePost = True
|
|
Properties.KeyFieldNames = 'CODIGO'
|
|
Properties.ListColumns = <
|
|
item
|
|
FieldName = 'NOMBRE'
|
|
end>
|
|
Properties.ListOptions.AnsiSort = True
|
|
Properties.ListOptions.GridLines = glNone
|
|
Properties.ListOptions.ShowHeader = False
|
|
Properties.ListSource = DADataSource2
|
|
Properties.OnEditValueChanged = cbAlmacenPropertiesEditValueChanged
|
|
Properties.OnValidate = cbAlmacenPropertiesValidate
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 1
|
|
Width = 325
|
|
end
|
|
object rdxDestino1: TRadioButton
|
|
Left = 18
|
|
Top = 33
|
|
Width = 255
|
|
Height = 17
|
|
Action = actAlmacen
|
|
Caption = 'Recibir el pedido en el almac'#233'n:'
|
|
TabOrder = 0
|
|
TabStop = True
|
|
end
|
|
object rdxDestino2: TRadioButton
|
|
Left = 18
|
|
Top = 89
|
|
Width = 287
|
|
Height = 17
|
|
Action = actOtro
|
|
Caption = 'Recibir el pedido en esta direcci'#243'n:'
|
|
TabOrder = 2
|
|
end
|
|
object memDireccion: TcxDBMemo
|
|
Left = 36
|
|
Top = 113
|
|
Anchors = [akLeft, akTop, akRight]
|
|
DataBinding.DataField = 'DIRECCIONCOMPLETA'
|
|
DataBinding.DataSource = DADataSource
|
|
Properties.ScrollBars = ssVertical
|
|
Style.LookAndFeel.NativeStyle = True
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
|
TabOrder = 3
|
|
Height = 71
|
|
Width = 326
|
|
end
|
|
object DADataSource: TDADataSource
|
|
Top = 48
|
|
end
|
|
object ActionList1: TActionList
|
|
Left = 216
|
|
Top = 24
|
|
object actAlmacen: TAction
|
|
Caption = 'Almac'#233'n'
|
|
Checked = True
|
|
GroupIndex = 1
|
|
OnExecute = actAlmacenExecute
|
|
end
|
|
object actOtro: TAction
|
|
Caption = 'Otro'
|
|
GroupIndex = 1
|
|
OnExecute = actOtroExecute
|
|
end
|
|
end
|
|
object DADataSource2: TDADataSource
|
|
Left = 248
|
|
Top = 24
|
|
end
|
|
end
|