Changeset 209 for oup/current/Tools
- Timestamp:
- Jun 5, 2007, 12:07:29 AM (17 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/Preview.dfm
r194 r209 27 27 end 28 28 object img: TImage 29 Left = 0 30 Top = 20 31 Width = 283 32 Height = 403 29 AlignWithMargins = True 30 Left = 3 31 Top = 23 32 Width = 277 33 Height = 397 33 34 Align = alClient 35 ExplicitLeft = 0 36 ExplicitTop = 20 34 37 ExplicitWidth = 313 35 38 ExplicitHeight = 453 -
oup/current/Tools/TxmpReplace.dfm
r196 r209 84 84 TabOrder = 0 85 85 object image_bmppreview: TImage 86 Left = 2 87 Top = 45 88 Width = 279 89 Height = 297 86 AlignWithMargins = True 87 Left = 5 88 Top = 48 89 Width = 273 90 Height = 291 90 91 Align = alClient 92 ExplicitLeft = 2 93 ExplicitTop = 45 91 94 ExplicitWidth = 182 92 95 ExplicitHeight = 302 -
oup/current/Tools/TxmpReplace.pas
r206 r209 234 234 Self.OnNewFileSelected := SelectFile; 235 235 opend.Filter := saved.Filter; 236 237 TXMP := TFile_TXMP.Create(ConnectionID, 8552);238 TXMP.Free;239 236 end; 240 237
Note:
See TracChangeset
for help on using the changeset viewer.