home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFLOGPARSERDEBUG / TFLOGPARSERDEBUG.txt
Encoding:
Text File  |  2004-06-06  |  2.8 KB  |  142 lines

  1. object fLogParserDebug: TfLogParserDebug
  2.   Left = 317
  3.   Top = 230
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'LOG parser debugger'
  7.   ClientHeight = 217
  8.   ClientWidth = 497
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object gbResults: TGroupBox
  20.     Left = 8
  21.     Top = 88
  22.     Width = 481
  23.     Height = 89
  24.     Caption = 'Results'
  25.     TabOrder = 1
  26.     object lFile: TLabel
  27.       Left = 8
  28.       Top = 16
  29.       Width = 71
  30.       Height = 13
  31.       Caption = 'File name (%F):'
  32.     end
  33.     object Label4: TLabel
  34.       Left = 8
  35.       Top = 40
  36.       Width = 46
  37.       Height = 13
  38.       Caption = 'Line (%L):'
  39.     end
  40.     object Label5: TLabel
  41.       Left = 8
  42.       Top = 64
  43.       Width = 62
  44.       Height = 13
  45.       Caption = 'Column (%C):'
  46.     end
  47.     object lFileRes: TLabel
  48.       Left = 112
  49.       Top = 16
  50.       Width = 18
  51.       Height = 13
  52.       Caption = '???'
  53.     end
  54.     object lLineRes: TLabel
  55.       Left = 112
  56.       Top = 40
  57.       Width = 18
  58.       Height = 13
  59.       Caption = '???'
  60.     end
  61.     object lColumnRes: TLabel
  62.       Left = 112
  63.       Top = 64
  64.       Width = 18
  65.       Height = 13
  66.       Caption = '???'
  67.     end
  68.   end
  69.   object gbParserSet: TGroupBox
  70.     Left = 8
  71.     Top = 8
  72.     Width = 481
  73.     Height = 73
  74.     Caption = 'Parser settings'
  75.     TabOrder = 0
  76.     object Label1: TLabel
  77.       Left = 8
  78.       Top = 20
  79.       Width = 45
  80.       Height = 13
  81.       Caption = 'LOG text:'
  82.     end
  83.     object Label2: TLabel
  84.       Left = 8
  85.       Top = 44
  86.       Width = 86
  87.       Height = 13
  88.       Caption = 'Parser expression:'
  89.     end
  90.     object eLog: TEdit
  91.       Left = 112
  92.       Top = 16
  93.       Width = 353
  94.       Height = 23
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clWindowText
  97.       Font.Height = -12
  98.       Font.Name = 'Courier New'
  99.       Font.Style = []
  100.       ParentFont = False
  101.       TabOrder = 0
  102.       OnChange = LogTextChange
  103.     end
  104.     object eParser: TComboBox
  105.       Left = 112
  106.       Top = 40
  107.       Width = 353
  108.       Height = 23
  109.       AutoComplete = False
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -12
  113.       Font.Name = 'Courier New'
  114.       Font.Style = []
  115.       ItemHeight = 15
  116.       ParentFont = False
  117.       TabOrder = 1
  118.       OnChange = LogTextChange
  119.     end
  120.   end
  121.   object bOK: TButton
  122.     Left = 328
  123.     Top = 184
  124.     Width = 75
  125.     Height = 25
  126.     Caption = '&OK'
  127.     Default = True
  128.     ModalResult = 1
  129.     TabOrder = 2
  130.   end
  131.   object bCancel: TButton
  132.     Left = 408
  133.     Top = 184
  134.     Width = 75
  135.     Height = 25
  136.     Cancel = True
  137.     Caption = 'Cancel'
  138.     ModalResult = 2
  139.     TabOrder = 3
  140.   end
  141. end
  142.