home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 115
- ActiveControl = Button1
- AutoScroll = False
- Caption = 'PChar Fun'
- ClientHeight = 129
- ClientWidth = 437
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Button1: TButton
- Left = 144
- Top = 80
- Width = 161
- Height = 33
- Caption = 'Make String'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Edit1: TEdit
- Left = 80
- Top = 24
- Width = 281
- Height = 29
- TabOrder = 1
- Text = 'Edit1'
- end
- end
-