home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / NFODIZ98.ZIP / NFODIZ.EXE / 0 / RCDATA / TFRMABOUTDLG / TFRMABOUTDLG.txt
Text File  |  1998-03-29  |  2KB  |  123 lines

  1. object frmAboutDlg: TfrmAboutDlg
  2.   Left = 389
  3.   Top = 228
  4.   ActiveControl = btnOk
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 258
  8.   ClientWidth = 342
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgIcon: TImage
  19.     Left = 12
  20.     Top = 12
  21.     Width = 32
  22.     Height = 32
  23.     ParentShowHint = False
  24.     ShowHint = False
  25.   end
  26.   object lblApplicationName: TLabel
  27.     Left = 76
  28.     Top = 12
  29.     Width = 250
  30.     Height = 13
  31.     AutoSize = False
  32.   end
  33.   object lblTargetOS: TLabel
  34.     Left = 76
  35.     Top = 31
  36.     Width = 250
  37.     Height = 13
  38.     AutoSize = False
  39.   end
  40.   object lblCopyright: TLabel
  41.     Left = 76
  42.     Top = 48
  43.     Width = 250
  44.     Height = 13
  45.     AutoSize = False
  46.   end
  47.   object lblExtraInformation: TLabel
  48.     Left = 76
  49.     Top = 65
  50.     Width = 250
  51.     Height = 26
  52.     AutoSize = False
  53.     WordWrap = True
  54.   end
  55.   object lblRegistrationMessage: TLabel
  56.     Left = 76
  57.     Top = 98
  58.     Width = 250
  59.     Height = 13
  60.     AutoSize = False
  61.   end
  62.   object lblUserName: TLabel
  63.     Left = 76
  64.     Top = 115
  65.     Width = 250
  66.     Height = 13
  67.     AutoSize = False
  68.   end
  69.   object lblCompanyName: TLabel
  70.     Left = 76
  71.     Top = 131
  72.     Width = 250
  73.     Height = 13
  74.     AutoSize = False
  75.   end
  76.   object Bevel1: TBevel
  77.     Left = 76
  78.     Top = 157
  79.     Width = 250
  80.     Height = 5
  81.     Shape = bsTopLine
  82.   end
  83.   object lblPhysicalMemory: TLabel
  84.     Left = 76
  85.     Top = 167
  86.     Width = 195
  87.     Height = 13
  88.     AutoSize = False
  89.   end
  90.   object lblSystemResources: TLabel
  91.     Left = 76
  92.     Top = 188
  93.     Width = 195
  94.     Height = 13
  95.     AutoSize = False
  96.   end
  97.   object lblPhMem: TLabel
  98.     Left = 275
  99.     Top = 167
  100.     Width = 50
  101.     Height = 13
  102.     AutoSize = False
  103.   end
  104.   object lblSysRes: TLabel
  105.     Left = 275
  106.     Top = 188
  107.     Width = 50
  108.     Height = 13
  109.     AutoSize = False
  110.   end
  111.   object btnOk: TButton
  112.     Left = 252
  113.     Top = 224
  114.     Width = 75
  115.     Height = 25
  116.     Cancel = True
  117.     Caption = 'OK'
  118.     Default = True
  119.     ModalResult = 1
  120.     TabOrder = 0
  121.   end
  122. end
  123.