File: mainf.lfm

package info (click to toggle)
castle-game-engine 6.4%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 194,520 kB
  • sloc: pascal: 364,585; ansic: 8,606; java: 2,851; objc: 2,601; cpp: 1,412; xml: 851; makefile: 725; sh: 563; php: 26
file content (141 lines) | stat: -rw-r--r-- 3,618 bytes parent folder | download | duplicates (2)
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
129
130
131
132
133
134
135
136
137
138
139
140
141
object Form1: TForm1
  Left = 227
  Height = 624
  Top = 198
  Width = 1043
  ActiveControl = Browser
  Caption = 'Form1'
  ClientHeight = 624
  ClientWidth = 1043
  DesignTimePPI = 140
  OnCreate = FormCreate
  Position = poDesktopCenter
  LCLVersion = '1.9.0.0'
  object Browser: TCastleControl
    Left = 0
    Height = 624
    Top = 0
    Width = 1043
    Align = alClient
    TabOrder = 0
    OnResize = BrowserResize
  end
  object SampleButton: TCastleButton
    Bottom = 10
    Width = 100
    Height = 100
    AutoSize = False
    OnClick = SampleButtonClick
    Caption = 'Sample clickable button on GL area.'
    ImageLayout = ilTop
    TUIControlPos_RealLeft = 10
    TUIControlPos_Design_Left = 152
    TUIControlPos_Design_Top = 16
  end
  object SampleImage: TCastleImageControl
    Bottom = 150
    TUIControlPos_RealLeft = 20
    TUIControlPos_Design_Left = 152
    TUIControlPos_Design_Top = 96
  end
  object SampleImageAlpha: TCastleImageControl
    Bottom = 150
    TUIControlPos_RealLeft = 200
    TUIControlPos_Design_Left = 152
    TUIControlPos_Design_Top = 184
  end
  object ButtonImageFixSize1: TCastleButton
    Bottom = 320
    Tooltip = 'Sample tooltip over a button'
    Width = 240
    Height = 100
    AutoSize = False
    Caption = 'Image top'
    ImageLayout = ilTop
    TUIControlPos_Design_Left = 411
    TUIControlPos_Design_Top = 58
  end
  object ButtonImageFixSize2: TCastleButton
    Bottom = 320
    Tooltip = 'Sample tooltip over a button'
    Width = 240
    Height = 100
    AutoSize = False
    Caption = 'Image bottom'
    ImageLayout = ilBottom
    TUIControlPos_RealLeft = 250
    TUIControlPos_Design_Left = 411
    TUIControlPos_Design_Top = 128
  end
  object ButtonImageFixSize3: TCastleButton
    Bottom = 320
    Tooltip = 'Sample tooltip over a button'
    Width = 240
    Height = 100
    AutoSize = False
    Caption = 'Image left'
    TUIControlPos_RealLeft = 500
    TUIControlPos_Design_Left = 411
    TUIControlPos_Design_Top = 200
  end
  object ButtonImageFixSize4: TCastleButton
    Bottom = 320
    Tooltip = 'Sample tooltip over a button'
    Width = 240
    Height = 100
    AutoSize = False
    Caption = 'Image right'
    ImageLayout = ilRight
    TUIControlPos_RealLeft = 750
    TUIControlPos_Design_Left = 411
    TUIControlPos_Design_Top = 272
  end
  object ButtonImage1: TCastleButton
    Bottom = 420
    Tooltip = 'Sample tooltip over a button'
    Width = 122
    Height = 36
    Caption = 'Image top'
    ImageLayout = ilTop
    TUIControlPos_Design_Left = 696
    TUIControlPos_Design_Top = 58
  end
  object ButtonImage2: TCastleButton
    Bottom = 420
    Tooltip = 'Sample tooltip over a button'
    Width = 162
    Height = 36
    Caption = 'Image bottom'
    ImageLayout = ilBottom
    TUIControlPos_RealLeft = 250
    TUIControlPos_Design_Left = 696
    TUIControlPos_Design_Top = 128
  end
  object ButtonImage3: TCastleButton
    Bottom = 420
    Tooltip = 'Sample tooltip over a button'
    Width = 122
    Height = 36
    Caption = 'Image left'
    TUIControlPos_RealLeft = 500
    TUIControlPos_Design_Left = 696
    TUIControlPos_Design_Top = 200
  end
  object ButtonImage4: TCastleButton
    Bottom = 420
    Tooltip = 'Sample tooltip over a button'
    Width = 137
    Height = 36
    Caption = 'Image right'
    ImageLayout = ilRight
    TUIControlPos_RealLeft = 750
    TUIControlPos_Design_Left = 696
    TUIControlPos_Design_Top = 272
  end
  object OnScreenMenu1: TCastleOnScreenMenu
    Bottom = 140
    TUIControlPos_RealLeft = 400
    TUIControlPos_Design_Left = 152
    TUIControlPos_Design_Top = 280
  end
end