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

« back to all changes in this revision

Viewing changes to perisettings.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:
1
1
object PSForm: TPSForm
2
 
  Left = 1058
 
2
  Left = 379
3
3
  Height = 398
4
 
  Top = 420
 
4
  Top = 288
5
5
  Width = 370
6
6
  HorzScrollBar.Page = 369
7
7
  VertScrollBar.Page = 418
15
15
  Constraints.MinWidth = 370
16
16
  OnShow = FormShow
17
17
  Position = poScreenCenter
18
 
  LCLVersion = '0.9.29'
 
18
  LCLVersion = '0.9.30'
19
19
  object Label1: TLabel
20
20
    Left = 40
21
 
    Height = 14
 
21
    Height = 18
22
22
    Top = 25
23
 
    Width = 71
 
23
    Width = 94
24
24
    Caption = 'Bin width (sec)'
25
25
    ParentColor = False
26
26
  end
27
27
  object Label2: TLabel
28
28
    Left = 40
29
 
    Height = 14
 
29
    Height = 18
30
30
    Top = 62
31
 
    Width = 134
 
31
    Width = 183
32
32
    Caption = 'Number of pre-stimulus bins'
33
33
    ParentColor = False
34
34
  end
35
35
  object Label3: TLabel
36
36
    Left = 40
37
 
    Height = 14
 
37
    Height = 18
38
38
    Top = 101
39
 
    Width = 139
 
39
    Width = 190
40
40
    Caption = 'Number of post-stimulus bins'
41
41
    ParentColor = False
42
42
  end
43
43
  object BinWidthEdit: TFloatSpinEdit
44
44
    Left = 232
45
 
    Height = 21
 
45
    Height = 27
46
46
    Top = 16
47
47
    Width = 130
48
48
    DecimalPlaces = 4
54
54
  end
55
55
  object PreBinEdit: TSpinEdit
56
56
    Left = 232
57
 
    Height = 21
 
57
    Height = 27
58
58
    Top = 53
59
59
    Width = 130
60
60
    MinValue = 1
63
63
  end
64
64
  object PostBinEdit: TSpinEdit
65
65
    Left = 232
66
 
    Height = 21
 
66
    Height = 27
67
67
    Top = 92
68
68
    Width = 130
69
69
    MinValue = 1
72
72
  end
73
73
  object SliceTImeCheck: TCheckBox
74
74
    Left = 40
75
 
    Height = 17
 
75
    Height = 22
76
76
    Top = 132
77
 
    Width = 139
 
77
    Width = 186
78
78
    Caption = 'Data slice-time corrected'
79
79
    TabOrder = 3
80
80
  end
81
81
  object SavePSVolCheck: TCheckBox
82
82
    Left = 40
83
 
    Height = 17
 
83
    Height = 22
84
84
    Top = 164
85
 
    Width = 145
 
85
    Width = 196
86
86
    Caption = 'Save peristimulus volumes'
87
87
    TabOrder = 4
88
88
  end
98
98
  end
99
99
  object PctSignalCheck: TCheckBox
100
100
    Left = 40
101
 
    Height = 17
 
101
    Height = 22
102
102
    Top = 200
103
 
    Width = 62
 
103
    Width = 79
104
104
    Caption = '% Signal'
105
105
    Checked = True
106
106
    State = cbChecked
108
108
  end
109
109
  object ModelCheck: TCheckBox
110
110
    Left = 80
111
 
    Height = 17
 
111
    Height = 22
112
112
    Top = 320
113
 
    Width = 192
 
113
    Width = 250
114
114
    Caption = 'Report modeled, not observed data'
115
115
    TabOrder = 7
116
116
    Visible = False
117
117
  end
118
118
  object RegressCheck: TCheckBox
119
119
    Left = 40
120
 
    Height = 17
 
120
    Height = 22
121
121
    Top = 240
122
 
    Width = 116
 
122
    Width = 149
123
123
    Caption = 'Remove Regressors'
124
124
    Checked = True
125
125
    OnClick = RegressCheckClick
128
128
  end
129
129
  object TDCheck: TCheckBox
130
130
    Left = 80
131
 
    Height = 17
 
131
    Height = 22
132
132
    Top = 280
133
 
    Width = 181
 
133
    Width = 236
134
134
    Caption = 'Also Remove Temporal Derivative'
135
135
    Checked = True
136
136
    State = cbChecked
137
137
    TabOrder = 9
138
138
    Visible = False
139
139
  end
140
 
end
 
140
end
 
 
b'\\ No newline at end of file'