source: tags/1.4.0/Forms/UFormTestCase.lfm

Last change on this file was 103, checked in by chronos, 3 years ago
  • Added: Support for profile photo as URL.
  • Added: New UContactImage form to show profile photo in bigger size and with URL.
  • Modified: Profile photo image load/save handling moved to separate unit UContactImage.
  • Fixed: Some dynamically created forms were not translated.
  • Added: Remember last used file name for image open/save dialog.
File size: 474 bytes
Line 
1object FormTestCase: TFormTestCase
2 Left = 579
3 Height = 543
4 Top = 468
5 Width = 901
6 Caption = 'Test case'
7 ClientHeight = 543
8 ClientWidth = 901
9 DesignTimePPI = 150
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '2.2.0.4'
14 object MemoLog: TMemo
15 Left = 8
16 Height = 527
17 Top = 8
18 Width = 885
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.