object SiglaDlg: TSiglaDlg Left = 365 Top = 123 HelpContext = 5007 ActiveControl = LBSigla BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Sigla' ClientHeight = 276 ClientWidth = 112 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 52 Top = 0 Width = 41 Height = 33 Cancel = True ModalResult = 2 TabOrder = 2 end object OKBtn: TBitBtn Left = 0 Top = 250 Width = 113 Height = 27 Caption = 'Insert' TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object LBSigla: TListBox Left = 0 Top = 0 Width = 113 Height = 250 BorderStyle = bsNone Columns = 3 ItemHeight = 16 MultiSelect = True Style = lbOwnerDrawFixed TabOrder = 1 OnDblClick = LBSiglaDblClick OnDrawItem = LBSiglaDrawItem end end