home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / winfo151.exe / FRMABOUT.DFM / FRMABOUT.txt next >
Text File  |  1995-09-06  |  3KB  |  139 lines

  1. object frmNmfiAbout: TfrmNmfiAbout
  2.   Left = 434
  3.   Top = 253
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 262
  7.   ClientWidth = 367
  8.   Font.Color = clWindowText
  9.   Font.Height = -17
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 20
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 200
  19.     Width = 353
  20.     Height = 57
  21.     Shape = bsFrame
  22.   end
  23.   object AppIcon: TImage
  24.     Left = 22
  25.     Top = 211
  26.     Width = 36
  27.     Height = 36
  28.   end
  29.   object Image1: TImage
  30.     Left = 313
  31.     Top = 211
  32.     Width = 36
  33.     Height = 36
  34.     Picture.Data = {<image000.ico>}
  35.   end
  36.   object Panel2: TPanel
  37.     Left = 7
  38.     Top = 8
  39.     Width = 353
  40.     Height = 185
  41.     BevelInner = bvRaised
  42.     BevelOuter = bvLowered
  43.     TabOrder = 0
  44.     object AppName: TLabel
  45.       Left = 2
  46.       Top = 2
  47.       Width = 349
  48.       Height = 55
  49.       Align = alTop
  50.       Alignment = taCenter
  51.       AutoSize = False
  52.       Caption = 'AppName'
  53.       Font.Color = clNavy
  54.       Font.Height = -30
  55.       Font.Name = 'Arial'
  56.       Font.Style = []
  57.       ParentFont = False
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 33
  61.       Top = 95
  62.       Width = 287
  63.       Height = 19
  64.       Alignment = taCenter
  65.       Caption = 'Copyright 1995, Carm Vecchio, NMFI'
  66.       Font.Color = clBlack
  67.       Font.Height = -17
  68.       Font.Name = 'Arial'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.     end
  72.     object EMail: TLabel
  73.       Left = 72
  74.       Top = 116
  75.       Width = 216
  76.       Height = 16
  77.       Alignment = taCenter
  78.       Caption = 'E-Mail: 71762.271@compuserve.com'
  79.       Font.Color = clWindowText
  80.       Font.Height = -13
  81.       Font.Name = 'arial'
  82.       Font.Style = []
  83.       ParentFont = False
  84.     end
  85.     object Label3: TLabel
  86.       Left = 124
  87.       Top = 69
  88.       Width = 117
  89.       Height = 24
  90.       Caption = 'Version 1.51'
  91.       Font.Color = clMaroon
  92.       Font.Height = -20
  93.       Font.Name = 'Arial'
  94.       Font.Style = [fsBold]
  95.       ParentFont = False
  96.     end
  97.     object Bevel2: TBevel
  98.       Left = 8
  99.       Top = 141
  100.       Width = 337
  101.       Height = 38
  102.     end
  103.     object Label2: TLabel
  104.       Left = 91
  105.       Top = 160
  106.       Width = 180
  107.       Height = 13
  108.       Alignment = taCenter
  109.       Caption = 'Copyright 1995 Borland International.'
  110.       Font.Color = clBlack
  111.       Font.Height = -12
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = [fsItalic]
  114.       ParentFont = False
  115.     end
  116.     object Label1: TLabel
  117.       Left = 115
  118.       Top = 145
  119.       Width = 131
  120.       Height = 13
  121.       Alignment = taCenter
  122.       Caption = 'Written using DELPHI 1.0 '
  123.       Font.Color = clWindowText
  124.       Font.Height = -10
  125.       Font.Name = 'MS Sans Serif'
  126.       Font.Style = [fsItalic]
  127.       ParentFont = False
  128.     end
  129.   end
  130.   object BitBtn1: TBitBtn
  131.     Left = 139
  132.     Top = 208
  133.     Width = 89
  134.     Height = 41
  135.     TabOrder = 1
  136.     Kind = bkOK
  137.   end
  138. end
  139.