Changeset 195 for oup/current
- Timestamp:
- May 26, 2007, 8:31:36 PM (18 years ago)
- Location:
- oup/current
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/TxmpReplace.dfm
r194 r195 136 136 Height = 17 137 137 Caption = 'Transparency' 138 Enabled = False 138 139 TabOrder = 1 139 140 end -
oup/current/Tools/TxmpReplace.pas
r194 r195 165 165 end; 166 166 167 datbyte := $00;168 167 if check_fading.Checked then 169 datbyte := datbyte or $01; 168 oldfading := oldfading or $01 169 else 170 oldfading := oldfading and (not Byte($01)); 170 171 ConManager.Connection[ConnectionID].UpdateDatFilePart(fileid, $88, 1, @datbyte); 171 172 datbyte := $10;
Note:
See TracChangeset
for help on using the changeset viewer.