Changeset 209 for oup/current/Tools


Ignore:
Timestamp:
Jun 5, 2007, 12:07:29 AM (17 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/Preview.dfm

    r194 r209  
    2727    end
    2828    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
    3334      Align = alClient
     35      ExplicitLeft = 0
     36      ExplicitTop = 20
    3437      ExplicitWidth = 313
    3538      ExplicitHeight = 453
  • oup/current/Tools/TxmpReplace.dfm

    r196 r209  
    8484      TabOrder = 0
    8585      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
    9091        Align = alClient
     92        ExplicitLeft = 2
     93        ExplicitTop = 45
    9194        ExplicitWidth = 182
    9295        ExplicitHeight = 302
  • oup/current/Tools/TxmpReplace.pas

    r206 r209  
    234234  Self.OnNewFileSelected := SelectFile;
    235235  opend.Filter := saved.Filter;
    236 
    237   TXMP := TFile_TXMP.Create(ConnectionID, 8552);
    238   TXMP.Free;
    239236end;
    240237
Note: See TracChangeset for help on using the changeset viewer.