Unit1.dfm 618 B

1234567891011121314151617181920212223242526272829303132333435
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 271
  6. ClientWidth = 643
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object btn1: TButton
  17. Left = 184
  18. Top = 200
  19. Width = 75
  20. Height = 25
  21. Caption = '1'
  22. TabOrder = 0
  23. OnClick = btn1Click
  24. end
  25. object btn2: TButton
  26. Left = 384
  27. Top = 200
  28. Width = 75
  29. Height = 25
  30. Caption = 'Volver a 1'
  31. TabOrder = 1
  32. OnClick = btn2Click
  33. end
  34. end