File: Back.lfm

package info (click to toggle)
c-evo-dh 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (23 lines) | stat: -rw-r--r-- 480 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
object Background: TBackground
  Left = 581
  Height = 172
  Top = 638
  Width = 202
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'C-evo'
  Color = clBlack
  DesignTimePPI = 144
  Font.Color = clWindowText
  Font.Height = -30
  Font.Name = 'MS Sans Serif'
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnPaint = FormPaint
  OnShow = FormShow
  ShowInTaskBar = stNever
  LCLVersion = '2.2.0.4'
  Scaled = False
  WindowState = wsFullScreen
end