home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / explorer / about.dfm / about.txt next >
Encoding:
Text File  |  1995-03-21  |  2.3 KB  |  134 lines

  1. object AboutDlg: TAboutDlg
  2.   Left = 249
  3.   Top = 193
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 198
  9.   ClientWidth = 417
  10.   Color = clSilver
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   PixelsPerInch = 96
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnDblClick = FormDblClick
  20.   TextHeight = 16
  21.   object Label2: TLabel
  22.     Left = 56
  23.     Top = 80
  24.     Width = 304
  25.     Height = 16
  26.     Caption = 'Copyright (c) 1995 -  Charlie and Steve Sofware'
  27.   end
  28.   object Bevel1: TBevel
  29.     Left = 16
  30.     Top = 8
  31.     Width = 385
  32.     Height = 105
  33.   end
  34.   object Label1: TLabel
  35.     Left = 136
  36.     Top = 16
  37.     Width = 144
  38.     Height = 22
  39.     Caption = 'Delphi Explorer'
  40.     Font.Color = clBlack
  41.     Font.Height = -19
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.   end
  46.   object Label3: TLabel
  47.     Left = 168
  48.     Top = 48
  49.     Width = 81
  50.     Height = 16
  51.     Caption = 'Version 2.20'
  52.   end
  53.   object TLabel
  54.     Left = 24
  55.     Top = 120
  56.     Width = 4
  57.     Height = 20
  58.   end
  59.   object Label4: TLabel
  60.     Left = 40
  61.     Top = 128
  62.     Width = 83
  63.     Height = 20
  64.     Alignment = taCenter
  65.     Caption = 'Free User:'
  66.   end
  67.   object Label5: TLabel
  68.     Left = 236
  69.     Top = 128
  70.     Width = 75
  71.     Height = 20
  72.     Alignment = taCenter
  73.     Caption = 'Free GDI:'
  74.   end
  75.   object Bevel2: TBevel
  76.     Left = 16
  77.     Top = 120
  78.     Width = 385
  79.     Height = 33
  80.   end
  81.   object Label6: TLabel
  82.     Left = 128
  83.     Top = 128
  84.     Width = 53
  85.     Height = 20
  86.     Caption = 'Label6'
  87.   end
  88.   object Label7: TLabel
  89.     Left = 320
  90.     Top = 128
  91.     Width = 53
  92.     Height = 20
  93.     Caption = 'Label7'
  94.   end
  95.   object FaceHits: TLabel
  96.     Left = 8
  97.     Top = 168
  98.     Width = 78
  99.     Height = 20
  100.     Caption = 'Face Hits:'
  101.   end
  102.   object Label8: TLabel
  103.     Left = 80
  104.     Top = 168
  105.     Width = 4
  106.     Height = 20
  107.   end
  108.   object Image1: TImage
  109.     Left = 0
  110.     Top = 40
  111.     Width = 32
  112.     Height = 32
  113.     Picture.Data = {<image001.bmp>}
  114.     Visible = False
  115.     OnClick = Image1Click
  116.   end
  117.   object BitBtn1: TBitBtn
  118.     Left = 164
  119.     Top = 160
  120.     Width = 89
  121.     Height = 33
  122.     TabOrder = 0
  123.     OnClick = BitBtn1Click
  124.     Kind = bkOK
  125.   end
  126.   object Timer1: TTimer
  127.     Enabled = False
  128.     Interval = 1
  129.     OnTimer = Timer1Timer
  130.     Left = 368
  131.     Top = 32
  132.   end
  133. end
  134.