File: fpv3d_mainform.lfm

package info (click to toggle)
lazarus 2.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 214,460 kB
  • sloc: pascal: 1,862,622; xml: 265,709; cpp: 56,595; sh: 3,008; java: 609; makefile: 535; perl: 297; sql: 222; ansic: 137
file content (128 lines) | stat: -rw-r--r-- 2,623 bytes parent folder | download | duplicates (10)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
object formFPV3D: TformFPV3D
  Left = 336
  Height = 470
  Top = 171
  Width = 542
  Caption = 'formFPV3D'
  ClientHeight = 470
  ClientWidth = 542
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  LCLVersion = '0.9.31'
  object editFileName: TFileNameEdit
    Left = 12
    Height = 21
    Top = 8
    Width = 496
    DialogOptions = []
    FilterIndex = 0
    HideDirectories = False
    ButtonWidth = 23
    NumGlyphs = 0
    MaxLength = 0
    TabOrder = 0
  end
  object buttonLoad: TButton
    Left = 12
    Height = 25
    Top = 40
    Width = 75
    Caption = 'Load file'
    OnClick = buttonLoadClick
    TabOrder = 1
  end
  object glControl: TOpenGLControl
    AnchorSideLeft.Control = Owner
    AnchorSideRight.Control = Owner
    AnchorSideRight.Side = asrBottom
    AnchorSideBottom.Control = Owner
    AnchorSideBottom.Side = asrBottom
    Left = 5
    Height = 337
    Top = 128
    Width = 532
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Left = 5
    BorderSpacing.Right = 5
    BorderSpacing.Bottom = 5
    OnPaint = glControlPaint
  end
  object Button1: TButton
    Left = 96
    Height = 25
    Top = 40
    Width = 75
    Caption = 'Refresh'
    OnClick = Button1Click
    TabOrder = 3
  end
  object buttonZoomIn: TButton
    Left = 178
    Height = 25
    Top = 38
    Width = 75
    Caption = 'Zoom In'
    OnClick = buttonZoomInClick
    TabOrder = 4
  end
  object buttonZoomOut: TButton
    Left = 261
    Height = 25
    Top = 38
    Width = 75
    Caption = 'Zoom Out'
    OnClick = buttonZoomOutClick
    TabOrder = 5
  end
  object buttonRotZ: TButton
    Left = 345
    Height = 25
    Top = 38
    Width = 103
    Caption = 'Rot Around Z'
    OnClick = buttonRotZClick
    TabOrder = 6
  end
  object buttonCutFile: TButton
    Left = 12
    Height = 25
    Top = 72
    Width = 159
    Caption = 'Cut File to make it smaller'
    OnClick = buttonCutFileClick
    TabOrder = 7
  end
  object btnConvert3DPointArrayToHeightMap: TButton
    Left = 178
    Height = 25
    Top = 72
    Width = 270
    Caption = 'Convert 3D point array to height map'
    OnClick = btnConvert3DPointArrayToHeightMapClick
    TabOrder = 8
  end
  object progressBar: TProgressBar
    Left = 112
    Height = 20
    Top = 104
    Width = 220
    TabOrder = 9
  end
  object labelStatus: TLabel
    Left = 12
    Height = 14
    Top = 104
    Width = 81
    Caption = 'Please load a file'
    ParentColor = False
  end
  object btnRotY: TButton
    Left = 456
    Height = 25
    Top = 38
    Width = 81
    Caption = 'Rot Around Y'
    OnClick = btnRotYClick
    TabOrder = 10
  end
end