home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd2.bin / burn / tmpgenc / download / TMPGEnc-2.58.44.152-Free.exe / TMPGEnc.exe / 1041 / RCDATA / TLOGVIEWFORM / TLOGVIEWFORM.txt
Text File  |  2002-08-30  |  960b  |  46 lines

  1. object LogViewForm: TLogViewForm
  2.   Left = 229
  3.   Top = 336
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 343
  7.   ClientWidth = 529
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 370
  10.   Constraints.MinWidth = 537
  11.   Font.Charset = SHIFTJIS_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 12
  22.   object Memo: TMemo
  23.     Left = 6
  24.     Top = 7
  25.     Width = 517
  26.     Height = 299
  27.     Anchors = [akLeft, akTop, akRight, akBottom]
  28.     ReadOnly = True
  29.     ScrollBars = ssBoth
  30.     TabOrder = 1
  31.     OnKeyDown = MemoKeyDown
  32.   end
  33.   object OKButton: TButton
  34.     Left = 448
  35.     Top = 313
  36.     Width = 75
  37.     Height = 25
  38.     Anchors = [akRight, akBottom]
  39.     Cancel = True
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.   end
  45. end
  46.