home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 27 / CDROM27.iso / lazer / fractal / graf.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1998-09-13  |  2.2 KB  |  97 lines

  1. object AboutBox: TAboutBox
  2.   Left = 419
  3.   Top = 293
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'About GrafZViZion'
  6.   ClientHeight = 91
  7.   ClientWidth = 345
  8.   Color = clGray
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object SpeedBar1: TSpeedBar
  18.     Left = 0
  19.     Top = 0
  20.     Width = 345
  21.     Height = 91
  22.     Position = bpCustom
  23.     Align = alClient
  24.     Options = [sbAllowDrag, sbFlatBtns, sbGrayedBtns, sbTransparentBtns]
  25.     BtnOffsetHorz = 1
  26.     BtnOffsetVert = 23
  27.     BevelOuter = bvNone
  28.     Color = clBlack
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWhite
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.     InternalVer = 1
  38.     object PGLabel3: TPGLabel
  39.       Left = 86
  40.       Top = 24
  41.       Width = 173
  42.       Height = 13
  43.       Caption = 'http://home.HiWAAY.net/~stephenf'
  44.       Font.Charset = DEFAULT_CHARSET
  45.       Font.Color = clWhite
  46.       Font.Height = -11
  47.       Font.Name = 'MS Sans Serif'
  48.       Font.Style = []
  49.       ParentFont = False
  50.       Transparent = True
  51.     end
  52.     object PGLabel4: TPGLabel
  53.       Left = 36
  54.       Top = 8
  55.       Width = 274
  56.       Height = 13
  57.       Caption = 'GrafZViZion v2.7, copyright 1998 by Stephen C. Ferguson'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clWhite
  60.       Font.Height = -11
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentFont = False
  64.       Transparent = True
  65.     end
  66.     object Image1: TImage
  67.       Left = 16
  68.       Top = 40
  69.       Width = 41
  70.       Height = 41
  71.       Picture.Data = {<image000.ico>}
  72.     end
  73.     object Image2: TImage
  74.       Left = 296
  75.       Top = 40
  76.       Width = 41
  77.       Height = 41
  78.       Picture.Data = {<image001.ico>}
  79.     end
  80.     object SpeedbarSection1: TSpeedbarSection
  81.       Caption = 'Untitled (0)'
  82.     end
  83.     object SpeedItem1: TSpeedItem
  84.       BtnCaption = 'OK'
  85.       Caption = 'SpeedItem1'
  86.       Cursor = crHandPoint
  87.       Hint = 'OK'
  88.       Spacing = 1
  89.       Left = 160
  90.       Top = 46
  91.       Visible = True
  92.       OnClick = SpeedItem1Click
  93.       SectionName = 'Untitled (0)'
  94.     end
  95.   end
  96. end
  97.