home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / CLEANUP1.ZIP / CleanUp.ex_ / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt
Text File  |  1997-02-09  |  2KB  |  126 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 210
  3.   Top = 121
  4.   ActiveControl = cmdOK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'About Application'
  8.   ClientHeight = 258
  9.   ClientWidth = 340
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bev1: TBevel
  20.     Left = 77
  21.     Top = 158
  22.     Width = 250
  23.     Height = 2
  24.   end
  25.   object lblPhys: TLabel
  26.     Left = 77
  27.     Top = 169
  28.     Width = 187
  29.     Height = 13
  30.     Caption = 'Physical Memory Available to Windows:'
  31.     Transparent = True
  32.   end
  33.   object lblPhysical: TLabel
  34.     Left = 272
  35.     Top = 169
  36.     Width = 57
  37.     Height = 13
  38.     Transparent = True
  39.   end
  40.   object lblApp: TLabel
  41.     Left = 77
  42.     Top = 17
  43.     Width = 52
  44.     Height = 13
  45.     Caption = 'Application'
  46.     Transparent = True
  47.   end
  48.   object lblWindows: TLabel
  49.     Left = 77
  50.     Top = 34
  51.     Width = 59
  52.     Height = 13
  53.     Caption = 'Windows 95'
  54.     Transparent = True
  55.   end
  56.   object lblCopyright: TLabel
  57.     Left = 77
  58.     Top = 51
  59.     Width = 194
  60.     Height = 13
  61.     Caption = 'Copyright ∩┐╜ 1997 Doesn'#39't Byte Software.'
  62.     Transparent = True
  63.   end
  64.   object lblReg: TLabel
  65.     Left = 77
  66.     Top = 99
  67.     Width = 126
  68.     Height = 13
  69.     Caption = 'This product is licensed to:'
  70.   end
  71.   object lblUserName: TLabel
  72.     Left = 77
  73.     Top = 115
  74.     Width = 3
  75.     Height = 13
  76.     Font.Color = clWindowText
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentFont = False
  81.     Transparent = True
  82.   end
  83.   object lblCompanyName: TLabel
  84.     Left = 77
  85.     Top = 132
  86.     Width = 3
  87.     Height = 13
  88.     Font.Color = clWindowText
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     Transparent = True
  94.   end
  95.   object lblSysRes: TLabel
  96.     Left = 77
  97.     Top = 190
  98.     Width = 91
  99.     Height = 13
  100.     Caption = 'System Resources:'
  101.   end
  102.   object lblResFree: TLabel
  103.     Left = 272
  104.     Top = 190
  105.     Width = 57
  106.     Height = 13
  107.   end
  108.   object cmdOK: TButton
  109.     Left = 254
  110.     Top = 224
  111.     Width = 75
  112.     Height = 23
  113.     Caption = 'OK'
  114.     Default = True
  115.     ModalResult = 1
  116.     TabOrder = 0
  117.   end
  118.   object AnimatedSymbol1: TAnimatedSymbol
  119.     Left = 10
  120.     Top = 16
  121.     Width = 32
  122.     Height = 32
  123.     State = acmPlaying
  124.   end
  125. end
  126.