Ignore:
Timestamp:
Aug 18, 2007, 5:51:42 PM (17 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/RawEdit.dfm

    r221 r245  
    11inherited Form_RawEdit: TForm_RawEdit
    22  Caption = 'Form_RawEdit'
     3  KeyPreview = True
    34  OnCloseQuery = FormCloseQuery
    45  OnCreate = FormCreate
     
    2425          inherited filelist: TListBox
    2526            Height = 160
     27            ExplicitHeight = 160
    2628          end
    2729          object panel_imexport: TPanel
     
    3335            BevelOuter = bvNone
    3436            TabOrder = 2
    35             ExplicitTop = 363
    36             ExplicitWidth = 200
    3737            DesignSize = (
    3838              190
     
    6767            Caption = '2. Select .dat-link-offset'
    6868            TabOrder = 3
    69             ExplicitTop = 213
    70             ExplicitWidth = 200
    7169            object list_offset: TListBox
    7270              Left = 2
     
    134132        ShowPositionIfNotFocused = True
    135133        OnSelectionChanged = hexSelectionChanged
    136         ExplicitWidth = 283
    137134      end
    138135      object value_viewer: TWrapGrid
     
    159156        OnDblClick = value_viewerDblClick
    160157        OnMouseDown = value_viewerMouseDown
    161         ExplicitTop = 309
    162         ExplicitWidth = 283
    163         ExplicitHeight = 114
    164158      end
    165159    end
Note: See TracChangeset for help on using the changeset viewer.