home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #12 / K-CD_2001-12.iso / K.EXE / 0 / RCDATA / TQRABOUTBOX / TQRABOUTBOX.txt < prev   
Text File  |  2001-08-02  |  2KB  |  113 lines

  1. object QRAboutBox: TQRAboutBox
  2.   Left = 409
  3.   Top = 109
  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 = 197
  38.     Height = 13
  39.     Caption = 'Copyright (c) 2001 QuSoft AS && A Lochert'
  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 = crHandPoint
  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 Bevel1: TBevel
  68.     Left = 10
  69.     Top = 182
  70.     Width = 339
  71.     Height = 6
  72.     Shape = bsBottomLine
  73.   end
  74.   object Label5: TLabel
  75.     Left = 10
  76.     Top = 200
  77.     Width = 347
  78.     Height = 37
  79.     AutoSize = False
  80.     Caption = 
  81.       'This program is protected by international copyright laws. Unaut' +
  82.       'horized reproduction of this program will be prosecuted to the m' +
  83.       'aximum extent possible under the law. See your documentation for' +
  84.       ' more information on your QuickReport license agreement.'
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clBlack
  87.     Font.Height = -9
  88.     Font.Name = 'Small Fonts'
  89.     Font.Style = []
  90.     ParentFont = False
  91.     WordWrap = True
  92.   end
  93.   object Image2: TImage
  94.     Left = 26
  95.     Top = 18
  96.     Width = 47
  97.     Height = 47
  98.     Picture.Data = {<image001.bmp>}
  99.   end
  100.   object Button1: TButton
  101.     Left = 280
  102.     Top = 18
  103.     Width = 75
  104.     Height = 25
  105.     Cancel = True
  106.     Caption = 'OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 0
  110.     OnClick = Button3Click
  111.   end
  112. end
  113.