object frmOBDBytes: TfrmOBDBytes Left = 443 Top = 238 Width = 214 Height = 99 Caption = 'Value' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 12 Width = 54 Height = 13 Caption = 'HEX value:' end object edtHEX: TEdit Left = 76 Top = 8 Width = 121 Height = 21 TabOrder = 0 end object btnOK: TButton Left = 16 Top = 36 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 100 Top = 36 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end