--- oup/rewrite/Tools/Template.dfm 2007/01/22 23:05:45 97 +++ oup/rewrite/Tools/Template.dfm 2007/02/21 03:09:30 106 @@ -18,7 +18,6 @@ object Form_ToolTemplate: TForm_ToolTemp WindowState = wsMaximized OnActivate = FormActivate OnClose = FormClose - OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Splitter1: TSplitter @@ -242,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 @@ -288,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 @@ -307,6 +307,14 @@ 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?' + Enabled = False + OnClick = popup_linkshereClick + end object popup_separator: TMenuItem Caption = '-' end