home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #8 / Software USA Volume 4.08.iso / pc / games / edgrevrs / run / edgervsi.exe / 0 / RCDATA / TLEVELFRM / TLEVELFRM.txt < prev   
Encoding:
Text File  |  1999-03-08  |  2.6 KB  |  134 lines

  1. object LevelFrm: TLevelFrm
  2.   Left = 3
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Level'
  6.   ClientHeight = 230
  7.   ClientWidth = 303
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object BitBtn1: TBitBtn
  18.     Left = 107
  19.     Top = 188
  20.     Width = 89
  21.     Height = 33
  22.     TabOrder = 0
  23.     OnClick = BitBtn1Click
  24.     Kind = bkOK
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 4
  28.     Top = 4
  29.     Width = 293
  30.     Height = 169
  31.     BevelInner = bvLowered
  32.     BevelOuter = bvNone
  33.     TabOrder = 1
  34.     object Label1: TLabel
  35.       Left = 28
  36.       Top = 114
  37.       Width = 88
  38.       Height = 14
  39.       Caption = 'Gamma Selectivity'
  40.     end
  41.     object Label2: TLabel
  42.       Left = 28
  43.       Top = 138
  44.       Width = 122
  45.       Height = 14
  46.       Caption = 'Maximum Selective Depth'
  47.     end
  48.     object RadioButton1: TRadioButton
  49.       Left = 24
  50.       Top = 20
  51.       Width = 113
  52.       Height = 17
  53.       Caption = 'Time per move'
  54.       TabOrder = 0
  55.       OnClick = RadioButton1Click
  56.     end
  57.     object RadioButton2: TRadioButton
  58.       Left = 24
  59.       Top = 48
  60.       Width = 113
  61.       Height = 17
  62.       Caption = 'Fixed depth search'
  63.       Checked = True
  64.       TabOrder = 1
  65.       TabStop = True
  66.       OnClick = RadioButton2Click
  67.     end
  68.     object RadioButton3: TRadioButton
  69.       Left = 24
  70.       Top = 76
  71.       Width = 113
  72.       Height = 17
  73.       Caption = 'Infinite time'
  74.       TabOrder = 2
  75.       OnClick = RadioButton3Click
  76.     end
  77.     object LMDSpinEdit1: TLMDSpinEdit
  78.       Left = 176
  79.       Top = 19
  80.       Width = 82
  81.       Height = 22
  82.       MaxValue = 32000
  83.       MinValue = 1
  84.       TabOrder = 3
  85.       Value = 1
  86.     end
  87.     object LMDSpinEdit2: TLMDSpinEdit
  88.       Left = 176
  89.       Top = 45
  90.       Width = 82
  91.       Height = 22
  92.       MaxValue = 12
  93.       MinValue = 1
  94.       TabOrder = 4
  95.       Value = 1
  96.     end
  97.     object LMDSpinEdit3: TLMDSpinEdit
  98.       Left = 176
  99.       Top = 110
  100.       Width = 85
  101.       Height = 22
  102.       MaxValue = 10000
  103.       MinValue = -10000
  104.       TabOrder = 5
  105.     end
  106.     object LMDSpinEdit4: TLMDSpinEdit
  107.       Left = 176
  108.       Top = 134
  109.       Width = 85
  110.       Height = 22
  111.       MaxValue = 20
  112.       MinValue = 1
  113.       TabOrder = 6
  114.       Value = 1
  115.     end
  116.   end
  117.   object LMDFormStyler1: TLMDFormStyler
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clWindowText
  120.     Font.Height = -13
  121.     Font.Name = 'System'
  122.     Font.Style = []
  123.     Options = [fsAdjustRect, fsUseDefaultFont, fsUseFormCaption]
  124.     Left = 244
  125.     Top = 184
  126.   end
  127.   object LMDForm1: TLMDForm
  128.     Effect = deExplodeExt
  129.     IniKey = 'Form1'
  130.     Left = 36
  131.     Top = 180
  132.   end
  133. end
  134.