Changeset 227 for oup/current/Tools


Ignore:
Timestamp:
Jun 20, 2007, 12:06:10 AM (17 years ago)
Author:
alloc
Message:
 
Location:
oup/current/Tools
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tools/_TemplateFileList.dfm

    r222 r227  
    3838        object tab_files: TTabSheet
    3939          Caption = 'Files'
    40           ExplicitWidth = 233
    41           ExplicitHeight = 353
    4240          object panel_extension: TPanel
    4341            Left = 0
     
    4846            BevelOuter = bvNone
    4947            TabOrder = 0
    50             ExplicitWidth = 233
    5148            DesignSize = (
    5249              190
     
    228225              TabOrder = 3
    229226              OnClick = combo_extensionClick
    230               ExplicitWidth = 232
    231227            end
    232228            object check_zerobyte: TCheckBox
     
    247243              AutoSize = False
    248244              TabOrder = 1
    249               ExplicitWidth = 232
    250245            end
    251246            object check_filtername: TCheckBox
     
    269264            OnClick = listClick
    270265            OnMouseDown = listMouseDown
    271             ExplicitWidth = 233
    272             ExplicitHeight = 228
    273266          end
    274267        end
     
    276269          Caption = 'Meta'
    277270          ImageIndex = 1
     271          object filelist_meta: TVirtualStringTree
     272            Left = 0
     273            Top = 0
     274            Width = 190
     275            Height = 503
     276            Align = alClient
     277            Header.AutoSizeIndex = 0
     278            Header.Font.Charset = DEFAULT_CHARSET
     279            Header.Font.Color = clWindowText
     280            Header.Font.Height = -11
     281            Header.Font.Name = 'Tahoma'
     282            Header.Font.Style = []
     283            Header.MainColumn = -1
     284            Header.Options = [hoColumnResize, hoDrag]
     285            TabOrder = 0
     286            Columns = <>
     287          end
    278288        end
    279289      end
  • oup/current/Tools/_TemplateFileList.pas

    r222 r227  
    66  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
    77  Dialogs, _TemplateFile, StdCtrls, ExtCtrls, Menus, Buttons,
    8   ComCtrls, TypeDefs;
     8  ComCtrls, TypeDefs, VirtualTrees;
    99
    1010type
     
    3939    filelist: TListBox;
    4040    tab_meta: TTabSheet;
     41    filelist_meta: TVirtualStringTree;
    4142    procedure NewCon(ID: Integer);
    4243
Note: See TracChangeset for help on using the changeset viewer.