-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathUnit7.lfm
149 lines (149 loc) · 2.96 KB
/
Unit7.lfm
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
object Form7: TForm7
Left = 323
Height = 366
Top = 107
Width = 289
ActiveControl = CheckBox1
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'Form7'
ClientHeight = 366
ClientWidth = 289
Font.Height = -11
Font.Name = 'MS Sans Serif'
Position = poScreenCenter
LCLVersion = '4.99.0.0'
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
object Button1: TButton
Left = 28
Height = 25
Top = 328
Width = 97
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 150
Height = 25
Top = 328
Width = 97
Caption = 'Cancel'
TabOrder = 1
OnClick = Button2Click
end
object GroupBox1: TGroupBox
Left = 8
Height = 273
Top = 8
Width = 272
Caption = ' Select the solve method''s you want to use '
ClientHeight = 258
ClientWidth = 270
TabOrder = 2
object CheckBox1: TCheckBox
Left = 40
Height = 22
Top = 8
Width = 115
Caption = 'by hidden single'
TabOrder = 0
end
object CheckBox2: TCheckBox
Left = 40
Height = 22
Top = 32
Width = 111
Caption = 'by naked single'
TabOrder = 1
end
object CheckBox3: TCheckBox
Left = 40
Height = 22
Top = 56
Width = 207
Caption = 'by block and column interactions'
TabOrder = 2
Visible = False
end
object CheckBox4: TCheckBox
Left = 40
Height = 22
Top = 80
Width = 195
Caption = 'by block and block interactions'
TabOrder = 3
Visible = False
end
object CheckBox5: TCheckBox
Left = 40
Height = 22
Top = 104
Width = 115
Caption = 'by naked subset'
TabOrder = 4
end
object CheckBox6: TCheckBox
Left = 40
Height = 22
Top = 128
Width = 119
Caption = 'by hidden subset'
TabOrder = 5
end
object CheckBox7: TCheckBox
Left = 40
Height = 22
Top = 152
Width = 151
Caption = 'by X - Wing / Swordfish'
TabOrder = 6
Visible = False
end
object CheckBox8: TCheckBox
Left = 40
Height = 22
Top = 176
Width = 94
Caption = 'by XY - Wing'
TabOrder = 7
end
object CheckBox9: TCheckBox
Left = 40
Height = 22
Top = 200
Width = 105
Caption = 'Forcing Chains'
TabOrder = 8
Visible = False
end
object Button3: TButton
Left = 19
Height = 25
Top = 226
Width = 97
Caption = 'select all'
TabOrder = 9
OnClick = Button3Click
end
object Button4: TButton
Left = 141
Height = 25
Top = 226
Width = 97
Caption = 'select none'
TabOrder = 10
OnClick = Button4Click
end
end
object CheckBox10: TCheckBox
Left = 48
Height = 22
Top = 296
Width = 172
Caption = 'create Sudoku with pattern'
TabOrder = 3
end
end