home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  1999-03-17  |  3.1 KB  |  139 lines

  1. object AboutBox: TAboutBox
  2.   Left = 501
  3.   Top = 167
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'About SuperMemo'
  7.   ClientHeight = 234
  8.   ClientWidth = 330
  9.   Color = clTeal
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnKeyDown = FormKeyDown
  22.   OnShow = FormShow
  23.   PixelsPerInch = 120
  24.   TextHeight = 16
  25.   object BackgroundPanel: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 330
  29.     Height = 234
  30.     Align = alClient
  31.     BevelInner = bvRaised
  32.     Color = 7392499
  33.     TabOrder = 0
  34.     object Panel1: TPanel
  35.       Left = 2
  36.       Top = 2
  37.       Width = 326
  38.       Height = 230
  39.       Align = alClient
  40.       BevelWidth = 2
  41.       BorderStyle = bsSingle
  42.       Caption = 'Panel1'
  43.       Color = clBlack
  44.       TabOrder = 0
  45.       object WorldImage: TImage
  46.         Left = 8
  47.         Top = 8
  48.         Width = 310
  49.         Height = 210
  50.         AutoSize = True
  51.         Center = True
  52.         Picture.Data = {<image000.bmp>}
  53.       end
  54.       object Version: TLabel
  55.         Left = 92
  56.         Top = 16
  57.         Width = 18
  58.         Height = 16
  59.         Caption = '9.0'
  60.         Font.Charset = ANSI_CHARSET
  61.         Font.Color = clBlack
  62.         Font.Height = -13
  63.         Font.Name = 'Arial'
  64.         Font.Style = []
  65.         ParentFont = False
  66.         Transparent = True
  67.       end
  68.       object ContributionsButton: TSpeedButton
  69.         Left = 300
  70.         Top = 187
  71.         Width = 3
  72.         Height = 3
  73.         Cursor = crCross
  74.         Visible = False
  75.         OnClick = ContributionsButtonClick
  76.       end
  77.       object VersionLabel: TLabel
  78.         Left = 22
  79.         Top = 16
  80.         Width = 33
  81.         Height = 16
  82.         Caption = 'Build:'
  83.         Font.Charset = ANSI_CHARSET
  84.         Font.Color = clBlack
  85.         Font.Height = -13
  86.         Font.Name = 'Arial'
  87.         Font.Style = []
  88.         ParentFont = False
  89.         Transparent = True
  90.       end
  91.       object Date: TLabel
  92.         Left = 92
  93.         Top = 30
  94.         Width = 68
  95.         Height = 16
  96.         Caption = 'Oct 1, 1998'
  97.         Font.Charset = ANSI_CHARSET
  98.         Font.Color = clBlack
  99.         Font.Height = -13
  100.         Font.Name = 'Arial'
  101.         Font.Style = []
  102.         ParentFont = False
  103.         Transparent = True
  104.       end
  105.       object DateLabel: TLabel
  106.         Left = 22
  107.         Top = 30
  108.         Width = 31
  109.         Height = 16
  110.         Caption = 'Date:'
  111.         Font.Charset = ANSI_CHARSET
  112.         Font.Color = clBlack
  113.         Font.Height = -13
  114.         Font.Name = 'Arial'
  115.         Font.Style = []
  116.         ParentFont = False
  117.         Transparent = True
  118.       end
  119.       object Reseller: TLabel
  120.         Left = 16
  121.         Top = 192
  122.         Width = 295
  123.         Height = 16
  124.         Alignment = taCenter
  125.         AutoSize = False
  126.         Caption = 'SuperMemo World'
  127.         Font.Charset = ANSI_CHARSET
  128.         Font.Color = clBlack
  129.         Font.Height = -13
  130.         Font.Name = 'Arial'
  131.         Font.Style = []
  132.         ParentFont = False
  133.         Transparent = True
  134.         OnClick = ResellerClick
  135.       end
  136.     end
  137.   end
  138. end
  139.