object HexLineForm: THexLineForm Left = 293 Top = 384 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Edit Binary Value' ClientHeight = 98 ClientWidth = 358 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label3: TLabel Left = 30 Top = 25 Width = 3 Height = 19 Color = clBtnFace ParentColor = False end object Label1: TLabel Left = 276 Top = 25 Width = 3 Height = 19 Color = clBtnFace ParentColor = False end object BitBtn1: TBitBtn Left = 79 Top = 59 Width = 92 Height = 31 Caption = '&OK' TabOrder = 1 OnClick = BitBtn1Click end object MaskEdit1: TMaskEdit Left = 98 Top = 20 Width = 159 Height = 24 AutoSelect = False CharCase = ecUpperCase EditMask = 'aa\ aa\ aa\ aa\ aa\ aa\ aa\ aa;1; ' MaxLength = 23 TabOrder = 0 Text = ' ' OnKeyDown = MaskEdit1KeyDown OnKeyPress = MaskEdit1KeyPress end object BitBtn2: TBitBtn Left = 187 Top = 59 Width = 92 Height = 31 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end