home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #8 / K-CD_2001-08.iso / K.exe / 0 / RCDATA / TQRABOUTBOX / TQRABOUTBOX.txt < prev   
Text File  |  2001-04-24  |  3KB  |  124 lines

  1. object QRAboutBox: TQRAboutBox
  2.   Left = 338
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'About QuickReport'
  6.   ClientHeight = 245
  7.   ClientWidth = 362
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 96
  22.     Top = 14
  23.     Width = 173
  24.     Height = 45
  25.     Picture.Data = {<image000.bmp>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 100
  29.     Top = 58
  30.     Width = 53
  31.     Height = 13
  32.     Caption = 'Version 3.0'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 100
  36.     Top = 72
  37.     Width = 139
  38.     Height = 13
  39.     Caption = 'Copyright (c) 1999 QuSoft AS'
  40.   end
  41.   object VisitLabel: TLabel
  42.     Left = 100
  43.     Top = 94
  44.     Width = 243
  45.     Height = 31
  46.     AutoSize = False
  47.     Caption = 
  48.       'Order QuickReport 3.0 Professional or download free updates from' +
  49.       ' our web site'
  50.     WordWrap = True
  51.   end
  52.   object Label3: TLabel
  53.     Left = 100
  54.     Top = 126
  55.     Width = 110
  56.     Height = 13
  57.     Cursor = crUpArrow
  58.     Caption = 'http://www.qusoft.com'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clNavy
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = [fsUnderline]
  64.     ParentFont = False
  65.     OnClick = Label3Click
  66.   end
  67.   object OrderLabel: TLabel
  68.     Left = 100
  69.     Top = 148
  70.     Width = 249
  71.     Height = 31
  72.     AutoSize = False
  73.     Caption = 
  74.       'Orders can also be faxed to us at + 47 22 41 74 91. See the Quic' +
  75.       'kReport documentation for more info.'
  76.     WordWrap = True
  77.   end
  78.   object Bevel1: TBevel
  79.     Left = 10
  80.     Top = 182
  81.     Width = 339
  82.     Height = 6
  83.     Shape = bsBottomLine
  84.   end
  85.   object Label5: TLabel
  86.     Left = 10
  87.     Top = 200
  88.     Width = 347
  89.     Height = 37
  90.     AutoSize = False
  91.     Caption = 
  92.       'This program is protected by international copyright laws. Unaut' +
  93.       'horized reproduction of this program will be prosecuted to the m' +
  94.       'aximum extent possible under the law. See your documentation for' +
  95.       ' more information on your QuickReport license agreement.'
  96.     Font.Charset = DEFAULT_CHARSET
  97.     Font.Color = clBlack
  98.     Font.Height = -9
  99.     Font.Name = 'Small Fonts'
  100.     Font.Style = []
  101.     ParentFont = False
  102.     WordWrap = True
  103.   end
  104.   object Image2: TImage
  105.     Left = 26
  106.     Top = 18
  107.     Width = 47
  108.     Height = 47
  109.     Picture.Data = {<image001.bmp>}
  110.   end
  111.   object Button1: TButton
  112.     Left = 280
  113.     Top = 18
  114.     Width = 75
  115.     Height = 25
  116.     Cancel = True
  117.     Caption = 'OK'
  118.     Default = True
  119.     ModalResult = 1
  120.     TabOrder = 0
  121.     OnClick = Button3Click
  122.   end
  123. end
  124.