object BrowserFrm: TBrowserFrm Left = 136 Top = 85 BorderIcons = [] BorderStyle = bsDialog Caption = 'Where to find Web-Browser' ClientHeight = 208 ClientWidth = 382 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 0 Top = 0 Width = 382 Height = 33 Align = alTop Alignment = taCenter AutoSize = False Caption = 'Specify the location of your web-browser. This information is ne' + 'ed so that you can preview the frames generated before you save ' + 'it.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Image1: TImage Left = 137 Top = 92 Width = 66 Height = 35 Visible = False end object Label2: TLabel Left = 0 Top = 33 Width = 382 Height = 41 Align = alTop Alignment = taCenter AutoSize = False Caption = 'NOTE : When looking for Netscape, look for "netscape.exe" and wh' + 'en looking for Internet Explorer look for "iexplore.exe" under P' + 'rogram Files.' WordWrap = True end object OK_Btn: TButton Left = 300 Top = 143 Width = 70 Height = 28 Caption = '&Ok' TabOrder = 0 OnClick = OK_BtnClick end object Cancel_Btn: TButton Left = 300 Top = 171 Width = 70 Height = 28 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 57 Top = 79 Width = 235 Height = 61 Caption = 'Browser No 1.' TabOrder = 2 object Label3: TLabel Left = 2 Top = 13 Width = 100 Height = 13 Caption = '&Location of Browser :' end object SpeedButton2: TSpeedButton Left = 204 Top = 28 Width = 25 Height = 22 Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 5555555555555555555555555555555555555555555555555555555555555555 555555555555555555555555555555555555555FFFFFFFFFF555550000000000 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8 B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555 55555575FFF75555555555700007555555555557777555555555555555555555 55555555555555555555555555555555555555555555555555550000} NumGlyphs = 2 OnClick = SpeedButton1Click end object Browser_Address_1: TEdit Left = 3 Top = 29 Width = 200 Height = 20 Color = clWhite TabOrder = 0 OnEnter = Browser_Address_1Enter end end object GroupBox2: TGroupBox Left = 57 Top = 142 Width = 235 Height = 61 Caption = 'Browser No 2.' TabOrder = 3 object Label4: TLabel Left = 2 Top = 13 Width = 100 Height = 13 Caption = '&Location of Browser :' end object SpeedButton3: TSpeedButton Left = 204 Top = 27 Width = 27 Height = 23 Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 5555555555555555555555555555555555555555555555555555555555555555 555555555555555555555555555555555555555FFFFFFFFFF555550000000000 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8 B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555 55555575FFF75555555555700007555555555557777555555555555555555555 55555555555555555555555555555555555555555555555555550000} NumGlyphs = 2 OnClick = SpeedButton3Click end object Browser_Address_2: TEdit Left = 3 Top = 28 Width = 200 Height = 20 Color = clWhite TabOrder = 0 OnEnter = Browser_Address_1Enter end end object OpenDialog1: TOpenDialog FileEditStyle = fsEdit Left = 339 Top = 104 end end