object FindSiglaWnd: TFindSiglaWnd Left = 330 Top = 154 HelpContext = 5019 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Find Sigla' ClientHeight = 187 ClientWidth = 448 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnDeactivate = FormDeactivate TextHeight = 13 object TabbedNotebook1: TTabbedNotebook Left = 0 Top = 0 Width = 448 Height = 187 Align = alClient TabFont.Color = clBtnText TabFont.Height = -11 TabFont.Name = 'MS Sans Serif' TabFont.Style = [] TabOrder = 0 object TTabPage Left = 5 Top = 26 Caption = 'F&ind' object FindMss: TMemo Left = 4 Top = 107 Width = 318 Height = 49 ScrollBars = ssVertical TabOrder = 1 WantReturns = False end object LBFindSigla: TListBox Left = 4 Top = 8 Width = 317 Height = 65 Columns = 5 ItemHeight = 13 MultiSelect = True Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = LBFindNotSiglaDrawItem end end object TTabPage Left = 5 Top = 26 Caption = 'Where &Not' object FindNotMss: TMemo Left = 4 Top = 107 Width = 318 Height = 49 ScrollBars = ssVertical TabOrder = 1 WantReturns = False end object LBFindNotSigla: TListBox Left = 4 Top = 8 Width = 317 Height = 65 Columns = 5 ItemHeight = 13 MultiSelect = True Style = lbOwnerDrawFixed TabOrder = 0 OnDrawItem = LBFindNotSiglaDrawItem end end end object BFindNext: TButton Left = 349 Top = 30 Width = 89 Height = 28 Caption = '&Find' Default = True TabOrder = 3 OnClick = BFindNextClick end object Cancel: TBitBtn Left = 350 Top = 62 Width = 89 Height = 28 TabOrder = 4 Kind = bkCancel end object Help: TBitBtn Left = 350 Top = 148 Width = 89 Height = 28 TabOrder = 6 Kind = bkHelp end object BEditSigla: TButton Left = 350 Top = 96 Width = 89 Height = 28 Caption = '&Edit Sigla' TabOrder = 5 OnClick = BEditSiglaClick end object BAllMss: TCheckBox Left = 256 Top = 105 Width = 73 Height = 17 Caption = '&All Mss.' TabOrder = 2 end object BClearSelection: TButton Left = 10 Top = 98 Width = 131 Height = 28 Caption = '&Clear Selection' TabOrder = 1 OnClick = BClearSelectionClick end end