home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / WTXT / CTE32_.ZIP / _SETUP.1 / Cte95.exe / 0 / RCDATA / TFINDMSSWND / TFINDMSSWND.txt
Text File  |  1998-06-03  |  2KB  |  85 lines

  1. object FindMssWnd: TFindMssWnd
  2.   Left = 330
  3.   Top = 153
  4.   HelpContext = 5017
  5.   ActiveControl = FindMss
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Find Mss.'
  9.   ClientHeight = 116
  10.   ClientWidth = 382
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDeactivate = FormDeactivate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BFindNext: TButton
  24.     Left = 285
  25.     Top = 4
  26.     Width = 89
  27.     Height = 28
  28.     Caption = '&Find Next'
  29.     Default = True
  30.     TabOrder = 2
  31.     OnClick = BFindNextClick
  32.   end
  33.   object Cancel: TBitBtn
  34.     Left = 286
  35.     Top = 34
  36.     Width = 89
  37.     Height = 28
  38.     TabOrder = 3
  39.     OnClick = CancelClick
  40.     Kind = bkCancel
  41.   end
  42.   object Help: TBitBtn
  43.     Left = 286
  44.     Top = 81
  45.     Width = 89
  46.     Height = 28
  47.     TabOrder = 4
  48.     Kind = bkHelp
  49.   end
  50.   object GroupBox1: TGroupBox
  51.     Left = 3
  52.     Top = 6
  53.     Width = 136
  54.     Height = 103
  55.     Caption = 'Find &Mss.'
  56.     TabOrder = 0
  57.     object FindMss: TMemo
  58.       Left = 6
  59.       Top = 19
  60.       Width = 121
  61.       Height = 76
  62.       ScrollBars = ssVertical
  63.       TabOrder = 0
  64.       WantReturns = False
  65.     end
  66.   end
  67.   object GroupBox2: TGroupBox
  68.     Left = 141
  69.     Top = 6
  70.     Width = 136
  71.     Height = 103
  72.     Caption = 'Where &Not'
  73.     TabOrder = 1
  74.     object FindNotMss: TMemo
  75.       Left = 6
  76.       Top = 19
  77.       Width = 121
  78.       Height = 76
  79.       ScrollBars = ssVertical
  80.       TabOrder = 0
  81.       WantReturns = False
  82.     end
  83.   end
  84. end
  85.