home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / fineview / finevw69.exe / FineView.exe / 0 / RCDATA / TFORMHELP / TFORMHELP.txt < prev   
Text File  |  2004-10-09  |  3KB  |  110 lines

  1. object FormHelp: TFormHelp
  2.   Left = 167
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'FormHelp'
  6.   ClientHeight = 273
  7.   ClientWidth = 495
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 12
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 495
  25.     Height = 96
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     Transparent = True
  29.   end
  30.   object XMLLabel1: TXMLLabel
  31.     Left = 16
  32.     Top = 104
  33.     Width = 201
  34.     Height = 41
  35.     Transparent = True
  36.     Caption = 
  37.       'Version 0.69 [2004.10.09]<BR>Copyright (c) 1999-2004, msatoh<BR>' +
  38.       '<A href="http://www.fine-view.com/">http://www.fine-view.com/</A' +
  39.       '>'
  40.     OnLinkClick = XMLLabel1LinkClick
  41.   end
  42.   object HairLine1: THairLine
  43.     Left = 8
  44.     Top = 156
  45.     Width = 473
  46.     Height = 10
  47.     Margine = False
  48.   end
  49.   object ScrollBox1: TScrollBox
  50.     Left = 8
  51.     Top = 168
  52.     Width = 473
  53.     Height = 97
  54.     HorzScrollBar.Range = 427
  55.     HorzScrollBar.Visible = False
  56.     VertScrollBar.Position = 277
  57.     VertScrollBar.Range = 370
  58.     VertScrollBar.Tracking = True
  59.     AutoScroll = False
  60.     TabOrder = 0
  61.     object Panel1: TPanel
  62.       Left = 0
  63.       Top = -273
  64.       Width = 427
  65.       Height = 370
  66.       BevelOuter = bvNone
  67.       TabOrder = 0
  68.       object PaintBox1: TPaintBox
  69.         Left = 0
  70.         Top = 0
  71.         Width = 427
  72.         Height = 267
  73.         Align = alTop
  74.         OnMouseMove = PaintBox1MouseMove
  75.         OnMouseUp = PaintBox1MouseUp
  76.         OnPaint = PaintBox1Paint
  77.       end
  78.       object XMLLabel2: TXMLLabel
  79.         Left = 8
  80.         Top = 282
  81.         Width = 409
  82.         Height = 82
  83.         Transparent = True
  84.         Caption = 
  85.           'JPEG functions are based in part on the work of the Independent ' +
  86.           'JPEG Group.<BR>IJL15.dll was developed Intel(R).<BR>GLDPNG (c)19' +
  87.           '98-2001 Copyright Tarquin All Rights Reserved.<BR>ZLIB ver 1.1.3' +
  88.           ' (c)1995-1996 Copyright Jean-loup Gailly and Mark Adler.<BR>Ogg.' +
  89.           'dll, Vorbis.dll and Vorbisfile.dll was developed Xiph.org.'
  90.       end
  91.       object HairLine2: THairLine
  92.         Left = 8
  93.         Top = 270
  94.         Width = 409
  95.         Height = 10
  96.         Margine = False
  97.       end
  98.     end
  99.   end
  100.   object ButtonOK: TButton
  101.     Left = 376
  102.     Top = 120
  103.     Width = 75
  104.     Height = 25
  105.     Caption = 'OK'
  106.     ModalResult = 1
  107.     TabOrder = 1
  108.   end
  109. end
  110.