object Form14: TForm14 Left = 0 Top = 0 BorderStyle = bsToolWindow Caption = 'Models' ClientHeight = 217 ClientWidth = 265 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 121 Height = 17 AutoSize = False Caption = 'Char to apply model on:' end object Label2: TLabel Left = 8 Top = 32 Width = 73 Height = 17 AutoSize = False Caption = 'Model:' end object edit_char: TEdit Left = 126 Top = 6 Width = 107 Height = 17 AutoSize = False ReadOnly = True TabOrder = 0 Text = '0' end object list: TListBox Left = 8 Top = 48 Width = 249 Height = 161 ItemHeight = 13 TabOrder = 1 OnClick = listClick end object updown: TUpDown Left = 235 Top = 4 Width = 17 Height = 20 Max = 32 TabOrder = 2 OnClick = updownClick end object tim_lvlcheck: TTimer OnTimer = tim_lvlcheckTimer Left = 152 Top = 32 end end