object SelectFileDlg: TSelectFileDlg Left = 244 Top = 129 BorderStyle = bsDialog Caption = 'Select files' ClientHeight = 103 ClientWidth = 229 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnCreate = FormCreate TextHeight = 13 object Bevel1: TBevel Left = 6 Top = 6 Width = 129 Height = 91 Shape = bsFrame end object Label1: TLabel Left = 18 Top = 16 Width = 30 Height = 13 Caption = '&File(s):' FocusControl = Edit end object Edit: TEdit Left = 18 Top = 34 Width = 103 Height = 20 MaxLength = 12 TabOrder = 0 Text = '*.*' end object SelectBtn: TBitBtn Left = 140 Top = 6 Width = 83 Height = 27 Caption = '&Select' Default = True TabOrder = 1 OnClick = SelectBtnClick Glyph.Data = { 10010000424D1001000000000000760000002800000010000000100000000100 0400000000008000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00280808080808 08082088888888888880288800000000088820880FFFFFFF088028880FFFFFFF 088820880FFFFFFF088028880FFFFFFF088820880FFFFFFF088028880FFFFFFF 088820880FFFFFFF088028880FFFF000088820880FFFF0F0888028880FFFF008 8888208800000088888028888888888888882080808080808080000000000000 0000000000000000000000000000000000000000} Margin = 4 Style = bsNew Spacing = -1 end object DeselectBtn: TBitBtn Left = 140 Top = 38 Width = 83 Height = 27 Caption = '&Deselect' TabOrder = 2 OnClick = SelectBtnClick Glyph.Data = { 10010000424D1001000000000000760000002800000010000000100000000100 0400000000008000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00220202020202 02022022222222222220222200000000022220220FFFFFFF022022220FFFFFFF 022220220FFFFFFF022022220FFFFFFF022220220FFFFFFF022022220FFFFFFF 022220220FFFFFFF022022220FFFF000022220220FFFF0F0222022220FFFF002 2222202200000022222022222222222222222020202020202020000000000000 0000000000000000000000000000000000000000} Margin = 4 Style = bsNew Spacing = -1 end object CloseBtn: TBitBtn Left = 140 Top = 70 Width = 83 Height = 27 TabOrder = 3 Kind = bkClose Margin = 4 Style = bsNew Spacing = -1 end end