source: tags/1.2.0/Back.lfm

Last change on this file was 232, checked in by chronos, 4 years ago
  • Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons with fixed size.
File size: 474 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 Font.Color = clWindowText
11 Font.Height = -13
12 Font.Name = 'MS Sans Serif'
13 OnClose = FormClose
14 OnCreate = FormCreate
15 OnDestroy = FormDestroy
16 OnPaint = FormPaint
17 OnShow = FormShow
18 LCLVersion = '1.6.2.0'
19 WindowState = wsMaximized
20 PixelsPerInch = 96
21 Scaled = False
22end
Note: See TracBrowser for help on using the repository browser.