92 lines
2.5 KiB
Plaintext
92 lines
2.5 KiB
Plaintext
|
|
inherited frViewDatosPedido: TfrViewDatosPedido
|
||
|
|
Width = 443
|
||
|
|
Height = 124
|
||
|
|
Align = alTop
|
||
|
|
Visible = False
|
||
|
|
object GroupBox1: TGroupBox
|
||
|
|
Left = 8
|
||
|
|
Top = 8
|
||
|
|
Width = 553
|
||
|
|
Height = 105
|
||
|
|
Caption = 'Datos del pedido'
|
||
|
|
TabOrder = 0
|
||
|
|
object Label4: TLabel
|
||
|
|
Left = 16
|
||
|
|
Top = 34
|
||
|
|
Width = 56
|
||
|
|
Height = 13
|
||
|
|
Caption = 'Referencia:'
|
||
|
|
end
|
||
|
|
object Label2: TLabel
|
||
|
|
Left = 223
|
||
|
|
Top = 34
|
||
|
|
Width = 54
|
||
|
|
Height = 13
|
||
|
|
Caption = 'Proveedor:'
|
||
|
|
end
|
||
|
|
object Label1: TLabel
|
||
|
|
Left = 16
|
||
|
|
Top = 66
|
||
|
|
Width = 37
|
||
|
|
Height = 13
|
||
|
|
Caption = 'Cliente:'
|
||
|
|
end
|
||
|
|
object eReferencia: TcxDBTextEdit
|
||
|
|
Left = 84
|
||
|
|
Top = 31
|
||
|
|
DataBinding.DataField = 'REFERENCIA'
|
||
|
|
DataBinding.DataSource = DADataSource
|
||
|
|
Enabled = False
|
||
|
|
Properties.ReadOnly = True
|
||
|
|
Style.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.BorderStyle = ebs3D
|
||
|
|
StyleDisabled.Color = clBtnFace
|
||
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.TextColor = clActiveCaption
|
||
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
||
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
||
|
|
TabOrder = 0
|
||
|
|
Width = 107
|
||
|
|
end
|
||
|
|
object cxDBTextEdit2: TcxDBTextEdit
|
||
|
|
Left = 291
|
||
|
|
Top = 31
|
||
|
|
DataBinding.DataField = 'NOMBRE'
|
||
|
|
DataBinding.DataSource = DADataSource
|
||
|
|
Enabled = False
|
||
|
|
Properties.ReadOnly = True
|
||
|
|
Style.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.BorderStyle = ebs3D
|
||
|
|
StyleDisabled.Color = clBtnFace
|
||
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.TextColor = clActiveCaption
|
||
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
||
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
||
|
|
TabOrder = 1
|
||
|
|
Width = 243
|
||
|
|
end
|
||
|
|
object cxDBTextEdit1: TcxDBTextEdit
|
||
|
|
Left = 84
|
||
|
|
Top = 63
|
||
|
|
DataBinding.DataField = 'NOMBRECLIENTE'
|
||
|
|
DataBinding.DataSource = DADataSource
|
||
|
|
Enabled = False
|
||
|
|
Properties.ReadOnly = True
|
||
|
|
Style.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.BorderStyle = ebs3D
|
||
|
|
StyleDisabled.Color = clBtnFace
|
||
|
|
StyleDisabled.LookAndFeel.NativeStyle = True
|
||
|
|
StyleDisabled.TextColor = clActiveCaption
|
||
|
|
StyleFocused.LookAndFeel.NativeStyle = True
|
||
|
|
StyleHot.LookAndFeel.NativeStyle = True
|
||
|
|
TabOrder = 2
|
||
|
|
Width = 450
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object DADataSource: TDADataSource
|
||
|
|
DataTable = dmPresupuestos.tbl_DetallesPresupuestos
|
||
|
|
Left = 520
|
||
|
|
Top = 8
|
||
|
|
end
|
||
|
|
end
|