home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / COOLCALC.ZIP / RUNCACLF.DFM / RUNCACLF.txt
Text File  |  1995-09-18  |  745b  |  40 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 99
  4.   Width = 299
  5.   Height = 140
  6.   Caption = 'Run Cool Calculator Test Program'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Button1: TButton
  14.     Left = 11
  15.     Top = 5
  16.     Width = 268
  17.     Height = 33
  18.     Caption = 'Run as seperate Windows program'
  19.     TabOrder = 0
  20.     OnClick = Button1Click
  21.   end
  22.   object Edit1: TEdit
  23.     Left = 11
  24.     Top = 83
  25.     Width = 267
  26.     Height = 24
  27.     TabStop = False
  28.     TabOrder = 1
  29.   end
  30.   object Button2: TButton
  31.     Left = 11
  32.     Top = 44
  33.     Width = 268
  34.     Height = 33
  35.     Caption = 'Run as modal dialog and get result'
  36.     TabOrder = 2
  37.     OnClick = Button2Click
  38.   end
  39. end
  40.