CAP/Test/test.dfm
2021-09-01 18:53:06 +02:00

68 lines
1.4 KiB
Plaintext

object Form1: TForm1
Left = 197
Top = 174
Width = 425
Height = 320
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 8
Top = 8
Width = 193
Height = 113
Caption = 'Salida por defecto, del cabezal 1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 8
Top = 136
Width = 193
Height = 113
Caption = 'Salida por defecto, del cabezal 2'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 216
Top = 8
Width = 193
Height = 113
Caption = 'Salida 1'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 216
Top = 136
Width = 193
Height = 113
Caption = 'Salida 2'
TabOrder = 3
OnClick = Button4Click
end
object CheckBox1: TCheckBox
Left = 8
Top = 264
Width = 145
Height = 17
Caption = 'Las tarjetas son corectas'
TabOrder = 4
end
object Lm2000: TLm2000
OnVerboseMessage = Lm2000VerboseMessage
OnBuscaTarjeta = Lm2000BuscaTarjeta
Left = 376
Top = 16
end
end