-
Notifications
You must be signed in to change notification settings - Fork 33
/
CosetExp.dfm
74 lines (74 loc) · 1.54 KB
/
CosetExp.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
object Coset: TCoset
Left = 522
Top = 506
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Coset Explorer'
ClientHeight = 408
ClientWidth = 396
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
DesignSize = (
396
408)
PixelsPerInch = 96
TextHeight = 13
object ButtonStart: TButton
Left = 160
Top = 336
Width = 101
Height = 25
Caption = 'Continue Search'
TabOrder = 0
OnClick = ButtonStartClick
end
object ButtonStop: TButton
Left = 44
Top = 336
Width = 97
Height = 25
Caption = 'Interrupt Search'
Enabled = False
TabOrder = 1
OnClick = ButtonStopClick
end
object Info: TMemo
Left = 0
Top = 0
Width = 396
Height = 329
Anchors = [akLeft, akTop, akRight]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier'
Font.Style = []
ParentFont = False
ScrollBars = ssVertical
TabOrder = 2
end
object ButtonAddCubes: TButton
Left = 44
Top = 368
Width = 217
Height = 25
Caption = 'Add unsolved Cubes to Main Window'
TabOrder = 3
OnClick = ButtonAddCubesClick
end
object ButtonExit: TButton
Left = 284
Top = 368
Width = 75
Height = 25
Caption = 'Exit Search'
TabOrder = 4
end
end