~ubuntu-branches/ubuntu/natty/mricron/natty

« back to all changes in this revision

Viewing changes to dcm2nii/nifti_form.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-11-08 07:55:47 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101108075547-g99ufaelkf17kiss
Tags: 0.20101102.1~dfsg.1-1
* New upstream code.
* Changed get-orig-src to get-orig-source target in debian/rules for policy
  compliance.
* Added patch for compatibility with Lazarus version in Debian.
* Added patch for Ubuntu lucid backports that can be automatically applied
  by backport-dsc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
  Caption = 'Convert NIfTI File'
10
10
  ClientHeight = 266
11
11
  ClientWidth = 338
 
12
  Constraints.MaxHeight = 266
 
13
  Constraints.MaxWidth = 338
 
14
  Constraints.MinHeight = 266
 
15
  Constraints.MinWidth = 338
12
16
  OnCreate = FormCreate
13
 
  LCLVersion = '0.9.25'
 
17
  LCLVersion = '0.9.29'
14
18
  object Label1: TLabel
15
19
    Left = 8
16
20
    Height = 14
55
59
    Height = 21
56
60
    Top = 163
57
61
    Width = 209
58
 
    AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
59
62
    ItemHeight = 13
60
63
    Items.Strings = (
61
64
      'SPM2 (3D Anlyze hdr/img)'
63
66
      '4D NIfTI hdr/img'
64
67
      'FSL (4D NIfTI nii)'
65
68
      'Compressed FSL (4D NIfTI nii)'
 
69
      'MRIcron drawing (voi)'
66
70
    )
67
 
    MaxLength = 0
68
71
    Style = csDropDownList
69
72
    TabOrder = 2
70
73
  end
79
82
    TabOrder = 3
80
83
    object Label2: TLabel
81
84
      Left = 8
82
 
      Height = 13
 
85
      Height = 14
83
86
      Top = 15
84
 
      Width = 162
 
87
      Width = 143
85
88
      Caption = 'Volumes to remove from start'
86
89
      ParentColor = False
87
90
    end
88
91
    object Label3: TLabel
89
92
      Left = 7
90
 
      Height = 13
 
93
      Height = 14
91
94
      Top = 55
92
 
      Width = 162
 
95
      Width = 143
93
96
      Caption = 'Volumes to remove from start'
94
97
      ParentColor = False
95
98
    end
96
99
    object StartEdit: TSpinEdit
97
100
      Left = 196
98
 
      Height = 25
 
101
      Height = 21
99
102
      Top = 6
100
103
      Width = 74
101
104
      TabOrder = 0
102
105
    end
103
106
    object EndEdit: TSpinEdit
104
107
      Left = 196
105
 
      Height = 25
 
108
      Height = 21
106
109
      Top = 46
107
110
      Width = 74
108
111
      TabOrder = 1
113
116
    Height = 21
114
117
    Top = 11
115
118
    Width = 188
116
 
    AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
117
119
    ItemHeight = 13
118
120
    Items.Strings = (
119
121
      'Change format'
123
125
      'Apply formula'
124
126
      'ASL conversion'
125
127
    )
126
 
    MaxLength = 0
127
128
    OnChange = Combo4DChange
128
129
    Style = csDropDownList
129
130
    TabOrder = 4
133
134
    Height = 21
134
135
    Top = 11
135
136
    Width = 188
136
 
    AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
137
137
    ItemHeight = 13
138
138
    Items.Strings = (
139
139
      'Change format'
140
140
      'Reorient to orthogonal'
141
141
      'Reorient and crop'
142
142
    )
143
 
    MaxLength = 0
144
143
    Style = csDropDownList
145
144
    TabOrder = 5
146
145
  end
158
157
      Height = 21
159
158
      Top = 11
160
159
      Width = 246
161
 
      AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
162
160
      ItemHeight = 13
163
161
      Items.Strings = (
164
162
        'Subtract pairs - first image tagged'
166
164
        'Subtract Custom'
167
165
        'Add (odd+even) BOLD'
168
166
      )
169
 
      MaxLength = 0
170
167
      Style = csDropDownList
171
168
      TabOrder = 0
172
169
    end
200
197
    end
201
198
    object ScaleEdit: TFloatSpinEdit
202
199
      Left = 127
203
 
      Height = 23
 
200
      Height = 21
204
201
      Top = 11
205
202
      Width = 130
206
203
      DecimalPlaces = 8
207
204
      Increment = 1
208
205
      MaxValue = 100
 
206
      MinValue = 0
209
207
      TabOrder = 0
210
208
      Value = 1.2E-6
211
209
    end
212
210
    object PowerEdit: TFloatSpinEdit
213
211
      Left = 127
214
 
      Height = 23
 
212
      Height = 21
215
213
      Top = 56
216
214
      Width = 130
217
215
      DecimalPlaces = 8
218
216
      Increment = 1
219
217
      MaxValue = 100
 
218
      MinValue = 0
220
219
      TabOrder = 1
221
220
      Value = 1.2E-6
222
221
    end