object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 301 ClientWidth = 467 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PageControl1: TPageControl Left = 0 Top = 41 Width = 467 Height = 260 ActivePage = TabSheet1 Align = alClient MultiLine = True TabOrder = 0 TabPosition = tpLeft object TabSheet1: TTabSheet Caption = 'Validate' object Panel2: TPanel Left = 0 Top = 0 Width = 439 Height = 59 Align = alTop BevelEdges = [] BevelOuter = bvNone TabOrder = 0 object Button1: TButton Left = 24 Top = 16 Width = 105 Height = 25 Caption = 'Perform Validation' TabOrder = 0 OnClick = Button1Click end end object Panel3: TPanel Left = 0 Top = 59 Width = 439 Height = 193 Align = alClient BevelOuter = bvNone Padding.Left = 5 Padding.Right = 5 Padding.Bottom = 5 TabOrder = 1 object errText: TMemo Left = 5 Top = 0 Width = 429 Height = 188 Align = alClient TabOrder = 0 end end end object TabSheet2: TTabSheet Caption = 'Test Verse Parsing' ImageIndex = 1 object Panel4: TPanel Left = 0 Top = 0 Width = 439 Height = 41 Align = alTop Caption = 'Panel4' Padding.Left = 5 Padding.Top = 5 Padding.Right = 5 Padding.Bottom = 5 TabOrder = 0 object vText: TEdit Left = 6 Top = 6 Width = 427 Height = 29 Align = alClient TabOrder = 0 OnChange = vTextChange ExplicitHeight = 21 end end object Panel5: TPanel Left = 0 Top = 41 Width = 439 Height = 211 Align = alClient Caption = 'Panel5' Padding.Left = 5 Padding.Top = 5 Padding.Right = 5 Padding.Bottom = 5 TabOrder = 1 object vList: TListBox Left = 6 Top = 6 Width = 427 Height = 199 Align = alClient ItemHeight = 13 TabOrder = 0 end end end end object Panel1: TPanel Left = 0 Top = 0 Width = 467 Height = 41 Align = alTop TabOrder = 1 object Label1: TLabel Left = 24 Top = 14 Width = 59 Height = 13 Caption = 'Select locale' end object localesCB: TComboBox Left = 89 Top = 11 Width = 192 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'localesCB' OnChange = localesCBChange end end end