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

📄 fmmain.dfm

📁 delphi老牌的浏览器控件
💻 DFM
字号:
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 449
  ClientWidth = 658
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 658
    Height = 49
    Align = alTop
    TabOrder = 0
    object btnGo: TButton
      Left = 399
      Top = 7
      Width = 43
      Height = 22
      Caption = 'Go'
      TabOrder = 0
      OnClick = btnGoClick
    end
    object btnBack: TButton
      Left = 448
      Top = 7
      Width = 52
      Height = 22
      Caption = 'Back'
      TabOrder = 1
      OnClick = btnBackClick
    end
    object btnForward: TButton
      Left = 506
      Top = 7
      Width = 49
      Height = 22
      Caption = 'Forward'
      TabOrder = 2
      OnClick = btnForwardClick
    end
    object IEAddress1: TIEAddress
      Left = 8
      Top = 7
      Width = 385
      Height = 22
      About = 'TIEAddress. Help & Support: http://www.bsalsa.com/'
      IconLeft = 4
      IconTop = 3
      ItemHeight = 16
      ParentBiDiMode = True
      TabOrder = 3
    end
    object cbOpenNew: TCheckBox
      Left = 561
      Top = 9
      Width = 97
      Height = 17
      Caption = 'OpenNewTab'
      TabOrder = 4
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 49
    Width = 658
    Height = 381
    Align = alClient
    TabOrder = 1
    OnChange = PageControl1Change
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 430
    Width = 658
    Height = 19
    Panels = <>
  end
end

⌨️ 快捷键说明

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