object FAddInLay: TFAddInLay Left = 395 Top = 188 BorderStyle = bsDialog Caption = 'Select Layer' ClientHeight = 172 ClientWidth = 155 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnDeactivate = FormDeactivate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 2 Top = 2 Width = 153 Height = 169 end object LB: TListBox Left = 8 Top = 8 Width = 140 Height = 121 ItemHeight = 13 TabOrder = 0 end object Button1: TButton Left = 28 Top = 138 Width = 105 Height = 25 Caption = 'Add to Layer' TabOrder = 1 OnClick = Button1Click end end