-
Notifications
You must be signed in to change notification settings - Fork 25
/
ROIfilt.lfm
executable file
·117 lines (117 loc) · 2.82 KB
/
ROIfilt.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
object FilterROIform: TFilterROIform
Left = 569
Height = 148
Top = 107
Width = 297
HorzScrollBar.Page = 209
VertScrollBar.Page = 196
ActiveControl = MinROIfilt
AutoSize = True
BorderIcons = [biSystemMenu]
BorderStyle = bsToolWindow
BorderWidth = 4
Caption = 'Intensity filter'
ClientHeight = 148
ClientWidth = 297
OnClose = FormClose
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '2.1.0.0'
object Label42: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = MinROIfilt
AnchorSideTop.Side = asrCenter
Left = 8
Height = 16
Top = 10
Width = 90
BorderSpacing.Left = 4
Caption = 'Min. Threshold'
ParentColor = False
end
object FilterROIBtn: TSpeedButton
AnchorSideLeft.Control = Label42
AnchorSideTop.Control = Filter2NIfTIBtn
AnchorSideTop.Side = asrBottom
Left = 8
Height = 25
Top = 87
Width = 280
BorderSpacing.Top = 4
Constraints.MinWidth = 280
Caption = 'Filter VOI with highlighted'
OnClick = FilterROIBtnClick
ShowHint = True
ParentShowHint = False
end
object Label43: TLabel
AnchorSideLeft.Control = Label42
AnchorSideTop.Control = MaxROIfilt
AnchorSideTop.Side = asrCenter
Left = 8
Height = 16
Top = 35
Width = 93
Caption = 'Max. Threshold'
Font.CharSet = 13
ParentColor = False
ParentFont = False
end
object Filter2NIfTIBtn: TSpeedButton
Tag = 128
AnchorSideLeft.Control = Label42
AnchorSideTop.Control = MaxROIfilt
AnchorSideTop.Side = asrBottom
Left = 8
Height = 25
Top = 58
Width = 280
BorderSpacing.Top = 4
Constraints.MinWidth = 280
Caption = 'Save highlighted as NIfTI or VOI'
OnClick = Filter2NIfTIBtnClick
ShowHint = True
ParentShowHint = False
end
object FiltROILabel: TLabel
AnchorSideLeft.Control = Label42
AnchorSideTop.Control = FilterROIBtn
AnchorSideTop.Side = asrBottom
Left = 8
Height = 16
Top = 116
Width = 25
BorderSpacing.Top = 4
Caption = ' '
ParentColor = False
end
object MinROIfilt: TSpinEdit
AnchorSideLeft.Control = Label42
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Owner
Left = 104
Height = 21
Top = 8
Width = 64
BorderSpacing.Left = 6
BorderSpacing.Top = 4
MaxValue = 254
OnChange = MinROIfiltChange
TabOrder = 0
Value = 100
end
object MaxROIfilt: TSpinEdit
AnchorSideLeft.Control = MinROIfilt
AnchorSideTop.Control = MinROIfilt
AnchorSideTop.Side = asrBottom
Left = 104
Height = 21
Top = 33
Width = 64
BorderSpacing.Top = 4
MaxValue = 255
OnChange = MinROIfiltChange
TabOrder = 1
Value = 255
end
end