⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demo.dfm

📁 delphi老牌的浏览器控件
💻 DFM
📖 第 1 页 / 共 5 页
字号:
      end
      object OfflineMode1: TMenuItem
        Caption = 'Work Offline'
        OnClick = OfflineMode1Click
      end
      object Exit1: TMenuItem
        Caption = '&Exit'
        OnClick = Exit1Click
      end
    end
    object MMEdit: TMenuItem
      Caption = '&Edit'
      object Cut1: TMenuItem
        Caption = 'Cut To CLipboard'
        OnClick = Cut1Click
      end
      object Pastefromclipboard1: TMenuItem
        Caption = 'Paste from clipboard'
        OnClick = Pastefromclipboard1Click
      end
      object Copy: TMenuItem
        Caption = 'Cop&y to clipboard'
        OnClick = CopyClick
      end
      object SelectAll: TMenuItem
        Caption = 'Select &All'
        OnClick = SelectAllClick
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object FindDialog: TMenuItem
        Caption = '&Find Dialog'
        OnClick = FindDialogClick
      end
    end
    object MMView: TMenuItem
      Caption = '&View'
      object ViewSourceHtml: TMenuItem
        Caption = '&Page Source (Html)'
        OnClick = ViewSourceHtmlClick
      end
      object PageSourceText: TMenuItem
        Caption = 'Page Source (Text)'
        OnClick = PageSourceTextClick
      end
      object PageSourceHtmlasstrings1: TMenuItem
        Caption = 'Page Source (Html As Strings)'
        OnClick = PageSourceHtmlasstrings1Click
      end
      object PageSourceTextasstrings1: TMenuItem
        Caption = 'Page Source (Text  A Strings)'
        OnClick = PageSourceTextasstrings1Click
      end
      object ViewPageLinksAsAList1: TMenuItem
        Caption = 'View Page Links As A List'
        OnClick = ViewPageLinksAsAList1Click
      end
      object ViewPageImagesAsAList1: TMenuItem
        Caption = 'View Page Images As A List'
        OnClick = ViewPageImagesAsAList1Click
      end
      object ViewPageFieldsAsAList1: TMenuItem
        Caption = 'View Page Fields As A List'
        OnClick = ViewPageFieldsAsAList1Click
      end
      object ViewPagePropertiesAsAList1: TMenuItem
        Caption = 'View Page Properties As A List'
        OnClick = ViewPagePropertiesAsAList1Click
      end
      object N6: TMenuItem
        Caption = '-'
      end
      object CharacterSet1: TMenuItem
        Caption = 'Encoding'
        object CharSetAutomatic1: TMenuItem
          Caption = 'Automatic'
          Checked = True
          GroupIndex = 1
          Hint = '_autodetect_all'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object N7: TMenuItem
          Caption = '-'
          GroupIndex = 1
          RadioItem = True
        end
        object CentralEuropeanISO1: TMenuItem
          Caption = 'Central European (ISO)'
          GroupIndex = 1
          Hint = 'iso-8859-2'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object WesternEuropeanISO1: TMenuItem
          Caption = 'Western European (ISO)'
          GroupIndex = 1
          Hint = 'iso-8859-1'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object UnicodeUTF1: TMenuItem
          Caption = 'Unicode (UTF-8)'
          GroupIndex = 1
          Hint = 'utf-8'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object N8: TMenuItem
          Caption = '-'
          GroupIndex = 1
          RadioItem = True
        end
        object ArabicWindows1: TMenuItem
          Caption = 'Arabic (Windows)'
          GroupIndex = 1
          Hint = 'windows-1256'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object BalticWindows1: TMenuItem
          Caption = 'Baltic (Windows)'
          GroupIndex = 1
          Hint = 'windows-1257'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object ChineseSimplifiedGB1: TMenuItem
          Caption = 'Chinese Simplified (GB2312)'
          GroupIndex = 1
          Hint = 'gb2312'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object ChineseTraditionalBIG1: TMenuItem
          Caption = 'Chinese Traditional (Big5)'
          GroupIndex = 1
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object GreekWindows1: TMenuItem
          Caption = 'Greek (Windows)'
          GroupIndex = 1
          Hint = 'windows-1253'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object Korean1: TMenuItem
          Caption = 'Korean (ISO)'
          GroupIndex = 1
          Hint = 'iso-2022-kr'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object haiWindows1: TMenuItem
          Caption = 'Thai (Windows)'
          GroupIndex = 1
          Hint = 'windows-874'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
        object urkishWindows1: TMenuItem
          Caption = 'Turkish (Windows)'
          GroupIndex = 1
          Hint = 'windows-1254'
          RadioItem = True
          OnClick = CharSetAutomatic1Click
        end
      end
      object Zoom1: TMenuItem
        Caption = 'Text Size'
        OnClick = Zoom1Click
        object Largest1: TMenuItem
          Tag = 4
          Caption = 'Largest'
          OnClick = Smallest1Click
        end
        object Large1: TMenuItem
          Tag = 3
          Caption = 'Large'
          OnClick = Smallest1Click
        end
        object Medium1: TMenuItem
          Tag = 2
          Caption = 'Medium'
          OnClick = Smallest1Click
        end
        object Small1: TMenuItem
          Tag = 1
          Caption = 'Small'
          OnClick = Smallest1Click
        end
        object Smallest1: TMenuItem
          Caption = 'Smallest'
          OnClick = Smallest1Click
        end
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object ScrollToTheTop1: TMenuItem
        Caption = 'Scroll to the top'
        OnClick = ScrollToTheTop1Click
      end
      object ScrolToPosition1: TMenuItem
        Caption = 'Scroll To Position'
        OnClick = ScrolToPosition1Click
      end
      object Scrolltothebottom1: TMenuItem
        Caption = 'Scroll to the bottom'
        OnClick = Scrolltothebottom1Click
      end
      object N12: TMenuItem
        Caption = '-'
      end
      object ViewHidethelinksbar1: TMenuItem
        Caption = 'View/Hide the links bar'
        OnClick = ViewHidethelinksbar1Click
      end
    end
    object MMNavigation: TMenuItem
      Caption = 'Navigation'
      object GoHome1: TMenuItem
        Caption = 'Go Home'
        OnClick = ToolBtnHomeClick
      end
      object GoBack1: TMenuItem
        Caption = 'Go Back'
        OnClick = ToolbtnBackClick
      end
      object GoForward1: TMenuItem
        Caption = 'Go Forward'
        OnClick = ToolBtnForwardClick
      end
      object GoAboutBlank1: TMenuItem
        Caption = 'Go About : Blank'
        OnClick = GoAboutBlank1Click
      end
      object N9: TMenuItem
        Caption = '-'
      end
      object Stop1: TMenuItem
        Caption = 'Stop'
        OnClick = ToolBtnStopClick
      end
      object Refresh1: TMenuItem
        Caption = 'Refresh'
        OnClick = ToolBtnRefreshClick
      end
      object N11: TMenuItem
        Caption = '-'
      end
      object GoDowloadMasked1: TMenuItem
        Caption = 'Go Dowload Masked'
        OnClick = GoDowloadMasked1Click
      end
      object GoWithQueryDetails1: TMenuItem
        Caption = 'Go With Query Details'
        OnClick = GoWithQueryDetails1Click
      end
      object Godownloadafile1: TMenuItem
        Caption = 'Go And Download A File'
        OnClick = Godownloadafile1Click
      end
    end
    object MMTools: TMenuItem
      Caption = '&Tools'
      object EmbeddedWBOptions1: TMenuItem
        Caption = 'EmbeddedWB Options'
        object FillFormWithPersonalDetails1: TMenuItem
          Caption = 'Fill Form With Personal Details'
          OnClick = FillFormWithPersonalDetails1Click
        end
        object GetDefaultWebBrowserFromResistry1: TMenuItem
          Caption = 'Get Default Web Browser From Resistry'
          OnClick = GetDefaultWebBrowserFromResistry1Click
        end
        object CreateAShortCutOnYourDeskTop1: TMenuItem
          Caption = 'Create A ShortCut On Your Desktop'
          OnClick = CreateAShortCutOnYourDeskTop1Click
        end
        object checkOnlineStatus2: TMenuItem
          Caption = 'Check Online Status'
          OnClick = checkOnlineStatus2Click
        end
        object GetHostAndIP1: TMenuItem
          Caption = 'Get Host And IP'
          OnClick = GetHostAndIP1Click
        end
        object GetSpecialFolderPath1: TMenuItem
          Caption = 'Get Special Folder Path'
          OnClick = GetSpecialFolderPath1Click
        end
        object N20: TMenuItem
          Caption = '-'
        end
        object SetDesignMode: TMenuItem
          Caption = 'Set Design mode on/off'
          OnClick = SetDesignModeClick
        end
      end
      object Security1: TMenuItem
        Caption = 'Security'
        object AddToRestrictedZoneList: TMenuItem
          Caption = 'Add To Restricted Zone List'
          OnClick = AddToRestrictedZoneListClick
        end
        object CheckIfInResrictedZoneList1: TMenuItem
          Caption = 'Check If In Resricted Zone List'
          OnClick = CheckIfInResrictedZoneList1Click
        end
        object N18: TMenuItem
          Caption = '-'
        end
        object AddToTrustedListZoneList1: TMenuItem
          Caption = 'Add To Trusted List Zone List'
          OnClick = AddToTrustedListZoneList1Click
        end
        object CheckIfInTrustedZoneList1: TMenuItem
          Caption = 'Check If In Trusted Zone List'
          OnClick = CheckIfInTrustedZoneList1Click
        end
        object N19: TMenuItem
          Caption = '-

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -