home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Addweb / ADDWEB.EXE / %MAINDIR% / addweb.exe / 0 / RCDATA / TLOGVIEW / TLOGVIEW.txt
Encoding:
Text File  |  1998-01-12  |  3.1 KB  |  110 lines

  1. object logview: Tlogview
  2.   Left = 6
  3.   Top = 298
  4.   Width = 572
  5.   Height = 365
  6.   Caption = 'AddWeb Error Log'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lTrace: TListBox
  16.     Left = 0
  17.     Top = 0
  18.     Width = 564
  19.     Height = 297
  20.     Hint = 'Click the View Error Log Button to see the error log.'
  21.     HelpContext = 1017
  22.     Align = alClient
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ItemHeight = 13
  29.     ParentFont = False
  30.     ParentShowHint = False
  31.     ShowHint = True
  32.     TabOrder = 0
  33.   end
  34.   object Panel1: TPanel
  35.     Left = 0
  36.     Top = 297
  37.     Width = 564
  38.     Height = 41
  39.     Align = alBottom
  40.     TabOrder = 1
  41.     object Panel2: TPanel
  42.       Left = 292
  43.       Top = 1
  44.       Width = 271
  45.       Height = 39
  46.       Align = alRight
  47.       BevelOuter = bvNone
  48.       TabOrder = 0
  49.       object BitBtn1: TBitBtn
  50.         Left = 150
  51.         Top = 8
  52.         Width = 110
  53.         Height = 25
  54.         Caption = 'Close'
  55.         TabOrder = 0
  56.         OnClick = BitBtn1Click
  57.         Kind = bkCancel
  58.       end
  59.       object BitBtn8: TBitBtn
  60.         Left = 35
  61.         Top = 8
  62.         Width = 110
  63.         Height = 25
  64.         Hint = 'Delete AddWeb ErrorLog File.'
  65.         HelpContext = 1017
  66.         Caption = 'Clear Error Log'
  67.         ParentShowHint = False
  68.         ShowHint = True
  69.         TabOrder = 1
  70.         OnClick = BitBtn8Click
  71.         Glyph.Data = {
  72.           76010000424D7601000000000000760000002800000020000000100000000100
  73.           04000000000000010000130B0000130B00001000000000000000000000000000
  74.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  75.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  76.           333333333333333333FF33333333333330003333333333333777333333333333
  77.           300033FFFFFF3333377739999993333333333777777F3333333F399999933333
  78.           3300377777733333337733333333333333003333333333333377333333333333
  79.           3333333333333333333F333333333333330033333F33333333773333C3333333
  80.           330033337F3333333377333CC3333333333333F77FFFFFFF3FF33CCCCCCCCCC3
  81.           993337777777777F77F33CCCCCCCCCC399333777777777737733333CC3333333
  82.           333333377F33333333FF3333C333333330003333733333333777333333333333
  83.           3000333333333333377733333333333333333333333333333333}
  84.         NumGlyphs = 2
  85.       end
  86.     end
  87.   end
  88.   object MarsCaption1: TMarsCaption
  89.     ActiveBeginColor = clBlack
  90.     ActiveEndColor = clNavy
  91.     ActiveFontColor = clWhite
  92.     InactiveBeginColor = clBlack
  93.     InactiveEndColor = clRed
  94.     InactiveFontColor = clSilver
  95.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  96.     ApplicationNameFont.Color = clWindowText
  97.     ApplicationNameFont.Height = -11
  98.     ApplicationNameFont.Name = 'MS Sans Serif'
  99.     ApplicationNameFont.Style = [fsBold]
  100.     CaptionFont.Charset = DEFAULT_CHARSET
  101.     CaptionFont.Color = clWindowText
  102.     CaptionFont.Height = -11
  103.     CaptionFont.Name = 'MS Sans Serif'
  104.     CaptionFont.Style = []
  105.     NumColors = 64
  106.     AutoSize = False
  107.     Left = 400
  108.   end
  109. end
  110.