-
Notifications
You must be signed in to change notification settings - Fork 33
/
Incomp.dfm
192 lines (192 loc) · 3.72 KB
/
Incomp.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
object Incomplete: TIncomplete
Left = 264
Top = 319
BorderStyle = bsDialog
Caption = 'Maneuver Window (incomplete cubes)'
ClientHeight = 513
ClientWidth = 411
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
DesignSize = (
411
513)
PixelsPerInch = 96
TextHeight = 13
object ManInfo: TMemo
Left = 0
Top = 0
Width = 409
Height = 361
Anchors = [akLeft, akTop, akRight]
ScrollBars = ssVertical
TabOrder = 0
end
object BStop: TButton
Left = 240
Top = 373
Width = 161
Height = 33
Caption = 'Stop Search'
TabOrder = 1
OnClick = BStopClick
end
object BAdd: TButton
Left = 240
Top = 467
Width = 161
Height = 33
Caption = 'Add Solutions to Main Window'
TabOrder = 2
OnClick = BAddClick
end
object GroupBox1: TGroupBox
Left = 13
Top = 373
Width = 220
Height = 67
Caption = 'Faces to Exclude'
TabOrder = 3
object FFilter: TCheckBox
Left = 97
Top = 18
Width = 29
Height = 17
Caption = 'F'
TabOrder = 0
end
object DFilter: TCheckBox
Left = 37
Top = 18
Width = 29
Height = 17
Caption = 'D'
TabOrder = 1
end
object LFilter: TCheckBox
Left = 67
Top = 18
Width = 29
Height = 17
Caption = 'L'
TabOrder = 2
end
object BFilter: TCheckBox
Left = 8
Top = 18
Width = 29
Height = 17
Caption = 'B'
TabOrder = 3
end
object SliceAllowed: TCheckBox
Left = 8
Top = 41
Width = 129
Height = 17
Caption = 'Allow Slice Moves'
TabOrder = 4
OnClick = SliceAllowedClick
end
object MFilter: TCheckBox
Left = 127
Top = 18
Width = 33
Height = 17
Caption = 'M'
Enabled = False
TabOrder = 5
end
object EFilter: TCheckBox
Left = 157
Top = 18
Width = 28
Height = 17
Caption = 'E'
Enabled = False
TabOrder = 6
end
object SFilter: TCheckBox
Left = 187
Top = 18
Width = 28
Height = 17
Caption = 'S'
Enabled = False
TabOrder = 7
end
end
object BClear: TButton
Left = 240
Top = 420
Width = 161
Height = 33
Caption = 'Clear Window'
TabOrder = 4
OnClick = BClearClick
end
object CenTwistExclude: TGroupBox
Left = 13
Top = 447
Width = 212
Height = 53
Caption = 'Center Twists to Ignore'
TabOrder = 5
object UTwist: TCheckBox
Left = 4
Top = 24
Width = 31
Height = 17
Caption = 'U'
TabOrder = 0
end
object DTwist: TCheckBox
Left = 34
Top = 24
Width = 31
Height = 17
Caption = 'D'
TabOrder = 1
end
object RTwist: TCheckBox
Left = 65
Top = 24
Width = 31
Height = 17
Caption = 'R'
TabOrder = 2
end
object LTwist: TCheckBox
Left = 95
Top = 24
Width = 31
Height = 17
Caption = 'L'
TabOrder = 3
end
object FTwist: TCheckBox
Left = 126
Top = 24
Width = 31
Height = 17
Caption = 'F'
TabOrder = 4
end
object BTwist: TCheckBox
Left = 157
Top = 24
Width = 36
Height = 17
Caption = 'B'
TabOrder = 5
end
end
end