object NewPlugin: TNewPlugin Left = 344 Top = 276 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Install New Plugin' ClientHeight = 135 ClientWidth = 279 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 60 Width = 66 Height = 13 Alignment = taRightJustify Caption = 'Name of DLL:' end object Label2: TLabel Left = 16 Top = 16 Width = 257 Height = 26 AutoSize = False Caption = 'Note: The plugin'#39's DLL file should be placed in the Beyond Com' + 'pare program folder.' WordWrap = True end object NameEdit: TEdit Left = 96 Top = 56 Width = 121 Height = 21 TabOrder = 0 end object OKBtn: TBitBtn Left = 96 Top = 96 Width = 73 Height = 26 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 NumGlyphs = 2 end object CancelBtn: TBitBtn Left = 176 Top = 96 Width = 73 Height = 26 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 NumGlyphs = 2 end end