home *** CD-ROM | disk | FTP | other *** search
- object FormLogOptions: TFormLogOptions
- Left = 555
- Top = 330
- HelpContext = 25065
- BorderStyle = bsSingle
- Caption = 'Log Properties'
- ClientHeight = 187
- ClientWidth = 312
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 297
- Height = 137
- Caption = 'Display in Log'
- TabOrder = 10
- object CheckBoxWordWrap: TCheckBox
- Left = 16
- Top = 112
- Width = 97
- Height = 17
- Caption = 'Word Wrap'
- TabOrder = 0
- end
- end
- object CheckBoxOutput: TCheckBox
- Left = 24
- Top = 24
- Width = 129
- Height = 17
- Caption = 'Program Output'
- TabOrder = 0
- end
- object CheckBoxPROCSTART: TCheckBox
- Left = 24
- Top = 72
- Width = 129
- Height = 17
- Caption = 'Process Start'
- TabOrder = 2
- end
- object CheckBoxPROCEXIT: TCheckBox
- Left = 24
- Top = 96
- Width = 129
- Height = 17
- Caption = 'Process Exit'
- TabOrder = 3
- end
- object CheckBoxTHREADSTART: TCheckBox
- Left = 160
- Top = 24
- Width = 129
- Height = 17
- Caption = 'Thread Start'
- TabOrder = 4
- end
- object CheckBoxTHREADEXIT: TCheckBox
- Left = 160
- Top = 48
- Width = 129
- Height = 17
- Caption = 'Thread Exit'
- TabOrder = 5
- end
- object CheckBoxMODLOAD: TCheckBox
- Left = 160
- Top = 72
- Width = 129
- Height = 17
- Caption = 'Class Load'
- TabOrder = 6
- end
- object ButtonOK: TButton
- Left = 67
- Top = 152
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 7
- OnClick = ButtonOKClick
- end
- object ButtonCancel: TButton
- Left = 148
- Top = 152
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- object CheckBoxError: TCheckBox
- Left = 24
- Top = 48
- Width = 129
- Height = 17
- Caption = 'Program Error'
- TabOrder = 1
- end
- object CheckBoxBREAKPOINTLOGGING: TCheckBox
- Left = 160
- Top = 96
- Width = 137
- Height = 17
- Caption = 'Breakpoint Logging'
- TabOrder = 9
- end
- object ButtonHelp: TButton
- Left = 229
- Top = 152
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 11
- OnClick = ButtonHelpClick
- end
- end
-