home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TINFODLG / TINFODLG.txt
Text File  |  1999-07-27  |  20KB  |  842 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 = 326
  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 = 123
  24.     Top = 300
  25.     Width = 90
  26.     Height = 23
  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.         ReadOnly = True
  572.         ShowHint = False
  573.         TabOrder = 2
  574.         Text = '-'
  575.         Caption = '-'
  576.         ShowAccelChar = False
  577.         WordWrap = False
  578.       end
  579.       object id_NetType2: TCopyLabel
  580.         Left = 116
  581.         Top = 33
  582.         Width = 185
  583.         Height = 14
  584.         TabStop = False
  585.         AutoSize = False
  586.         BorderStyle = bsNone
  587.         Color = clBtnFace
  588.         Ctl3D = False
  589.         ParentCtl3D = False
  590.         ParentShowHint = False
  591.         ReadOnly = True
  592.         ShowHint = False
  593.         TabOrder = 3
  594.         Text = '-'
  595.         Caption = '-'
  596.         ShowAccelChar = False
  597.         WordWrap = False
  598.       end
  599.       object MicrosoftNetworkorcompatible: TGroupBox
  600.         Tag = 42
  601.         Left = 4
  602.         Top = 54
  603.         Width = 293
  604.         Height = 107
  605.         Caption = ' Microsoft network or compatible '
  606.         TabOrder = 0
  607.         object Username: TLabel
  608.           Tag = 43
  609.           Left = 8
  610.           Top = 21
  611.           Width = 100
  612.           Height = 14
  613.           AutoSize = False
  614.           Caption = 'User name:'
  615.         end
  616.         object Computername: TLabel
  617.           Tag = 44
  618.           Left = 8
  619.           Top = 43
  620.           Width = 100
  621.           Height = 14
  622.           AutoSize = False
  623.           Caption = 'Computer name:'
  624.         end
  625.         object Workgroup: TLabel
  626.           Tag = 45
  627.           Left = 8
  628.           Top = 65
  629.           Width = 100
  630.           Height = 14
  631.           AutoSize = False
  632.           Caption = 'Workgroup:'
  633.         end
  634.         object Comment: TLabel
  635.           Tag = 46
  636.           Left = 8
  637.           Top = 87
  638.           Width = 100
  639.           Height = 14
  640.           AutoSize = False
  641.           Caption = 'Comment:'
  642.         end
  643.         object id_Netusername: TCopyLabel
  644.           Left = 112
  645.           Top = 21
  646.           Width = 175
  647.           Height = 14
  648.           TabStop = False
  649.           AutoSize = False
  650.           BorderStyle = bsNone
  651.           Color = clBtnFace
  652.           Ctl3D = False
  653.           ParentCtl3D = False
  654.           ParentShowHint = False
  655.           ReadOnly = True
  656.           ShowHint = False
  657.           TabOrder = 0
  658.           Text = '-'
  659.           Caption = '-'
  660.           ShowAccelChar = False
  661.           WordWrap = False
  662.         end
  663.         object id_NetComputername: TCopyLabel
  664.           Left = 112
  665.           Top = 43
  666.           Width = 175
  667.           Height = 14
  668.           TabStop = False
  669.           AutoSize = False
  670.           BorderStyle = bsNone
  671.           Color = clBtnFace
  672.           Ctl3D = False
  673.           ParentCtl3D = False
  674.           ParentShowHint = False
  675.           ReadOnly = True
  676.           ShowHint = False
  677.           TabOrder = 1
  678.           Text = '-'
  679.           Caption = '-'
  680.           ShowAccelChar = False
  681.           WordWrap = False
  682.         end
  683.         object id_NetWorkgroup: TCopyLabel
  684.           Left = 112
  685.           Top = 65
  686.           Width = 175
  687.           Height = 14
  688.           TabStop = False
  689.           AutoSize = False
  690.           BorderStyle = bsNone
  691.           Color = clBtnFace
  692.           Ctl3D = False
  693.           ParentCtl3D = False
  694.           ParentShowHint = False
  695.           ReadOnly = True
  696.           ShowHint = False
  697.           TabOrder = 2
  698.           Text = '-'
  699.           Caption = '-'
  700.           ShowAccelChar = False
  701.           WordWrap = False
  702.         end
  703.         object id_NetRemark: TCopyLabel
  704.           Left = 112
  705.           Top = 87
  706.           Width = 175
  707.           Height = 14
  708.           TabStop = False
  709.           AutoSize = False
  710.           BorderStyle = bsNone
  711.           Color = clBtnFace
  712.           Ctl3D = False
  713.           ParentCtl3D = False
  714.           ParentShowHint = False
  715.           ReadOnly = True
  716.           ShowHint = False
  717.           TabOrder = 3
  718.           Text = '-'
  719.           Caption = '-'
  720.           ShowAccelChar = False
  721.           WordWrap = False
  722.         end
  723.       end
  724.       object Novellnetwork: TGroupBox
  725.         Tag = 47
  726.         Left = 4
  727.         Top = 165
  728.         Width = 293
  729.         Height = 92
  730.         Caption = ' Novell network '
  731.         TabOrder = 1
  732.         object Connectionnr: TLabel
  733.           Tag = 48
  734.           Left = 8
  735.           Top = 22
  736.           Width = 100
  737.           Height = 14
  738.           AutoSize = False
  739.           Caption = 'Connection number:'
  740.         end
  741.         object NetworkNumber: TLabel
  742.           Tag = 49
  743.           Left = 8
  744.           Top = 44
  745.           Width = 100
  746.           Height = 14
  747.           AutoSize = False
  748.           Caption = 'Network number:'
  749.         end
  750.         object Stationaddress: TLabel
  751.           Tag = 50
  752.           Left = 8
  753.           Top = 66
  754.           Width = 100
  755.           Height = 14
  756.           AutoSize = False
  757.           Caption = 'Station address:'
  758.         end
  759.         object id_NetConNr: TCopyLabel
  760.           Left = 112
  761.           Top = 22
  762.           Width = 175
  763.           Height = 14
  764.           TabStop = False
  765.           AutoSize = False
  766.           BorderStyle = bsNone
  767.           Color = clBtnFace
  768.           Ctl3D = False
  769.           ParentCtl3D = False
  770.           ParentShowHint = False
  771.           ReadOnly = True
  772.           ShowHint = False
  773.           TabOrder = 0
  774.           Text = '-'
  775.           Caption = '-'
  776.           ShowAccelChar = False
  777.           WordWrap = False
  778.         end
  779.         object id_NetNr: TCopyLabel
  780.           Left = 112
  781.           Top = 44
  782.           Width = 175
  783.           Height = 14
  784.           TabStop = False
  785.           AutoSize = False
  786.           BorderStyle = bsNone
  787.           Color = clBtnFace
  788.           Ctl3D = False
  789.           ParentCtl3D = False
  790.           ParentShowHint = False
  791.           ReadOnly = True
  792.           ShowHint = False
  793.           TabOrder = 1
  794.           Text = '-'
  795.           Caption = '-'
  796.           ShowAccelChar = False
  797.           WordWrap = False
  798.         end
  799.         object id_NetStationAdr: TCopyLabel
  800.           Left = 112
  801.           Top = 66
  802.           Width = 175
  803.           Height = 14
  804.           TabStop = False
  805.           AutoSize = False
  806.           BorderStyle = bsNone
  807.           Color = clBtnFace
  808.           Ctl3D = False
  809.           ParentCtl3D = False
  810.           ParentShowHint = False
  811.           ReadOnly = True
  812.           ShowHint = False
  813.           TabOrder = 2
  814.           Text = '-'
  815.           Caption = '-'
  816.           ShowAccelChar = False
  817.           WordWrap = False
  818.         end
  819.       end
  820.     end
  821.   end
  822.   object id_GlobalHelp: TButton
  823.     Tag = 4003
  824.     Left = 219
  825.     Top = 300
  826.     Width = 90
  827.     Height = 23
  828.     Caption = '&Help'
  829.     TabOrder = 2
  830.     OnClick = id_GlobalHelpClick
  831.   end
  832.   object Translate1: TTranslate
  833.     Tag = 5700
  834.     Left = 8
  835.     Top = 296
  836.   end
  837.   object ResolutionFix1: TResolutionFix
  838.     Left = 44
  839.     Top = 296
  840.   end
  841. end
  842.