home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TINFODLG / TINFODLG.txt
Text File  |  1998-08-11  |  20KB  |  833 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 = clBtnText
  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: TMyTabbedNotebook
  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 = 7
  54.         Top = 16
  55.         Width = 288
  56.         Height = 229
  57.         Caption = ' Hardware '
  58.         TabOrder = 0
  59.         object CPUType: TLabel
  60.           Tag = 4
  61.           Left = 8
  62.           Top = 21
  63.           Width = 130
  64.           Height = 14
  65.           AutoSize = False
  66.           Caption = 'CPU type:'
  67.         end
  68.         object BIOSVersion: TLabel
  69.           Tag = 5
  70.           Left = 8
  71.           Top = 47
  72.           Width = 130
  73.           Height = 14
  74.           AutoSize = False
  75.           Caption = 'BIOS version:'
  76.         end
  77.         object Mathcoprocessor: TLabel
  78.           Tag = 6
  79.           Left = 8
  80.           Top = 73
  81.           Width = 130
  82.           Height = 14
  83.           AutoSize = False
  84.           Caption = 'Math coprocessor:'
  85.         end
  86.         object Displaydriver: TLabel
  87.           Tag = 7
  88.           Left = 8
  89.           Top = 99
  90.           Width = 130
  91.           Height = 14
  92.           AutoSize = False
  93.           Caption = 'Display driver:'
  94.         end
  95.         object Displayresolution: TLabel
  96.           Tag = 8
  97.           Left = 8
  98.           Top = 125
  99.           Width = 130
  100.           Height = 14
  101.           AutoSize = False
  102.           Caption = 'Display resolution:'
  103.         end
  104.         object Currentprinter: TLabel
  105.           Tag = 9
  106.           Left = 8
  107.           Top = 151
  108.           Width = 130
  109.           Height = 14
  110.           AutoSize = False
  111.           Caption = 'Current printer:'
  112.         end
  113.         object COMports: TLabel
  114.           Tag = 10
  115.           Left = 8
  116.           Top = 177
  117.           Width = 90
  118.           Height = 14
  119.           AutoSize = False
  120.           Caption = 'COM ports:'
  121.           WordWrap = True
  122.         end
  123.         object LPTports: TLabel
  124.           Tag = 11
  125.           Left = 140
  126.           Top = 177
  127.           Width = 97
  128.           Height = 14
  129.           AutoSize = False
  130.           Caption = 'LPT ports:'
  131.         end
  132.         object InstalledRAM: TLabel
  133.           Tag = 12
  134.           Left = 8
  135.           Top = 203
  136.           Width = 130
  137.           Height = 14
  138.           AutoSize = False
  139.           Caption = 'Installed RAM:'
  140.         end
  141.         object info_bios: TCopyLabel
  142.           Left = 140
  143.           Top = 47
  144.           Width = 145
  145.           Height = 14
  146.           TabStop = False
  147.           AutoSize = False
  148.           BorderStyle = bsNone
  149.           Color = clBtnFace
  150.           Ctl3D = False
  151.           ParentCtl3D = False
  152.           ReadOnly = True
  153.           TabOrder = 1
  154.           Text = '-'
  155.           Caption = '-'
  156.           ShowAccelChar = False
  157.           WordWrap = False
  158.         end
  159.         object info_copro: TCopyLabel
  160.           Left = 140
  161.           Top = 73
  162.           Width = 145
  163.           Height = 14
  164.           TabStop = False
  165.           AutoSize = False
  166.           BorderStyle = bsNone
  167.           Color = clBtnFace
  168.           Ctl3D = False
  169.           ParentCtl3D = False
  170.           ReadOnly = True
  171.           TabOrder = 2
  172.           Text = '-'
  173.           Caption = '-'
  174.           ShowAccelChar = False
  175.           WordWrap = False
  176.         end
  177.         object info_display: TCopyLabel
  178.           Left = 140
  179.           Top = 99
  180.           Width = 145
  181.           Height = 14
  182.           TabStop = False
  183.           AutoSize = False
  184.           BorderStyle = bsNone
  185.           Color = clBtnFace
  186.           Ctl3D = False
  187.           ParentCtl3D = False
  188.           ReadOnly = True
  189.           TabOrder = 3
  190.           Text = '-'
  191.           Caption = '-'
  192.           ShowAccelChar = False
  193.           WordWrap = False
  194.         end
  195.         object info_resolution: TCopyLabel
  196.           Left = 140
  197.           Top = 125
  198.           Width = 145
  199.           Height = 14
  200.           TabStop = False
  201.           AutoSize = False
  202.           BorderStyle = bsNone
  203.           Color = clBtnFace
  204.           Ctl3D = False
  205.           ParentCtl3D = False
  206.           ReadOnly = True
  207.           TabOrder = 4
  208.           Text = '-'
  209.           Caption = '-'
  210.           ShowAccelChar = False
  211.           WordWrap = False
  212.         end
  213.         object info_printer: TCopyLabel
  214.           Left = 140
  215.           Top = 151
  216.           Width = 145
  217.           Height = 14
  218.           TabStop = False
  219.           AutoSize = False
  220.           BorderStyle = bsNone
  221.           Color = clBtnFace
  222.           Ctl3D = False
  223.           ParentCtl3D = False
  224.           ReadOnly = True
  225.           TabOrder = 5
  226.           Text = '-'
  227.           Caption = '-'
  228.           ShowAccelChar = False
  229.           WordWrap = False
  230.         end
  231.         object info_com: TCopyLabel
  232.           Left = 99
  233.           Top = 177
  234.           Width = 38
  235.           Height = 14
  236.           TabStop = False
  237.           AutoSize = False
  238.           BorderStyle = bsNone
  239.           Color = clBtnFace
  240.           Ctl3D = False
  241.           ParentCtl3D = False
  242.           ReadOnly = True
  243.           TabOrder = 6
  244.           Text = '-'
  245.           Caption = '-'
  246.           ShowAccelChar = False
  247.           WordWrap = False
  248.         end
  249.         object info_lpt: TCopyLabel
  250.           Left = 242
  251.           Top = 177
  252.           Width = 39
  253.           Height = 14
  254.           TabStop = False
  255.           AutoSize = False
  256.           BorderStyle = bsNone
  257.           Color = clBtnFace
  258.           Ctl3D = False
  259.           ParentCtl3D = False
  260.           ReadOnly = True
  261.           TabOrder = 7
  262.           Text = '-'
  263.           Caption = '-'
  264.           ShowAccelChar = False
  265.           WordWrap = False
  266.         end
  267.         object info_memory: TCopyLabel
  268.           Left = 140
  269.           Top = 203
  270.           Width = 145
  271.           Height = 14
  272.           TabStop = False
  273.           AutoSize = False
  274.           BorderStyle = bsNone
  275.           Color = clBtnFace
  276.           Ctl3D = False
  277.           ParentCtl3D = False
  278.           ReadOnly = True
  279.           TabOrder = 8
  280.           Text = '-'
  281.           Caption = '-'
  282.           ShowAccelChar = False
  283.           WordWrap = False
  284.         end
  285.         object info_cpu: TCopyLabel
  286.           Left = 140
  287.           Top = 21
  288.           Width = 145
  289.           Height = 13
  290.           TabStop = False
  291.           AutoSize = False
  292.           BorderStyle = bsNone
  293.           Color = clBtnFace
  294.           Ctl3D = False
  295.           ParentCtl3D = False
  296.           ReadOnly = True
  297.           TabOrder = 0
  298.           Text = '-'
  299.           Caption = '-'
  300.           ShowAccelChar = False
  301.           WordWrap = False
  302.         end
  303.       end
  304.     end
  305.     object TTabPage
  306.       Left = 4
  307.       Top = 24
  308.       HelpContext = 232
  309.       Caption = 'Software'
  310.       object Software: TGroupBox
  311.         Tag = 20
  312.         Left = 7
  313.         Top = 16
  314.         Width = 288
  315.         Height = 229
  316.         Caption = ' Software '
  317.         TabOrder = 0
  318.         object DOSversion: TLabel
  319.           Tag = 21
  320.           Left = 8
  321.           Top = 21
  322.           Width = 130
  323.           Height = 14
  324.           AutoSize = False
  325.           Caption = 'DOS version:'
  326.         end
  327.         object Windowsversion: TLabel
  328.           Tag = 22
  329.           Left = 8
  330.           Top = 47
  331.           Width = 130
  332.           Height = 14
  333.           AutoSize = False
  334.           Caption = 'Windows version:'
  335.         end
  336.         object Windowsmode: TLabel
  337.           Tag = 23
  338.           Left = 8
  339.           Top = 73
  340.           Width = 130
  341.           Height = 14
  342.           AutoSize = False
  343.           Caption = 'Windows mode:'
  344.         end
  345.         object Swapfile: TLabel
  346.           Tag = 24
  347.           Left = 8
  348.           Top = 99
  349.           Width = 130
  350.           Height = 14
  351.           AutoSize = False
  352.           Caption = 'Swap file:'
  353.         end
  354.         object Freememory: TLabel
  355.           Tag = 25
  356.           Left = 8
  357.           Top = 125
  358.           Width = 130
  359.           Height = 14
  360.           AutoSize = False
  361.           Caption = 'Free memory:'
  362.         end
  363.         object Freeresources: TLabel
  364.           Tag = 26
  365.           Left = 8
  366.           Top = 151
  367.           Width = 130
  368.           Height = 14
  369.           AutoSize = False
  370.           Caption = 'Free resources:'
  371.         end
  372.         object Timesincewinstart: TLabel
  373.           Tag = 27
  374.           Left = 8
  375.           Top = 177
  376.           Width = 130
  377.           Height = 14
  378.           AutoSize = False
  379.           Caption = 'Time since Win start:'
  380.         end
  381.         object Temporarydir: TLabel
  382.           Tag = 28
  383.           Left = 8
  384.           Top = 203
  385.           Width = 130
  386.           Height = 14
  387.           AutoSize = False
  388.           Caption = 'Temporary dir:'
  389.         end
  390.         object info_winversion: TCopyLabel
  391.           Left = 140
  392.           Top = 47
  393.           Width = 145
  394.           Height = 14
  395.           TabStop = False
  396.           AutoSize = False
  397.           BorderStyle = bsNone
  398.           Color = clBtnFace
  399.           Ctl3D = False
  400.           ParentCtl3D = False
  401.           ReadOnly = True
  402.           TabOrder = 6
  403.           Text = '-'
  404.           Caption = '-'
  405.           ShowAccelChar = False
  406.           WordWrap = False
  407.         end
  408.         object info_winmode: TCopyLabel
  409.           Left = 140
  410.           Top = 73
  411.           Width = 145
  412.           Height = 14
  413.           TabStop = False
  414.           AutoSize = False
  415.           BorderStyle = bsNone
  416.           Color = clBtnFace
  417.           Ctl3D = False
  418.           ParentCtl3D = False
  419.           ReadOnly = True
  420.           TabOrder = 7
  421.           Text = '-'
  422.           Caption = '-'
  423.           ShowAccelChar = False
  424.           WordWrap = False
  425.         end
  426.         object info_dosversion: TCopyLabel
  427.           Left = 140
  428.           Top = 21
  429.           Width = 145
  430.           Height = 14
  431.           TabStop = False
  432.           AutoSize = False
  433.           BorderStyle = bsNone
  434.           Color = clBtnFace
  435.           Ctl3D = False
  436.           ParentCtl3D = False
  437.           ReadOnly = True
  438.           TabOrder = 0
  439.           Text = '-'
  440.           Caption = '-'
  441.           ShowAccelChar = False
  442.           WordWrap = False
  443.         end
  444.         object info_swapfile: TCopyLabel
  445.           Left = 140
  446.           Top = 99
  447.           Width = 145
  448.           Height = 14
  449.           TabStop = False
  450.           AutoSize = False
  451.           BorderStyle = bsNone
  452.           Color = clBtnFace
  453.           Ctl3D = False
  454.           ParentCtl3D = False
  455.           ReadOnly = True
  456.           TabOrder = 1
  457.           Text = '-'
  458.           Caption = '-'
  459.           ShowAccelChar = False
  460.           WordWrap = False
  461.         end
  462.         object info_freemem: TCopyLabel
  463.           Left = 140
  464.           Top = 125
  465.           Width = 145
  466.           Height = 14
  467.           TabStop = False
  468.           AutoSize = False
  469.           BorderStyle = bsNone
  470.           Color = clBtnFace
  471.           Ctl3D = False
  472.           ParentCtl3D = False
  473.           ReadOnly = True
  474.           TabOrder = 2
  475.           Text = '-'
  476.           Caption = '-'
  477.           ShowAccelChar = False
  478.           WordWrap = False
  479.         end
  480.         object info_freeres: TCopyLabel
  481.           Left = 140
  482.           Top = 151
  483.           Width = 145
  484.           Height = 14
  485.           TabStop = False
  486.           AutoSize = False
  487.           BorderStyle = bsNone
  488.           Color = clBtnFace
  489.           Ctl3D = False
  490.           ParentCtl3D = False
  491.           ReadOnly = True
  492.           TabOrder = 3
  493.           Text = '-'
  494.           Caption = '-'
  495.           ShowAccelChar = False
  496.           WordWrap = False
  497.         end
  498.         object info_wintime: TCopyLabel
  499.           Left = 140
  500.           Top = 177
  501.           Width = 145
  502.           Height = 14
  503.           TabStop = False
  504.           AutoSize = False
  505.           BorderStyle = bsNone
  506.           Color = clBtnFace
  507.           Ctl3D = False
  508.           ParentCtl3D = False
  509.           ReadOnly = True
  510.           TabOrder = 4
  511.           Text = '-'
  512.           Caption = '-'
  513.           ShowAccelChar = False
  514.           WordWrap = False
  515.         end
  516.         object info_tempdir: TCopyLabel
  517.           Left = 140
  518.           Top = 203
  519.           Width = 145
  520.           Height = 14
  521.           TabStop = False
  522.           AutoSize = False
  523.           BorderStyle = bsNone
  524.           Color = clBtnFace
  525.           Ctl3D = False
  526.           ParentCtl3D = False
  527.           ReadOnly = True
  528.           TabOrder = 5
  529.           Text = '-'
  530.           Caption = '-'
  531.           ShowAccelChar = False
  532.           WordWrap = False
  533.         end
  534.       end
  535.     end
  536.     object TTabPage
  537.       Left = 4
  538.       Top = 24
  539.       HelpContext = 240
  540.       Caption = 'Network'
  541.       object Primarynetwork: TLabel
  542.         Tag = 40
  543.         Left = 11
  544.         Top = 11
  545.         Width = 100
  546.         Height = 14
  547.         AutoSize = False
  548.         Caption = 'Primary network:'
  549.       end
  550.       object SecondaryNet: TLabel
  551.         Tag = 41
  552.         Left = 11
  553.         Top = 33
  554.         Width = 100
  555.         Height = 14
  556.         AutoSize = False
  557.         Caption = 'Secondary Net:'
  558.       end
  559.       object id_NetType: TCopyLabel
  560.         Left = 116
  561.         Top = 11
  562.         Width = 185
  563.         Height = 14
  564.         TabStop = False
  565.         AutoSize = False
  566.         BorderStyle = bsNone
  567.         Color = clBtnFace
  568.         Ctl3D = False
  569.         ParentCtl3D = False
  570.         ParentShowHint = False
  571.         ShowHint = False
  572.         TabOrder = 2
  573.         Text = '-'
  574.         Caption = '-'
  575.         ShowAccelChar = False
  576.         WordWrap = False
  577.       end
  578.       object id_NetType2: TCopyLabel
  579.         Left = 116
  580.         Top = 33
  581.         Width = 185
  582.         Height = 14
  583.         TabStop = False
  584.         AutoSize = False
  585.         BorderStyle = bsNone
  586.         Color = clBtnFace
  587.         Ctl3D = False
  588.         ParentCtl3D = False
  589.         ParentShowHint = False
  590.         ShowHint = False
  591.         TabOrder = 3
  592.         Text = '-'
  593.         Caption = '-'
  594.         ShowAccelChar = False
  595.         WordWrap = False
  596.       end
  597.       object MicrosoftNetworkorcompatible: TGroupBox
  598.         Tag = 42
  599.         Left = 4
  600.         Top = 54
  601.         Width = 293
  602.         Height = 107
  603.         Caption = ' Microsoft network or compatible '
  604.         TabOrder = 0
  605.         object Username: TLabel
  606.           Tag = 43
  607.           Left = 8
  608.           Top = 21
  609.           Width = 100
  610.           Height = 14
  611.           AutoSize = False
  612.           Caption = 'User name:'
  613.         end
  614.         object Computername: TLabel
  615.           Tag = 44
  616.           Left = 8
  617.           Top = 43
  618.           Width = 100
  619.           Height = 14
  620.           AutoSize = False
  621.           Caption = 'Computer name:'
  622.         end
  623.         object Workgroup: TLabel
  624.           Tag = 45
  625.           Left = 8
  626.           Top = 65
  627.           Width = 100
  628.           Height = 14
  629.           AutoSize = False
  630.           Caption = 'Workgroup:'
  631.         end
  632.         object Comment: TLabel
  633.           Tag = 46
  634.           Left = 8
  635.           Top = 87
  636.           Width = 100
  637.           Height = 14
  638.           AutoSize = False
  639.           Caption = 'Comment:'
  640.         end
  641.         object id_Netusername: TCopyLabel
  642.           Left = 112
  643.           Top = 21
  644.           Width = 175
  645.           Height = 14
  646.           TabStop = False
  647.           AutoSize = False
  648.           BorderStyle = bsNone
  649.           Color = clBtnFace
  650.           Ctl3D = False
  651.           ParentCtl3D = False
  652.           ParentShowHint = False
  653.           ShowHint = False
  654.           TabOrder = 0
  655.           Text = '-'
  656.           Caption = '-'
  657.           ShowAccelChar = False
  658.           WordWrap = False
  659.         end
  660.         object id_NetComputername: TCopyLabel
  661.           Left = 112
  662.           Top = 43
  663.           Width = 175
  664.           Height = 14
  665.           TabStop = False
  666.           AutoSize = False
  667.           BorderStyle = bsNone
  668.           Color = clBtnFace
  669.           Ctl3D = False
  670.           ParentCtl3D = False
  671.           ParentShowHint = False
  672.           ShowHint = False
  673.           TabOrder = 1
  674.           Text = '-'
  675.           Caption = '-'
  676.           ShowAccelChar = False
  677.           WordWrap = False
  678.         end
  679.         object id_NetWorkgroup: TCopyLabel
  680.           Left = 112
  681.           Top = 65
  682.           Width = 175
  683.           Height = 14
  684.           TabStop = False
  685.           AutoSize = False
  686.           BorderStyle = bsNone
  687.           Color = clBtnFace
  688.           Ctl3D = False
  689.           ParentCtl3D = False
  690.           ParentShowHint = False
  691.           ShowHint = False
  692.           TabOrder = 2
  693.           Text = '-'
  694.           Caption = '-'
  695.           ShowAccelChar = False
  696.           WordWrap = False
  697.         end
  698.         object id_NetRemark: TCopyLabel
  699.           Left = 112
  700.           Top = 87
  701.           Width = 175
  702.           Height = 14
  703.           TabStop = False
  704.           AutoSize = False
  705.           BorderStyle = bsNone
  706.           Color = clBtnFace
  707.           Ctl3D = False
  708.           ParentCtl3D = False
  709.           ParentShowHint = False
  710.           ShowHint = False
  711.           TabOrder = 3
  712.           Text = '-'
  713.           Caption = '-'
  714.           ShowAccelChar = False
  715.           WordWrap = False
  716.         end
  717.       end
  718.       object Novellnetwork: TGroupBox
  719.         Tag = 47
  720.         Left = 4
  721.         Top = 165
  722.         Width = 293
  723.         Height = 92
  724.         Caption = ' Novell network '
  725.         TabOrder = 1
  726.         object Connectionnr: TLabel
  727.           Tag = 48
  728.           Left = 8
  729.           Top = 22
  730.           Width = 100
  731.           Height = 14
  732.           AutoSize = False
  733.           Caption = 'Connection number:'
  734.         end
  735.         object NetworkNumber: TLabel
  736.           Tag = 49
  737.           Left = 8
  738.           Top = 44
  739.           Width = 100
  740.           Height = 14
  741.           AutoSize = False
  742.           Caption = 'Network number:'
  743.         end
  744.         object Stationaddress: TLabel
  745.           Tag = 50
  746.           Left = 8
  747.           Top = 66
  748.           Width = 100
  749.           Height = 14
  750.           AutoSize = False
  751.           Caption = 'Station address:'
  752.         end
  753.         object id_NetConNr: TCopyLabel
  754.           Left = 112
  755.           Top = 22
  756.           Width = 175
  757.           Height = 14
  758.           TabStop = False
  759.           AutoSize = False
  760.           BorderStyle = bsNone
  761.           Color = clBtnFace
  762.           Ctl3D = False
  763.           ParentCtl3D = False
  764.           ParentShowHint = False
  765.           ShowHint = False
  766.           TabOrder = 0
  767.           Text = '-'
  768.           Caption = '-'
  769.           ShowAccelChar = False
  770.           WordWrap = False
  771.         end
  772.         object id_NetNr: TCopyLabel
  773.           Left = 112
  774.           Top = 44
  775.           Width = 175
  776.           Height = 14
  777.           TabStop = False
  778.           AutoSize = False
  779.           BorderStyle = bsNone
  780.           Color = clBtnFace
  781.           Ctl3D = False
  782.           ParentCtl3D = False
  783.           ParentShowHint = False
  784.           ShowHint = False
  785.           TabOrder = 1
  786.           Text = '-'
  787.           Caption = '-'
  788.           ShowAccelChar = False
  789.           WordWrap = False
  790.         end
  791.         object id_NetStationAdr: TCopyLabel
  792.           Left = 112
  793.           Top = 66
  794.           Width = 175
  795.           Height = 14
  796.           TabStop = False
  797.           AutoSize = False
  798.           BorderStyle = bsNone
  799.           Color = clBtnFace
  800.           Ctl3D = False
  801.           ParentCtl3D = False
  802.           ParentShowHint = False
  803.           ShowHint = False
  804.           TabOrder = 2
  805.           Text = '-'
  806.           Caption = '-'
  807.           ShowAccelChar = False
  808.           WordWrap = False
  809.         end
  810.       end
  811.     end
  812.   end
  813.   object id_GlobalHelp: TButton
  814.     Tag = 4003
  815.     Left = 163
  816.     Top = 300
  817.     Width = 110
  818.     Height = 25
  819.     Caption = '&Help'
  820.     TabOrder = 2
  821.     OnClick = id_GlobalHelpClick
  822.   end
  823.   object Translate1: TTranslate
  824.     Tag = 5700
  825.     Left = 8
  826.     Top = 296
  827.   end
  828.   object ResolutionFix1: TResolutionFix
  829.     Left = 44
  830.     Top = 296
  831.   end
  832. end
  833.