home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / Software / WAPDraw / WAPDraw.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2000-03-17  |  1.9 KB  |  95 lines

  1. object AboutBox: TAboutBox
  2.   Left = 207
  3.   Top = 240
  4.   BorderStyle = bsDialog
  5.   Caption = 'About WAPDraw'
  6.   ClientHeight = 186
  7.   ClientWidth = 217
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 201
  22.     Height = 137
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     ParentColor = True
  26.     TabOrder = 0
  27.     object ProgramIcon: TImage
  28.       Left = 152
  29.       Top = 16
  30.       Width = 33
  31.       Height = 33
  32.       Picture.Data = {<image000.ico>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 8
  38.       Top = 12
  39.       Width = 81
  40.       Height = 20
  41.       Caption = 'WAPDraw'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = -16
  45.       Font.Name = 'MS Sans Serif'
  46.       Font.Style = [fsBold]
  47.       ParentFont = False
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 8
  52.       Top = 38
  53.       Width = 59
  54.       Height = 13
  55.       Caption = 'Version 1.01'
  56.       IsControl = True
  57.     end
  58.     object Copyright: TLabel
  59.       Left = 8
  60.       Top = 72
  61.       Width = 151
  62.       Height = 13
  63.       Caption = 'Copyright ÔøΩ Jarno KÔøΩyhkÔøΩ 2000'
  64.       IsControl = True
  65.     end
  66.     object www: TLabel
  67.       Left = 8
  68.       Top = 96
  69.       Width = 155
  70.       Height = 13
  71.       Caption = 'http://www.phnet.fi/public/jiikoo'
  72.       WordWrap = True
  73.       IsControl = True
  74.     end
  75.     object email: TLabel
  76.       Left = 8
  77.       Top = 110
  78.       Width = 83
  79.       Height = 13
  80.       Caption = 'gambler@phnet.fi'
  81.     end
  82.   end
  83.   object OKButton: TButton
  84.     Left = 73
  85.     Top = 156
  86.     Width = 75
  87.     Height = 25
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 1
  92.     OnClick = OKButtonClick
  93.   end
  94. end
  95.