Unit1.dfm 611 B

12345678910111213141516171819202122232425262728293031323334
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Formulario'
  5. ClientHeight = 400
  6. ClientWidth = 400
  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 lbl1: TLabel
  17. Left = 160
  18. Top = 290
  19. Width = 75
  20. Height = 13
  21. Alignment = taCenter
  22. Caption = 'Mensaje'
  23. end
  24. object btn1: TButton
  25. Left = 160
  26. Top = 320
  27. Width = 75
  28. Height = 25
  29. Caption = 'Presionar'
  30. TabOrder = 0
  31. OnClick = btn1Click
  32. end
  33. end