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

« back to all changes in this revision

Viewing changes to cutout.lfm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-07-29 22:07:43 UTC
  • Revision ID: james.westby@ubuntu.com-20100729220743-q621ts2zj806gu0n
Tags: upstream-0.20100725.1~dfsg.1
ImportĀ upstreamĀ versionĀ 0.20100725.1~dfsg.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
object CutoutForm: TCutoutForm
 
2
  Left = 384
 
3
  Height = 317
 
4
  Top = 175
 
5
  Width = 336
 
6
  HorzScrollBar.Page = 335
 
7
  VertScrollBar.Page = 316
 
8
  ActiveControl = RenderCutoutCheck
 
9
  BorderIcons = [biSystemMenu, biMinimize]
 
10
  BorderStyle = bsSingle
 
11
  Caption = 'Cutouts'
 
12
  ClientHeight = 317
 
13
  ClientWidth = 336
 
14
  OnClose = FormClose
 
15
  OnShow = FormShow
 
16
  Position = poScreenCenter
 
17
  object RenderCutoutCheck: TCheckBox
 
18
    Left = 16
 
19
    Height = 19
 
20
    Top = 8
 
21
    Width = 86
 
22
    Caption = 'Show cutout'
 
23
    OnClick = RenderCutoutCheckClick
 
24
    TabOrder = 0
 
25
  end
 
26
  object CutoutBox: TGroupBox
 
27
    Left = 16
 
28
    Height = 224
 
29
    Top = 32
 
30
    Width = 304
 
31
    ClientHeight = 206
 
32
    ClientWidth = 300
 
33
    TabOrder = 5
 
34
    object Label1: TLabel
 
35
      Left = 14
 
36
      Height = 14
 
37
      Top = 8
 
38
      Width = 58
 
39
      Caption = 'X [low=left]'
 
40
      ParentColor = False
 
41
    end
 
42
    object Label2: TLabel
 
43
      Left = 14
 
44
      Height = 14
 
45
      Top = 48
 
46
      Width = 85
 
47
      Caption = 'Y [low=posterior]'
 
48
      ParentColor = False
 
49
    end
 
50
    object Label3: TLabel
 
51
      Left = 14
 
52
      Height = 14
 
53
      Top = 88
 
54
      Width = 76
 
55
      Caption = 'Z [low=ventral]'
 
56
      ParentColor = False
 
57
    end
 
58
    object Label4: TLabel
 
59
      Left = 14
 
60
      Height = 14
 
61
      Top = 135
 
62
      Width = 55
 
63
      Caption = 'Cutout Tint'
 
64
      ParentColor = False
 
65
    end
 
66
    object Label5: TLabel
 
67
      Left = 14
 
68
      Height = 14
 
69
      Top = 175
 
70
      Width = 62
 
71
      Caption = 'Cutout Color'
 
72
      ParentColor = False
 
73
    end
 
74
    object XLo: TSpinEdit
 
75
      Left = 118
 
76
      Height = 23
 
77
      Width = 82
 
78
      MaxValue = 1000
 
79
      OnChange = PreviewClick
 
80
      TabOrder = 0
 
81
    end
 
82
    object XHi: TSpinEdit
 
83
      Left = 206
 
84
      Height = 23
 
85
      Width = 82
 
86
      MaxValue = 1000
 
87
      OnChange = PreviewClick
 
88
      TabOrder = 1
 
89
    end
 
90
    object YLo: TSpinEdit
 
91
      Left = 118
 
92
      Height = 23
 
93
      Top = 40
 
94
      Width = 82
 
95
      MaxValue = 1000
 
96
      OnChange = PreviewClick
 
97
      TabOrder = 2
 
98
    end
 
99
    object YHi: TSpinEdit
 
100
      Left = 206
 
101
      Height = 23
 
102
      Top = 40
 
103
      Width = 82
 
104
      MaxValue = 1000
 
105
      OnChange = PreviewClick
 
106
      TabOrder = 3
 
107
    end
 
108
    object ZLo: TSpinEdit
 
109
      Left = 118
 
110
      Height = 23
 
111
      Top = 88
 
112
      Width = 82
 
113
      MaxValue = 1000
 
114
      OnChange = PreviewClick
 
115
      TabOrder = 4
 
116
    end
 
117
    object ZHi: TSpinEdit
 
118
      Left = 206
 
119
      Height = 23
 
120
      Top = 88
 
121
      Width = 82
 
122
      MaxValue = 1000
 
123
      OnChange = PreviewClick
 
124
      TabOrder = 5
 
125
    end
 
126
    object CutoutBiasDrop: TComboBox
 
127
      Left = 118
 
128
      Height = 19
 
129
      Top = 128
 
130
      Width = 170
 
131
      AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
 
132
      ItemHeight = 13
 
133
      Items.Strings = (
 
134
        '0.1 Dark'
 
135
        '0.2'
 
136
        '0.3'
 
137
        '0.4'
 
138
        '0.5'
 
139
        '0.6'
 
140
        '0.7'
 
141
        '0.8'
 
142
        '0.9 Light'
 
143
      )
 
144
      MaxLength = 0
 
145
      OnChange = PreviewClick
 
146
      Style = csOwnerDrawFixed
 
147
      TabOrder = 6
 
148
    end
 
149
    object CutoutLUTDrop: TComboBox
 
150
      Left = 118
 
151
      Height = 19
 
152
      Top = 168
 
153
      Width = 170
 
154
      AutoCompleteText = [cbactEndOfLineComplete, cbactSearchAscending]
 
155
      ItemHeight = 13
 
156
      MaxLength = 0
 
157
      OnChange = PreviewClick
 
158
      Style = csOwnerDrawFixed
 
159
      TabOrder = 7
 
160
    end
 
161
  end
 
162
  object PreviewBtn: TButton
 
163
    Left = 128
 
164
    Height = 25
 
165
    Top = 304
 
166
    Width = 75
 
167
    Caption = 'Preview'
 
168
    OnClick = PreviewClick
 
169
    TabOrder = 2
 
170
    Visible = False
 
171
  end
 
172
  object DefBtn: TButton
 
173
    Left = 128
 
174
    Height = 25
 
175
    Top = 272
 
176
    Width = 75
 
177
    Caption = 'Defaults'
 
178
    OnClick = DefBtnClick
 
179
    TabOrder = 3
 
180
  end
 
181
  object OKBtn: TButton
 
182
    Left = 237
 
183
    Height = 25
 
184
    Top = 272
 
185
    Width = 75
 
186
    Caption = 'OK'
 
187
    OnClick = OKBtnClick
 
188
    TabOrder = 4
 
189
  end
 
190
  object PreviewBtn1: TButton
 
191
    Left = 16
 
192
    Height = 25
 
193
    Top = 272
 
194
    Width = 75
 
195
    Caption = 'Preview'
 
196
    OnClick = PreviewBtn1Click
 
197
    TabOrder = 1
 
198
  end
 
199
end