~ubuntu-branches/ubuntu/trusty/mricron/trusty

« back to all changes in this revision

Viewing changes to ROIfilt.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-04-14 15:51:33 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110414155133-sd2umdatjqjlkhzt
Tags: 0.20110413.1~dfsg.1-1
* New upstream version. FSL BET related patches are no obsolete
  and have been removed. Mricron now performs autodetection of FSL.
  Additionally it supports a system-wide configuration file at
  /etc/mricron/mricron.ini
* Patch for older lazarus versions no longer applies to the lazarus
  version in unstable. Moved this patch into backport patch series files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  VertScrollBar.Page = 196
8
8
  ActiveControl = MinROIfilt
9
9
  BorderIcons = [biSystemMenu]
10
 
  BorderStyle = bsToolWindow
11
10
  Caption = 'Intensity filter'
12
11
  ClientHeight = 190
13
12
  ClientWidth = 240
18
17
  OnClose = FormClose
19
18
  OnShow = FormShow
20
19
  Position = poScreenCenter
21
 
  LCLVersion = '0.9.29'
 
20
  LCLVersion = '0.9.30'
22
21
  object Label42: TLabel
23
22
    Left = 4
24
 
    Height = 17
 
23
    Height = 18
25
24
    Top = 14
26
 
    Width = 89
 
25
    Width = 93
27
26
    Caption = 'Min. Threshold'
28
27
    ParentColor = False
29
28
  end
33
32
    Top = 143
34
33
    Width = 221
35
34
    Caption = 'Filter VOI with highlighted'
36
 
    Color = clBtnFace
37
35
    NumGlyphs = 0
38
36
    OnClick = FilterROIBtnClick
39
37
    ShowHint = True
41
39
  end
42
40
  object Label43: TLabel
43
41
    Left = 4
44
 
    Height = 14
 
42
    Height = 18
45
43
    Top = 49
46
 
    Width = 75
 
44
    Width = 97
47
45
    Caption = 'Max. Threshold'
48
46
    Font.CharSet = 13
49
47
    ParentColor = False
56
54
    Top = 107
57
55
    Width = 221
58
56
    Caption = 'Save highlighted as NIfTI or VOI'
59
 
    Color = clBtnFace
60
57
    NumGlyphs = 0
61
58
    OnClick = Filter2NIfTIBtnClick
62
59
    ShowHint = True
64
61
  end
65
62
  object FiltROILabel: TLabel
66
63
    Left = 8
67
 
    Height = 17
 
64
    Height = 18
68
65
    Top = 81
69
 
    Width = 22
 
66
    Width = 29
70
67
    Caption = '       '
71
68
    ParentColor = False
72
69
  end
73
70
  object MinROIfilt: TSpinEdit
74
71
    Left = 120
75
 
    Height = 24
 
72
    Height = 27
76
73
    Top = 7
77
74
    Width = 52
78
75
    MaxValue = 254
82
79
  end
83
80
  object MaxROIfilt: TSpinEdit
84
81
    Left = 120
85
 
    Height = 24
 
82
    Height = 27
86
83
    Top = 42
87
84
    Width = 52
88
85
    MaxValue = 255
90
87
    TabOrder = 1
91
88
    Value = 255
92
89
  end
93
 
end
 
90
end
 
 
b'\\ No newline at end of file'