~ubuntu-branches/ubuntu/saucy/mricron/saucy

« back to all changes in this revision

Viewing changes to cutout.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 CutoutForm: TCutoutForm
2
 
  Left = 384
 
2
  Left = 436
3
3
  Height = 334
4
 
  Top = 175
 
4
  Top = 295
5
5
  Width = 334
6
6
  HorzScrollBar.Page = 335
7
7
  VertScrollBar.Page = 316
8
8
  ActiveControl = RenderCutoutCheck
9
9
  BorderIcons = [biSystemMenu, biMinimize]
10
 
  BorderStyle = bsSingle
11
10
  Caption = 'Cutouts'
12
11
  ClientHeight = 334
13
12
  ClientWidth = 334
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 RenderCutoutCheck: TCheckBox
23
22
    Left = 16
24
 
    Height = 17
 
23
    Height = 22
25
24
    Top = 8
26
 
    Width = 80
 
25
    Width = 103
27
26
    Caption = 'Show cutout'
28
27
    OnClick = RenderCutoutCheckClick
29
28
    TabOrder = 0
33
32
    Height = 224
34
33
    Top = 32
35
34
    Width = 304
36
 
    ClientHeight = 206
 
35
    ClientHeight = 220
37
36
    ClientWidth = 300
38
37
    TabOrder = 5
39
38
    object Label1: TLabel
40
39
      Left = 14
41
 
      Height = 14
 
40
      Height = 18
42
41
      Top = 8
43
 
      Width = 58
 
42
      Width = 74
44
43
      Caption = 'X [low=left]'
45
44
      ParentColor = False
46
45
    end
47
46
    object Label2: TLabel
48
47
      Left = 14
49
 
      Height = 14
 
48
      Height = 18
50
49
      Top = 48
51
 
      Width = 85
 
50
      Width = 110
52
51
      Caption = 'Y [low=posterior]'
53
52
      ParentColor = False
54
53
    end
55
54
    object Label3: TLabel
56
55
      Left = 14
57
 
      Height = 14
 
56
      Height = 18
58
57
      Top = 88
59
 
      Width = 76
 
58
      Width = 100
60
59
      Caption = 'Z [low=ventral]'
61
60
      ParentColor = False
62
61
    end
63
62
    object Label4: TLabel
64
63
      Left = 14
65
 
      Height = 14
 
64
      Height = 18
66
65
      Top = 135
67
 
      Width = 55
 
66
      Width = 71
68
67
      Caption = 'Cutout Tint'
69
68
      ParentColor = False
70
69
    end
71
70
    object Label5: TLabel
72
71
      Left = 14
73
 
      Height = 14
 
72
      Height = 18
74
73
      Top = 175
75
 
      Width = 62
 
74
      Width = 81
76
75
      Caption = 'Cutout Color'
77
76
      ParentColor = False
78
77
    end
79
78
    object XLo: TSpinEdit
80
79
      Left = 118
81
 
      Height = 21
 
80
      Height = 27
82
81
      Top = 0
83
82
      Width = 82
84
83
      MaxValue = 1000
87
86
    end
88
87
    object XHi: TSpinEdit
89
88
      Left = 206
90
 
      Height = 21
 
89
      Height = 27
91
90
      Top = 0
92
91
      Width = 82
93
92
      MaxValue = 1000
96
95
    end
97
96
    object YLo: TSpinEdit
98
97
      Left = 118
99
 
      Height = 21
 
98
      Height = 27
100
99
      Top = 40
101
100
      Width = 82
102
101
      MaxValue = 1000
105
104
    end
106
105
    object YHi: TSpinEdit
107
106
      Left = 206
108
 
      Height = 21
 
107
      Height = 27
109
108
      Top = 40
110
109
      Width = 82
111
110
      MaxValue = 1000
114
113
    end
115
114
    object ZLo: TSpinEdit
116
115
      Left = 118
117
 
      Height = 21
 
116
      Height = 27
118
117
      Top = 88
119
118
      Width = 82
120
119
      MaxValue = 1000
123
122
    end
124
123
    object ZHi: TSpinEdit
125
124
      Left = 206
126
 
      Height = 21
 
125
      Height = 27
127
126
      Top = 88
128
127
      Width = 82
129
128
      MaxValue = 1000
132
131
    end
133
132
    object CutoutBiasDrop: TComboBox
134
133
      Left = 118
135
 
      Height = 19
 
134
      Height = 29
136
135
      Top = 128
137
136
      Width = 170
138
137
      ItemHeight = 13
153
152
    end
154
153
    object CutoutLUTDrop: TComboBox
155
154
      Left = 118
156
 
      Height = 19
 
155
      Height = 29
157
156
      Top = 168
158
157
      Width = 170
159
158
      ItemHeight = 13
199
198
    OnClick = PreviewBtn1Click
200
199
    TabOrder = 1
201
200
  end
202
 
end
 
201
end
 
 
b'\\ No newline at end of file'