Changeset 222 for oup/current/Helper


Ignore:
Timestamp:
Jun 18, 2007, 4:22:53 PM (17 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Helper
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Helper/WhatLinksHere.dfm

    r114 r222  
    7070      TabOrder = 0
    7171      OnDblClick = list_fromDblClick
    72       ExplicitLeft = 38
    73       ExplicitTop = 65
    74       ExplicitWidth = 415
    75       ExplicitHeight = 84
    7672    end
    7773  end
     
    116112      TabOrder = 0
    117113      OnDblClick = list_fromDblClick
    118       ExplicitLeft = -230
    119       ExplicitTop = -43
    120       ExplicitWidth = 415
    121       ExplicitHeight = 84
    122114    end
    123115  end
  • oup/current/Helper/WhatLinksHere.pas

    r114 r222  
    33uses
    44  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
    5   Dialogs, StdCtrls, Template, ExtCtrls;
     5  Dialogs, StdCtrls, _TemplateFile, ExtCtrls;
    66
    77type
     
    1919  private
    2020  public
    21     SenderForm: TForm_ToolTemplate;
     21    SenderForm: TForm_TemplateFile;
    2222    ConID: Integer;
    2323    FileID: Integer;
Note: See TracChangeset for help on using the changeset viewer.