home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 207
- Top = 240
- BorderStyle = bsDialog
- Caption = 'About WAPDraw'
- ClientHeight = 186
- ClientWidth = 217
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 201
- Height = 137
- BevelInner = bvRaised
- BevelOuter = bvLowered
- ParentColor = True
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 152
- Top = 16
- Width = 33
- Height = 33
- Picture.Data = {<image000.ico>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 8
- Top = 12
- Width = 81
- Height = 20
- Caption = 'WAPDraw'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 8
- Top = 38
- Width = 59
- Height = 13
- Caption = 'Version 1.01'
- IsControl = True
- end
- object Copyright: TLabel
- Left = 8
- Top = 72
- Width = 151
- Height = 13
- Caption = 'Copyright ÔøΩ Jarno KÔøΩyhkÔøΩ 2000'
- IsControl = True
- end
- object www: TLabel
- Left = 8
- Top = 96
- Width = 155
- Height = 13
- Caption = 'http://www.phnet.fi/public/jiikoo'
- WordWrap = True
- IsControl = True
- end
- object email: TLabel
- Left = 8
- Top = 110
- Width = 83
- Height = 13
- Caption = 'gambler@phnet.fi'
- end
- end
- object OKButton: TButton
- Left = 73
- Top = 156
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = OKButtonClick
- end
- end
-