home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / SYSINFO.ZIP / SYINFDLG.DFM / SYINFDLG.txt
Text File  |  1996-01-11  |  7KB  |  310 lines

  1. object SystemInformationDlg: TSystemInformationDlg
  2.   Left = 236
  3.   Top = 83
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'System Information'
  7.   ClientHeight = 429
  8.   ClientWidth = 294
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel2: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 294
  20.     Height = 429
  21.     Align = alClient
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 0
  26.       Top = 376
  27.       Width = 293
  28.       Height = 5
  29.       Shape = bsTopLine
  30.     end
  31.     object BitBtn1: TBitBtn
  32.       Left = 102
  33.       Top = 388
  34.       Width = 89
  35.       Height = 33
  36.       TabOrder = 3
  37.       Kind = bkOK
  38.     end
  39.     object Panel6: TPanel
  40.       Left = 10
  41.       Top = 276
  42.       Width = 273
  43.       Height = 92
  44.       BevelInner = bvLowered
  45.       BevelOuter = bvNone
  46.       TabOrder = 5
  47.       object Label6: TLabel
  48.         Left = 10
  49.         Top = 8
  50.         Width = 93
  51.         Height = 16
  52.         Caption = 'Windows Disk'
  53.       end
  54.       object Label16: TLabel
  55.         Left = 10
  56.         Top = 28
  57.         Width = 137
  58.         Height = 16
  59.         Caption = 'Windows Disk Space'
  60.       end
  61.       object Label11: TLabel
  62.         Left = 10
  63.         Top = 48
  64.         Width = 103
  65.         Height = 16
  66.         Caption = 'Temporary Disk'
  67.       end
  68.       object Label12: TLabel
  69.         Left = 10
  70.         Top = 68
  71.         Width = 147
  72.         Height = 16
  73.         Caption = 'Temporary Disk Space'
  74.       end
  75.       object SystemInfo15: TSystemInfo
  76.         Left = 168
  77.         Top = 68
  78.         Width = 95
  79.         Height = 16
  80.         Alignment = taRightJustify
  81.         Attribute = atFreeDisk
  82.         Disk = 'C'
  83.       end
  84.       object SystemInfo14: TSystemInfo
  85.         Left = 172
  86.         Top = 48
  87.         Width = 91
  88.         Height = 16
  89.         Alignment = taRightJustify
  90.         Attribute = atTempDisk
  91.         Disk = 'C'
  92.       end
  93.       object SystemInfo9: TSystemInfo
  94.         Left = 176
  95.         Top = 28
  96.         Width = 87
  97.         Height = 16
  98.         Alignment = taRightJustify
  99.         Attribute = atWindowsFreeDisk
  100.         Disk = 'C'
  101.       end
  102.       object SystemInfo13: TSystemInfo
  103.         Left = 164
  104.         Top = 8
  105.         Width = 99
  106.         Height = 16
  107.         Alignment = taRightJustify
  108.         Attribute = atWindowsDisk
  109.         Disk = 'C'
  110.       end
  111.     end
  112.     object Panel5: TPanel
  113.       Left = 10
  114.       Top = 200
  115.       Width = 273
  116.       Height = 72
  117.       BevelInner = bvLowered
  118.       BevelOuter = bvNone
  119.       TabOrder = 2
  120.       object Label14: TLabel
  121.         Left = 10
  122.         Top = 8
  123.         Width = 86
  124.         Height = 16
  125.         Caption = 'Free Memory'
  126.       end
  127.       object SystemInfo7: TSystemInfo
  128.         Left = 112
  129.         Top = 8
  130.         Width = 151
  131.         Height = 16
  132.         Alignment = taRightJustify
  133.         Attribute = atFreeMemory
  134.         Disk = 'C'
  135.       end
  136.       object Label4: TLabel
  137.         Left = 10
  138.         Top = 28
  139.         Width = 131
  140.         Height = 16
  141.         Caption = 'Free GDI Resources'
  142.       end
  143.       object SystemInfo11: TSystemInfo
  144.         Left = 180
  145.         Top = 28
  146.         Width = 83
  147.         Height = 16
  148.         Alignment = taRightJustify
  149.         Attribute = atFreeGDIResources
  150.         Disk = 'C'
  151.       end
  152.       object Label5: TLabel
  153.         Left = 10
  154.         Top = 48
  155.         Width = 138
  156.         Height = 16
  157.         Caption = 'Free User Resources'
  158.       end
  159.       object SystemInfo12: TSystemInfo
  160.         Left = 172
  161.         Top = 48
  162.         Width = 91
  163.         Height = 16
  164.         Alignment = taRightJustify
  165.         Attribute = atFreeUserResources
  166.         Disk = 'C'
  167.       end
  168.     end
  169.     object Panel4: TPanel
  170.       Left = 10
  171.       Top = 124
  172.       Width = 273
  173.       Height = 72
  174.       BevelInner = bvLowered
  175.       BevelOuter = bvNone
  176.       TabOrder = 1
  177.       object Label9: TLabel
  178.         Left = 10
  179.         Top = 8
  180.         Width = 113
  181.         Height = 16
  182.         Caption = 'Windows Version'
  183.       end
  184.       object Label10: TLabel
  185.         Left = 10
  186.         Top = 48
  187.         Width = 82
  188.         Height = 16
  189.         Caption = 'DOS Version'
  190.       end
  191.       object SystemInfo5: TSystemInfo
  192.         Left = 152
  193.         Top = 8
  194.         Width = 111
  195.         Height = 16
  196.         Alignment = taRightJustify
  197.         Attribute = atWindowsVersion
  198.         Disk = 'C'
  199.       end
  200.       object SystemInfo6: TSystemInfo
  201.         Left = 148
  202.         Top = 48
  203.         Width = 115
  204.         Height = 16
  205.         Alignment = taRightJustify
  206.         Attribute = atDosVersion
  207.         Disk = 'C'
  208.       end
  209.       object Label3: TLabel
  210.         Left = 10
  211.         Top = 28
  212.         Width = 100
  213.         Height = 16
  214.         Caption = 'Windows Mode'
  215.       end
  216.       object SystemInfo10: TSystemInfo
  217.         Left = 136
  218.         Top = 28
  219.         Width = 127
  220.         Height = 16
  221.         Alignment = taRightJustify
  222.         Attribute = atWindowsMode
  223.         Disk = 'C'
  224.       end
  225.     end
  226.     object Panel3: TPanel
  227.       Left = 10
  228.       Top = 68
  229.       Width = 273
  230.       Height = 52
  231.       BevelInner = bvLowered
  232.       BevelOuter = bvNone
  233.       TabOrder = 0
  234.       object Label7: TLabel
  235.         Left = 10
  236.         Top = 8
  237.         Width = 64
  238.         Height = 16
  239.         Caption = 'CPU Type'
  240.       end
  241.       object Label8: TLabel
  242.         Left = 10
  243.         Top = 28
  244.         Width = 131
  245.         Height = 16
  246.         Caption = 'Maths Co-Processor'
  247.       end
  248.       object SystemInfo3: TSystemInfo
  249.         Left = 148
  250.         Top = 8
  251.         Width = 115
  252.         Height = 16
  253.         Alignment = taRightJustify
  254.         Attribute = atCPU
  255.         Disk = 'C'
  256.       end
  257.       object SystemInfo4: TSystemInfo
  258.         Left = 160
  259.         Top = 28
  260.         Width = 103
  261.         Height = 16
  262.         Alignment = taRightJustify
  263.         Attribute = atCoProcessor
  264.         Disk = 'C'
  265.       end
  266.     end
  267.     object Panel1: TPanel
  268.       Left = 10
  269.       Top = 12
  270.       Width = 273
  271.       Height = 52
  272.       BevelInner = bvLowered
  273.       BevelOuter = bvNone
  274.       TabOrder = 4
  275.       object Label1: TLabel
  276.         Left = 10
  277.         Top = 8
  278.         Width = 31
  279.         Height = 16
  280.         Caption = 'User'
  281.       end
  282.       object Label2: TLabel
  283.         Left = 10
  284.         Top = 28
  285.         Width = 61
  286.         Height = 16
  287.         Caption = 'Company'
  288.       end
  289.       object SystemInfo1: TSystemInfo
  290.         Left = 80
  291.         Top = 8
  292.         Width = 183
  293.         Height = 16
  294.         Alignment = taRightJustify
  295.         Attribute = atUserName
  296.         Disk = 'C'
  297.       end
  298.       object SystemInfo2: TSystemInfo
  299.         Left = 84
  300.         Top = 28
  301.         Width = 179
  302.         Height = 16
  303.         Alignment = taRightJustify
  304.         Attribute = atCompanyName
  305.         Disk = 'C'
  306.       end
  307.     end
  308.   end
  309. end
  310.