object Form12: TForm12 Left = 0 Top = 0 BorderStyle = bsNone BorderWidth = 1 Caption = 'Value Edit' ClientHeight = 145 ClientWidth = 298 Color = clBtnFace Constraints.MaxHeight = 147 Constraints.MaxWidth = 700 Constraints.MinHeight = 147 Constraints.MinWidth = 300 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter PixelsPerInch = 96 TextHeight = 13 object group: TGroupBox Left = 0 Top = 0 Width = 298 Height = 145 Align = alClient Caption = '---' TabOrder = 0 DesignSize = ( 298 145) object lbl_current: TLabel Left = 8 Top = 64 Width = 73 Height = 17 AutoSize = False Caption = 'Current value:' end object lbl_new: TLabel Left = 8 Top = 88 Width = 73 Height = 17 AutoSize = False Caption = 'New value:' end object lbl_offset: TLabel Left = 8 Top = 16 Width = 73 Height = 17 AutoSize = False Caption = 'Offset:' end object lbl_datatype: TLabel Left = 8 Top = 40 Width = 73 Height = 17 AutoSize = False Caption = 'Datatype:' end object btn_ok: TButton Left = 153 Top = 112 Width = 65 Height = 25 Anchors = [akTop, akRight] Caption = 'OK' Default = True TabOrder = 0 OnClick = btn_okClick end object btn_cancel: TButton Left = 225 Top = 112 Width = 65 Height = 25 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' TabOrder = 1 OnClick = btn_cancelClick end object edit_current: TEdit Left = 88 Top = 64 Width = 203 Height = 18 Anchors = [akLeft, akTop, akRight] AutoSize = False Color = clInfoBk ReadOnly = True TabOrder = 2 end object edit_offset: TEdit Left = 87 Top = 16 Width = 203 Height = 18 Anchors = [akLeft, akTop, akRight] AutoSize = False Color = clInfoBk ReadOnly = True TabOrder = 3 end object edit_datatype: TEdit Left = 87 Top = 40 Width = 203 Height = 18 Anchors = [akLeft, akTop, akRight] AutoSize = False Color = clInfoBk ReadOnly = True TabOrder = 4 end object edit_new: TCrossEdit Left = 88 Top = 88 Width = 203 Height = 18 Anchors = [akLeft, akTop, akRight] AutoSize = False BorderStyle = bsNone Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] HideSelection = False ParentFont = False TabOrder = 5 Text = '0000' FocusAlignment = taLeftJustify NoFocusAlignment = taLeftJustify Precision = 15 Decimals = 4 FocusWidthInc = 0 EditType = etHex NextDialogOnEnter = True DialogOnCursorKeys = True NextPriorStep = 1 AutoFocus = False LimitCheck = True Max = 2147483647.000000000000000000 FocusColor = clWhite NoFocusColor = clWhite ErrorColor = clRed StringCharSet = scFull end end end