home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Multimedia / waveflow / waveflow.exe / 0 / RCDATA / TABOUTBOXFRM / TABOUTBOXFRM.txt < prev   
Text File  |  2005-05-01  |  3KB  |  134 lines

  1. object AboutBoxfrm: TAboutBoxfrm
  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 Comments: TLabel
  33.       Left = 42
  34.       Top = 91
  35.       Width = 188
  36.       Height = 20
  37.       Alignment = taCenter
  38.       Caption = 'Author = Xavier Cirac Vidal'
  39.       Font.Charset = DEFAULT_CHARSET
  40.       Font.Color = clWindowText
  41.       Font.Height = -16
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       WordWrap = True
  46.       IsControl = True
  47.     end
  48.     object Version: TLabel
  49.       Left = 62
  50.       Top = 72
  51.       Width = 150
  52.       Height = 13
  53.       Caption = 'Wave Flow Shareware 5.3'
  54.       Font.Charset = DEFAULT_CHARSET
  55.       Font.Color = clWindowText
  56.       Font.Height = -11
  57.       Font.Name = 'MS Sans Serif'
  58.       Font.Style = [fsBold]
  59.       ParentFont = False
  60.       IsControl = True
  61.     end
  62.     object Copyright: TLabel
  63.       Left = 81
  64.       Top = 115
  65.       Width = 110
  66.       Height = 13
  67.       Alignment = taCenter
  68.       Caption = 'Copyright:  Xavier Cirac'
  69.       IsControl = True
  70.     end
  71.     object Label1: TLabel
  72.       Left = 61
  73.       Top = 134
  74.       Width = 152
  75.       Height = 13
  76.       Alignment = taCenter
  77.       Caption = 'mail: shareware@waveflow.com'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clBlue
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.       OnClick = Label1Click
  85.       OnMouseMove = Label3MouseMove
  86.       IsControl = True
  87.     end
  88.     object Label3: TLabel
  89.       Left = 74
  90.       Top = 150
  91.       Width = 126
  92.       Height = 13
  93.       Alignment = taCenter
  94.       Caption = 'http://www.waveflow.com'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clBlue
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ParentFont = False
  101.       OnClick = Label3Click
  102.       OnMouseMove = Label3MouseMove
  103.       IsControl = True
  104.     end
  105.     object Image1: TImage
  106.       Left = 26
  107.       Top = 10
  108.       Width = 220
  109.       Height = 52
  110.       AutoSize = True
  111.       Picture.Data = {<image001.bmp>}
  112.     end
  113.   end
  114.   object OKButton: TButton
  115.     Left = 106
  116.     Top = 196
  117.     Width = 75
  118.     Height = 25
  119.     Caption = '&OK'
  120.     Default = True
  121.     ModalResult = 1
  122.     TabOrder = 1
  123.     OnClick = OKButtonClick
  124.   end
  125.   object Panel2: TPanel
  126.     Left = 290
  127.     Top = 8
  128.     Width = 200
  129.     Height = 160
  130.     BevelOuter = bvLowered
  131.     TabOrder = 2
  132.   end
  133. end
  134.