object frmCreateWizard1: TfrmCreateWizard1 Left = 208 Top = 159 BorderIcons = [biSystemMenu, biHelp] BorderStyle = bsDialog ClientHeight = 300 ClientWidth = 527 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lblDescription: TLabel Left = 148 Top = 12 Width = 3 Height = 13 Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel: TBevel Left = 8 Top = 252 Width = 512 Height = 3 end object PnlWizard3: TPanel Left = 136 Top = 40 Width = 386 Height = 201 BevelOuter = bvNone TabOrder = 5 object lblFileList: TLabel Left = 12 Top = 1 Width = 3 Height = 13 end object lbFiles: TCheckListBox Left = 12 Top = 16 Width = 369 Height = 148 HelpContext = 1067 OnClickCheck = lbFilesClickCheck ItemHeight = 16 Sorted = True Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = lbFilesDrawItem end end object btnCancel: TButton Left = 445 Top = 267 Width = 75 Height = 25 Cancel = True ModalResult = 2 TabOrder = 0 end object btnPrev: TButton Left = 285 Top = 267 Width = 75 Height = 25 HelpContext = 1061 ModalResult = 7 TabOrder = 1 OnClick = btnPrevClick end object btnNext: TButton Left = 360 Top = 267 Width = 75 Height = 25 HelpContext = 1062 Default = True TabOrder = 2 OnClick = btnNextClick end object PnlWizard1: TPanel Left = 136 Top = 40 Width = 386 Height = 201 BevelOuter = bvNone TabOrder = 3 object lblDirectory: TLabel Left = 12 Top = 102 Width = 3 Height = 13 end object lblTemplateName: TLabel Left = 12 Top = 36 Width = 3 Height = 13 end object editName: TEdit Left = 12 Top = 51 Width = 369 Height = 21 HelpContext = 1060 TabOrder = 0 OnChange = editNameChange end object editDirectory: TEdit Left = 12 Top = 116 Width = 369 Height = 21 Color = clBtnFace ReadOnly = True TabOrder = 1 end end object PnlWizard2: TPanel Left = 136 Top = 40 Width = 386 Height = 201 BevelOuter = bvNone TabOrder = 4 object LVFileList: TListView Left = 12 Top = 16 Width = 368 Height = 148 HelpContext = 1066 Columns = < item Caption = 'Name' Width = 90 end item Caption = 'Directory' Width = 124 end item Caption = 'Size' Width = 40 end item Caption = 'Type' end item Caption = 'Date' Width = 60 end> MultiSelect = True SmallImages = imglstFiles TabOrder = 0 ViewStyle = vsReport OnColumnClick = LVFileListColumnClick end object btnAdd: TBitBtn Left = 221 Top = 176 Width = 80 Height = 25 HelpContext = 1063 TabOrder = 2 OnClick = btnAddClick end object btnAddFolder: TBitBtn Left = 301 Top = 176 Width = 80 Height = 25 HelpContext = 1064 TabOrder = 3 OnClick = btnAddFolderClick end object btnDelete: TBitBtn Left = 12 Top = 176 Width = 80 Height = 25 HelpContext = 1065 TabOrder = 1 OnClick = btnDeleteClick end end object pnlImg: TPanel Left = 8 Top = 12 Width = 123 Height = 229 BevelOuter = bvLowered TabOrder = 6 object GIFImage1: TImage Left = 1 Top = 1 Width = 121 Height = 227 Align = alClient Picture.Data = {} Stretch = True end end object dlgFolder: TPTFolderBrowseDlg Left = 48 Top = 260 end object imglstFiles: TImageList ShareImages = True Left = 16 Top = 260 end end