--- oup/rewrite/Tools/Template.dfm 2007/01/18 17:15:59 93 +++ oup/current/Tools/Template.dfm 2007/02/26 22:57:17 117 @@ -18,8 +18,6 @@ object Form_ToolTemplate: TForm_ToolTemp WindowState = wsMaximized OnActivate = FormActivate OnClose = FormClose - OnCreate = FormCreate - OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter @@ -243,11 +241,11 @@ object Form_ToolTemplate: TForm_ToolTemp Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] - DropDownCount = 12 + DropDownCount = 20 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 - Font.Name = 'Tahoma' + Font.Name = 'Courier' Font.Style = [] ItemHeight = 13 ParentFont = False @@ -289,6 +287,7 @@ object Form_ToolTemplate: TForm_ToolTemp Height = 21 Style = csDropDownList Anchors = [akLeft, akTop, akRight] + DropDownCount = 12 ItemHeight = 13 TabOrder = 4 OnChange = combo_connectionChange @@ -308,6 +307,13 @@ object Form_ToolTemplate: TForm_ToolTemp OnPopup = filepopupPopup Left = 72 Top = 216 + object popup_separator2: TMenuItem + Caption = '-' + end + object popup_linkshere: TMenuItem + Caption = 'What links here? Where does this file link to?' + OnClick = popup_linkshereClick + end object popup_separator: TMenuItem Caption = '-' end