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

« back to all changes in this revision

Viewing changes to prefs.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 PrefForm: TPrefForm
2
 
  Left = 771
 
2
  Left = 876
3
3
  Height = 456
4
4
  Top = 139
5
5
  Width = 393
6
6
  ActiveControl = ResliceCheck
7
7
  BorderIcons = [biSystemMenu]
8
 
  BorderStyle = bsDialog
9
8
  Caption = 'Preferences'
10
9
  ClientHeight = 456
11
10
  ClientWidth = 393
16
15
  OnCreate = FormCreate
17
16
  OnShow = FormShow
18
17
  Position = poScreenCenter
19
 
  LCLVersion = '0.9.29'
 
18
  LCLVersion = '0.9.30'
20
19
  object GroupBox1: TGroupBox
21
20
    Left = 8
22
21
    Height = 280
23
22
    Top = 8
24
23
    Width = 368
25
24
    Caption = 'Image Display'
26
 
    ClientHeight = 262
 
25
    ClientHeight = 261
27
26
    ClientWidth = 364
28
27
    TabOrder = 0
29
28
    object Label1: TLabel
30
29
      Left = 120
31
 
      Height = 14
 
30
      Height = 18
32
31
      Top = 71
33
 
      Width = 138
 
32
      Width = 191
34
33
      Caption = 'Maximum Dimension [Voxels]'
35
34
      ParentColor = False
36
35
    end
37
36
    object Label2: TLabel
38
37
      Left = 120
39
 
      Height = 14
 
38
      Height = 18
40
39
      Top = 113
41
 
      Width = 92
 
40
      Width = 119
42
41
      Caption = 'Rendering Threads'
43
42
      ParentColor = False
44
43
    end
45
44
    object Label3: TLabel
46
45
      Left = 120
47
 
      Height = 14
 
46
      Height = 18
48
47
      Top = 145
49
 
      Width = 119
 
48
      Width = 164
50
49
      Caption = 'Decimal places Displayed'
51
50
      ParentColor = False
52
51
    end
53
52
    object ResliceCheck: TCheckBox
54
53
      Left = 15
55
 
      Height = 17
 
54
      Height = 22
56
55
      Top = 9
57
 
      Width = 163
 
56
      Width = 214
58
57
      Caption = 'Reorient images when loading'
59
58
      OnClick = ResliceCheckClick
60
59
      TabOrder = 0
61
60
    end
62
61
    object MaxDimEdit: TSpinEdit
63
62
      Left = 14
64
 
      Height = 21
 
63
      Height = 27
65
64
      Top = 64
66
65
      Width = 100
67
66
      MaxValue = 4096
71
70
    end
72
71
    object ThreadEdit: TSpinEdit
73
72
      Left = 14
74
 
      Height = 21
 
73
      Height = 27
75
74
      Top = 101
76
75
      Width = 100
77
76
      MaxValue = 4096
81
80
    end
82
81
    object SigDigEdit: TSpinEdit
83
82
      Left = 14
84
 
      Height = 21
 
83
      Height = 27
85
84
      Top = 138
86
85
      Width = 100
87
86
      MaxValue = 32
89
88
    end
90
89
    object OrthoCheck: TCheckBox
91
90
      Left = 43
92
 
      Height = 17
 
91
      Height = 22
93
92
      Top = 37
94
 
      Width = 190
 
93
      Width = 247
95
94
      Caption = 'Rotate to nearest orthogonal angle'
96
95
      TabOrder = 4
97
96
      Visible = False
98
97
    end
99
98
    object SingleRowCheck: TCheckBox
100
99
      Left = 15
101
 
      Height = 17
 
100
      Height = 22
102
101
      Top = 208
103
 
      Width = 134
 
102
      Width = 177
104
103
      Caption = 'All slices on a single row'
105
104
      TabOrder = 5
106
105
    end
111
110
    Top = 296
112
111
    Width = 368
113
112
    Caption = 'Drawing'
114
 
    ClientHeight = 62
 
113
    ClientHeight = 61
115
114
    ClientWidth = 364
116
115
    TabOrder = 1
117
116
    object DrawCheck: TCheckBox
118
117
      Left = 15
119
 
      Height = 17
 
118
      Height = 22
120
119
      Top = 9
121
 
      Width = 168
 
120
      Width = 222
122
121
      Caption = 'Show drawing menus and tools'
123
122
      TabOrder = 0
124
123
    end
125
124
    object ThinPenCheck: TCheckBox
126
125
      Left = 15
127
 
      Height = 17
 
126
      Height = 22
128
127
      Top = 32
129
 
      Width = 61
 
128
      Width = 78
130
129
      Caption = 'Thin Pen'
131
130
      TabOrder = 1
132
131
    end