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

  1. object AboutDlg: TAboutDlg
  2.   Left = 289
  3.   Top = 137
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 299
  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 = 299
  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 = 261
  32.       BevelInner = bvRaised
  33.       BevelOuter = bvLowered
  34.       TabOrder = 0
  35.       object Bevel2: TBevel
  36.         Left = 28
  37.         Top = 196
  38.         Width = 241
  39.         Height = 57
  40.       end
  41.       object ProgramIcon: TImage
  42.         Left = 9
  43.         Top = 7
  44.         Width = 50
  45.         Height = 42
  46.         AutoSize = True
  47.         Picture.Data = {<image001.bmp>}
  48.         IsControl = True
  49.       end
  50.       object ProductName: TLabel
  51.         Left = 62
  52.         Top = 12
  53.         Width = 173
  54.         Height = 17
  55.         Alignment = taCenter
  56.         AutoSize = False
  57.         Caption = 'ASTEC DOTMAT'
  58.         IsControl = True
  59.       end
  60.       object Version: TLabel
  61.         Left = 62
  62.         Top = 35
  63.         Width = 173
  64.         Height = 16
  65.         Alignment = taCenter
  66.         AutoSize = False
  67.         Caption = 'Version 1.2 (05/1995)'
  68.         IsControl = True
  69.       end
  70.       object Copyright: TLabel
  71.         Left = 11
  72.         Top = 77
  73.         Width = 274
  74.         Height = 17
  75.         Alignment = taCenter
  76.         AutoSize = False
  77.         Caption = 'Copyright ASTEC International 1994/95'
  78.         IsControl = True
  79.       end
  80.       object Label1: TLabel
  81.         Left = 11
  82.         Top = 97
  83.         Width = 274
  84.         Height = 16
  85.         Alignment = taCenter
  86.         AutoSize = False
  87.         Caption = 'Written by Ollivier Civiol'
  88.         IsControl = True
  89.       end
  90.       object Bevel1: TBevel
  91.         Left = 20
  92.         Top = 124
  93.         Width = 257
  94.         Height = 17
  95.         Shape = bsTopLine
  96.       end
  97.       object Label2: TLabel
  98.         Left = 26
  99.         Top = 132
  100.         Width = 212
  101.         Height = 13
  102.         Caption = 'Demonstration Version, print disabled'
  103.       end
  104.       object Label3: TLabel
  105.         Left = 30
  106.         Top = 156
  107.         Width = 98
  108.         Height = 13
  109.         Caption = 'Full version $200'
  110.       end
  111.       object Label4: TLabel
  112.         Left = 52
  113.         Top = 200
  114.         Width = 99
  115.         Height = 13
  116.         Caption = 'ollivier@msn.com'
  117.       end
  118.       object Label5: TLabel
  119.         Left = 32
  120.         Top = 180
  121.         Width = 207
  122.         Height = 13
  123.         Caption = 'Contact ASTEC through Internet at :'
  124.       end
  125.       object Label6: TLabel
  126.         Left = 36
  127.         Top = 216
  128.         Width = 12
  129.         Height = 13
  130.         Caption = 'or'
  131.       end
  132.       object Label7: TLabel
  133.         Left = 54
  134.         Top = 232
  135.         Width = 138
  136.         Height = 13
  137.         Caption = 'jank@omni.voicenet.net'
  138.       end
  139.     end
  140.     object okbtn: TButton
  141.       Left = 116
  142.       Top = 271
  143.       Width = 73
  144.       Height = 24
  145.       Caption = '&Ok'
  146.       Default = True
  147.       ModalResult = 1
  148.       TabOrder = 1
  149.     end
  150.   end
  151. end
  152.