home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / objects / frm2comp / main.dfm / main.txt
Encoding:
Text File  |  1995-03-21  |  518 b   |  31 lines

  1. object Form1: TForm1
  2.   Left = 202
  3.   Top = 95
  4.   AutoScroll = False
  5.   Caption = 'Form1'
  6.   ClientHeight = 250
  7.   ClientWidth = 350
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object BitBtn1: TBitBtn
  15.     Left = 136
  16.     Top = 208
  17.     Width = 89
  18.     Height = 33
  19.     TabOrder = 0
  20.     OnClick = BitBtn1Click
  21.     Kind = bkOK
  22.   end
  23.   object Panel1: TPanel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 313
  27.     Height = 177
  28.     TabOrder = 1
  29.   end
  30. end
  31.