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

  1. object frmAboutDlg: TfrmAboutDlg
  2.   Left = 457
  3.   Top = 183
  4.   ActiveControl = cmdOK
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 258
  8.   ClientWidth = 340
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object imgPro: TImage
  17.     Left = 10
  18.     Top = 10
  19.     Width = 32
  20.     Height = 32
  21.   end
  22.   object b1: TBevel
  23.     Left = 77
  24.     Top = 158
  25.     Width = 250
  26.     Height = 2
  27.   end
  28.   object lPhy: TLabel
  29.     Left = 77
  30.     Top = 169
  31.     Width = 187
  32.     Height = 13
  33.     Caption = 'Physical Memory Available to Windows:'
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.     Transparent = True
  40.   end
  41.   object lRAM: TLabel
  42.     Left = 272
  43.     Top = 169
  44.     Width = 3
  45.     Height = 13
  46.     Font.Color = clBlack
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object lPro: TLabel
  54.     Left = 77
  55.     Top = 17
  56.     Width = 3
  57.     Height = 13
  58.     Color = clNone
  59.     Font.Color = clBlue
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = []
  63.     ParentColor = False
  64.     ParentFont = False
  65.     Transparent = True
  66.   end
  67.   object lVer: TLabel
  68.     Left = 77
  69.     Top = 34
  70.     Width = 3
  71.     Height = 13
  72.     Color = clNone
  73.     Font.Color = clPurple
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentColor = False
  78.     ParentFont = False
  79.     Transparent = True
  80.   end
  81.   object lCop: TLabel
  82.     Left = 77
  83.     Top = 51
  84.     Width = 3
  85.     Height = 13
  86.     Color = clNone
  87.     Font.Color = clPurple
  88.     Font.Height = -11
  89.     Font.Name = 'MS Sans Serif'
  90.     Font.Style = []
  91.     ParentColor = False
  92.     ParentFont = False
  93.     Transparent = True
  94.   end
  95.   object lReg: TLabel
  96.     Left = 77
  97.     Top = 99
  98.     Width = 126
  99.     Height = 13
  100.     Caption = 'This product is licensed to:'
  101.     Font.Color = clBlack
  102.     Font.Height = -11
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     ParentFont = False
  106.     Transparent = True
  107.   end
  108.   object lUsr: TLabel
  109.     Left = 77
  110.     Top = 116
  111.     Width = 3
  112.     Height = 13
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ParentFont = False
  118.     Transparent = True
  119.   end
  120.   object lCom: TLabel
  121.     Left = 77
  122.     Top = 132
  123.     Width = 3
  124.     Height = 13
  125.     Font.Color = clBlack
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = []
  129.     ParentFont = False
  130.     Transparent = True
  131.   end
  132.   object lWVe: TLabel
  133.     Left = 77
  134.     Top = 188
  135.     Width = 3
  136.     Height = 13
  137.     Transparent = True
  138.   end
  139.   object cmdOK: TButton
  140.     Left = 254
  141.     Top = 224
  142.     Width = 75
  143.     Height = 23
  144.     Caption = 'OK'
  145.     Default = True
  146.     ModalResult = 1
  147.     TabOrder = 0
  148.   end
  149. end
  150.