source: tags/1.3.6/Back.lfm

Last change on this file was 622, checked in by chronos, 2 months ago
  • Modified: Show windows by default on primary screen if multiple monitors present.
File size: 480 bytes
Line 
1object Background: TBackground
2 Left = 581
3 Height = 172
4 Top = 638
5 Width = 202
6 BorderIcons = []
7 BorderStyle = bsNone
8 Caption = 'C-evo'
9 Color = clBlack
10 DesignTimePPI = 144
11 Font.Color = clWindowText
12 Font.Height = -30
13 Font.Name = 'MS Sans Serif'
14 OnCreate = FormCreate
15 OnDestroy = FormDestroy
16 OnPaint = FormPaint
17 OnShow = FormShow
18 ShowInTaskBar = stNever
19 LCLVersion = '2.2.0.4'
20 Scaled = False
21 WindowState = wsFullScreen
22end
Note: See TracBrowser for help on using the repository browser.