~ubuntu-branches/ubuntu/utopic/mricron/utopic

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
118
119
120
121
122
123
124
125
object voismoothform: Tvoismoothform
  Left = 340
  Height = 222
  Top = 258
  Width = 252
  ActiveControl = XROIfwhm
  BorderIcons = [biSystemMenu]
  Caption = 'Blur VOI'
  ClientHeight = 222
  ClientWidth = 252
  Constraints.MaxHeight = 222
  Constraints.MaxWidth = 252
  Constraints.MinHeight = 222
  Constraints.MinWidth = 252
  OnCreate = FormCreate
  OnShow = FormShow
  Position = poScreenCenter
  LCLVersion = '0.9.30'
  object Label37: TLabel
    Left = 12
    Height = 18
    Top = 46
    Width = 63
    Caption = 'Threshold'
    Font.CharSet = ANSI_CHARSET
    Font.Name = 'MS Sans Serif'
    ParentColor = False
    ParentFont = False
  end
  object CancelBtn: TSpeedButton
    Left = 94
    Height = 25
    Hint = 'Save to small-endian [Intel] format'
    Top = 167
    Width = 66
    Caption = 'Cancel'
    NumGlyphs = 0
    OnClick = BtnClick
    ShowHint = True
    ParentShowHint = False
  end
  object OKBtn: TSpeedButton
    Tag = 1
    Left = 165
    Height = 25
    Hint = 'Save to big-endian [Sun] format'
    Top = 167
    Width = 66
    Caption = 'OK'
    NumGlyphs = 0
    OnClick = BtnClick
    ShowHint = True
    ParentShowHint = False
  end
  object HelpBtn: TSpeedButton
    Tag = 2
    Left = 21
    Height = 25
    Top = 167
    Width = 66
    Caption = 'Help'
    NumGlyphs = 0
    OnClick = HelpBtnClick
    ParentShowHint = False
  end
  object Label38: TLabel
    Left = 12
    Height = 18
    Top = 9
    Width = 154
    Caption = 'Smoothing (FWHM mm)'
    Font.CharSet = ANSI_CHARSET
    Font.Name = 'MS Sans Serif'
    ParentColor = False
    ParentFont = False
  end
  object ScaleSides: TComboBox
    Left = 12
    Height = 31
    Top = 84
    Width = 229
    ItemHeight = 0
    Items.Strings = (
      'Adjust sides in Z-plane only [SPM]'
      'Adjust sides in X,Y and Z planes'
    )
    Style = csDropDownList
    TabOrder = 0
  end
  object xROIoutput: TComboBox
    Left = 12
    Height = 31
    Top = 117
    Width = 229
    ItemHeight = 0
    Items.Strings = (
      'ROI is 1 [reslice ROI]'
      'ROI is 0 [SPM object mask]'
    )
    Style = csDropDownList
    TabOrder = 1
  end
  object XROIthresh: TFloatSpinEdit
    Left = 175
    Height = 27
    Top = 41
    Width = 70
    DecimalPlaces = 4
    Increment = 0.00100000004749
    MaxValue = 1
    MinValue = 0
    TabOrder = 2
    Value = 1
  end
  object XROIfwhm: TSpinEdit
    Left = 175
    Height = 27
    Top = 4
    Width = 70
    MaxValue = 40
    MinValue = 1
    TabOrder = 3
    Value = 1
  end
end