home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95aircon / _setup.1 / airconv32.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-07-07  |  3KB  |  160 lines

  1. object AboutBox: TAboutBox
  2.   Left = 243
  3.   Top = 108
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AirConvert32'
  7.   ClientHeight = 315
  8.   ClientWidth = 367
  9.   Font.Color = clBlack
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 346
  21.     Height = 265
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 10
  26.       Top = 9
  27.       Width = 32
  28.       Height = 32
  29.       AutoSize = True
  30.       Picture.Data = {<image000.ico>}
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 52
  35.       Top = 6
  36.       Width = 243
  37.       Height = 38
  38.       Caption = 'AirConvert 32 Bit'
  39.       Font.Color = clBlue
  40.       Font.Height = -33
  41.       Font.Name = 'Times New Roman'
  42.       Font.Style = [fsBold, fsItalic]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 128
  48.       Top = 43
  49.       Width = 90
  50.       Height = 16
  51.       Caption = 'Version 7.07.96'
  52.       IsControl = True
  53.     end
  54.     object Copyright: TLabel
  55.       Left = 12
  56.       Top = 93
  57.       Width = 57
  58.       Height = 16
  59.       Caption = 'Copyright'
  60.       IsControl = True
  61.     end
  62.     object Comments: TLabel
  63.       Left = 8
  64.       Top = 166
  65.       Width = 64
  66.       Height = 16
  67.       Caption = 'Comments'
  68.       WordWrap = True
  69.       IsControl = True
  70.     end
  71.     object Label1: TLabel
  72.       Left = 15
  73.       Top = 68
  74.       Width = 315
  75.       Height = 19
  76.       Caption = 'Units Conversions Designed and Created by'
  77.       Font.Color = clBlack
  78.       Font.Height = -17
  79.       Font.Name = 'Garamond'
  80.       Font.Style = [fsBold, fsItalic]
  81.       ParentFont = False
  82.     end
  83.     object Label2: TLabel
  84.       Left = 92
  85.       Top = 90
  86.       Width = 205
  87.       Height = 23
  88.       Caption = 'DataScape Technologies'
  89.       Font.Color = clBlue
  90.       Font.Height = -20
  91.       Font.Name = 'Times New Roman'
  92.       Font.Style = [fsBold, fsItalic]
  93.       ParentFont = False
  94.     end
  95.     object Label3: TLabel
  96.       Left = 92
  97.       Top = 112
  98.       Width = 124
  99.       Height = 16
  100.       Caption = '18 Bond Street South'
  101.     end
  102.     object Label4: TLabel
  103.       Left = 92
  104.       Top = 128
  105.       Width = 184
  106.       Height = 16
  107.       Caption = 'Dundas, ON, Canada, L9H 3H1'
  108.     end
  109.     object Label5: TLabel
  110.       Left = 92
  111.       Top = 144
  112.       Width = 232
  113.       Height = 16
  114.       Caption = 'Ph.: (905) 628-9686  FAX: (905) 628-9691'
  115.     end
  116.     object Label6: TLabel
  117.       Left = 90
  118.       Top = 166
  119.       Width = 164
  120.       Height = 16
  121.       Caption = 'Requires Windows95 or NT'
  122.     end
  123.     object GroupBox1: TGroupBox
  124.       Left = 10
  125.       Top = 188
  126.       Width = 325
  127.       Height = 61
  128.       Caption = 'Registered to'
  129.       TabOrder = 0
  130.       object LabRegistered: TLabel
  131.         Left = 2
  132.         Top = 18
  133.         Width = 321
  134.         Height = 41
  135.         Align = alClient
  136.         Alignment = taCenter
  137.         Caption = '** U N R E G I S T E R E D **'
  138.         Font.Color = clRed
  139.         Font.Height = -17
  140.         Font.Name = 'MS Sans Serif'
  141.         Font.Style = []
  142.         ParentFont = False
  143.       end
  144.     end
  145.   end
  146.   object BitBtn1: TBitBtn
  147.     Left = 146
  148.     Top = 284
  149.     Width = 75
  150.     Height = 25
  151.     TabOrder = 1
  152.     Kind = bkOK
  153.   end
  154.   object Timer1: TTimer
  155.     OnTimer = Timer1Timer
  156.     Left = 40
  157.     Top = 144
  158.   end
  159. end
  160.