home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / Zdroje.exe / JJMain.dfm / JJMain.txt
Text File  |  1999-01-25  |  853b  |  49 lines

  1. object MainForm: TMainForm
  2.   Left = 361
  3.   Top = 206
  4.   Width = 250
  5.   Height = 208
  6.   Caption = 'Jumping Jack'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Image: TImage
  16.     Left = 105
  17.     Top = 48
  18.     Width = 32
  19.     Height = 32
  20.   end
  21.   object Label: TLabel
  22.     Left = 101
  23.     Top = 32
  24.     Width = 40
  25.     Height = 13
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Caption = 'Ready?'
  29.   end
  30.   object Start: TButton
  31.     Left = 27
  32.     Top = 128
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Start'
  36.     TabOrder = 0
  37.     OnClick = StartClick
  38.   end
  39.   object Stop: TButton
  40.     Left = 139
  41.     Top = 128
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'Stop'
  45.     TabOrder = 1
  46.     OnClick = StopClick
  47.   end
  48. end
  49.