File: consolef.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 (36 lines) | stat: -rw-r--r-- 668 bytes parent folder | download | duplicates (5)
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
object Console: TConsole
  Left = 290
  Height = 467
  Top = 208
  Width = 688
  ActiveControl = Memo1
  Caption = 'Console'
  ClientHeight = 467
  ClientWidth = 688
  OnClose = FormClose
  Position = poDefault
  LCLVersion = '0.9.31'
  object Button1: TButton
    Left = 624
    Height = 37
    Top = 418
    Width = 57
    Anchors = [akRight, akBottom]
    AutoSize = True
    Caption = 'Close'
    OnClick = Button1Click
    TabOrder = 0
  end
  object Memo1: TMemo
    Left = 8
    Height = 410
    Top = 8
    Width = 673
    Anchors = [akTop, akLeft, akRight, akBottom]
    Lines.Strings = (
      ''
    )
    ScrollBars = ssVertical
    TabOrder = 1
  end
end