--- oup/rewrite/Tools/Template.dfm 2007/01/18 17:15:59 93 +++ oup/rewrite/Tools/Template.dfm 2007/02/21 00:29:27 105 @@ -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