-
Notifications
You must be signed in to change notification settings - Fork 25
/
bet.lfm
executable file
·69 lines (69 loc) · 1.31 KB
/
bet.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
object BETForm: TBETForm
Left = 542
Height = 313
Top = 329
Width = 545
ActiveControl = Panel1
Caption = 'Brain extraction'
ClientHeight = 313
ClientWidth = 545
Constraints.MaxHeight = 313
Constraints.MaxWidth = 545
Constraints.MinHeight = 313
Constraints.MinWidth = 545
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object Memo1: TMemo
Left = 0
Height = 281
Top = 32
Width = 545
Align = alClient
TabOrder = 0
end
object Panel1: TPanel
Left = 0
Height = 32
Top = 0
Width = 545
Align = alTop
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 545
TabOrder = 1
object GoBtn: TSpeedButton
Left = 8
Height = 25
Top = 2
Width = 88
Caption = 'Go'
OnClick = GoBtnClick
end
object AboutBtn: TSpeedButton
Left = 100
Height = 25
Top = 2
Width = 88
Caption = 'About'
OnClick = SpeedButton2Click
end
object CropBtn: TSpeedButton
Left = 192
Height = 25
Top = 2
Width = 88
Caption = 'Crop Edges'
OnClick = CropBtnClick
end
object SmoothnessEdit: TFloatSpinEdit
Left = 308
Height = 16
Top = 5
Width = 93
MaxValue = 1
MinValue = 0
TabOrder = 0
Value = 0.5
end
end
end