git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@4 f33bb606-9f5c-448d-9c99-757f00063c96
88 lines
2.0 KiB
Plaintext
88 lines
2.0 KiB
Plaintext
inherited fDialogOpcionesImpresionPedidosProveedor: TfDialogOpcionesImpresionPedidosProveedor
|
|
Caption = 'Opciones para pedido a proveedor'
|
|
ClientHeight = 239
|
|
ClientWidth = 393
|
|
ExplicitWidth = 399
|
|
ExplicitHeight = 271
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
inherited Bevel2: TBevel
|
|
Width = 393
|
|
end
|
|
inherited Bevel3: TBevel
|
|
Top = 195
|
|
Width = 393
|
|
end
|
|
inherited pnlBotones: TPanel
|
|
Top = 197
|
|
Width = 393
|
|
ExplicitLeft = -8
|
|
ExplicitTop = 320
|
|
ExplicitWidth = 637
|
|
inherited btnAceptar: TButton
|
|
Left = 229
|
|
ExplicitLeft = 229
|
|
end
|
|
inherited btnCancelar: TButton
|
|
Left = 308
|
|
ExplicitLeft = 308
|
|
end
|
|
end
|
|
inherited pnlHeader: TPanel
|
|
Width = 393
|
|
ExplicitWidth = 488
|
|
inherited lblInstruccion: TLabel
|
|
Width = 343
|
|
Margins.Bottom = 10
|
|
Caption = 'Indique las siguiente opciones para el pedido a proveedor:'
|
|
ExplicitWidth = 328
|
|
end
|
|
inherited Label2: TLabel
|
|
Top = 31
|
|
Width = 318
|
|
Height = 25
|
|
Visible = False
|
|
ExplicitTop = 60
|
|
end
|
|
end
|
|
inherited pnlCuerpo: TPanel
|
|
Width = 393
|
|
Height = 129
|
|
ExplicitLeft = -8
|
|
ExplicitTop = 70
|
|
ExplicitWidth = 637
|
|
ExplicitHeight = 222
|
|
object cbVerPrecios: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 29
|
|
Width = 415
|
|
Height = 17
|
|
Caption = 'Mostrar los precios en los conceptos'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object cbVerRefProveedor: TCheckBox
|
|
AlignWithMargins = True
|
|
Left = 50
|
|
Top = 52
|
|
Width = 441
|
|
Height = 17
|
|
Caption = 'Mostrar las referencias de proveedor de los conceptos'
|
|
Checked = True
|
|
State = cbChecked
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
inherited ActionList1: TActionList
|
|
Top = 16
|
|
inherited actAceptar: TAction
|
|
OnExecute = actAceptarExecute
|
|
end
|
|
inherited actCancelar: TAction
|
|
OnExecute = actCancelarExecute
|
|
end
|
|
end
|
|
end
|