home *** CD-ROM | disk | FTP | other *** search
/ Needle Craft Plus / NeedleCraftPlusVolume1.iso / win / dotmat / dotmat2a.exe / dotmat.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-05-03  |  3KB  |  119 lines

  1. object AboutBox: TAboutBox
  2.   Left = 256
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 230
  7.   ClientWidth = 306
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel2: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 306
  21.     Height = 230
  22.     Align = alClient
  23.     BevelOuter = bvNone
  24.     ParentShowHint = False
  25.     ShowHint = True
  26.     TabOrder = 0
  27.     object Panel1: TPanel
  28.       Left = 5
  29.       Top = 4
  30.       Width = 297
  31.       Height = 189
  32.       BevelInner = bvRaised
  33.       BevelOuter = bvLowered
  34.       TabOrder = 0
  35.       object ProgramIcon: TImage
  36.         Left = 9
  37.         Top = 7
  38.         Width = 50
  39.         Height = 42
  40.         AutoSize = True
  41.         Picture.Data = {<image001.bmp>}
  42.         IsControl = True
  43.       end
  44.       object ProductName: TLabel
  45.         Left = 62
  46.         Top = 12
  47.         Width = 173
  48.         Height = 17
  49.         Alignment = taCenter
  50.         AutoSize = False
  51.         Caption = 'ASTEC DOTMAT'
  52.         IsControl = True
  53.       end
  54.       object Version: TLabel
  55.         Left = 62
  56.         Top = 35
  57.         Width = 173
  58.         Height = 16
  59.         Alignment = taCenter
  60.         AutoSize = False
  61.         Caption = 'Version 1.2 (05/1995)'
  62.         IsControl = True
  63.       end
  64.       object Copyright: TLabel
  65.         Left = 11
  66.         Top = 77
  67.         Width = 274
  68.         Height = 17
  69.         Alignment = taCenter
  70.         AutoSize = False
  71.         Caption = 'Copyright ASTEC International 1994/95'
  72.         IsControl = True
  73.       end
  74.       object Label1: TLabel
  75.         Left = 11
  76.         Top = 97
  77.         Width = 274
  78.         Height = 16
  79.         Alignment = taCenter
  80.         AutoSize = False
  81.         Caption = 'Written by Ollivier Civiol'
  82.         IsControl = True
  83.       end
  84.       object Bevel1: TBevel
  85.         Left = 20
  86.         Top = 124
  87.         Width = 257
  88.         Height = 17
  89.         Shape = bsTopLine
  90.       end
  91.       object Label5: TLabel
  92.         Left = 40
  93.         Top = 132
  94.         Width = 119
  95.         Height = 13
  96.         Caption = 'Version registerd to :'
  97.       end
  98.       object regnamectrl: TPanel
  99.         Left = 40
  100.         Top = 152
  101.         Width = 217
  102.         Height = 21
  103.         BevelOuter = bvLowered
  104.         TabOrder = 0
  105.       end
  106.     end
  107.     object okbtn: TButton
  108.       Left = 116
  109.       Top = 199
  110.       Width = 73
  111.       Height = 24
  112.       Caption = '&Ok'
  113.       Default = True
  114.       ModalResult = 1
  115.       TabOrder = 1
  116.     end
  117.   end
  118. end
  119.