home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / fit11432.zip / FRAMEIT.EXE / 0 / RCDATA / TABOUTFRM / TABOUTFRM.txt < prev   
Text File  |  1996-06-10  |  3KB  |  126 lines

  1. object AboutFrm: TAboutFrm
  2.   Left = 409
  3.   Top = 646
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'About Frame-It'
  7.   ClientHeight = 189
  8.   ClientWidth = 298
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 3
  20.     Top = 9
  21.     Width = 290
  22.     Height = 144
  23.     BevelInner = bvRaised
  24.     BevelOuter = bvLowered
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 8
  28.       Top = 24
  29.       Width = 32
  30.       Height = 32
  31.       AutoSize = True
  32.       Picture.Data = {<image000.ico>}
  33.       Stretch = True
  34.       IsControl = True
  35.     end
  36.     object ProductName: TLabel
  37.       Left = 42
  38.       Top = 24
  39.       Width = 240
  40.       Height = 38
  41.       Alignment = taCenter
  42.       AutoSize = False
  43.       Caption = 'Frame-It'
  44.       Font.Color = clBlack
  45.       Font.Height = -29
  46.       Font.Name = 'Arial'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Version: TLabel
  52.       Left = 10
  53.       Top = 60
  54.       Width = 278
  55.       Height = 22
  56.       Alignment = taCenter
  57.       AutoSize = False
  58.       Caption = 'Version 1.0 for Windows 95 && NT'
  59.       Font.Color = clBlue
  60.       Font.Height = -19
  61.       Font.Name = 'Arial Narrow'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.       IsControl = True
  65.     end
  66.     object Copyright: TLabel
  67.       Left = 6
  68.       Top = 84
  69.       Width = 278
  70.       Height = 18
  71.       Alignment = taCenter
  72.       AutoSize = False
  73.       Caption = 'Copyright GME Systems Pty Ltd'
  74.       Font.Color = clBlack
  75.       Font.Height = -16
  76.       Font.Name = 'Arial'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       IsControl = True
  80.     end
  81.     object Comments: TLabel
  82.       Left = 7
  83.       Top = 106
  84.       Width = 269
  85.       Height = 32
  86.       Alignment = taCenter
  87.       Caption = 
  88.         'Get the latest version, prices etc from http://www.iinet.net.au/' +
  89.         '~bwh/frame-it.html'
  90.       Font.Color = clBlue
  91.       Font.Height = -13
  92.       Font.Name = 'Arial'
  93.       Font.Style = [fsBold]
  94.       ParentFont = False
  95.       WordWrap = True
  96.       IsControl = True
  97.     end
  98.     object RegisterLabel: TLabel
  99.       Left = 4
  100.       Top = 6
  101.       Width = 163
  102.       Height = 19
  103.       Caption = 'Evaluation Version of'
  104.       Font.Color = clBlack
  105.       Font.Height = -16
  106.       Font.Name = 'Arial'
  107.       Font.Style = [fsBold]
  108.       ParentFont = False
  109.     end
  110.   end
  111.   object OK_Btn: TButton
  112.     Left = 204
  113.     Top = 157
  114.     Width = 89
  115.     Height = 30
  116.     Caption = '&Ok'
  117.     Font.Color = clBlack
  118.     Font.Height = -11
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = []
  121.     ModalResult = 1
  122.     ParentFont = False
  123.     TabOrder = 1
  124.   end
  125. end
  126.