File: mni.lfm

package info (click to toggle)
mricron 0.20140804.1~dfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 13,480 kB
  • ctags: 8,011
  • sloc: pascal: 114,853; sh: 49; makefile: 32
file content (51 lines) | stat: -rwxr-xr-x 1,042 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
object MNIForm: TMNIForm
  Left = 444
  Height = 32
  Top = 300
  Width = 264
  HorzScrollBar.Page = 263
  VertScrollBar.Page = 53
  ActiveControl = XEdit
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'MNI position'
  ClientHeight = 32
  ClientWidth = 264
  Constraints.MaxHeight = 32
  Constraints.MaxWidth = 264
  Constraints.MinHeight = 32
  Constraints.MinWidth = 264
  OnCreate = FormCreate
  Position = poScreenCenter
  LCLVersion = '0.9.29'
  object XEdit: TSpinEdit
    Left = 16
    Height = 21
    Top = 4
    Width = 66
    MaxValue = 200
    MinValue = -200
    OnChange = XEditChange
    TabOrder = 0
  end
  object YEdit: TSpinEdit
    Left = 96
    Height = 21
    Top = 4
    Width = 66
    MaxValue = 200
    MinValue = -200
    OnChange = XEditChange
    TabOrder = 1
  end
  object ZEdit: TSpinEdit
    Left = 176
    Height = 21
    Top = 4
    Width = 66
    MaxValue = 200
    MinValue = -200
    OnChange = XEditChange
    TabOrder = 2
  end
end