home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / chplus / cpp / 3 / hra.exe / options.dfm / options.txt
Text File  |  1998-02-09  |  2KB  |  135 lines

  1. object OptionsDlg: TOptionsDlg
  2.   Left = 213
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 233
  7.   ClientWidth = 384
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Default'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 281
  20.     Height = 217
  21.     Shape = bsFrame
  22.   end
  23.   object Slow: TLabel
  24.     Left = 36
  25.     Top = 72
  26.     Width = 23
  27.     Height = 13
  28.     Caption = 'Slow'
  29.   end
  30.   object Fast: TLabel
  31.     Left = 241
  32.     Top = 72
  33.     Width = 20
  34.     Height = 13
  35.     Caption = 'Fast'
  36.   end
  37.   object Label1: TLabel
  38.     Left = 36
  39.     Top = 144
  40.     Width = 20
  41.     Height = 13
  42.     Caption = 'Low'
  43.   end
  44.   object Label2: TLabel
  45.     Left = 239
  46.     Top = 144
  47.     Width = 22
  48.     Height = 13
  49.     Caption = 'High'
  50.   end
  51.   object Speed: TLabel
  52.     Left = 133
  53.     Top = 24
  54.     Width = 31
  55.     Height = 13
  56.     Caption = '&Speed'
  57.     FocusControl = SpeedSet
  58.   end
  59.   object Population: TLabel
  60.     Left = 123
  61.     Top = 96
  62.     Width = 50
  63.     Height = 13
  64.     Caption = '&Population'
  65.     FocusControl = PopulationSet
  66.   end
  67.   object Time: TLabel
  68.     Left = 121
  69.     Top = 168
  70.     Width = 54
  71.     Height = 13
  72.     Caption = '&Game Time'
  73.     FocusControl = GameTimeSet
  74.   end
  75.   object OKBtn: TButton
  76.     Left = 300
  77.     Top = 8
  78.     Width = 75
  79.     Height = 25
  80.     Caption = 'OK'
  81.     Default = True
  82.     ModalResult = 1
  83.     TabOrder = 0
  84.     OnClick = OKBtnClick
  85.   end
  86.   object CancelBtn: TButton
  87.     Left = 300
  88.     Top = 38
  89.     Width = 75
  90.     Height = 25
  91.     Cancel = True
  92.     Caption = 'Cancel'
  93.     ModalResult = 2
  94.     TabOrder = 1
  95.   end
  96.   object SpeedSet: TTrackBar
  97.     Left = 36
  98.     Top = 40
  99.     Width = 225
  100.     Height = 25
  101.     Max = 30
  102.     Orientation = trHorizontal
  103.     Frequency = 1
  104.     Position = 0
  105.     SelEnd = 0
  106.     SelStart = 0
  107.     TabOrder = 2
  108.     TickMarks = tmBottomRight
  109.     TickStyle = tsAuto
  110.   end
  111.   object PopulationSet: TTrackBar
  112.     Left = 36
  113.     Top = 112
  114.     Width = 225
  115.     Height = 25
  116.     Max = 35
  117.     Orientation = trHorizontal
  118.     Frequency = 1
  119.     Position = 0
  120.     SelEnd = 0
  121.     SelStart = 0
  122.     TabOrder = 3
  123.     TickMarks = tmBottomRight
  124.     TickStyle = tsAuto
  125.   end
  126.   object GameTimeSet: TEdit
  127.     Left = 116
  128.     Top = 184
  129.     Width = 65
  130.     Height = 21
  131.     TabOrder = 4
  132.     Text = '150'
  133.   end
  134. end
  135.