home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 026A / WCMD32.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TINFODLG / TINFODLG.txt
Text File  |  1996-12-31  |  13KB  |  589 lines

  1. object INFODLG: TINFODLG
  2.   Tag = 1
  3.   Left = 215
  4.   Top = 125
  5.   HelpContext = 230
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'System Information'
  9.   ClientHeight = 327
  10.   ClientWidth = 313
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Ok: TButton
  22.     Tag = 4001
  23.     Left = 39
  24.     Top = 300
  25.     Width = 110
  26.     Height = 25
  27.     Cancel = True
  28.     Caption = '&Ok'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object TabbedNotebook1: TTabbedNotebook
  34.     Tag = 2
  35.     Left = 0
  36.     Top = 0
  37.     Width = 313
  38.     Height = 297
  39.     Align = alTop
  40.     TabFont.Color = clBtnText
  41.     TabFont.Height = -11
  42.     TabFont.Name = 'MS Sans Serif'
  43.     TabFont.Style = []
  44.     TabOrder = 1
  45.     OnChange = TabbedNotebook1Change
  46.     object TTabPage
  47.       Left = 4
  48.       Top = 24
  49.       HelpContext = 230
  50.       Caption = 'Hardware'
  51.       object Hardware: TGroupBox
  52.         Tag = 3
  53.         Left = 9
  54.         Top = 16
  55.         Width = 284
  56.         Height = 229
  57.         Caption = ' Hardware '
  58.         TabOrder = 0
  59.         object CPUType: TLabel
  60.           Tag = 4
  61.           Left = 7
  62.           Top = 21
  63.           Width = 130
  64.           Height = 14
  65.           AutoSize = False
  66.           Caption = 'CPU-Type:'
  67.         end
  68.         object info_cpu: TLabel
  69.           Left = 136
  70.           Top = 21
  71.           Width = 146
  72.           Height = 13
  73.           Caption = '?'
  74.           ShowAccelChar = False
  75.         end
  76.         object BIOSVersion: TLabel
  77.           Tag = 5
  78.           Left = 7
  79.           Top = 47
  80.           Width = 130
  81.           Height = 14
  82.           AutoSize = False
  83.           Caption = 'BIOS Version:'
  84.         end
  85.         object info_bios: TLabel
  86.           Left = 136
  87.           Top = 47
  88.           Width = 146
  89.           Height = 14
  90.           AutoSize = False
  91.           Caption = '?'
  92.           ShowAccelChar = False
  93.         end
  94.         object Mathcoprocessor: TLabel
  95.           Tag = 6
  96.           Left = 7
  97.           Top = 73
  98.           Width = 130
  99.           Height = 14
  100.           AutoSize = False
  101.           Caption = 'Math coprocessor:'
  102.         end
  103.         object info_copro: TLabel
  104.           Left = 136
  105.           Top = 73
  106.           Width = 146
  107.           Height = 14
  108.           AutoSize = False
  109.           Caption = '?'
  110.           ShowAccelChar = False
  111.         end
  112.         object Displaydriver: TLabel
  113.           Tag = 7
  114.           Left = 7
  115.           Top = 99
  116.           Width = 130
  117.           Height = 14
  118.           AutoSize = False
  119.           Caption = 'Display driver:'
  120.         end
  121.         object info_display: TLabel
  122.           Left = 136
  123.           Top = 99
  124.           Width = 146
  125.           Height = 14
  126.           AutoSize = False
  127.           Caption = '?'
  128.           ShowAccelChar = False
  129.         end
  130.         object Displayresolution: TLabel
  131.           Tag = 8
  132.           Left = 7
  133.           Top = 125
  134.           Width = 130
  135.           Height = 14
  136.           AutoSize = False
  137.           Caption = 'Display resolution:'
  138.         end
  139.         object info_resolution: TLabel
  140.           Left = 136
  141.           Top = 125
  142.           Width = 146
  143.           Height = 14
  144.           AutoSize = False
  145.           Caption = '?'
  146.           ShowAccelChar = False
  147.         end
  148.         object Currentprinter: TLabel
  149.           Tag = 9
  150.           Left = 7
  151.           Top = 151
  152.           Width = 130
  153.           Height = 14
  154.           AutoSize = False
  155.           Caption = 'Current printer:'
  156.         end
  157.         object info_printer: TLabel
  158.           Left = 136
  159.           Top = 151
  160.           Width = 146
  161.           Height = 14
  162.           AutoSize = False
  163.           Caption = '?'
  164.           ShowAccelChar = False
  165.         end
  166.         object COMports: TLabel
  167.           Tag = 10
  168.           Left = 7
  169.           Top = 177
  170.           Width = 90
  171.           Height = 14
  172.           AutoSize = False
  173.           Caption = 'COM ports:'
  174.           WordWrap = True
  175.         end
  176.         object info_com: TLabel
  177.           Left = 99
  178.           Top = 177
  179.           Width = 38
  180.           Height = 14
  181.           AutoSize = False
  182.           Caption = '?'
  183.           ShowAccelChar = False
  184.         end
  185.         object LPTports: TLabel
  186.           Tag = 11
  187.           Left = 136
  188.           Top = 177
  189.           Width = 97
  190.           Height = 14
  191.           AutoSize = False
  192.           Caption = 'LPT ports:'
  193.         end
  194.         object info_lpt: TLabel
  195.           Left = 238
  196.           Top = 177
  197.           Width = 39
  198.           Height = 14
  199.           AutoSize = False
  200.           Caption = '?'
  201.           ShowAccelChar = False
  202.         end
  203.         object InstalledRAM: TLabel
  204.           Tag = 12
  205.           Left = 7
  206.           Top = 203
  207.           Width = 130
  208.           Height = 14
  209.           AutoSize = False
  210.           Caption = 'Installed RAM:'
  211.         end
  212.         object info_memory: TLabel
  213.           Left = 136
  214.           Top = 203
  215.           Width = 146
  216.           Height = 14
  217.           AutoSize = False
  218.           Caption = '?'
  219.           ShowAccelChar = False
  220.         end
  221.       end
  222.     end
  223.     object TTabPage
  224.       Left = 4
  225.       Top = 24
  226.       HelpContext = 232
  227.       Caption = 'Software'
  228.       object Software: TGroupBox
  229.         Tag = 20
  230.         Left = 9
  231.         Top = 16
  232.         Width = 284
  233.         Height = 229
  234.         Caption = ' Software '
  235.         TabOrder = 0
  236.         object DOSversion: TLabel
  237.           Tag = 21
  238.           Left = 8
  239.           Top = 21
  240.           Width = 130
  241.           Height = 14
  242.           AutoSize = False
  243.           Caption = 'DOS version:'
  244.         end
  245.         object info_dosversion: TLabel
  246.           Left = 136
  247.           Top = 21
  248.           Width = 145
  249.           Height = 14
  250.           AutoSize = False
  251.           Caption = '?'
  252.           ShowAccelChar = False
  253.         end
  254.         object Windowsversion: TLabel
  255.           Tag = 22
  256.           Left = 8
  257.           Top = 47
  258.           Width = 130
  259.           Height = 14
  260.           AutoSize = False
  261.           Caption = 'Windows version:'
  262.         end
  263.         object info_winversion: TLabel
  264.           Left = 136
  265.           Top = 47
  266.           Width = 145
  267.           Height = 14
  268.           AutoSize = False
  269.           Caption = '?'
  270.           ShowAccelChar = False
  271.         end
  272.         object Windowsmode: TLabel
  273.           Tag = 23
  274.           Left = 8
  275.           Top = 73
  276.           Width = 130
  277.           Height = 14
  278.           AutoSize = False
  279.           Caption = 'Windows mode:'
  280.         end
  281.         object info_winmode: TLabel
  282.           Left = 136
  283.           Top = 73
  284.           Width = 145
  285.           Height = 14
  286.           AutoSize = False
  287.           Caption = '?'
  288.           ShowAccelChar = False
  289.         end
  290.         object Swapfile: TLabel
  291.           Tag = 24
  292.           Left = 8
  293.           Top = 99
  294.           Width = 130
  295.           Height = 14
  296.           AutoSize = False
  297.           Caption = 'Swap file:'
  298.         end
  299.         object info_swapfile: TLabel
  300.           Left = 136
  301.           Top = 99
  302.           Width = 145
  303.           Height = 14
  304.           AutoSize = False
  305.           Caption = '?'
  306.           ShowAccelChar = False
  307.         end
  308.         object Freememory: TLabel
  309.           Tag = 25
  310.           Left = 8
  311.           Top = 125
  312.           Width = 130
  313.           Height = 14
  314.           AutoSize = False
  315.           Caption = 'Free memory:'
  316.         end
  317.         object info_freemem: TLabel
  318.           Left = 136
  319.           Top = 125
  320.           Width = 145
  321.           Height = 14
  322.           AutoSize = False
  323.           Caption = '?'
  324.           ShowAccelChar = False
  325.         end
  326.         object Freeresources: TLabel
  327.           Tag = 26
  328.           Left = 8
  329.           Top = 151
  330.           Width = 130
  331.           Height = 14
  332.           AutoSize = False
  333.           Caption = 'Free resources:'
  334.         end
  335.         object info_freeres: TLabel
  336.           Left = 136
  337.           Top = 151
  338.           Width = 145
  339.           Height = 14
  340.           AutoSize = False
  341.           Caption = '?'
  342.           ShowAccelChar = False
  343.         end
  344.         object Timesincewinstart: TLabel
  345.           Tag = 27
  346.           Left = 8
  347.           Top = 177
  348.           Width = 130
  349.           Height = 14
  350.           AutoSize = False
  351.           Caption = 'Time since win start:'
  352.         end
  353.         object info_wintime: TLabel
  354.           Left = 136
  355.