File: openglinformation.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 (39 lines) | stat: -rw-r--r-- 816 bytes parent folder | download | duplicates (7)
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
object OpenGLInformation: TOpenGLInformation
  Left = 376
  Height = 519
  Top = 151
  Width = 677
  ActiveControl = MemoInfo
  Caption = 'OpenGL Information'
  ClientHeight = 519
  ClientWidth = 677
  Position = poDefault
  LCLVersion = '0.9.31'
  object ButtonClose: TButton
    Left = 607
    Height = 45
    Top = 463
    Width = 65
    Anchors = [akRight, akBottom]
    AutoSize = True
    BorderSpacing.InnerBorder = 4
    Caption = 'Close'
    ModalResult = 1
    TabOrder = 0
  end
  object MemoInfo: TMemo
    AnchorSideBottom.Control = ButtonClose
    Left = 0
    Height = 453
    Top = 0
    Width = 677
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderSpacing.Bottom = 10
    Lines.Strings = (
      'Memo1'
    )
    ReadOnly = True
    ScrollBars = ssAutoVertical
    TabOrder = 1
  end
end