home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / chap15 / pcharfun / main.dfm / main.txt
Encoding:
Text File  |  1995-03-21  |  577 b   |  33 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 115
  4.   ActiveControl = Button1
  5.   AutoScroll = False
  6.   Caption = 'PChar Fun'
  7.   ClientHeight = 129
  8.   ClientWidth = 437
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object Button1: TButton
  16.     Left = 144
  17.     Top = 80
  18.     Width = 161
  19.     Height = 33
  20.     Caption = 'Make String'
  21.     TabOrder = 0
  22.     OnClick = Button1Click
  23.   end
  24.   object Edit1: TEdit
  25.     Left = 80
  26.     Top = 24
  27.     Width = 281
  28.     Height = 29
  29.     TabOrder = 1
  30.     Text = 'Edit1'
  31.   end
  32. end
  33.