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

  1. object Form13: TForm13
  2.   Left = 249
  3.   Top = 125
  4.   BorderStyle = bsToolWindow
  5.   Caption = ' '
  6.   ClientHeight = 109
  7.   ClientWidth = 173
  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 = 16
  20.     Top = 40
  21.     Width = 139
  22.     Height = 27
  23.     Caption = 'New Messages!'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clRed
  26.     Font.Height = -19
  27.     Font.Name = 'Comic Sans MS'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     Visible = False
  31.   end
  32.   object Gauge1: TGauge
  33.     Left = 16
  34.     Top = 8
  35.     Width = 137
  36.     Height = 33
  37.     ShowText = False
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWhite
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ForeColor = clRed
  44.     ParentFont = False
  45.     Progress = 0
  46.   end
  47.   object CheckBox1: TCheckBox
  48.     Left = 8
  49.     Top = 80
  50.     Width = 73
  51.     Height = 17
  52.     Caption = 'Alert'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     TabOrder = 0
  60.     OnClick = CheckBox1Click
  61.   end
  62.   object CheckBox2: TCheckBox
  63.     Left = 72
  64.     Top = 80
  65.     Width = 97
  66.     Height = 17
  67.     Caption = 'New Msgs'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clWindowText
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.     TabOrder = 1
  75.     OnClick = CheckBox2Click
  76.   end
  77.   object Timer1: TTimer
  78.     Enabled = False
  79.     Interval = 100
  80.     OnTimer = Timer1Timer
  81.     Left = 264
  82.     Top = 8
  83.   end
  84. end
  85.