home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / idcsmf.dfm / idcsmf.txt next >
Text File  |  1995-08-15  |  2KB  |  106 lines

  1. object dlgCS: TdlgCS
  2.   Left = 56
  3.   Top = 61
  4.   Width = 442
  5.   Height = 286
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'dlgCS'
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 434
  20.     Height = 259
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 16
  25.       Top = 48
  26.       Width = 297
  27.       Height = 81
  28.       AutoSize = False
  29.       Caption = 
  30.         'There may be possible name conflicts with the components that yo' +
  31.         'u will be installing into your Delphi VCL or there may be confli' +
  32.         'cts with earlier versions of the files.  Do you wish to search y' +
  33.         'our computer for possible conflicts?'
  34.       WordWrap = True
  35.     end
  36.     object lblSearchFile: TLabel
  37.       Left = 208
  38.       Top = 232
  39.       Width = 76
  40.       Height = 16
  41.       Caption = 'Searching for'
  42.       Font.Color = clBlack
  43.       Font.Height = -13
  44.       Font.Name = 'Arial'
  45.       Font.Style = []
  46.       ParentFont = False
  47.     end
  48.     object VCLImage: TImage
  49.       Left = 16
  50.       Top = 8
  51.       Width = 265
  52.       Height = 33
  53.       Picture.Data = {<image000.bmp>}
  54.     end
  55.     object btnProceed: TButton
  56.       Left = 312
  57.       Top = 16
  58.       Width = 113
  59.       Height = 33
  60.       Caption = '&Proceed'
  61.       Font.Color = clBlack
  62.       Font.Height = -13
  63.       Font.Name = 'Arial'
  64.       Font.Style = [fsBold]
  65.       ParentFont = False
  66.       TabOrder = 0
  67.     end
  68.     object btnSkip: TButton
  69.       Left = 312
  70.       Top = 56
  71.       Width = 113
  72.       Height = 33
  73.       Caption = '&Skip'
  74.       Font.Color = clBlack
  75.       Font.Height = -13
  76.       Font.Name = 'Arial'
  77.       Font.Style = [fsBold]
  78.       ModalResult = 2
  79.       ParentFont = False
  80.       TabOrder = 1
  81.     end
  82.     object DirListBox: TDirectoryListBox
  83.       Left = 16
  84.       Top = 136
  85.       Width = 177
  86.       Height = 113
  87.       Enabled = False
  88.       ItemHeight = 16
  89.       TabOrder = 2
  90.     end
  91.     object rgOptions: TRadioGroup
  92.       Left = 208
  93.       Top = 136
  94.       Width = 217
  95.       Height = 89
  96.       Ctl3D = True
  97.       ItemIndex = 0
  98.       Items.Strings = (
  99.         'Prompt on conflict'
  100.         'Write conflicts to a file')
  101.       ParentCtl3D = False
  102.       TabOrder = 3
  103.     end
  104.   end
  105. end
  106.