object dlgFileGroupFiles: TdlgFileGroupFiles Left = 45 Top = 71 ActiveControl = btnAdd BorderIcons = [] BorderStyle = bsDialog Caption = 'Files For FileGroup' ClientHeight = 302 ClientWidth = 567 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter OnShow = FormShow TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 567 Height = 302 Align = alClient TabOrder = 0 object Label1: TLabel Left = 72 Top = 248 Width = 78 Height = 16 Caption = 'Copy if newer' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object Bevel2: TBevel Left = 0 Top = 240 Width = 569 Height = 9 Shape = bsTopLine end object Bevel1: TBevel Left = 240 Top = 0 Width = 9 Height = 241 Shape = bsLeftLine end object cbVCLConflictCheck: TLabel Left = 8 Top = 272 Width = 143 Height = 16 Caption = 'Check for conflict in VCL' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object btnAdd: TButton Left = 248 Top = 8 Width = 145 Height = 33 Caption = '&Add' TabOrder = 0 OnClick = btnAddClick end object btnRemove: TButton Left = 144 Top = 8 Width = 89 Height = 33 Caption = '&Remove' TabOrder = 1 OnClick = btnRemoveClick end object FileList: TListBox Left = 8 Top = 8 Width = 129 Height = 225 Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [] ItemHeight = 15 MultiSelect = True ParentFont = False TabOrder = 2 OnClick = FileListClick end object btnClose: TBitBtn Left = 144 Top = 128 Width = 89 Height = 33 Caption = '&Close' ModalResult = 1 TabOrder = 3 OnClick = btnCloseClick Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 555555555555555555555555555555555555555555FF55555555555559055555 55555555577FF5555555555599905555555555557777F5555555555599905555 555555557777FF5555555559999905555555555777777F555555559999990555 5555557777777FF5555557990599905555555777757777F55555790555599055 55557775555777FF5555555555599905555555555557777F5555555555559905 555555555555777FF5555555555559905555555555555777FF55555555555579 05555555555555777FF5555555555557905555555555555777FF555555555555 59905555555555555777555555555555555555555555555555550000} NumGlyphs = 2 end object btnClearFiles: TButton Left = 144 Top = 88 Width = 89 Height = 33 Caption = '&Clear All' TabOrder = 4 OnClick = btnClearFilesClick end object DriveComboBox: TDriveComboBox Left = 248 Top = 48 Width = 145 Height = 19 DirList = DirectoryListBox TabOrder = 5 end object DirectoryListBox: TDirectoryListBox Left = 248 Top = 72 Width = 145 Height = 161 FileList = FileListBox ItemHeight = 16 TabOrder = 6 end object FileListBox: TFileListBox Left = 408 Top = 32 Width = 145 Height = 201 ItemHeight = 16 MultiSelect = True ShowGlyphs = True TabOrder = 7 end object FileMaskEdit: TEdit Left = 408 Top = 8 Width = 145 Height = 20 TabOrder = 8 Text = '*.*' OnChange = FileMaskEditChange end object btnRefresh: TButton Left = 144 Top = 48 Width = 89 Height = 33 Caption = 'Re&fresh' TabOrder = 9 OnClick = btnRefreshClick end object cbCopyNewer: TComboBox Left = 160 Top = 248 Width = 89 Height = 20 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Yes' 'No') TabOrder = 10 OnChange = cbCopyNewerChange end object cbCheckConflict: TComboBox Left = 160 Top = 272 Width = 89 Height = 20 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'Yes' 'No') TabOrder = 11 OnChange = cbCheckConflictChange end end end