object frmInclude: TfrmInclude Left = 363 Top = 277 HelpContext = 5 BorderStyle = bsDialog Caption = 'Include' ClientHeight = 117 ClientWidth = 452 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 438 Height = 73 Shape = bsFrame IsControl = True end object lblPath: TLabel Left = 16 Top = 20 Width = 74 Height = 13 Caption = '&File Path/Name' FocusControl = edtIncludePath WordWrap = True end object OKBtn: TBitBtn Left = 200 Top = 88 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 284 Top = 88 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 Spacing = -1 IsControl = True end object edtIncludePath: TEdit Left = 96 Top = 18 Width = 257 Height = 21 TabOrder = 0 end object bbtnBrowse: TBitBtn Left = 362 Top = 15 Width = 77 Height = 25 Hint = 'Search for file on local computer' Caption = '&Browse' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = bbtnBrowseClick Glyph.Data = { 12040000424D1204000000000000760000002800000054000000150000000100 0400000000009C03000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777 7777777777777777777777777777777777777777777777777777777777777777 7777777700007777777777777777777777777777777777777777777777777777 77777777777F7F7F7F7F7F7F7F7F7F7F00007777777777777777777777777777 7777777777777777777777777777777777777777777777777777777700007777 777777777777777777777FFFFFFFFFFFF77777777777777777777777777F7F7F 7F7F7F7F7F7F7F7F00007780000000000000777777778888888888888F777777 8000000000000077777778000000000000077777000077007B7B7B7B7B7B0777 77788F777777777778F77777007B7B7B7B7B7B07777F7007B7B7B7B7B7B07F7F 0000770F07B7B7B7B7B707777778F8F77777777778F777770707B7B7B7B7B7B0 777770707B7B7B7B7B7B07770000770B0B7B7B7B7B7B07777778F8F777777777 778F77770BB07B7B7B7B7B7B077F70BB07B7B7B7B7B7B07F0000770F0BB7B7B7 B7B7B0777778F78F77777777778F777707BF000007B7B7B7B077707B7000007B 7B7B7B070000770BF07B7B7B7B7B70777778F78FFFFF77777778F7770BFBFBFB F0000000077F70B7BF0FFF000000007F0000770FB0B7B7B7B7B7B0777778F778 8888FFFFFFF8F77707BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770B F07B7B7B7B7B7B077778F77777778888888777770BFBFBFBFBFBF077777F70B7 BF0FFFFFFFF07F7F0000770FBF000000B7B7B7077778F777777777778F777777 07BFBFBFBFBFB0777777707B7B0FFFFFFFF077770000770BFBFBFBF000000077 7778F7777FFFFFFF8F7777770BFBFBFBFBFBF077777F70B7BF0FFFFFFFF07F7F 0000770FBFBF0000000777777778FFFFF88888887777777707BFBF0000000777 7777707B7B0FFFFFFFF077770000777000007777777777777777888887777777 777777777000007777777777777F7F00000FFFFF00007F7F0000777777777777 77777777777777777777777777777777777777777777777777777777770FFFFF 0F07777700007777777777777777777777777777777777777777777777777777 77777777777F7F7F7F0FFFFF007F7F7F00007777777777777777777777777777 7777777777777777777777777777777777777777770000000777777700007777 77777777777777777777777777777777777777777777777777777777777F7F7F 7F7F7F7F7F7F7F7F000077777777777777777777777777777777777777777777 77777777777777777777777777777777777777770000} NumGlyphs = 4 end object HelpBtn: TBitBtn Left = 368 Top = 88 Width = 77 Height = 25 Caption = '&Help' TabOrder = 4 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 end object rbtnVirtual: TRadioButton Left = 16 Top = 53 Width = 73 Height = 17 Caption = '&Virtual Path' Checked = True TabOrder = 5 TabStop = True end object rbtnDirect: TRadioButton Left = 104 Top = 53 Width = 73 Height = 17 Caption = '&Direct Path' TabOrder = 6 end object dlgOpen: TOpenDialog FileEditStyle = fsEdit FileName = '*.*' Filter = 'All Files (*.*)|*.*' Options = [ofHideReadOnly, ofFileMustExist] Title = 'Select File' Left = 48 Top = 80 end end