home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 July / Chip_1998-07_cd.bin / sharewar / inftool / INFTool.exe / 0 / RCDATA / TFRMAUTO / TFRMAUTO.txt
Text File  |  1998-03-15  |  8KB  |  415 lines

  1. object frmAuto: TfrmAuto
  2.   Tag = 1
  3.   Left = 230
  4.   Top = 124
  5.   ActiveControl = AutoAddPath
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Modify the AUTOEXEC.BAT file'
  9.   ClientHeight = 404
  10.   ClientWidth = 486
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 14
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 385
  25.     Height = 390
  26.     ParentShowHint = False
  27.     Shape = bsFrame
  28.     ShowHint = False
  29.     Style = bsRaised
  30.   end
  31.   object Label2: TLabel
  32.     Tag = 10
  33.     Left = 28
  34.     Top = 22
  35.     Width = 110
  36.     Height = 14
  37.     AutoSize = False
  38.     Caption = 'Add to the path:'
  39.   end
  40.   object Label5: TLabel
  41.     Tag = 15
  42.     Left = 28
  43.     Top = 206
  44.     Width = 110
  45.     Height = 14
  46.     AutoSize = False
  47.     Caption = 'Delete command(s):'
  48.     FocusControl = AutoCmdDel1
  49.   end
  50.   object Label10: TLabel
  51.     Tag = 20
  52.     Left = 139
  53.     Top = 40
  54.     Width = 246
  55.     Height = 14
  56.     AutoSize = False
  57.     Caption = 'Subdirectory of the directory above:'
  58.     Font.Charset = ANSI_CHARSET
  59.     Font.Color = clGray
  60.     Font.Height = -11
  61.     Font.Name = 'Arial'
  62.     Font.Style = []
  63.     ParentFont = False
  64.   end
  65.   object Label9: TLabel
  66.     Tag = 11
  67.     Left = 28
  68.     Top = 86
  69.     Width = 110
  70.     Height = 14
  71.     AutoSize = False
  72.     Caption = 'Remove from path:'
  73.   end
  74.   object Label11: TLabel
  75.     Tag = 20
  76.     Left = 139
  77.     Top = 104
  78.     Width = 246
  79.     Height = 14
  80.     AutoSize = False
  81.     Caption = 'Subdirectory of the directory above:'
  82.     Font.Charset = ANSI_CHARSET
  83.     Font.Color = clGray
  84.     Font.Height = -11
  85.     Font.Name = 'Arial'
  86.     Font.Style = []
  87.     ParentFont = False
  88.   end
  89.   object Label1: TLabel
  90.     Tag = 12
  91.     Left = 28
  92.     Top = 150
  93.     Width = 110
  94.     Height = 14
  95.     AutoSize = False
  96.     Caption = 'Add command #1:'
  97.     FocusControl = AutoCmdDel1
  98.   end
  99.   object Label3: TLabel
  100.     Tag = 16
  101.     Left = 136
  102.     Top = 225
  103.     Width = 238
  104.     Height = 28
  105.     Caption = 
  106.       '(don'#39't add an extension if you want to remove all lines with thi' +
  107.       's command.)  Example: KEYB'
  108.     FocusControl = AutoCmdDel1
  109.     Font.Charset = ANSI_CHARSET
  110.     Font.Color = clGray
  111.     Font.Height = -11
  112.     Font.Name = 'Arial'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     WordWrap = True
  116.   end
  117.   object Label4: TLabel
  118.     Tag = 13
  119.     Left = 226
  120.     Top = 150
  121.     Width = 72
  122.     Height = 14
  123.     Alignment = taCenter
  124.     AutoSize = False
  125.     Caption = 'Parameter(s):'
  126.     FocusControl = AutoCmdDel1
  127.   end
  128.   object Label6: TLabel
  129.     Tag = 14
  130.     Left = 28
  131.     Top = 174
  132.     Width = 110
  133.     Height = 14
  134.     AutoSize = False
  135.     Caption = 'Add command #2:'
  136.     FocusControl = AutoCmdDel1
  137.   end
  138.   object Label7: TLabel
  139.     Tag = 13
  140.     Left = 226
  141.     Top = 174
  142.     Width = 72
  143.     Height = 14
  144.     Alignment = taCenter
  145.     AutoSize = False
  146.     Caption = 'Parameter(s):'
  147.     FocusControl = AutoCmdDel1
  148.   end
  149.   object Label8: TLabel
  150.     Tag = 17
  151.     Left = 28
  152.     Top = 262
  153.     Width = 110
  154.     Height = 14
  155.     AutoSize = False
  156.     Caption = 'Set Environment var:'
  157.     FocusControl = AutoEnvSet1
  158.   end
  159.   object Label12: TLabel
  160.     Left = 251
  161.     Top = 262
  162.     Width = 12
  163.     Height = 14
  164.     Caption = '=='
  165.     FocusControl = AutoEnvSet1
  166.   end
  167.   object Label13: TLabel
  168.     Tag = 17
  169.     Left = 28
  170.     Top = 286
  171.     Width = 110
  172.     Height = 14
  173.     AutoSize = False
  174.     Caption = 'Set Environment var:'
  175.     FocusControl = AutoEnvSet2
  176.   end
  177.   object Label14: TLabel
  178.     Left = 251
  179.     Top = 286
  180.     Width = 12
  181.     Height = 14
  182.     Caption = '=='
  183.     FocusControl = AutoEnvSet2
  184.   end
  185.   object Label15: TLabel
  186.     Tag = 18
  187.     Left = 28
  188.     Top = 310
  189.     Width = 110
  190.     Height = 14
  191.     AutoSize = False
  192.     Caption = 'Remove Env.Variable:'
  193.     FocusControl = AutoEnvDel
  194.   end
  195.   object Label16: TLabel
  196.     Tag = 19
  197.     Left = 28
  198.     Top = 334
  199.     Width = 110
  200.     Height = 14
  201.     AutoSize = False
  202.     Caption = 'Set TEMP directory:'
  203.   end
  204.   object Label17: TLabel
  205.     Tag = 20
  206.     Left = 139
  207.     Top = 352
  208.     Width = 246
  209.     Height = 14
  210.     AutoSize = False
  211.     Caption = 'Subdirectory of the directory above:'
  212.     Font.Charset = ANSI_CHARSET
  213.     Font.Color = clGray
  214.     Font.Height = -11
  215.     Font.Name = 'Arial'
  216.     Font.Style = []
  217.     ParentFont = False
  218.   end
  219.   object Label18: TLabel
  220.     Tag = 4
  221.     Left = 402
  222.     Top = 83
  223.     Width = 79
  224.     Height = 70
  225.     Alignment = taCenter
  226.     AutoSize = False
  227.     Caption = '(registered version offers all options)'
  228.     Font.Charset = ANSI_CHARSET
  229.     Font.Color = clGray
  230.     Font.Height = -11
  231.     Font.Name = 'Arial'
  232.     Font.Style = []
  233.     ParentFont = False
  234.     WordWrap = True
  235.   end
  236.   object btnOK: TBitBtn
  237.     Tag = 2
  238.     Left = 400
  239.     Top = 13
  240.     Width = 81
  241.     Height = 25
  242.     Caption = '&OK'
  243.     TabOrder = 6
  244.     Kind = bkOK
  245.   end
  246.   object btnCancel: TBitBtn
  247.     Tag = 3
  248.     Left = 400
  249.     Top = 45
  250.     Width = 81
  251.     Height = 25
  252.     Caption = '&Cancel'
  253.     TabOrder = 7
  254.     Kind = bkCancel
  255.   end
  256.   object AutoCmdDel1: TEdit
  257.     Tag = 27
  258.     Left = 136
  259.     Top = 201
  260.     Width = 113
  261.     Height = 22
  262.     CharCase = ecUpperCase
  263.     TabOrder = 5
  264.   end
  265.   object AutoAddPath: TComboBox
  266.     Tag = 21
  267.     Left = 136
  268.     Top = 18
  269.     Width = 242
  270.     Height = 22
  271.     Style = csDropDownList
  272.     ItemHeight = 14
  273.     TabOrder = 0
  274.   end
  275.   object AutoAddPathSub: TEdit
  276.     Tag = 22
  277.     Left = 136
  278.     Top = 53
  279.     Width = 242
  280.     Height = 22
  281.     TabOrder = 1
  282.   end
  283.   object AutoRemPath: TComboBox
  284.     Tag = 23
  285.     Left = 136
  286.     Top = 82
  287.     Width = 242
  288.     Height = 22
  289.     Style = csDropDownList
  290.     ItemHeight = 14
  291.     TabOrder = 2
  292.   end
  293.   object AutoRemPathSub: TEdit
  294.     Tag = 24
  295.     Left = 136
  296.     Top = 117
  297.     Width = 242
  298.     Height = 22
  299.     TabOrder = 3
  300.   end
  301.   object AutoCmdAdd1: TComboBox
  302.     Tag = 25
  303.     Left = 136
  304.     Top = 146
  305.     Width = 89
  306.     Height = 22
  307.     ItemHeight = 14
  308.     TabOrder = 4
  309.   end
  310.   object AutoCmdParm1: TEdit
  311.     Tag = 26
  312.     Left = 296
  313.     Top = 145
  314.     Width = 81
  315.     Height = 22
  316.     CharCase = ecUpperCase
  317.     TabOrder = 8
  318.   end
  319.   object AutoCmdAdd2: TComboBox
  320.     Tag = 25
  321.     Left = 136
  322.     Top = 170
  323.     Width = 89
  324.     Height = 22
  325.     ItemHeight = 14
  326.     TabOrder = 9
  327.   end
  328.   object AutoCmdParm2: TEdit
  329.     Tag = 26
  330.     Left = 296
  331.     Top = 169
  332.     Width = 81
  333.     Height = 22
  334.     CharCase = ecUpperCase
  335.     TabOrder = 10
  336.   end
  337.   object AutoCmdDel2: TEdit
  338.     Tag = 27
  339.     Left = 264
  340.     Top = 201
  341.     Width = 113
  342.     Height = 22
  343.     CharCase = ecUpperCase
  344.     TabOrder = 11
  345.   end
  346.   object AutoEnvSet1: TEdit
  347.     Tag = 28
  348.     Left = 136
  349.     Top = 257
  350.     Width = 113
  351.     Height = 22
  352.     CharCase = ecUpperCase
  353.     TabOrder = 12
  354.   end
  355.   object AutoEnvParm1: TEdit
  356.     Tag = 29
  357.     Left = 264
  358.     Top = 257
  359.     Width = 113
  360.     Height = 22
  361.     CharCase = ecUpperCase
  362.     TabOrder = 13
  363.   end
  364.   object AutoEnvSet2: TEdit
  365.     Tag = 28
  366.     Left = 136
  367.     Top = 281
  368.     Width = 113
  369.     Height = 22
  370.     CharCase = ecUpperCase
  371.     TabOrder = 14
  372.   end
  373.   object AutoEnvParm2: TEdit
  374.     Tag = 29
  375.     Left = 264
  376.     Top = 281
  377.     Width = 113
  378.     Height = 22
  379.     CharCase = ecUpperCase
  380.     TabOrder = 15
  381.   end
  382.   object AutoEnvDel: TEdit
  383.     Tag = 30
  384.     Left = 136
  385.     Top = 305
  386.     Width = 113
  387.     Height = 22
  388.     CharCase = ecUpperCase
  389.     TabOrder = 16
  390.   end
  391.   object AutoTemp: TComboBox
  392.     Tag = 31
  393.     Left = 136
  394.     Top = 330
  395.     Width = 242
  396.     Height = 22
  397.     Style = csDropDownList
  398.     ItemHeight = 14
  399.     TabOrder = 17
  400.   end
  401.   object AutoTempSub: TEdit
  402.     Tag = 32
  403.     Left = 136
  404.     Top = 365
  405.     Width = 242
  406.     Height = 22
  407.     TabOrder = 18
  408.   end
  409.   object t1: TTranslate
  410.     Tag = 700
  411.     Left = 421
  412.     Top = 156
  413.   end
  414. end
  415.