object EditRem: TEditRem Left = 512 Top = 117 BorderStyle = bsToolWindow Caption = 'Edit Reminder:' ClientHeight = 243 ClientWidth = 243 Color = 14547961 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 0 Width = 209 Height = 26 Alignment = taCenter Caption = 'To change the reminder, edit it then click the save button below' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object Memo1: TMemo Left = 8 Top = 32 Width = 225 Height = 169 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object Button1: TButton Left = 80 Top = 208 Width = 89 Height = 25 Caption = 'Save' TabOrder = 1 OnClick = Button1Click end object Memo2: TMemo Left = 288 Top = 216 Width = 9 Height = 25 TabOrder = 2 Visible = False WordWrap = False end end