inherited frmNumberSystemsConversions: TfrmNumberSystemsConversions Left = 373 Top = 557 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsDialog Caption = 'Number systems conversions' ClientHeight = 243 ClientWidth = 358 Constraints.MinHeight = 270 Constraints.MinWidth = 233 Position = poOwnerFormCenter OnActivate = FormActivate DesignSize = ( 358 243) PixelsPerInch = 96 TextHeight = 13 object lblAscii: TLabel Left = 16 Top = 157 Width = 30 Height = 13 Caption = '&ASCII:' FocusControl = edtAscii end object lblBin: TLabel Left = 16 Top = 125 Width = 21 Height = 13 Caption = '&BIN:' FocusControl = edtBin end object lblOct: TLabel Left = 16 Top = 93 Width = 25 Height = 13 Caption = '&OCT:' FocusControl = edtOct end object lblDec: TLabel Left = 16 Top = 61 Width = 25 Height = 13 Caption = '&DEC:' FocusControl = edtDec end object lblHex: TLabel Left = 16 Top = 29 Width = 25 Height = 13 Caption = '&HEX:' FocusControl = edtHex end object lblResult: TLabel Left = 16 Top = 186 Width = 40 Height = 13 Caption = 'lblResult' end object edtAscii: TEdit Left = 52 Top = 152 Width = 33 Height = 21 MaxLength = 1 TabOrder = 4 OnChange = edtAsciiChange end object edtBin: TNumEdit Left = 52 Top = 120 Width = 292 Height = 21 Anchors = [akLeft, akTop, akRight] MaxLength = 45 TabOrder = 3 Text = '0' OnChange = edtBinChange EnableHexa = False end object edtOct: TNumEdit Left = 52 Top = 88 Width = 292 Height = 21 Anchors = [akLeft, akTop, akRight] MaxLength = 19 TabOrder = 2 Text = '0' OnChange = edtOctChange EnableHexa = False end object edtDec: TNumEdit Left = 52 Top = 56 Width = 292 Height = 21 Anchors = [akLeft, akTop, akRight] MaxLength = 16 TabOrder = 1 Text = '0' OnChange = edtDecChange EnableHexa = False end object edtHex: TNumEdit Left = 52 Top = 24 Width = 292 Height = 21 Anchors = [akLeft, akTop, akRight] CharCase = ecUpperCase MaxLength = 14 TabOrder = 0 Text = '0' OnChange = edtHexChange EnableHexa = True end object btnOk: TButton Left = 271 Top = 200 Width = 75 Height = 25 Cancel = True Caption = 'OK' ModalResult = 2 TabOrder = 5 end end