home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / BITMAP / _SETUP.1 / Bitmap.exe / 0 / RCDATA / TMOREFRM / TMOREFRM.txt
Text File  |  1997-08-17  |  3KB  |  99 lines

  1. object MoreFrm: TMoreFrm
  2.   Left = 254
  3.   Top = 110
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 
  7.     'Bitmap Browser - Created by Stefan de Zeeuw - This program is fr' +
  8.     'eeware.'
  9.   ClientHeight = 347
  10.   ClientWidth = 497
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Memo1: TMemo
  20.     Left = 8
  21.     Top = 8
  22.     Width = 481
  23.     Height = 281
  24.     DragCursor = crNo
  25.     Lines.Strings = (
  26.       'FEATURES'
  27.       '--------'
  28.       
  29.         '  1)  You can drop bitmap files in the bitmap window from any ex' +
  30.         'plorer window.'
  31.       
  32.         '  2)  The following bitmap-extensions are supported : JPG, JIF, ' +
  33.         'GIF, BMP, DIB, RLE, TGA, PCX, '
  34.       '       ICO, EMF, WMF.'
  35.       
  36.         '  3)  You can zoom in up to 400 % and you can zoom out down to 2' +
  37.         '5%.'
  38.       '  4)  Runtime information about the bitmap.'
  39.       '  5)  It'#39's free!'
  40.       ' '
  41.       'FUTURE FEATURES'
  42.       '--------'
  43.       '  1)  Move the scrollbox using your arrow keys.'
  44.       
  45.         '  2)  Drag and drop into and from any OLE compatible programs, s' +
  46.         'uch as Micrografx Picture '
  47.       '       Publisher and Microsoft Word.'
  48.       '  3)  Copy to and from the clipboard.'
  49.       ''
  50.       'This program includes a dll that'#39's copyrighted by K. Nishita.'
  51.       
  52.         ' You can find the dll at his homepage at http://einstein.ae.eng.' +
  53.         'ua.edu/nishita/index.htm'
  54.       ' or you can email him -> knishita@ibm.net'
  55.       ''
  56.       'FREEWARE'
  57.       '--------'
  58.       
  59.         '  Using of this program is free and at YOUR OWN RISK. So if the ' +
  60.         'program destroys your harddisk '
  61.       '  (which is unlikely to happen) you can'#39't sue me! '
  62.       
  63.         '  It is distributed as freeware, and it may be redistributed as ' +
  64.         'such.'
  65.       
  66.         '  But if you include this program in a commercial distibution, i' +
  67.         ' want you to ask me first.'
  68.       ''
  69.       
  70.         '  If you have any questions, comments, suggestions or if you fou' +
  71.         'nd errors or '
  72.       '  you (dis)like the program, please send me an email.'
  73.       ''
  74.       'Stefan de Zeeuw'
  75.       'email -->  zlink@geocities.com')
  76.     ReadOnly = True
  77.     ScrollBars = ssVertical
  78.     TabOrder = 0
  79.     WantReturns = False
  80.   end
  81.   object Button1: TButton
  82.     Left = 216
  83.     Top = 312
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&OK'
  87.     ModalResult = 1
  88.     TabOrder = 1
  89.   end
  90.   object TitleBar1: TTitleBar
  91.     Alignment = taCenter
  92.     ApplicationInfo.FontStyle = [fsBold]
  93.     CompanyInfo.FontStyle = [fsBold, fsItalic]
  94.     NbOfColors = 0
  95.     Left = 272
  96.     Top = 424
  97.   end
  98. end
  99.