home *** CD-ROM | disk | FTP | other *** search
- object LevelFrm: TLevelFrm
- Left = 3
- Top = 114
- BorderStyle = bsDialog
- Caption = 'Level'
- ClientHeight = 230
- ClientWidth = 303
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 14
- object BitBtn1: TBitBtn
- Left = 107
- Top = 188
- Width = 89
- Height = 33
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 293
- Height = 169
- BevelInner = bvLowered
- BevelOuter = bvNone
- TabOrder = 1
- object Label1: TLabel
- Left = 28
- Top = 114
- Width = 88
- Height = 14
- Caption = 'Gamma Selectivity'
- end
- object Label2: TLabel
- Left = 28
- Top = 138
- Width = 122
- Height = 14
- Caption = 'Maximum Selective Depth'
- end
- object RadioButton1: TRadioButton
- Left = 24
- Top = 20
- Width = 113
- Height = 17
- Caption = 'Time per move'
- TabOrder = 0
- OnClick = RadioButton1Click
- end
- object RadioButton2: TRadioButton
- Left = 24
- Top = 48
- Width = 113
- Height = 17
- Caption = 'Fixed depth search'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = RadioButton2Click
- end
- object RadioButton3: TRadioButton
- Left = 24
- Top = 76
- Width = 113
- Height = 17
- Caption = 'Infinite time'
- TabOrder = 2
- OnClick = RadioButton3Click
- end
- object LMDSpinEdit1: TLMDSpinEdit
- Left = 176
- Top = 19
- Width = 82
- Height = 22
- MaxValue = 32000
- MinValue = 1
- TabOrder = 3
- Value = 1
- end
- object LMDSpinEdit2: TLMDSpinEdit
- Left = 176
- Top = 45
- Width = 82
- Height = 22
- MaxValue = 12
- MinValue = 1
- TabOrder = 4
- Value = 1
- end
- object LMDSpinEdit3: TLMDSpinEdit
- Left = 176
- Top = 110
- Width = 85
- Height = 22
- MaxValue = 10000
- MinValue = -10000
- TabOrder = 5
- end
- object LMDSpinEdit4: TLMDSpinEdit
- Left = 176
- Top = 134
- Width = 85
- Height = 22
- MaxValue = 20
- MinValue = 1
- TabOrder = 6
- Value = 1
- end
- end
- object LMDFormStyler1: TLMDFormStyler
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Options = [fsAdjustRect, fsUseDefaultFont, fsUseFormCaption]
- Left = 244
- Top = 184
- end
- object LMDForm1: TLMDForm
- Effect = deExplodeExt
- IniKey = 'Form1'
- Left = 36
- Top = 180
- end
- end
-