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

  1. object frmWizardEnd: TfrmWizardEnd
  2.   Left = 259
  3.   Top = 159
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 246
  7.   ClientWidth = 490
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblDescription: TLabel
  21.     Left = 8
  22.     Top = 8
  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 lblDirectory: TLabel
  33.     Left = 8
  34.     Top = 64
  35.     Width = 3
  36.     Height = 13
  37.     FocusControl = editDirectory
  38.   end
  39.   object Bevel: TBevel
  40.     Left = 8
  41.     Top = 25
  42.     Width = 476
  43.     Height = 3
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 8
  47.     Top = 202
  48.     Width = 476
  49.     Height = 3
  50.   end
  51.   object lblSaveAs: TLabel
  52.     Left = 8
  53.     Top = 104
  54.     Width = 264
  55.     Height = 65
  56.     AutoSize = False
  57.     WordWrap = True
  58.   end
  59.   object btnCancel: TButton
  60.     Left = 409
  61.     Top = 214
  62.     Width = 75
  63.     Height = 25
  64.     HelpContext = 878
  65.     Cancel = True
  66.     ModalResult = 2
  67.     TabOrder = 2
  68.   end
  69.   object btnPrev: TButton
  70.     Left = 247
  71.     Top = 214
  72.     Width = 75
  73.     Height = 25
  74.     HelpContext = 1061
  75.     ModalResult = 7
  76.     TabOrder = 3
  77.   end
  78.   object btnEnd: TButton
  79.     Left = 322
  80.     Top = 214
  81.     Width = 75
  82.     Height = 25
  83.     HelpContext = 1062
  84.     Default = True
  85.     Enabled = False
  86.     ModalResult = 1
  87.     TabOrder = 4
  88.     OnClick = btnEndClick
  89.   end
  90.   object editDirectory: TEdit
  91.     Left = 8
  92.     Top = 80
  93.     Width = 265
  94.     Height = 21
  95.     HelpContext = 1068
  96.     TabOrder = 0
  97.     OnChange = editDirectoryChange
  98.   end
  99.   object btnShowDir: TBitBtn
  100.     Left = 279
  101.     Top = 80
  102.     Width = 23
  103.     Height = 21
  104.     TabOrder = 1
  105.     OnClick = btnShowDirClick
  106.   end
  107.   object DlgFolder: TPTFolderBrowseDlg
  108.     Left = 424
  109.     Top = 32
  110.   end
  111. end
  112.