home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MEMOPAD.ZIP / _SETUP.1 / MemoPadPro.exe / 0 / RCDATA / TEDITREM / TEDITREM.txt
Text File  |  1998-05-28  |  1KB  |  64 lines

  1. object EditRem: TEditRem
  2.   Left = 512
  3.   Top = 117
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Edit Reminder:'
  6.   ClientHeight = 243
  7.   ClientWidth = 243
  8.   Color = 14547961
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 0
  20.     Width = 209
  21.     Height = 26
  22.     Alignment = taCenter
  23.     Caption = 'To change the reminder, edit it then click the save button below'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     WordWrap = True
  31.   end
  32.   object Memo1: TMemo
  33.     Left = 8
  34.     Top = 32
  35.     Width = 225
  36.     Height = 169
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -16
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     TabOrder = 0
  44.   end
  45.   object Button1: TButton
  46.     Left = 80
  47.     Top = 208
  48.     Width = 89
  49.     Height = 25
  50.     Caption = 'Save'
  51.     TabOrder = 1
  52.     OnClick = Button1Click
  53.   end
  54.   object Memo2: TMemo
  55.     Left = 288
  56.     Top = 216
  57.     Width = 9
  58.     Height = 25
  59.     TabOrder = 2
  60.     Visible = False
  61.     WordWrap = False
  62.   end
  63. end
  64.