File: graphicstestunit.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 (17 lines) | stat: -rw-r--r-- 277 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
object Form1: TForm1
  Left = 318
  Height = 424
  Top = 130
  Width = 756
  Caption = 'Form1'
  ClientHeight = 424
  ClientWidth = 756
  OnCreate = FormCreate
  LCLVersion = '1.6.0.4'
  object Image1: TImage
    Left = 3
    Height = 420
    Top = 4
    Width = 752
  end
end