-
Notifications
You must be signed in to change notification settings - Fork 33
/
OptOptions.dfm
57 lines (57 loc) · 1.17 KB
/
OptOptions.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
object OptOptionForm: TOptOptionForm
Left = 476
Top = 510
HelpContext = 1005
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Huge Optimal Solver'
ClientHeight = 257
ClientWidth = 405
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 Button1: TButton
Left = 275
Top = 216
Width = 75
Height = 22
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
end
object CheckUseHuge: TCheckBox
Left = 59
Top = 214
Width = 137
Height = 18
Caption = 'Use Huge Optimal Solver'
Enabled = False
TabOrder = 1
OnClick = CheckUseHugeClick
end
object Panel1: TPanel
Left = 14
Top = 9
Width = 377
Height = 182
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 2
object Label1: TLabel
Left = 2
Top = 2
Width = 373
Height = 178
Align = alClient
Alignment = taCenter
end
end
end