1234567891011121314151617181920212223242526272829303132333435363738 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Formulario'
- ClientHeight = 271
- ClientWidth = 643
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- ShowHint = False
- PixelsPerInch = 96
- TextHeight = 13
- object lbl1: TLabel
- Left = 72
- Top = 48
- Width = 410
- Height = 31
- Cursor = crHandPoint
- Hint = 'Probando'
- Caption = 'Esto es un objeto de la clase TLabel'
- Color = clYellow
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -27
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold, fsItalic, fsUnderline]
- ParentColor = False
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- Transparent = False
- end
- end
|