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

📄 frmmain.dfm

📁 delphi老牌的浏览器控件
💻 DFM
字号:
object Form1: TForm1
  Left = 405
  Top = 106
  Caption = 'Open In A New Window Demo (SDI)'
  ClientHeight = 401
  ClientWidth = 476
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object EmbeddedWB1: TEmbeddedWB
    Left = 0
    Top = 30
    Width = 476
    Height = 352
    Align = alClient
    TabOrder = 0
    OnNewWindow2 = EmbeddedWB1NewWindow2
    OnVisible = EmbeddedWB1Visible
    OnAddressBar = EmbeddedWB1AddressBar
    OnWindowSetResizable = EmbeddedWB1WindowSetResizable
    OnWindowSetLeft = EmbeddedWB1WindowSetLeft
    OnWindowSetTop = EmbeddedWB1WindowSetTop
    OnWindowSetWidth = EmbeddedWB1WindowSetWidth
    OnWindowSetHeight = EmbeddedWB1WindowSetHeight
    DisableCtrlShortcuts = 'N'
    UserInterfaceOptions = [EnableThemes]
    OnMove = EmbeddedWB1Move
    OnMoveBy = EmbeddedWB1MoveBy
    OnResize = EmbeddedWB1Resize
    About = ' EmbeddedWB http://bsalsa.com/'
    PrintOptions.Margins.Left = 19.050000000000000000
    PrintOptions.Margins.Right = 19.050000000000000000
    PrintOptions.Margins.Top = 19.050000000000000000
    PrintOptions.Margins.Bottom = 19.050000000000000000
    PrintOptions.Header = '&w&bSeite &p von &P'
    PrintOptions.HTMLHeader.Strings = (
      '<HTML></HTML>')
    PrintOptions.Footer = '&u&b&d'
    PrintOptions.Orientation = poPortrait
    UserAgent = 'EmbeddedWB 14,52 from: http://www.bsalsa.com/'
    VisualEffects.TextSize = 0
    ExplicitTop = 31
    ExplicitHeight = 371
    ControlData = {
      4C00000032310000722900000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object pnlAddressBar: TPanel
    Left = 0
    Top = 0
    Width = 476
    Height = 30
    Align = alTop
    TabOrder = 1
    DesignSize = (
      476
      30)
    object edUrl: TEdit
      Left = 8
      Top = 4
      Width = 417
      Height = 21
      Anchors = [akLeft, akTop, akRight]
      TabOrder = 0
      Text = 'http://devitco.de/coint/navtest'
      OnKeyPress = edUrlKeyPress
    end
    object btnGo: TButton
      Left = 432
      Top = 4
      Width = 33
      Height = 21
      Anchors = [akTop, akRight]
      Caption = 'Go'
      TabOrder = 1
      OnClick = btnGoClick
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 382
    Width = 476
    Height = 19
    Panels = <>
  end
end

⌨️ 快捷键说明

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