source: trunk/Back.lfm

Last change on this file was 426, checked in by chronos, 2 years ago
  • Fixed: Show correctly buttons on task bar with localized captions in windowed mode on Windows.
File size: 503 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 OnClose = FormClose
15 OnCreate = FormCreate
16 OnDestroy = FormDestroy
17 OnPaint = FormPaint
18 OnShow = FormShow
19 ShowInTaskBar = stNever
20 LCLVersion = '2.2.0.4'
21 Scaled = False
22 WindowState = wsFullScreen
23end
Note: See TracBrowser for help on using the repository browser.