home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / SearchIutil / SearchIutility.exe / 0 / RCDATA / TSEARCHREPORT / TSEARCHREPORT.txt
Text File  |  1997-04-01  |  4KB  |  183 lines

  1. object SearchReport: TSearchReport
  2.   Left = 153
  3.   Top = 87
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Search Report'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object resultField: TRichEdit
  18.     Left = 0
  19.     Top = 0
  20.     Width = 427
  21.     Height = 235
  22.     Align = alClient
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'Courier New'
  26.     Font.Style = []
  27.     Lines.Strings = (
  28.       'RichEdit1')
  29.     ParentFont = False
  30.     PlainText = True
  31.     ScrollBars = ssBoth
  32.     TabOrder = 0
  33.     WordWrap = False
  34.   end
  35.   object StatusBar1: TStatusBar
  36.     Left = 0
  37.     Top = 235
  38.     Width = 427
  39.     Height = 19
  40.     Panels = <>
  41.     SimplePanel = True
  42.   end
  43.   object MainMenu1: TMainMenu
  44.     Left = 56
  45.     Top = 72
  46.     object File1: TMenuItem
  47.       Caption = '&File'
  48.       ShortCut = 0
  49.       object New1: TMenuItem
  50.         Caption = '&New'
  51.         ShortCut = 0
  52.         OnClick = New1Click
  53.       end
  54.       object SaveAs1: TMenuItem
  55.         Caption = 'Save &As...'
  56.         ShortCut = 0
  57.         OnClick = SaveAs1Click
  58.       end
  59.       object N3: TMenuItem
  60.         Caption = '-'
  61.         ShortCut = 0
  62.       end
  63.       object Dialog1: TMenuItem
  64.         Caption = '&Dialog...'
  65.         ShortCut = 116
  66.         OnClick = Dialog1Click
  67.       end
  68.       object Wizard1: TMenuItem
  69.         Caption = '&Wizard...'
  70.         ShortCut = 117
  71.         OnClick = Wizard1Click
  72.       end
  73.       object N1: TMenuItem
  74.         Caption = '-'
  75.         ShortCut = 0
  76.       end
  77.       object SetupPrinter1: TMenuItem
  78.         Caption = 'Setup Printer...'
  79.         ShortCut = 0
  80.         OnClick = SetupPrinter1Click
  81.       end
  82.       object Print1: TMenuItem
  83.         Caption = '&Print...'
  84.         ShortCut = 0
  85.         OnClick = Print1Click
  86.       end
  87.       object N4: TMenuItem
  88.         Caption = '-'
  89.         ShortCut = 0
  90.       end
  91.       object LoadConfiguration1: TMenuItem
  92.         Caption = 'Load Configuration...'
  93.         ShortCut = 0
  94.         OnClick = LoadConfiguration1Click
  95.       end
  96.       object SaveConfiguration1: TMenuItem
  97.         Caption = 'Save Configuration...'
  98.         ShortCut = 0
  99.         OnClick = SaveConfiguration1Click
  100.       end
  101.       object N5: TMenuItem
  102.         Caption = '-'
  103.         ShortCut = 0
  104.       end
  105.       object Exit1: TMenuItem
  106.         Caption = 'E&xit'
  107.         ShortCut = 0
  108.         OnClick = Exit1Click
  109.       end
  110.     end
  111.     object Edit1: TMenuItem
  112.       Caption = '&Edit'
  113.       ShortCut = 0
  114.       object Cut1: TMenuItem
  115.         Caption = 'Cut'
  116.         ShortCut = 16472
  117.         OnClick = Cut1Click
  118.       end
  119.       object Copy1: TMenuItem
  120.         Caption = 'Copy'
  121.         ShortCut = 16451
  122.         OnClick = Copy1Click
  123.       end
  124.       object Paste1: TMenuItem
  125.         Caption = 'Paste'
  126.         ShortCut = 16470
  127.         OnClick = Paste1Click
  128.       end
  129.       object N2: TMenuItem
  130.         Caption = '-'
  131.         ShortCut = 0
  132.       end
  133.       object Font1: TMenuItem
  134.         Caption = '&Font...'
  135.         ShortCut = 0
  136.         OnClick = Font1Click
  137.       end
  138.     end
  139.     object Stop1: TMenuItem
  140.       Caption = '&Stop'
  141.       ShortCut = 0
  142.       OnClick = Stop1Click
  143.     end
  144.     object Help1: TMenuItem
  145.       Caption = '&Help'
  146.       ShortCut = 0
  147.       object Help2: TMenuItem
  148.         Caption = '&Help'
  149.         ShortCut = 112
  150.         OnClick = Help2Click
  151.       end
  152.       object About1: TMenuItem
  153.         Caption = '&About...'
  154.         ShortCut = 0
  155.         OnClick = About1Click
  156.       end
  157.     end
  158.   end
  159.   object SaveDialog1: TSaveDialog
  160.     FileEditStyle = fsEdit
  161.     Left = 96
  162.     Top = 72
  163.   end
  164.   object FontDialog1: TFontDialog
  165.     Font.Color = clWindowText
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     MinFontSize = 0
  170.     MaxFontSize = 0
  171.     Left = 136
  172.     Top = 72
  173.   end
  174.   object PrintDialog1: TPrintDialog
  175.     Left = 176
  176.     Top = 72
  177.   end
  178.   object PrinterSetupDialog1: TPrinterSetupDialog
  179.     Left = 216
  180.     Top = 72
  181.   end
  182. end
  183.