source: trunk/Back.lfm@ 173

Last change on this file since 173 was 10, checked in by chronos, 8 years ago
  • Modified: Created CevoComponents ackage for installable custom components.
  • Fixed: Compile time range check error.
  • Added: Heaptrace check and fixed some memory leaks.
  • Fixed: MaskD function.
File size: 434 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
20end
Note: See TracBrowser for help on using the repository browser.