home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 October / PCWorld_2002-10_cd.bin / Software / TemaCD / waveflow / waveflow.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2002-08-18  |  3.3 KB  |  149 lines

  1. object AboutBox: TAboutBox
  2.   Left = 161
  3.   Top = 94
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'About...'
  7.   ClientHeight = 233
  8.   ClientWidth = 287
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PrintScale = poNone
  19.   OnMouseMove = Panel1MouseMove
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 273
  26.     Height = 177
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     ParentColor = True
  30.     TabOrder = 0
  31.     OnMouseMove = Panel1MouseMove
  32.     object Bevel1: TBevel
  33.       Left = 23
  34.       Top = 13
  35.       Width = 225
  36.       Height = 38
  37.       Style = bsRaised
  38.     end
  39.     object Comments: TLabel
  40.       Left = 42
  41.       Top = 75
  42.       Width = 188
  43.       Height = 20
  44.       Alignment = taCenter
  45.       Caption = 'Author = Xavier Cirac Vidal'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -16
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       WordWrap = True
  53.       IsControl = True
  54.     end
  55.     object ProductName: TLabel
  56.       Left = 28
  57.       Top = 16
  58.       Width = 215
  59.       Height = 32
  60.       Caption = '   WAVE FLOW  '
  61.       Color = clBlack
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clYellow
  64.       Font.Height = -29
  65.       Font.Name = 'Times New Roman'
  66.       Font.Style = [fsBold]
  67.       ParentColor = False
  68.       ParentFont = False
  69.       IsControl = True
  70.     end
  71.     object Version: TLabel
  72.       Left = 56
  73.       Top = 56
  74.       Width = 161
  75.       Height = 13
  76.       Caption = 'Wave Flow Shareware 4.5.0'
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clWindowText
  79.       Font.Height = -11
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.       IsControl = True
  84.     end
  85.     object Copyright: TLabel
  86.       Left = 81
  87.       Top = 99
  88.       Width = 110
  89.       Height = 13
  90.       Alignment = taCenter
  91.       Caption = 'Copyright:  Xavier Cirac'
  92.       IsControl = True
  93.     end
  94.     object Label1: TLabel
  95.       Left = 61
  96.       Top = 118
  97.       Width = 152
  98.       Height = 13
  99.       Alignment = taCenter
  100.       Caption = 'mail: shareware@waveflow.com'
  101.       Font.Charset = DEFAULT_CHARSET
  102.       Font.Color = clBlue
  103.       Font.Height = -11
  104.       Font.Name = 'MS Sans Serif'
  105.       Font.Style = []
  106.       ParentFont = False
  107.       OnClick = Label1Click
  108.       OnMouseMove = Label3MouseMove
  109.       IsControl = True
  110.     end
  111.     object Label3: TLabel
  112.       Left = 74
  113.       Top = 134
  114.       Width = 126
  115.       Height = 13
  116.       Alignment = taCenter
  117.       Caption = 'http://www.waveflow.com'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clBlue
  120.       Font.Height = -11
  121.       Font.Name = 'MS Sans Serif'
  122.       Font.Style = []
  123.       ParentFont = False
  124.       OnClick = Label3Click
  125.       OnMouseMove = Label3MouseMove
  126.       IsControl = True
  127.     end
  128.   end
  129.   object OKButton: TButton
  130.     Left = 106
  131.     Top = 196
  132.     Width = 75
  133.     Height = 25
  134.     Caption = '&OK'
  135.     Default = True
  136.     ModalResult = 1
  137.     TabOrder = 1
  138.     OnClick = OKButtonClick
  139.   end
  140.   object Panel2: TPanel
  141.     Left = 290
  142.     Top = 8
  143.     Width = 200
  144.     Height = 160
  145.     BevelOuter = bvLowered
  146.     TabOrder = 2
  147.   end
  148. end
  149.