77 lines
1.8 KiB
Plaintext
77 lines
1.8 KiB
Plaintext
|
|
inherited fDialogOpcionesImpresion: TfDialogOpcionesImpresion
|
||
|
|
Caption = 'Opciones para pedido a proveedor'
|
||
|
|
ClientHeight = 197
|
||
|
|
ClientWidth = 488
|
||
|
|
ExplicitWidth = 494
|
||
|
|
ExplicitHeight = 229
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 13
|
||
|
|
inherited pnlBotones: TFlowPanel
|
||
|
|
Top = 141
|
||
|
|
Width = 488
|
||
|
|
ExplicitTop = 141
|
||
|
|
ExplicitWidth = 488
|
||
|
|
inherited Button1: TButton
|
||
|
|
Left = 392
|
||
|
|
ExplicitLeft = 392
|
||
|
|
end
|
||
|
|
inherited Button2: TButton
|
||
|
|
Left = 302
|
||
|
|
ExplicitLeft = 302
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited FlowPanel1: TFlowPanel
|
||
|
|
Width = 488
|
||
|
|
Height = 141
|
||
|
|
ExplicitWidth = 488
|
||
|
|
ExplicitHeight = 141
|
||
|
|
inherited lblInstruccion: TLabel
|
||
|
|
Width = 415
|
||
|
|
Margins.Bottom = 10
|
||
|
|
Caption = 'Indique las siguiente opciones para el pedido a proveedor:'
|
||
|
|
ExplicitWidth = 415
|
||
|
|
end
|
||
|
|
inherited Label2: TLabel
|
||
|
|
Top = 60
|
||
|
|
Width = 195
|
||
|
|
Height = 11
|
||
|
|
Visible = False
|
||
|
|
ExplicitTop = 60
|
||
|
|
ExplicitWidth = 195
|
||
|
|
ExplicitHeight = 11
|
||
|
|
end
|
||
|
|
object cbVerPrecios: TCheckBox
|
||
|
|
AlignWithMargins = True
|
||
|
|
Left = 34
|
||
|
|
Top = 74
|
||
|
|
Width = 415
|
||
|
|
Height = 17
|
||
|
|
Caption = 'Mostrar los precios en los conceptos'
|
||
|
|
Checked = True
|
||
|
|
State = cbChecked
|
||
|
|
TabOrder = 0
|
||
|
|
end
|
||
|
|
object cbVerRefProveedor: TCheckBox
|
||
|
|
AlignWithMargins = True
|
||
|
|
Left = 34
|
||
|
|
Top = 97
|
||
|
|
Width = 441
|
||
|
|
Height = 17
|
||
|
|
Caption = 'Mostrar las referencias de proveedor de los conceptos'
|
||
|
|
Checked = True
|
||
|
|
State = cbChecked
|
||
|
|
TabOrder = 1
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited ActionList1: TActionList
|
||
|
|
Left = 8
|
||
|
|
Top = 16
|
||
|
|
inherited actAceptar: TAction
|
||
|
|
OnExecute = actAceptarExecute
|
||
|
|
end
|
||
|
|
inherited actCancelar: TAction
|
||
|
|
OnExecute = actCancelarExecute
|
||
|
|
end
|
||
|
|
end
|
||
|
|
end
|