home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMCREATEWIZARD1 / TFRMCREATEWIZARD1.txt < prev   
Text File  |  2006-09-21  |  4KB  |  226 lines

  1. object frmCreateWizard1: TfrmCreateWizard1
  2.   Left = 208
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 300
  7.   ClientWidth = 527
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblDescription: TLabel
  21.     Left = 148
  22.     Top = 12
  23.     Width = 3
  24.     Height = 13
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -12
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Bevel: TBevel
  33.     Left = 8
  34.     Top = 252
  35.     Width = 512
  36.     Height = 3
  37.   end
  38.   object PnlWizard3: TPanel
  39.     Left = 136
  40.     Top = 40
  41.     Width = 386
  42.     Height = 201
  43.     BevelOuter = bvNone
  44.     TabOrder = 5
  45.     object lblFileList: TLabel
  46.       Left = 12
  47.       Top = 1
  48.       Width = 3
  49.       Height = 13
  50.     end
  51.     object lbFiles: TCheckListBox
  52.       Left = 12
  53.       Top = 16
  54.       Width = 369
  55.       Height = 148
  56.       HelpContext = 1067
  57.       OnClickCheck = lbFilesClickCheck
  58.       ItemHeight = 16
  59.       Sorted = True
  60.       Style = lbOwnerDrawFixed
  61.       TabOrder = 0
  62.       OnDrawItem = lbFilesDrawItem
  63.     end
  64.   end
  65.   object btnCancel: TButton
  66.     Left = 445
  67.     Top = 267
  68.     Width = 75
  69.     Height = 25
  70.     Cancel = True
  71.     ModalResult = 2
  72.     TabOrder = 0
  73.   end
  74.   object btnPrev: TButton
  75.     Left = 285
  76.     Top = 267
  77.     Width = 75
  78.     Height = 25
  79.     HelpContext = 1061
  80.     ModalResult = 7
  81.     TabOrder = 1
  82.     OnClick = btnPrevClick
  83.   end
  84.   object btnNext: TButton
  85.     Left = 360
  86.     Top = 267
  87.     Width = 75
  88.     Height = 25
  89.     HelpContext = 1062
  90.     Default = True
  91.     TabOrder = 2
  92.     OnClick = btnNextClick
  93.   end
  94.   object PnlWizard1: TPanel
  95.     Left = 136
  96.     Top = 40
  97.     Width = 386
  98.     Height = 201
  99.     BevelOuter = bvNone
  100.     TabOrder = 3
  101.     object lblDirectory: TLabel
  102.       Left = 12
  103.       Top = 102
  104.       Width = 3
  105.       Height = 13
  106.     end
  107.     object lblTemplateName: TLabel
  108.       Left = 12
  109.       Top = 36
  110.       Width = 3
  111.       Height = 13
  112.     end
  113.     object editName: TEdit
  114.       Left = 12
  115.       Top = 51
  116.       Width = 369
  117.       Height = 21
  118.       HelpContext = 1060
  119.       TabOrder = 0
  120.       OnChange = editNameChange
  121.     end
  122.     object editDirectory: TEdit
  123.       Left = 12
  124.       Top = 116
  125.       Width = 369
  126.       Height = 21
  127.       Color = clBtnFace
  128.       ReadOnly = True
  129.       TabOrder = 1
  130.     end
  131.   end
  132.   object PnlWizard2: TPanel
  133.     Left = 136
  134.     Top = 40
  135.     Width = 386
  136.     Height = 201
  137.     BevelOuter = bvNone
  138.     TabOrder = 4
  139.     object LVFileList: TListView
  140.       Left = 12
  141.       Top = 16
  142.       Width = 368
  143.       Height = 148
  144.       HelpContext = 1066
  145.       Columns = <
  146.         item
  147.           Caption = 'Name'
  148.           Width = 90
  149.         end
  150.         item
  151.           Caption = 'Directory'
  152.           Width = 124
  153.         end
  154.         item
  155.           Caption = 'Size'
  156.           Width = 40
  157.         end
  158.         item
  159.           Caption = 'Type'
  160.         end
  161.         item
  162.           Caption = 'Date'
  163.           Width = 60
  164.         end>
  165.       MultiSelect = True
  166.       SmallImages = imglstFiles
  167.       TabOrder = 0
  168.       ViewStyle = vsReport
  169.       OnColumnClick = LVFileListColumnClick
  170.     end
  171.     object btnAdd: TBitBtn
  172.       Left = 221
  173.       Top = 176
  174.       Width = 80
  175.       Height = 25
  176.       HelpContext = 1063
  177.       TabOrder = 2
  178.       OnClick = btnAddClick
  179.     end
  180.     object btnAddFolder: TBitBtn
  181.       Left = 301
  182.       Top = 176
  183.       Width = 80
  184.       Height = 25
  185.       HelpContext = 1064
  186.       TabOrder = 3
  187.       OnClick = btnAddFolderClick
  188.     end
  189.     object btnDelete: TBitBtn
  190.       Left = 12
  191.       Top = 176
  192.       Width = 80
  193.       Height = 25
  194.       HelpContext = 1065
  195.       TabOrder = 1
  196.       OnClick = btnDeleteClick
  197.     end
  198.   end
  199.   object pnlImg: TPanel
  200.     Left = 8
  201.     Top = 12
  202.     Width = 123
  203.     Height = 229
  204.     BevelOuter = bvLowered
  205.     TabOrder = 6
  206.     object GIFImage1: TImage
  207.       Left = 1
  208.       Top = 1
  209.       Width = 121
  210.       Height = 227
  211.       Align = alClient
  212.       Picture.Data = {<image000.gif>}
  213.       Stretch = True
  214.     end
  215.   end
  216.   object dlgFolder: TPTFolderBrowseDlg
  217.     Left = 48
  218.     Top = 260
  219.   end
  220.   object imglstFiles: TImageList
  221.     ShareImages = True
  222.     Left = 16
  223.     Top = 260
  224.   end
  225. end
  226.