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

  1. object FindSiglaWnd: TFindSiglaWnd
  2.   Left = 330
  3.   Top = 154
  4.   HelpContext = 5019
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Find Sigla'
  8.   ClientHeight = 187
  9.   ClientWidth = 448
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnDeactivate = FormDeactivate
  20.   TextHeight = 13
  21.   object TabbedNotebook1: TTabbedNotebook
  22.     Left = 0
  23.     Top = 0
  24.     Width = 448
  25.     Height = 187
  26.     Align = alClient
  27.     TabFont.Color = clBtnText
  28.     TabFont.Height = -11
  29.     TabFont.Name = 'MS Sans Serif'
  30.     TabFont.Style = []
  31.     TabOrder = 0
  32.     object TTabPage
  33.       Left = 5
  34.       Top = 26
  35.       Caption = 'F&ind'
  36.       object FindMss: TMemo
  37.         Left = 4
  38.         Top = 107
  39.         Width = 318
  40.         Height = 49
  41.         ScrollBars = ssVertical
  42.         TabOrder = 1
  43.         WantReturns = False
  44.       end
  45.       object LBFindSigla: TListBox
  46.         Left = 4
  47.         Top = 8
  48.         Width = 317
  49.         Height = 65
  50.         Columns = 5
  51.         ItemHeight = 13
  52.         MultiSelect = True
  53.         Style = lbOwnerDrawFixed
  54.         TabOrder = 0
  55.         OnDrawItem = LBFindNotSiglaDrawItem
  56.       end
  57.     end
  58.     object TTabPage
  59.       Left = 5
  60.       Top = 26
  61.       Caption = 'Where &Not'
  62.       object FindNotMss: TMemo
  63.         Left = 4
  64.         Top = 107
  65.         Width = 318
  66.         Height = 49
  67.         ScrollBars = ssVertical
  68.         TabOrder = 1
  69.         WantReturns = False
  70.       end
  71.       object LBFindNotSigla: TListBox
  72.         Left = 4
  73.         Top = 8
  74.         Width = 317
  75.         Height = 65
  76.         Columns = 5
  77.         ItemHeight = 13
  78.         MultiSelect = True
  79.         Style = lbOwnerDrawFixed
  80.         TabOrder = 0
  81.         OnDrawItem = LBFindNotSiglaDrawItem
  82.       end
  83.     end
  84.   end
  85.   object BFindNext: TButton
  86.     Left = 349
  87.     Top = 30
  88.     Width = 89
  89.     Height = 28
  90.     Caption = '&Find'
  91.     Default = True
  92.     TabOrder = 3
  93.     OnClick = BFindNextClick
  94.   end
  95.   object Cancel: TBitBtn
  96.     Left = 350
  97.     Top = 62
  98.     Width = 89
  99.     Height = 28
  100.     TabOrder = 4
  101.     Kind = bkCancel
  102.   end
  103.   object Help: TBitBtn
  104.     Left = 350
  105.     Top = 148
  106.     Width = 89
  107.     Height = 28
  108.     TabOrder = 6
  109.     Kind = bkHelp
  110.   end
  111.   object BEditSigla: TButton
  112.     Left = 350
  113.     Top = 96
  114.     Width = 89
  115.     Height = 28
  116.     Caption = '&Edit Sigla'
  117.     TabOrder = 5
  118.     OnClick = BEditSiglaClick
  119.   end
  120.   object BAllMss: TCheckBox
  121.     Left = 256
  122.     Top = 105
  123.     Width = 73
  124.     Height = 17
  125.     Caption = '&All Mss.'
  126.     TabOrder = 2
  127.   end
  128.   object BClearSelection: TButton
  129.     Left = 10
  130.     Top = 98
  131.     Width = 131
  132.     Height = 28
  133.     Caption = '&Clear Selection'
  134.     TabOrder = 1
  135.     OnClick = BClearSelectionClick
  136.   end
  137. end
  138.