home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TVERIFYLOGFORM / TVERIFYLOGFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.7 KB  |  82 lines

  1. object VerifyLogForm: TVerifyLogForm
  2.   Left = 291
  3.   Top = 142
  4.   Width = 578
  5.   Height = 406
  6.   Caption = 'Writing Summary'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object memLogText: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 570
  21.     Height = 351
  22.     Align = alClient
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'Courier New'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     ReadOnly = True
  30.     ScrollBars = ssVertical
  31.     TabOrder = 0
  32.   end
  33.   object Panel1: TPanel
  34.     Left = 0
  35.     Top = 351
  36.     Width = 570
  37.     Height = 28
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     object ToolbarPanel1: TToolbarPanel
  42.       Left = 276
  43.       Top = 0
  44.       Width = 294
  45.       Height = 28
  46.       Align = alRight
  47.       BevelBottom = tbNone
  48.       BevelTop = tbNone
  49.       Color = clBtnFace
  50.       TabOrder = 0
  51.       object btnClose: TButton
  52.         Left = 216
  53.         Top = 4
  54.         Width = 75
  55.         Height = 23
  56.         Cancel = True
  57.         Caption = 'Close'
  58.         TabOrder = 0
  59.         OnClick = btnCloseClick
  60.       end
  61.       object btnSaveAs: TButton
  62.         Left = 136
  63.         Top = 4
  64.         Width = 75
  65.         Height = 23
  66.         Caption = 'Save as...'
  67.         TabOrder = 1
  68.         OnClick = btnSaveAsClick
  69.       end
  70.     end
  71.   end
  72.   object LogSaveDialog: TSaveDialog
  73.     HelpContext = 26
  74.     DefaultExt = 'log'
  75.     Filter = 'LOG Files|*.log|All Files|*.*'
  76.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofShareAware]
  77.     Title = 'Save Error Log'
  78.     Left = 8
  79.     Top = 40
  80.   end
  81. end
  82.