home *** CD-ROM | disk | FTP | other *** search
- object frmNotif: TfrmNotif
- Left = 206
- Top = 181
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'CheckMail 32'
- ClientHeight = 78
- ClientWidth = 223
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 205
- Height = 33
- Alignment = taCenter
- AutoSize = False
- end
- object cmdEmailProg: TButton
- Left = 8
- Top = 48
- Width = 109
- Height = 25
- Caption = '&Start E-mail program'
- TabOrder = 0
- OnClick = cmdEmailProgClick
- end
- object cmdClose: TButton
- Left = 122
- Top = 48
- Width = 91
- Height = 25
- Caption = '&Close'
- TabOrder = 1
- OnClick = cmdCloseClick
- end
- end
-