home *** CD-ROM | disk | FTP | other *** search
- object frmWebMsg: TfrmWebMsg
- Left = 219
- Top = 296
- BorderStyle = bsToolWindow
- Caption = 'CheckMail News!'
- ClientHeight = 225
- ClientWidth = 359
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 6
- Top = 0
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Image2: TImage
- Left = 262
- Top = 0
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- end
- object Label2: TLabel
- Left = 94
- Top = 2
- Width = 123
- Height = 24
- Alignment = taCenter
- AutoSize = False
- Caption = 'Newsflash!'
- Font.Color = clBlack
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object cmdClose: TButton
- Left = 145
- Top = 198
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Close'
- Default = True
- TabOrder = 0
- OnClick = cmdCloseClick
- end
- object Panel1: TPanel
- Left = 4
- Top = 36
- Width = 349
- Height = 157
- TabOrder = 1
- object Memo1: TMemo
- Left = 4
- Top = 3
- Width = 341
- Height = 150
- Ctl3D = True
- ParentCtl3D = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- end
-