home *** CD-ROM | disk | FTP | other *** search
- object fLogParserDebug: TfLogParserDebug
- Left = 317
- Top = 230
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'LOG parser debugger'
- ClientHeight = 217
- ClientWidth = 497
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object gbResults: TGroupBox
- Left = 8
- Top = 88
- Width = 481
- Height = 89
- Caption = 'Results'
- TabOrder = 1
- object lFile: TLabel
- Left = 8
- Top = 16
- Width = 71
- Height = 13
- Caption = 'File name (%F):'
- end
- object Label4: TLabel
- Left = 8
- Top = 40
- Width = 46
- Height = 13
- Caption = 'Line (%L):'
- end
- object Label5: TLabel
- Left = 8
- Top = 64
- Width = 62
- Height = 13
- Caption = 'Column (%C):'
- end
- object lFileRes: TLabel
- Left = 112
- Top = 16
- Width = 18
- Height = 13
- Caption = '???'
- end
- object lLineRes: TLabel
- Left = 112
- Top = 40
- Width = 18
- Height = 13
- Caption = '???'
- end
- object lColumnRes: TLabel
- Left = 112
- Top = 64
- Width = 18
- Height = 13
- Caption = '???'
- end
- end
- object gbParserSet: TGroupBox
- Left = 8
- Top = 8
- Width = 481
- Height = 73
- Caption = 'Parser settings'
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 20
- Width = 45
- Height = 13
- Caption = 'LOG text:'
- end
- object Label2: TLabel
- Left = 8
- Top = 44
- Width = 86
- Height = 13
- Caption = 'Parser expression:'
- end
- object eLog: TEdit
- Left = 112
- Top = 16
- Width = 353
- Height = 23
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnChange = LogTextChange
- end
- object eParser: TComboBox
- Left = 112
- Top = 40
- Width = 353
- Height = 23
- AutoComplete = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Courier New'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 1
- OnChange = LogTextChange
- end
- end
- object bOK: TButton
- Left = 328
- Top = 184
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object bCancel: TButton
- Left = 408
- Top = 184
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-