home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win3x / second.exe / SC97.EXE / 0 / RCDATA / TFRMLOG / TFRMLOG.txt
Encoding:
Text File  |  1997-10-26  |  2.6 KB  |  134 lines

  1. object frmLog: TfrmLog
  2.   Left = 273
  3.   Top = 228
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   AutoScroll = False
  6.   Caption = 'Second Copy 97 Activity Log'
  7.   ClientHeight = 347
  8.   ClientWidth = 611
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnKeyDown = FormKeyDown
  19.   OnResize = FormResize
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 507
  25.     Top = 0
  26.     Width = 104
  27.     Height = 328
  28.     Align = alRight
  29.     BevelInner = bvLowered
  30.     TabOrder = 0
  31.     object Label1: TLabel
  32.       Left = 14
  33.       Top = 8
  34.       Width = 47
  35.       Height = 13
  36.       Caption = 'Find Text:'
  37.     end
  38.     object btnClose: TButton
  39.       Left = 14
  40.       Top = 292
  41.       Width = 75
  42.       Height = 25
  43.       Cancel = True
  44.       Caption = '&Close'
  45.       TabOrder = 5
  46.       OnClick = btnCloseClick
  47.     end
  48.     object btnClear: TButton
  49.       Left = 14
  50.       Top = 196
  51.       Width = 75
  52.       Height = 25
  53.       Caption = 'C&lear...'
  54.       TabOrder = 4
  55.       OnClick = btnClearClick
  56.     end
  57.     object btnPrint: TButton
  58.       Left = 14
  59.       Top = 164
  60.       Width = 75
  61.       Height = 25
  62.       Caption = '&Print'
  63.       TabOrder = 3
  64.       OnClick = btnPrintClick
  65.     end
  66.     object btnSave: TButton
  67.       Left = 14
  68.       Top = 132
  69.       Width = 75
  70.       Height = 25
  71.       Caption = '&Save As...'
  72.       TabOrder = 2
  73.       OnClick = btnSaveClick
  74.     end
  75.     object btnFind: TButton
  76.       Left = 14
  77.       Top = 54
  78.       Width = 75
  79.       Height = 25
  80.       Caption = '&Find'
  81.       Default = True
  82.       TabOrder = 1
  83.       OnClick = btnFindClick
  84.     end
  85.     object edtFind: TEdit
  86.       Left = 14
  87.       Top = 24
  88.       Width = 75
  89.       Height = 21
  90.       TabOrder = 0
  91.       Text = 'Error'
  92.     end
  93.   end
  94.   object pnlRTF: TPanel
  95.     Left = 0
  96.     Top = 0
  97.     Width = 507
  98.     Height = 328
  99.     Align = alClient
  100.     BevelInner = bvLowered
  101.     TabOrder = 1
  102.     object redtLog: TRichEdit
  103.       Left = 2
  104.       Top = 2
  105.       Width = 503
  106.       Height = 324
  107.       Align = alClient
  108.       BorderStyle = bsNone
  109.       Color = clWhite
  110.       HideSelection = False
  111.       ReadOnly = True
  112.       ScrollBars = ssBoth
  113.       TabOrder = 0
  114.       WantReturns = False
  115.       WordWrap = False
  116.     end
  117.   end
  118.   object StatusBar: TStatusBar
  119.     Left = 0
  120.     Top = 328
  121.     Width = 611
  122.     Height = 19
  123.     Panels = <>
  124.     SimplePanel = True
  125.   end
  126.   object SaveDialog1: TSaveDialog
  127.     Filter = 'Log files|*.log'
  128.     Options = [ofOverwritePrompt, ofCreatePrompt]
  129.     Title = 'Save Activity Log As...'
  130.     Left = 544
  131.     Top = 88
  132.   end
  133. end
  134.