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

  1. object CompForm: TCompForm
  2.   Left = 126
  3.   Top = 94
  4.   Width = 328
  5.   Height = 198
  6.   Caption = 'CompForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   object BitBtn1: TBitBtn
  12.     Left = 24
  13.     Top = 104
  14.     Width = 89
  15.     Height = 33
  16.     TabOrder = 0
  17.     OnClick = BitBtn1Click
  18.     Kind = bkCancel
  19.   end
  20.   object BitBtn2: TBitBtn
  21.     Left = 200
  22.     Top = 104
  23.     Width = 89
  24.     Height = 33
  25.     TabOrder = 1
  26.     OnClick = BitBtn2Click
  27.     Kind = bkOK
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 64
  31.     Top = 16
  32.     Width = 185
  33.     Height = 73
  34.     Caption = 'Panel1'
  35.     TabOrder = 2
  36.     object Label1: TLabel
  37.       Left = 16
  38.       Top = 8
  39.       Width = 153
  40.       Height = 55
  41.       AutoSize = False
  42.       Caption = 'Label1'
  43.       Font.Color = clBlack
  44.       Font.Height = -48
  45.       Font.Name = 'Times New Roman'
  46.       Font.Style = []
  47.       ParentFont = False
  48.     end
  49.   end
  50. end
  51.