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

  1. object PBTermNoteForm: TPBTermNoteForm
  2.   Left = 293
  3.   Top = 211
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Compose Note'
  7.   ClientHeight = 263
  8.   ClientWidth = 428
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object SendButton: TButton
  21.     Left = 104
  22.     Top = 233
  23.     Width = 75
  24.     Height = 25
  25.     Caption = 'Send'
  26.     Default = True
  27.     TabOrder = 1
  28.     OnClick = SendButtonClick
  29.   end
  30.   object ClearButton: TButton
  31.     Left = 184
  32.     Top = 233
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Clear'
  36.     TabOrder = 2
  37.     OnClick = ClearButtonClick
  38.   end
  39.   object HelpButton: TButton
  40.     Left = 264
  41.     Top = 233
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&Help'
  45.     TabOrder = 3
  46.     OnClick = HelpButtonClick
  47.   end
  48.   object NotePanel: TPanel
  49.     Left = 4
  50.     Top = 4
  51.     Width = 421
  52.     Height = 225
  53.     TabOrder = 0
  54.     object ToLabel: TLabel
  55.       Left = 8
  56.       Top = 12
  57.       Width = 85
  58.       Height = 16
  59.       Caption = 'To'
  60.     end
  61.     object SubjectLabel: TLabel
  62.       Left = 8
  63.       Top = 40
  64.       Width = 85
  65.       Height = 16
  66.       Caption = 'Subject'
  67.     end
  68.     object TextLabel: TLabel
  69.       Left = 8
  70.       Top = 64
  71.       Width = 85
  72.       Height = 16
  73.       Caption = 'Note Text'
  74.     end
  75.     object ToBox: THistoryComboBox
  76.       Left = 100
  77.       Top = 8
  78.       Width = 313
  79.       Height = 24
  80.       ItemHeight = 16
  81.       TabOrder = 0
  82.       Key = 'DavidRM\PBTerm\NoteTo'
  83.     end
  84.     object SubjectEdit: TEdit
  85.       Left = 100
  86.       Top = 36
  87.       Width = 313
  88.       Height = 24
  89.       TabOrder = 1
  90.     end
  91.     object NoteMemo: TMemo
  92.       Left = 8
  93.       Top = 80
  94.       Width = 405
  95.       Height = 137
  96.       ScrollBars = ssVertical
  97.       TabOrder = 2
  98.     end
  99.   end
  100.   object CancelButton: TButton
  101.     Left = 344
  102.     Top = 232
  103.     Width = 75
  104.     Height = 25
  105.     Caption = '&Cancel'
  106.     TabOrder = 4
  107.     OnClick = CancelButtonClick
  108.   end
  109. end
  110.