home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 267 / _SETUP.1 / PBTerm.exe / 0 / RCDATA / TPBTERMEDITALIASESFORM / TPBTERMEDITALIASESFORM.txt
Text File  |  1997-02-09  |  2KB  |  111 lines

  1. object PBTermEditAliasesForm: TPBTermEditAliasesForm
  2.   Left = 309
  3.   Top = 169
  4.   Width = 472
  5.   Height = 370
  6.   HelpContext = 9
  7.   Caption = 'Edit Aliases'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AliasListBox: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 464
  22.     Height = 236
  23.     Align = alClient
  24.     Font.Color = clBlack
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ItemHeight = 16
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     OnClick = AliasListBoxClick
  32.   end
  33.   object BottomPanel: TPanel
  34.     Left = 0
  35.     Top = 236
  36.     Width = 464
  37.     Height = 107
  38.     Align = alBottom
  39.     BevelOuter = bvNone
  40.     TabOrder = 1
  41.     object AliasNameLabel: TLabel
  42.       Left = 4
  43.       Top = 8
  44.       Width = 61
  45.       Height = 13
  46.       Caption = 'Alias Name'
  47.     end
  48.     object Label1: TLabel
  49.       Left = 4
  50.       Top = 28
  51.       Width = 46
  52.       Height = 13
  53.       Caption = 'Alias Text'
  54.     end
  55.     object AliasButton: TButton
  56.       Left = 386
  57.       Top = 4
  58.       Width = 75
  59.       Height = 25
  60.       Caption = '&Save Alias'
  61.       TabOrder = 0
  62.       OnClick = AliasButtonClick
  63.     end
  64.     object DoneButton: TButton
  65.       Left = 386
  66.       Top = 81
  67.       Width = 75
  68.       Height = 25
  69.       Caption = '&Close'
  70.       Default = True
  71.       TabOrder = 1
  72.       OnClick = DoneButtonClick
  73.     end
  74.     object AliasNameEdit: TEdit
  75.       Left = 68
  76.       Top = 4
  77.       Width = 121
  78.       Height = 21
  79.       TabOrder = 2
  80.       OnChange = AliasMemoChange
  81.     end
  82.     object AliasMemo: TMemo
  83.       Left = 68
  84.       Top = 28
  85.       Width = 313
  86.       Height = 73
  87.       ScrollBars = ssVertical
  88.       TabOrder = 3
  89.       OnChange = AliasMemoChange
  90.     end
  91.     object NewAliasButton: TButton
  92.       Left = 386
  93.       Top = 30
  94.       Width = 75
  95.       Height = 25
  96.       Caption = '&New Alias'
  97.       TabOrder = 4
  98.       OnClick = NewAliasButtonClick
  99.     end
  100.     object DeleteAliasButton: TButton
  101.       Left = 386
  102.       Top = 56
  103.       Width = 75
  104.       Height = 25
  105.       Caption = '&Delete Alias'
  106.       TabOrder = 5
  107.       OnClick = DeleteAliasButtonClick
  108.     end
  109.   end
  110. end
  111.