1object Form1: TForm1
2  Left = 153
3  Height = 528
4  Top = 77
5  Width = 608
6  Caption = 'LazUnicode Demo'
7  ClientHeight = 528
8  ClientWidth = 608
9  LCLVersion = '1.9.0.0'
10  object Button1: TButton
11    Left = 0
12    Height = 29
13    Top = 0
14    Width = 608
15    Align = alTop
16    AutoSize = True
17    Caption = 'Test LazUnicode functions and enumerators'
18    OnClick = Button1Click
19    TabOrder = 0
20  end
21  object Memo1: TMemo
22    Left = 0
23    Height = 499
24    Top = 29
25    Width = 608
26    Align = alClient
27    ScrollBars = ssAutoBoth
28    TabOrder = 1
29  end
30end
31