home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1998 November (Bonus) / GAMESTAR11B.ISO / Diverses / SECK / _SETUP.1 / Seck.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-03-15  |  4KB  |  172 lines

  1. object AboutBox: TAboutBox
  2.   Left = 176
  3.   Top = 54
  4.   BorderStyle = bsDialog
  5.   Caption = 'Info'
  6.   ClientHeight = 288
  7.   ClientWidth = 305
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poDefaultSizeOnly
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 12
  18.     Top = 8
  19.     Width = 284
  20.     Height = 236
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     ParentColor = True
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 15
  27.       Top = 17
  28.       Width = 40
  29.       Height = 36
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object Name: TLabel
  35.       Left = 67
  36.       Top = 15
  37.       Width = 201
  38.       Height = 16
  39.       Caption = 'Savegame Editor Construction Kit '
  40.       Font.Color = clBlack
  41.       Font.Height = -13
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = []
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 151
  49.       Top = 52
  50.       Width = 31
  51.       Height = 13
  52.       Caption = 'V 4.00'
  53.       IsControl = True
  54.     end
  55.     object Copyright: TLabel
  56.       Left = 6
  57.       Top = 70
  58.       Width = 271
  59.       Height = 13
  60.       Caption = 'Copyright (C) 1995 - 1998 Advanced Digital Technologies'
  61.       IsControl = True
  62.     end
  63.     object Comments: TLabel
  64.       Left = 12
  65.       Top = 104
  66.       Width = 254
  67.       Height = 15
  68.       Caption = 'Programm && Design        : Frank Necas-Nie∩┐╜ner'
  69.       WordWrap = True
  70.       IsControl = True
  71.     end
  72.     object Label1: TLabel
  73.       Left = 137
  74.       Top = 31
  75.       Width = 68
  76.       Height = 20
  77.       Caption = 'S E C K '
  78.       Font.Color = clBlack
  79.       Font.Height = -16
  80.       Font.Name = 'MS Sans Serif'
  81.       Font.Style = [fsBold]
  82.       ParentFont = False
  83.     end
  84.     object Label2: TLabel
  85.       Left = 12
  86.       Top = 118
  87.       Width = 203
  88.       Height = 13
  89.       Caption = 'Handbuch && Vertrieb      : Michael Schwarz'
  90.       WordWrap = True
  91.       IsControl = True
  92.     end
  93.     object Label3: TLabel
  94.       Left = 12
  95.       Top = 143
  96.       Width = 234
  97.       Height = 13
  98.       Caption = 'Diese Kopie von SECK 4.00 wurde registriert f∩┐╜r : '
  99.       Font.Color = clBlack
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = [fsUnderline]
  103.       ParentFont = False
  104.     end
  105.     object Label4: TLabel
  106.       Left = 12
  107.       Top = 163
  108.       Width = 3
  109.       Height = 16
  110.       Caption = ' '
  111.       Font.Color = clBlack
  112.       Font.Height = -13
  113.       Font.Name = 'MS Sans Serif'
  114.       Font.Style = []
  115.       ParentFont = False
  116.     end
  117.     object Label5: TLabel
  118.       Left = 12
  119.       Top = 179
  120.       Width = 3
  121.       Height = 16
  122.       Caption = ' '
  123.       Font.Color = clBlack
  124.       Font.Height = -13
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = []
  127.       ParentFont = False
  128.     end
  129.     object Label6: TLabel
  130.       Left = 12
  131.       Top = 196
  132.       Width = 3
  133.       Height = 16
  134.       Caption = ' '
  135.       Font.Color = clBlack
  136.       Font.Height = -13
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = []
  139.       ParentFont = False
  140.     end
  141.     object Label7: TLabel
  142.       Left = 12
  143.       Top = 212
  144.       Width = 3
  145.       Height = 16
  146.       Caption = ' '
  147.       Font.Color = clRed
  148.       Font.Height = -13
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = []
  151.       ParentFont = False
  152.     end
  153.     object Label8: TLabel
  154.       Left = 19
  155.       Top = 86
  156.       Width = 238
  157.       Height = 13
  158.       Caption = 'Entwickelt mit Borland (R)  Delphi (TM) Version 2.0'
  159.     end
  160.   end
  161.   object OKButton: TButton
  162.     Left = 118
  163.     Top = 254
  164.     Width = 75
  165.     Height = 25
  166.     Caption = 'OK'
  167.     Default = True
  168.     ModalResult = 1
  169.     TabOrder = 1
  170.   end
  171. end
  172.