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

  1. object privatemsgs: Tprivatemsgs
  2.   Left = 530
  3.   Top = 180
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Your private message box:'
  6.   ClientHeight = 284
  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.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 225
  22.     Height = 16
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 8
  34.     Top = 232
  35.     Width = 224
  36.     Height = 13
  37.     Caption = 'Delete a line by selecting it and pressing delete.'
  38.   end
  39.   object Memo1: TMemo
  40.     Left = 8
  41.     Top = 48
  42.     Width = 225
  43.     Height = 185
  44.     ScrollBars = ssVertical
  45.     TabOrder = 0
  46.     OnKeyPress = Memo1KeyPress
  47.   end
  48.   object Button1: TButton
  49.     Left = 32
  50.     Top = 248
  51.     Width = 89
  52.     Height = 25
  53.     Caption = 'Save'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.     TabOrder = 1
  61.     OnClick = Button1Click
  62.   end
  63.   object Button2: TButton
  64.     Left = 120
  65.     Top = 248
  66.     Width = 89
  67.     Height = 25
  68.     Caption = 'Clear'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = [fsBold]
  74.     ParentFont = False
  75.     TabOrder = 2
  76.     OnClick = Button2Click
  77.   end
  78. end
  79.