home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / tools / 95beyond / beyond32.exe / 0 / RCDATA / TNEWPLUGIN / TNEWPLUGIN.txt
Text File  |  1997-11-09  |  1KB  |  66 lines

  1. object NewPlugin: TNewPlugin
  2.   Left = 344
  3.   Top = 276
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Install New Plugin'
  7.   ClientHeight = 135
  8.   ClientWidth = 279
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 60
  20.     Width = 66
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     Caption = 'Name of DLL:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 257
  29.     Height = 26
  30.     AutoSize = False
  31.     Caption = 
  32.       'Note:  The plugin'#39's DLL file  should be placed in the Beyond Com' +
  33.       'pare program folder.'
  34.     WordWrap = True
  35.   end
  36.   object NameEdit: TEdit
  37.     Left = 96
  38.     Top = 56
  39.     Width = 121
  40.     Height = 21
  41.     TabOrder = 0
  42.   end
  43.   object OKBtn: TBitBtn
  44.     Left = 96
  45.     Top = 96
  46.     Width = 73
  47.     Height = 26
  48.     Caption = 'OK'
  49.     Default = True
  50.     ModalResult = 1
  51.     TabOrder = 1
  52.     NumGlyphs = 2
  53.   end
  54.   object CancelBtn: TBitBtn
  55.     Left = 176
  56.     Top = 96
  57.     Width = 73
  58.     Height = 26
  59.     Cancel = True
  60.     Caption = 'Cancel'
  61.     ModalResult = 2
  62.     TabOrder = 2
  63.     NumGlyphs = 2
  64.   end
  65. end
  66.