1234567891011121314151617181920212223242526272829303132333435 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Form1'
- ClientHeight = 271
- ClientWidth = 643
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object btn1: TButton
- Left = 184
- Top = 200
- Width = 75
- Height = 25
- Caption = '1'
- TabOrder = 0
- OnClick = btn1Click
- end
- object btn2: TButton
- Left = 384
- Top = 200
- Width = 75
- Height = 25
- Caption = 'Volver a 1'
- TabOrder = 1
- OnClick = btn2Click
- end
- end
|