home *** CD-ROM | disk | FTP | other *** search
- object frmLog: TfrmLog
- Left = 273
- Top = 228
- BorderIcons = [biSystemMenu, biMaximize]
- AutoScroll = False
- Caption = 'Second Copy 97 Activity Log'
- ClientHeight = 347
- ClientWidth = 611
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnKeyDown = FormKeyDown
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 507
- Top = 0
- Width = 104
- Height = 328
- Align = alRight
- BevelInner = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 14
- Top = 8
- Width = 47
- Height = 13
- Caption = 'Find Text:'
- end
- object btnClose: TButton
- Left = 14
- Top = 292
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- TabOrder = 5
- OnClick = btnCloseClick
- end
- object btnClear: TButton
- Left = 14
- Top = 196
- Width = 75
- Height = 25
- Caption = 'C&lear...'
- TabOrder = 4
- OnClick = btnClearClick
- end
- object btnPrint: TButton
- Left = 14
- Top = 164
- Width = 75
- Height = 25
- Caption = '&Print'
- TabOrder = 3
- OnClick = btnPrintClick
- end
- object btnSave: TButton
- Left = 14
- Top = 132
- Width = 75
- Height = 25
- Caption = '&Save As...'
- TabOrder = 2
- OnClick = btnSaveClick
- end
- object btnFind: TButton
- Left = 14
- Top = 54
- Width = 75
- Height = 25
- Caption = '&Find'
- Default = True
- TabOrder = 1
- OnClick = btnFindClick
- end
- object edtFind: TEdit
- Left = 14
- Top = 24
- Width = 75
- Height = 21
- TabOrder = 0
- Text = 'Error'
- end
- end
- object pnlRTF: TPanel
- Left = 0
- Top = 0
- Width = 507
- Height = 328
- Align = alClient
- BevelInner = bvLowered
- TabOrder = 1
- object redtLog: TRichEdit
- Left = 2
- Top = 2
- Width = 503
- Height = 324
- Align = alClient
- BorderStyle = bsNone
- Color = clWhite
- HideSelection = False
- ReadOnly = True
- ScrollBars = ssBoth
- TabOrder = 0
- WantReturns = False
- WordWrap = False
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 328
- Width = 611
- Height = 19
- Panels = <>
- SimplePanel = True
- end
- object SaveDialog1: TSaveDialog
- Filter = 'Log files|*.log'
- Options = [ofOverwritePrompt, ofCreatePrompt]
- Title = 'Save Activity Log As...'
- Left = 544
- Top = 88
- end
- end
-