object dlgCS: TdlgCS Left = 56 Top = 61 Width = 442 Height = 286 BorderIcons = [biSystemMenu] Caption = 'dlgCS' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 434 Height = 259 Align = alClient TabOrder = 0 object Label1: TLabel Left = 16 Top = 48 Width = 297 Height = 81 AutoSize = False Caption = 'There may be possible name conflicts with the components that yo' + 'u will be installing into your Delphi VCL or there may be confli' + 'cts with earlier versions of the files. Do you wish to search y' + 'our computer for possible conflicts?' WordWrap = True end object lblSearchFile: TLabel Left = 208 Top = 232 Width = 76 Height = 16 Caption = 'Searching for' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object VCLImage: TImage Left = 16 Top = 8 Width = 265 Height = 33 Picture.Data = {} end object btnProceed: TButton Left = 312 Top = 16 Width = 113 Height = 33 Caption = '&Proceed' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object btnSkip: TButton Left = 312 Top = 56 Width = 113 Height = 33 Caption = '&Skip' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ModalResult = 2 ParentFont = False TabOrder = 1 end object DirListBox: TDirectoryListBox Left = 16 Top = 136 Width = 177 Height = 113 Enabled = False ItemHeight = 16 TabOrder = 2 end object rgOptions: TRadioGroup Left = 208 Top = 136 Width = 217 Height = 89 Ctl3D = True ItemIndex = 0 Items.Strings = ( 'Prompt on conflict' 'Write conflicts to a file') ParentCtl3D = False TabOrder = 3 end end end