object FBaseVerter: TFBaseVerter Left = 417 Top = 226 BorderStyle = bsSingle Caption = 'BaseVerter' ClientHeight = 106 ClientWidth = 311 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poDefaultPosOnly Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 8 Top = 8 Width = 41 Height = 14 Caption = 'Convert:' end object Label2: TLabel Left = 232 Top = 28 Width = 8 Height = 14 Caption = 'in' end object Label3: TLabel Left = 232 Top = 73 Width = 8 Height = 14 Caption = 'in' end object Label4: TLabel Left = 8 Top = 53 Width = 12 Height = 14 Caption = 'to:' end object cbInBase: TComboBox Left = 247 Top = 24 Width = 49 Height = 22 ItemHeight = 14 TabOrder = 0 Text = '10' OnChange = eXChange end object eX: TEdit Left = 8 Top = 24 Width = 219 Height = 22 CharCase = ecUpperCase TabOrder = 1 Text = '1' OnChange = eXChange end object eY: TEdit Left = 8 Top = 69 Width = 219 Height = 22 ReadOnly = True TabOrder = 2 Text = '1' end object cbToBase: TComboBox Left = 247 Top = 69 Width = 49 Height = 22 ItemHeight = 14 TabOrder = 3 Text = '10' OnChange = eXChange end end