fmmain.dfm

来自「delphi老牌的浏览器控件」· DFM 代码 · 共 89 行

DFM
89
字号
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 + =
减小字号Ctrl + -
显示快捷键?