Changeset 221 for oup/current/Tools/BinEdit.dfm
- Timestamp:
- Jun 18, 2007, 4:20:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/BinEdit.dfm
r219 r221 4 4 OnCreate = FormCreate 5 5 OnKeyUp = FormKeyUp 6 ExplicitWidth = 6067 ExplicitHeight = 5848 6 PixelsPerInch = 96 9 7 TextHeight = 13 10 8 inherited panel_basecontent: TPanel 11 9 inherited panel_files: TPanel 12 inherited filelist: TListBox 13 Height = 347 14 ExplicitHeight = 347 10 inherited FilePages: TPageControl 11 Height = 471 12 inherited tab_files: TTabSheet 13 ExplicitWidth = 191 14 ExplicitHeight = 443 15 inherited panel_extension: TPanel 16 ExplicitWidth = 191 17 inherited combo_extension: TComboBox 18 ExplicitWidth = 190 19 end 20 end 21 inherited filelist: TListBox 22 Height = 318 23 ExplicitWidth = 191 24 ExplicitHeight = 318 25 end 26 end 15 27 end 16 28 object panel_imexport: TPanel … … 21 33 Align = alBottom 22 34 BevelOuter = bvNone 23 TabOrder = 235 TabOrder = 1 24 36 DesignSize = ( 25 37 200
Note:
See TracChangeset
for help on using the changeset viewer.