AgendaLlamadas/DlgQueImprimir.dfm
2021-09-12 21:55:41 +02:00

63 lines
1.2 KiB
Plaintext

object DlgImprimir: TDlgImprimir
Left = 498
Top = 140
Width = 243
Height = 166
BorderIcons = [biSystemMenu]
Caption = 'Imprimir...'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object RadioGroup1: TRadioGroup
Left = 8
Top = 8
Width = 137
Height = 121
Items.Strings = (
'Listado Completo'
'Listado Rápido'
'Pegatinas')
TabOrder = 0
OnClick = RadioGroup1Click
end
object Button1: TButton
Left = 152
Top = 72
Width = 75
Height = 25
Caption = '&Aceptar'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 152
Top = 104
Width = 75
Height = 25
Caption = '&Cancelar'
TabOrder = 2
OnClick = Button2Click
end
object CheckBox1: TCheckBox
Left = 117
Top = 31
Width = 116
Height = 17
Alignment = taLeftJustify
BiDiMode = bdLeftToRight
Caption = '¿de solo esta Ficha?'
Checked = True
ParentBiDiMode = False
State = cbChecked
TabOrder = 3
Visible = False
end
end