home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 July & August
/
Pcwk78a98.iso
/
E-MAIL
/
Clmail32
/
CLMAIL32.EXE
/
0
/
RCDATA
/
TFRMABOUT
/
TFRMABOUT.txt
Wrap
Text File
|
1997-11-20
|
2KB
|
103 lines
object frmAbout: TfrmAbout
Left = 117
Top = 153
BorderIcons = []
BorderStyle = bsSingle
Caption = 'About ClickMail 32'
ClientHeight = 166
ClientWidth = 344
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OnActivate = FormActivate
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 129
Top = 7
Width = 70
Height = 13
Caption = 'ClickMail 32'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblVersion: TLabel
Left = 112
Top = 21
Width = 113
Height = 16
Alignment = taCenter
AutoSize = False
Caption = 'lblVersion'
end
object Label2: TLabel
Left = 101
Top = 43
Width = 132
Height = 13
Alignment = taCenter
Caption = '� 1997 Andreas Johansson'
end
object Label3: TLabel
Left = 13
Top = 59
Width = 276
Height = 13
Alignment = taCenter
Caption = 'For help on an item, just let the mouse pointer rest over it.'
end
object Label4: TLabel
Left = 13
Top = 75
Width = 298
Height = 13
Alignment = taCenter
Caption = 'See the CheckMail home page for the latest updates, changes '
end
object Label5: TLabel
Left = 13
Top = 91
Width = 297
Height = 13
Alignment = taCenter
Caption = 'and help with troubleshooting. Remember to check back often.'
end
object cmdClose: TButton
Left = 132
Top = 136
Width = 75
Height = 25
Hint = 'Closes this about box.'
Caption = '&Close'
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = cmdCloseClick
end
object txtHTML: TEdit
Left = 16
Top = 115
Width = 321
Height = 16
Cursor = crUpArrow
Hint = 'Click here to start your browser!'
AutoSize = False
BorderStyle = bsNone
Color = clSilver
Ctl3D = False
ParentCtl3D = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
Text = 'The URL is: http://datastod.simplenet.com/ClickMail32.htm'
OnChange = txtHTMLChange
OnClick = txtHTMLClick
end
end