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

  1. object frmFileFlag: TfrmFileFlag
  2.   Tag = 1
  3.   Left = 230
  4.   Top = 192
  5.   ActiveControl = cb1
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsSingle
  8.   Caption = 'Copy the file using the following mode(s):'
  9.   ClientHeight = 216
  10.   ClientWidth = 342
  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 = 241
  25.     Height = 201
  26.     Shape = bsFrame
  27.     Style = bsRaised
  28.   end
  29.   object Label1: TLabel
  30.     Tag = 17
  31.     Left = 44
  32.     Top = 150
  33.     Width = 198
  34.     Height = 14
  35.     AutoSize = False
  36.     Caption = 'When uninstalling:'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsItalic]
  42.     ParentFont = False
  43.   end
  44.   object Image1: TImage
  45.     Left = 20
  46.     Top = 22
  47.     Width = 15
  48.     Height = 13
  49.     Picture.Data = {<image000.bmp>}
  50.   end
  51.   object Image8: TImage
  52.     Left = 20
  53.     Top = 184
  54.     Width = 15
  55.     Height = 13
  56.     Picture.Data = {<image001.bmp>}
  57.   end
  58.   object Label26: TLabel
  59.     Tag = 20
  60.     Left = 256
  61.     Top = 82
  62.     Width = 78
  63.     Height = 14
  64.     Alignment = taCenter
  65.     AutoSize = False
  66.     Caption = '(reg'#39'd only)'
  67.     Font.Charset = ANSI_CHARSET
  68.     Font.Color = clGray
  69.     Font.Height = -11
  70.     Font.Name = 'Arial'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     WordWrap = True
  74.   end
  75.   object Image2: TImage
  76.     Left = 20
  77.     Top = 168
  78.     Width = 15
  79.     Height = 13
  80.     Picture.Data = {<image002.bmp>}
  81.   end
  82.   object btnOK: TBitBtn
  83.     Tag = 2
  84.     Left = 256
  85.     Top = 13
  86.     Width = 81
  87.     Height = 25
  88.     Caption = '&OK'
  89.     TabOrder = 0
  90.     Kind = bkOK
  91.   end
  92.   object btnCancel: TBitBtn
  93.     Tag = 3
  94.     Left = 256
  95.     Top = 45
  96.     Width = 81
  97.     Height = 25
  98.     Caption = '&Cancel'
  99.     TabOrder = 1
  100.     Kind = bkCancel
  101.   end
  102.   object cb1: TCheckBox
  103.     Tag = 10
  104.     Left = 43
  105.     Top = 20
  106.     Width = 198
  107.     Height = 17
  108.     Hint = 
  109.       'Display a warning if the user tries'#13'to skip a file after an erro' +
  110.       'r has occured.|'
  111.     Caption = 'Warn if skipping'
  112.     TabOrder = 2
  113.   end
  114.   object cb2: TCheckBox
  115.     Tag = 11
  116.     Left = 43
  117.     Top = 38
  118.     Width = 198
  119.     Height = 17
  120.     Caption = 'No skipping after errors'
  121.     TabOrder = 3
  122.   end
  123.   object cb3: TCheckBox
  124.     Tag = 12
  125.     Left = 43
  126.     Top = 56
  127.     Width = 198
  128.     Height = 17
  129.     Caption = 'No version-check'
  130.     TabOrder = 4
  131.   end
  132.   object cb4: TCheckBox
  133.     Tag = 13
  134.     Left = 43
  135.     Top = 74
  136.     Width = 198
  137.     Height = 17
  138.     Caption = 'Force "file in use" behaviour'
  139.     TabOrder = 5
  140.   end
  141.   object cb5: TCheckBox
  142.     Tag = 14
  143.     Left = 43
  144.     Top = 92
  145.     Width = 198
  146.     Height = 17
  147.     Caption = 'No overwrite'
  148.     TabOrder = 6
  149.   end
  150.   object cb6: TCheckBox
  151.     Tag = 15
  152.     Left = 43
  153.     Top = 110
  154.     Width = 198
  155.     Height = 17
  156.     Caption = 'No version dialog'
  157.     TabOrder = 7
  158.   end
  159.   object cb7: TCheckBox
  160.     Tag = 16
  161.     Left = 43
  162.     Top = 128
  163.     Width = 198
  164.     Height = 17
  165.     Caption = 'Replace only'
  166.     TabOrder = 8
  167.   end
  168.   object cb8: TCheckBox
  169.     Tag = 19
  170.     Left = 43
  171.     Top = 182
  172.     Width = 198
  173.     Height = 17
  174.     Caption = 'Force "file in use" behaviour'
  175.     TabOrder = 9
  176.   end
  177.   object cbUninst: TCheckBox
  178.     Tag = 18
  179.     Left = 43
  180.     Top = 166
  181.     Width = 198
  182.     Height = 17
  183.     Caption = 'include in File Uninstall list'
  184.     TabOrder = 10
  185.     OnClick = cbUninstClick
  186.     OnExit = cbUninstClick
  187.   end
  188.   object tr1: TTranslate
  189.     Tag = 600
  190.     Left = 277
  191.     Top = 127
  192.   end
  193. end
  194.