object MainForm: TMainForm Left = 406 Height = 240 Top = 191 Width = 466 Caption = 'Translator Demo' ClientHeight = 240 ClientWidth = 466 OnCreate = FormCreate LCLVersion = '0.9.31' object ListBox1: TListBox Left = 171 Height = 168 Top = 24 Width = 141 ItemHeight = 0 OnSelectionChange = ListBox1SelectionChange TabOrder = 0 end object Button1: TButton Left = 8 Height = 25 Top = 208 Width = 128 Caption = 'Show MainForm.Name' OnClick = Button1Click TabOrder = 1 end object Label1: TLabel Left = 10 Height = 14 Top = 24 Width = 47 Caption = 'MainForm' ParentColor = False end object Label2: TLabel Left = 10 Height = 14 Top = 6 Width = 135 Caption = 'Form name as label caption:' ParentColor = False end object Label3: TLabel Left = 171 Height = 14 Top = 8 Width = 68 Caption = 'Language list:' ParentColor = False end object ListBox2: TListBox Left = 321 Height = 168 Top = 24 Width = 135 ItemHeight = 0 TabOrder = 2 end object Label4: TLabel Left = 321 Height = 14 Top = 10 Width = 47 Caption = 'Excludes:' ParentColor = False end object CoolTranslator1: TCoolTranslator POFilesFolder = 'Languages' left = 64 top = 40 end end