Changeset 255 for oup/current/Tools
- Timestamp:
- Dec 18, 2007, 9:48:24 PM (17 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/TxmpReplace.dfm
r232 r255 8 8 inherited panel_basecontent: TPanel 9 9 Height = 413 10 ExplicitHeight = 54810 ExplicitHeight = 413 11 11 inherited splitter_content: TSplitter 12 12 Height = 413 … … 16 16 inherited panel_files: TPanel 17 17 Height = 413 18 ExplicitHeight = 54818 ExplicitHeight = 413 19 19 inherited FilePages: TPageControl 20 20 Height = 412 21 21 Constraints.MinHeight = 250 22 ExplicitHeight = 54722 ExplicitHeight = 412 23 23 inherited tab_files: TTabSheet 24 ExplicitHeight = 46724 ExplicitHeight = 384 25 25 inherited filelist: TListBox 26 26 Height = 259 27 ExplicitHeight = 34227 ExplicitHeight = 259 28 28 end 29 29 end … … 32 32 ExplicitTop = 24 33 33 ExplicitWidth = 190 34 ExplicitHeight = 51934 ExplicitHeight = 384 35 35 inherited filelist_meta: TVirtualStringTree 36 36 Height = 384 37 ExplicitHeight = 51937 ExplicitHeight = 384 38 38 end 39 39 end … … 42 42 inherited panel_content: TPanel 43 43 Height = 413 44 ExplicitHeight = 54844 ExplicitHeight = 413 45 45 object Splitter1: TSplitter 46 46 Left = 0 … … 65 65 Enabled = False 66 66 TabOrder = 0 67 ExplicitTop = 46968 67 object btn_replace: TButton 69 68 Left = 4 … … 120 119 BevelOuter = bvNone 121 120 TabOrder = 0 122 ExplicitTop = 188123 121 object btn_save: TButton 124 122 Left = 2 … … 141 139 Enabled = False 142 140 TabOrder = 2 143 ExplicitLeft = -2144 ExplicitTop = 206145 141 object image_bmppreview: TImage 146 142 AlignWithMargins = True -
oup/current/Tools/TxmpReplace.pas
r232 r255 177 177 mem.Seek(0, soFromBeginning); 178 178 179 if (newsize > old_size) and (ConManager.Connection[ConnectionID].Backend = DB_ONI) then179 if (newsize > old_size) and (ConManager.Connection[ConnectionID].Backend in [DB_ONI, DB_ONISPLIT]) then 180 180 new_rawaddr := ConManager.Connection[ConnectionID].AppendRawFile( 181 181 not (ConManager.Connection[ConnectionID].DataOS = DOS_WIN), mem) … … 190 190 else 191 191 oldfading := oldfading and (not Byte($01)); 192 ConManager.Connection[ConnectionID].UpdateDatFilePart(fileid, $88, 1, @ datbyte);192 ConManager.Connection[ConnectionID].UpdateDatFilePart(fileid, $88, 1, @oldfading); 193 193 datbyte := $10; 194 194 // if check_transparency.Checked then
Note:
See TracChangeset
for help on using the changeset viewer.