object ConvPanel: TConvPanel Left = 206 Top = 167 BorderIcons = [] BorderStyle = bsDialog Caption = ' Convert Last Result' ClientHeight = 153 ClientWidth = 221 Font.Color = clBtnText Font.Height = -11 Font.Name = 'K Prop' Font.Style = [fsBold] KeyPreview = True Scaled = False OnActivate = FormActivate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 205 Height = 105 BevelOuter = bvLowered BevelWidth = 2 Caption = 'Panel1' TabOrder = 0 object xConv: TPanel Left = 12 Top = 6 Width = 180 Height = 30 Alignment = taLeftJustify BevelOuter = bvNone Caption = 'Convert' TabOrder = 0 object xcoConv: TComboBox Left = 54 Top = 5 Width = 124 Height = 21 Style = csOwnerDrawFixed Color = clWhite DropDownCount = 16 ItemHeight = 15 Items.Strings = ( '') MaxLength = 16 TabOrder = 0 OnChange = xcoConvChange end end object xFrom: TPanel Left = 12 Top = 36 Width = 180 Height = 30 Alignment = taLeftJustify BevelOuter = bvNone Caption = 'From' TabOrder = 1 object xcoFrom: TComboBox Left = 54 Top = 5 Width = 124 Height = 21 Style = csOwnerDrawFixed Color = clWhite DropDownCount = 12 ItemHeight = 15 TabOrder = 0 end end object xTo: TPanel Left = 12 Top = 64 Width = 180 Height = 30 Alignment = taLeftJustify BevelOuter = bvNone Caption = 'To' TabOrder = 2 object xcoTo: TComboBox Left = 54 Top = 7 Width = 124 Height = 21 Style = csOwnerDrawFixed Color = clWhite DropDownCount = 12 ItemHeight = 15 TabOrder = 0 end end end object xOK: TBitBtn Left = 30 Top = 122 Width = 76 Height = 26 Caption = '&OK' TabOrder = 1 TabStop = False Kind = bkOK end object BitBtn2: TBitBtn Left = 114 Top = 122 Width = 76 Height = 26 Caption = '&Cancel' TabOrder = 2 TabStop = False Kind = bkCancel end end