source: trunk/Forms/FormError.lfm

Last change on this file was 162, checked in by chronos, 11 months ago
  • Modified: Updated Common package.
File size: 407 bytes
Line 
1object FormError: TFormError
2 Left = 648
3 Height = 595
4 Top = 435
5 Width = 956
6 Caption = 'Load errors'
7 ClientHeight = 595
8 ClientWidth = 956
9 DesignTimePPI = 144
10 LCLVersion = '2.2.6.0'
11 object MemoErrors: TMemo
12 Left = 8
13 Height = 579
14 Top = 8
15 Width = 940
16 Align = alClient
17 BorderSpacing.Around = 8
18 ReadOnly = True
19 ScrollBars = ssAutoBoth
20 TabOrder = 0
21 end
22end
Note: See TracBrowser for help on using the repository browser.