home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- ActiveControl = Button1
- AutoScroll = False
- Caption = 'Form1'
- ClientHeight = 265
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 20
- object Button1: TButton
- Left = 176
- Top = 160
- Width = 89
- Height = 33
- Caption = 'Button1'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 112
- Top = 48
- Width = 121
- Height = 32
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Text = 'Edit1'
- end
- end
-