home *** CD-ROM | disk | FTP | other *** search
/ Freesoft 1997 June / Freesoft_1997-06_cd.bin / nerecenz / programmers / FORMMAIL / BriFormMail.dll / RCDATA / TFRMEDITNOTE / TFRMEDITNOTE.txt
Text File  |  1997-08-26  |  920b  |  52 lines

  1. object frmEditNote: TfrmEditNote
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Note'
  6.   ClientHeight = 214
  7.   ClientWidth = 314
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 297
  19.     Height = 161
  20.     Shape = bsFrame
  21.   end
  22.   object OKBtn: TButton
  23.     Left = 55
  24.     Top = 180
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.     OnClick = OKBtnClick
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 183
  35.     Top = 180
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.     OnClick = CancelBtnClick
  43.   end
  44.   object edtNote: TMemo
  45.     Left = 16
  46.     Top = 16
  47.     Width = 281
  48.     Height = 145
  49.     TabOrder = 2
  50.   end
  51. end
  52.