home *** CD-ROM | disk | FTP | other *** search
/ 95 Maailman Parasta Windows 95 Peliä / 95pelia.bin / Board / lines95 / LINES95.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-05-03  |  3KB  |  151 lines

  1. object AboutBox: TAboutBox
  2.   Left = 256
  3.   Top = 154
  4.   ActiveControl = btOK
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'About'
  8.   ClientHeight = 277
  9.   ClientWidth = 429
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object pnlForm: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 429
  22.     Height = 277
  23.     Align = alClient
  24.     BevelWidth = 3
  25.     BorderStyle = bsSingle
  26.     Font.Color = clWindowText
  27.     Font.Height = -15
  28.     Font.Name = 'Times New Roman Cyr'
  29.     Font.Style = []
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     object btOK: TBitBtn
  33.       Left = 163
  34.       Top = 223
  35.       Width = 98
  36.       Height = 34
  37.       TabOrder = 0
  38.       Kind = bkOK
  39.       Margin = 2
  40.       Spacing = -1
  41.       IsControl = True
  42.     end
  43.     object pnlAbout: TPanel
  44.       Left = 8
  45.       Top = 8
  46.       Width = 409
  47.       Height = 201
  48.       BevelOuter = bvLowered
  49.       TabOrder = 1
  50.       object bvlPhoto: TBevel
  51.         Left = 14
  52.         Top = 30
  53.         Width = 125
  54.         Height = 141
  55.         Shape = bsFrame
  56.       end
  57.       object IconProgram: TImage
  58.         Left = 16
  59.         Top = 32
  60.         Width = 121
  61.         Height = 137
  62.         Picture.Data = {<image000.bmp>}
  63.         Stretch = True
  64.         IsControl = True
  65.       end
  66.       object Version: TLabel
  67.         Left = 144
  68.         Top = 85
  69.         Width = 257
  70.         Height = 25
  71.         Alignment = taCenter
  72.         AutoSize = False
  73.         Caption = 'Version 1.1'
  74.         Font.Color = clBlack
  75.         Font.Height = -21
  76.         Font.Name = 'Times New Roman Cyr'
  77.         Font.Style = [fsBold]
  78.         ParentFont = False
  79.         IsControl = True
  80.       end
  81.       object Copyright: TLabel
  82.         Left = 144
  83.         Top = 164
  84.         Width = 257
  85.         Height = 25
  86.         Alignment = taCenter
  87.         AutoSize = False
  88.         Caption = 'Copyright ∩┐╜ 1996 by NPS'
  89.         Font.Color = clBlack
  90.         Font.Height = -21
  91.         Font.Name = 'Times New Roman Cyr'
  92.         Font.Style = [fsBold]
  93.         ParentFont = False
  94.         IsControl = True
  95.       end
  96.       object Author: TLabel
  97.         Left = 144
  98.         Top = 109
  99.         Width = 257
  100.         Height = 25
  101.         Alignment = taCenter
  102.         AutoSize = False
  103.         Caption = 'Anatoly Podgoretsky'
  104.       end
  105.       object Address: TLabel
  106.         Left = 144
  107.         Top = 125
  108.         Width = 257
  109.         Height = 25
  110.         Alignment = taCenter
  111.         AutoSize = False
  112.         Caption = 'Vahe 4-31, Johvi, Estonia, EE2045'
  113.       end
  114.       object ProductName: TLabel3d
  115.         Left = 184
  116.         Top = 16
  117.         Width = 189
  118.         Height = 71
  119.         Caption = 'LINES'
  120.         Font.Color = clTeal
  121.         Font.Height = -64
  122.         Font.Name = 'Arial'
  123.         Font.Style = [fsBold]
  124.         ParentFont = False
  125.         TextStyle = tsRaised
  126.       end
  127.       object Email: TUrlLabel
  128.         Left = 240
  129.         Top = 144
  130.         Width = 109
  131.         Height = 20
  132.         Cursor = 5
  133.         Caption = 'kvk@estpak.ee'
  134.         Font.Color = clBlue
  135.         Font.Height = -16
  136.         Font.Name = 'MS Sans Serif'
  137.         Font.Style = [fsUnderline]
  138.         ParentFont = False
  139.         Url = 'kvk@estpak.ee'
  140.       end
  141.       object EmailLabel: TLabel
  142.         Left = 192
  143.         Top = 147
  144.         Width = 36
  145.         Height = 17
  146.         Caption = 'Email:'
  147.       end
  148.     end
  149.   end
  150. end
  151.