Changeset 245 for oup/current/Tools/RawEdit.dfm
- Timestamp:
- Aug 18, 2007, 5:51:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/RawEdit.dfm
r221 r245 1 1 inherited Form_RawEdit: TForm_RawEdit 2 2 Caption = 'Form_RawEdit' 3 KeyPreview = True 3 4 OnCloseQuery = FormCloseQuery 4 5 OnCreate = FormCreate … … 24 25 inherited filelist: TListBox 25 26 Height = 160 27 ExplicitHeight = 160 26 28 end 27 29 object panel_imexport: TPanel … … 33 35 BevelOuter = bvNone 34 36 TabOrder = 2 35 ExplicitTop = 36336 ExplicitWidth = 20037 37 DesignSize = ( 38 38 190 … … 67 67 Caption = '2. Select .dat-link-offset' 68 68 TabOrder = 3 69 ExplicitTop = 21370 ExplicitWidth = 20071 69 object list_offset: TListBox 72 70 Left = 2 … … 134 132 ShowPositionIfNotFocused = True 135 133 OnSelectionChanged = hexSelectionChanged 136 ExplicitWidth = 283137 134 end 138 135 object value_viewer: TWrapGrid … … 159 156 OnDblClick = value_viewerDblClick 160 157 OnMouseDown = value_viewerMouseDown 161 ExplicitTop = 309162 ExplicitWidth = 283163 ExplicitHeight = 114164 158 end 165 159 end
Note:
See TracChangeset
for help on using the changeset viewer.