object frmBrowserEdit: TfrmBrowserEdit Left = 247 Top = 435 HelpContext = 181 BorderStyle = bsDialog Caption = 'Add or Edit Browser' ClientHeight = 116 ClientWidth = 432 Font.Color = clWindowText 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 = 417 Height = 66 Shape = bsFrame IsControl = True end object lblName: TLabel Left = 16 Top = 18 Width = 28 Height = 13 Caption = '&Name' FocusControl = txtName end object lblBrowser: TLabel Left = 16 Top = 44 Width = 38 Height = 13 Caption = '&Browser' FocusControl = txtBrowser end object txtName: TEdit Left = 80 Top = 16 Width = 121 Height = 21 Hint = 'Your '#39'nickname'#39' for the browser' ParentShowHint = False ShowHint = True TabOrder = 0 end object txtBrowser: TEdit Left = 80 Top = 42 Width = 249 Height = 21 Hint = 'Path to the browser' ParentShowHint = False ShowHint = True TabOrder = 1 end object OKBtn: TBitBtn Left = 184 Top = 83 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 268 Top = 83 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 350 Top = 83 Width = 77 Height = 25 HelpContext = 1 Caption = '&Help' TabOrder = 4 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object bbtnBrowse: TBitBtn Left = 336 Top = 40 Width = 77 Height = 25 Hint = 'Browse for Browser' Caption = '&Browse' ParentShowHint = False ShowHint = True TabOrder = 5 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 dlgOpen: TOpenDialog DefaultExt = 'EXE' FileEditStyle = fsEdit Filter = 'Application Files (*.exe)|*.exe|All Files (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Left = 8 Top = 80 end end