source: tags/1.2.0/Forms/UFormError.lfm

Last change on this file was 30, checked in by chronos, 3 years ago
  • Added: In case of loading errors show a list of found errors with line numbers.
  • Fixed: Check if property block started correctly.
  • Added: More standard properties.
  • Fixed: Improved alignment of fields in contact dialog.
File size: 474 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 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.0.12.0'
14 object MemoErrors: TMemo
15 Left = 8
16 Height = 579
17 Top = 8
18 Width = 940
19 Align = alClient
20 BorderSpacing.Around = 8
21 ReadOnly = True
22 ScrollBars = ssAutoBoth
23 TabOrder = 0
24 end
25end
Note: See TracBrowser for help on using the repository browser.