home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Chkml32 / CHKML32.EXE / 0 / RCDATA / TFRMNOTIF / TFRMNOTIF.txt
Encoding:
Text File  |  1998-03-26  |  801 b   |  43 lines

  1. object frmNotif: TfrmNotif
  2.   Left = 206
  3.   Top = 181
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'CheckMail 32'
  7.   ClientHeight = 78
  8.   ClientWidth = 223
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 205
  20.     Height = 33
  21.     Alignment = taCenter
  22.     AutoSize = False
  23.   end
  24.   object cmdEmailProg: TButton
  25.     Left = 8
  26.     Top = 48
  27.     Width = 109
  28.     Height = 25
  29.     Caption = '&Start E-mail program'
  30.     TabOrder = 0
  31.     OnClick = cmdEmailProgClick
  32.   end
  33.   object cmdClose: TButton
  34.     Left = 122
  35.     Top = 48
  36.     Width = 91
  37.     Height = 25
  38.     Caption = '&Close'
  39.     TabOrder = 1
  40.     OnClick = cmdCloseClick
  41.   end
  42. end
  43.