home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9TXT / QEDIT_E.ZIP / QEDIT.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1998-05-09  |  3KB  |  134 lines

  1. object AboutBox: TAboutBox
  2.   Left = 687
  3.   Top = 121
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Info'
  7.   ClientHeight = 210
  8.   ClientWidth = 309
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 3
  20.     Width = 293
  21.     Height = 173
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object Copyright: TLabel
  27.       Left = 90
  28.       Top = 13
  29.       Width = 160
  30.       Height = 13
  31.       Caption = 'Copyright (C)1998 ZOK-Software'
  32.       IsControl = True
  33.     end
  34.     object Image1: TImage
  35.       Left = 30
  36.       Top = 90
  37.       Width = 32
  38.       Height = 32
  39.       AutoSize = True
  40.     end
  41.     object Name: TLabel
  42.       Left = 90
  43.       Top = 90
  44.       Width = 132
  45.       Height = 13
  46.       Caption = 'Keine Produktinformationen'
  47.     end
  48.     object Version: TLabel
  49.       Left = 90
  50.       Top = 105
  51.       Width = 135
  52.       Height = 16
  53.       Caption = 'Keine Versionsinformationen'
  54.     end
  55.     object Extrainfo: TLabel
  56.       Left = 90
  57.       Top = 125
  58.       Width = 196
  59.       Height = 41
  60.       AutoSize = False
  61.       WordWrap = True
  62.     end
  63.     object Label1: TLabel
  64.       Left = 5
  65.       Top = 10
  66.       Width = 76
  67.       Height = 31
  68.       Alignment = taCenter
  69.       AutoSize = False
  70.       Caption = 'ZOK'
  71.       Font.Color = clRed
  72.       Font.Height = -27
  73.       Font.Name = 'Arial'
  74.       Font.Style = [fsBold, fsItalic]
  75.       ParentFont = False
  76.     end
  77.     object Label2: TLabel
  78.       Left = 5
  79.       Top = 40
  80.       Width = 81
  81.       Height = 13
  82.       Alignment = taCenter
  83.       AutoSize = False
  84.       Caption = 'Software'
  85.       Font.Color = clGreen
  86.       Font.Height = -11
  87.       Font.Name = 'Tahoma'
  88.       Font.Style = [fsBold, fsItalic]
  89.       ParentFont = False
  90.     end
  91.     object Label3: TLabel
  92.       Left = 90
  93.       Top = 30
  94.       Width = 172
  95.       Height = 13
  96.       Caption = 'Programmiert von Sebastian Volland'
  97.     end
  98.     object Label4: TLabel
  99.       Left = 90
  100.       Top = 65
  101.       Width = 155
  102.       Height = 13
  103.       Caption = 'eMail: ZOKSoftware@bigfoot.de'
  104.     end
  105.     object Label5: TLabel
  106.       Left = 90
  107.       Top = 50
  108.       Width = 44
  109.       Height = 13
  110.       Caption = 'Internet:'
  111.     end
  112.     object LinkLabel1: TLinkLabel
  113.       Left = 135
  114.       Top = 50
  115.       Width = 131
  116.       Height = 13
  117.       Hint = 'ZOK-Software Homepage'
  118.       URL = 'http://zok.home.pages.de'
  119.       ShowHint = False
  120.     end
  121.   end
  122.   object OKButton: TButton
  123.     Left = 119
  124.     Top = 181
  125.     Width = 75
  126.     Height = 25
  127.     Caption = 'OK'
  128.     Default = True
  129.     ModalResult = 1
  130.     TabOrder = 1
  131.     OnClick = OKButtonClick
  132.   end
  133. end
  134.