forked from hkociemba/CubeExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Options.dfm
129 lines (129 loc) · 2.67 KB
/
Options.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
object OptionForm: TOptionForm
Left = 493
Top = 624
HelpContext = 1005
BorderIcons = [biMinimize]
BorderStyle = bsDialog
ClientHeight = 153
ClientWidth = 358
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object GroupBox2: TGroupBox
Tag = 18
Left = 15
Top = 13
Width = 329
Height = 84
Caption = 'Stop automatic search at'
TabOrder = 0
object RadioButton6: TRadioButton
Tag = 19
Left = 88
Top = 56
Width = 71
Height = 17
Caption = '19 moves'
TabOrder = 3
OnClick = RBStopAtClick
end
object RadioButton7: TRadioButton
Tag = 20
Left = 168
Top = 24
Width = 71
Height = 17
Caption = '20 moves'
Checked = True
TabOrder = 4
TabStop = True
OnClick = RBStopAtClick
end
object RadioButton8: TRadioButton
Tag = 21
Left = 168
Top = 56
Width = 71
Height = 17
Caption = '21 moves'
TabOrder = 5
OnClick = RBStopAtClick
end
object RadioButton9: TRadioButton
Tag = 22
Left = 248
Top = 24
Width = 71
Height = 17
Caption = '22 moves'
TabOrder = 6
OnClick = RBStopAtClick
end
object RadioButton10: TRadioButton
Tag = 18
Left = 88
Top = 24
Width = 71
Height = 17
Caption = '18 moves'
TabOrder = 2
OnClick = RBStopAtClick
end
object RadioButton1: TRadioButton
Tag = 23
Left = 248
Top = 56
Width = 71
Height = 17
Caption = '23 moves'
TabOrder = 7
OnClick = RBStopAtClick
end
object RadioButton2: TRadioButton
Tag = 16
Left = 8
Top = 24
Width = 71
Height = 17
Caption = '16 moves'
TabOrder = 0
OnClick = RBStopAtClick
end
object RadioButton3: TRadioButton
Tag = 17
Left = 8
Top = 56
Width = 71
Height = 17
Caption = '17 moves'
TabOrder = 1
OnClick = RBStopAtClick
end
end
object Button1: TButton
Left = 234
Top = 114
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 1
OnClick = Button1Click
end
object CheckBox1: TCheckBox
Left = 34
Top = 118
Width = 113
Height = 17
Caption = 'Use Triple Search'
TabOrder = 2
OnClick = CheckBox1Click
end
end