home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / oddech / hry / kl2000 / kl2000.exe / 0 / RCDATA / TRANDOMFORM / TRANDOMFORM.txt
Text File  |  1999-10-17  |  1KB  |  71 lines

  1. object RandomForm: TRandomForm
  2.   Left = 378
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Generate a random level'
  7.   ClientHeight = 69
  8.   ClientWidth = 296
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 24
  21.     Top = 12
  22.     Width = 98
  23.     Height = 13
  24.     Caption = 'How many lights on?'
  25.   end
  26.   object NumTackBar: TTrackBar
  27.     Left = 8
  28.     Top = 32
  29.     Width = 177
  30.     Height = 33
  31.     Max = 25
  32.     Min = 1
  33.     Orientation = trHorizontal
  34.     Frequency = 1
  35.     Position = 1
  36.     SelEnd = 0
  37.     SelStart = 0
  38.     TabOrder = 1
  39.     ThumbLength = 20
  40.     TickMarks = tmBottomRight
  41.     TickStyle = tsAuto
  42.     OnChange = NumTackBarChange
  43.   end
  44.   object LightsBox: TEdit
  45.     Left = 136
  46.     Top = 8
  47.     Width = 41
  48.     Height = 21
  49.     TabOrder = 0
  50.     Text = '1'
  51.     OnChange = LightsBoxChange
  52.   end
  53.   object Panel1: TPanel
  54.     Left = 192
  55.     Top = 8
  56.     Width = 89
  57.     Height = 41
  58.     BevelOuter = bvLowered
  59.     TabOrder = 2
  60.     object GenerateBox: TButton
  61.       Left = 6
  62.       Top = 8
  63.       Width = 75
  64.       Height = 25
  65.       Caption = '&Generate'
  66.       TabOrder = 0
  67.       OnClick = GenerateBoxClick
  68.     end
  69.   end
  70. end
  71.