--- oup/current/Tools/Template.dfm 2006/12/23 16:26:43 46 +++ oup/releases/0.33a/Tools/Template.dfm 2007/01/11 23:38:49 76 @@ -16,6 +16,7 @@ object Form_ToolTemplate: TForm_ToolTemp OldCreateOrder = False Visible = True WindowState = wsMaximized + OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnResize = FormResize @@ -28,7 +29,7 @@ object Form_ToolTemplate: TForm_ToolTemp Height = 423 AutoSnap = False Beveled = True - MinSize = 150 + MinSize = 155 ExplicitHeight = 473 end object panel_files: TPanel @@ -48,6 +49,7 @@ object Form_ToolTemplate: TForm_ToolTemp ItemHeight = 13 PopupMenu = filepopup TabOrder = 0 + OnClick = listClick OnMouseDown = listMouseDown end object panel_extension: TPanel @@ -61,6 +63,34 @@ object Form_ToolTemplate: TForm_ToolTemp DesignSize = ( 200 129) + object Label2: TLabel + Left = 100 + Top = 105 + Width = 17 + Height = 18 + AutoSize = False + Caption = '.' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + ParentFont = False + end + object Label1: TLabel + Left = 47 + Top = 105 + Width = 17 + Height = 18 + AutoSize = False + Caption = '-' + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -13 + Font.Name = 'Tahoma' + Font.Style = [fsBold] + ParentFont = False + end object label_ext: TLabel Left = 2 Top = 62 @@ -71,9 +101,9 @@ object Form_ToolTemplate: TForm_ToolTemp FocusControl = combo_extension end object btn_sort_id_asc: TSpeedButton - Left = 16 + Left = 3 Top = 101 - Width = 23 + Width = 20 Height = 22 Hint = 'Sort files by id, ascending' GroupIndex = 1 @@ -92,9 +122,9 @@ object Form_ToolTemplate: TForm_ToolTemp OnClick = btn_sortClick end object btn_sort_id_desc: TSpeedButton - Left = 40 + Left = 23 Top = 101 - Width = 23 + Width = 20 Height = 22 Hint = 'Sort files by id, descending' GroupIndex = 1 @@ -112,9 +142,9 @@ object Form_ToolTemplate: TForm_ToolTemp OnClick = btn_sortClick end object btn_sort_name_asc: TSpeedButton - Left = 64 + Left = 58 Top = 101 - Width = 23 + Width = 20 Height = 22 Hint = 'Sort files by name, ascending' GroupIndex = 1 @@ -132,9 +162,9 @@ object Form_ToolTemplate: TForm_ToolTemp OnClick = btn_sortClick end object btn_sort_name_desc: TSpeedButton - Left = 88 + Left = 78 Top = 101 - Width = 23 + Width = 20 Height = 22 Hint = 'Sort files by name, descending' GroupIndex = 1 @@ -152,23 +182,41 @@ object Form_ToolTemplate: TForm_ToolTemp OnClick = btn_sortClick end object btn_sort_ext_asc: TSpeedButton - Left = 112 + Left = 108 Top = 101 - Width = 23 + Width = 20 Height = 22 Hint = 'Sort files by extension, ascending' GroupIndex = 1 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000C0C0C0000000 + 9900990000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000011111100000300001100010000030000011000000033300000110000003 + 3300000011000033333001000110000030000111111000003000000000000000 + 3000022202220000300000200020000030000022222000003000000202000000 + 3000000222000000300000002000000030000000200000003000} ParentShowHint = False ShowHint = True OnClick = btn_sortClick end object btn_sort_ext_desc: TSpeedButton - Left = 136 + Left = 128 Top = 101 - Width = 23 + Width = 20 Height = 22 Hint = 'Sort files by extension, descending' GroupIndex = 1 + Glyph.Data = { + F6000000424DF600000000000000760000002800000010000000100000000100 + 0400000000008000000000000000000000001000000000000000C0C0C0000000 + 9900990000000000000000000000000000000000000000000000000000000000 + 0000000000000000000000000000000000000000000000000000000000000000 + 0000022202220000300000200020000030000022222000033300000202000003 + 3300000222000033333000002000000030000000200000003000000000000000 + 3000011111100000300001100010000030000011000000003000000110000000 + 3000000011000000300001000110000030000111111000003000} ParentShowHint = False ShowHint = True OnClick = btn_sortClick @@ -186,7 +234,7 @@ object Form_ToolTemplate: TForm_ToolTemp Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] - ItemHeight = 0 + ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 3