Unit1.dfm 830 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Formulario'
  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. ShowHint = False
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object lbl1: TLabel
  18. Left = 72
  19. Top = 48
  20. Width = 410
  21. Height = 31
  22. Cursor = crHandPoint
  23. Hint = 'Probando'
  24. Caption = 'Esto es un objeto de la clase TLabel'
  25. Color = clYellow
  26. Font.Charset = ANSI_CHARSET
  27. Font.Color = clWindowText
  28. Font.Height = -27
  29. Font.Name = 'Times New Roman'
  30. Font.Style = [fsBold, fsItalic, fsUnderline]
  31. ParentColor = False
  32. ParentFont = False
  33. ParentShowHint = False
  34. ShowHint = True
  35. Transparent = False
  36. end
  37. end