home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 152
- Top = 157
- ActiveControl = BSizeOf
- AutoScroll = False
- Caption = 'PChar One'
- ClientHeight = 184
- ClientWidth = 396
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object BSizeOf: TButton
- Left = 24
- Top = 80
- Width = 89
- Height = 33
- Caption = 'SizeOf'
- TabOrder = 0
- OnClick = BSizeOfClick
- end
- object BStrLen: TButton
- Left = 24
- Top = 128
- Width = 89
- Height = 33
- Caption = 'StrLen'
- TabOrder = 1
- OnClick = BStrLenClick
- end
- object Edit1: TEdit
- Left = 24
- Top = 24
- Width = 353
- Height = 29
- TabOrder = 2
- Text = 'Edit1'
- end
- object BStrCatErr: TButton
- Left = 144
- Top = 80
- Width = 121
- Height = 33
- Caption = 'StrCat Err'
- TabOrder = 3
- OnClick = BStrCatErrClick
- end
- object StrCatOk: TButton
- Left = 144
- Top = 128
- Width = 121
- Height = 33
- Caption = 'StrCat Ok'
- TabOrder = 4
- OnClick = StrCatOkClick
- end
- object BStrNew: TButton
- Left = 288
- Top = 80
- Width = 89
- Height = 33
- Caption = 'StrNew'
- TabOrder = 5
- OnClick = BStrNewClick
- end
- object BStrPCopy: TButton
- Left = 288
- Top = 128
- Width = 89
- Height = 33
- Caption = 'StrPCopy'
- TabOrder = 6
- OnClick = BStrPCopyClick
- end
- end
-