home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TLOGFORM / TLOGFORM.txt
Text File  |  2001-09-09  |  2KB  |  116 lines

  1. object LogForm: TLogForm
  2.   Left = 200
  3.   Top = 102
  4.   Width = 472
  5.   Height = 332
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Account Log'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object BottomPanel: TPanel
  19.     Left = 0
  20.     Top = 264
  21.     Width = 464
  22.     Height = 41
  23.     Align = alBottom
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object Button1: TButton
  27.       Left = 8
  28.       Top = 8
  29.       Width = 75
  30.       Height = 25
  31.       Cancel = True
  32.       Caption = 'OK'
  33.       Default = True
  34.       ModalResult = 1
  35.       TabOrder = 0
  36.     end
  37.     object bClear: TButton
  38.       Left = 104
  39.       Top = 8
  40.       Width = 75
  41.       Height = 25
  42.       Caption = 'Clear'
  43.       TabOrder = 1
  44.       OnClick = bClearClick
  45.     end
  46.     object cbHighlight: TCheckBox
  47.       Left = 200
  48.       Top = 12
  49.       Width = 265
  50.       Height = 17
  51.       Caption = '&Highlights only'
  52.       TabOrder = 2
  53.       OnClick = cbHighlightClick
  54.     end
  55.   end
  56.   object eLog: TTextEditor
  57.     Left = 0
  58.     Top = 0
  59.     Width = 464
  60.     Height = 264
  61.     BgColor = clBlack
  62.     TextColor = clBlack
  63.     SelColor = clBlack
  64.     SelBgColor = clBlack
  65.     QuoteColor = clBlack
  66.     RefColor = clBlack
  67.     Kludge1Color = clBlack
  68.     Kludge2Color = clBlack
  69.     Kludge3Color = clBlack
  70.     ReadOnly = False
  71.     FontCharset = 1
  72.     TabOrder = 1
  73.     Font.Color = clWindowText
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Pitch = fpFixed
  77.     Font.Style = []
  78.     Align = alClient
  79.     PopupMenu = PopupMenu1
  80.   end
  81.   object lImages: TImageList
  82.     Left = 312
  83.     Top = 264
  84.   end
  85.   object PopupMenu1: TPopupMenu
  86.     OnPopup = PopupMenu1Popup
  87.     Left = 160
  88.     Top = 40
  89.     object mCopy: TMenuItem
  90.       Caption = '&Copy'
  91.       ShortCut = 0
  92.       OnClick = mCopyClick
  93.     end
  94.     object mSelectAll: TMenuItem
  95.       Caption = '&Select all'
  96.       ShortCut = 0
  97.       OnClick = mSelectAllClick
  98.     end
  99.     object N1: TMenuItem
  100.       Caption = '-'
  101.       ShortCut = 0
  102.     end
  103.     object Close: TMenuItem
  104.       Caption = 'Close'
  105.       ShortCut = 27
  106.       Visible = False
  107.       OnClick = CloseClick
  108.     end
  109.     object mHighlights: TMenuItem
  110.       Caption = '&Highlights only'
  111.       ShortCut = 0
  112.       OnClick = mHighlightsClick
  113.     end
  114.   end
  115. end
  116.