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

📄 main_frm.dfm

📁 一个简单的WEB浏览器
💻 DFM
字号:
object frmWebBrowser: TfrmWebBrowser
  Left = 192
  Top = 148
  Width = 784
  Height = 480
  Caption = 'WEB'#27983#35272#22120
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -19
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 19
  object stbrInfo: TStatusBar
    Left = 0
    Top = 427
    Width = 776
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 776
    Height = 57
    Align = alTop
    TabOrder = 1
    object Label1: TLabel
      Left = 4
      Top = 24
      Width = 48
      Height = 19
      Caption = #22320#22336':'
    end
    object edtURL: TEdit
      Left = 60
      Top = 20
      Width = 221
      Height = 27
      TabOrder = 0
      Text = 'http://'
    end
    object btnGo: TButton
      Left = 336
      Top = 20
      Width = 75
      Height = 25
      Caption = #36716#21040
      TabOrder = 1
      OnClick = btnGoClick
    end
    object btnPre: TButton
      Left = 412
      Top = 20
      Width = 75
      Height = 25
      Caption = #21518#36864
      TabOrder = 2
      OnClick = btnPreClick
    end
    object btnNext: TButton
      Left = 488
      Top = 20
      Width = 75
      Height = 25
      Caption = #21069#36827
      TabOrder = 3
      OnClick = btnNextClick
    end
    object btnStop: TButton
      Left = 564
      Top = 20
      Width = 75
      Height = 25
      Caption = #20572#27490
      TabOrder = 4
      OnClick = btnStopClick
    end
    object btnRefresh: TButton
      Left = 640
      Top = 20
      Width = 75
      Height = 25
      Caption = #21047#26032
      TabOrder = 5
      OnClick = btnRefreshClick
    end
    object btnOpen: TButton
      Left = 288
      Top = 20
      Width = 25
      Height = 25
      Caption = '...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 6
      OnClick = btnOpenClick
    end
  end
  object wbrwsWeb: TWebBrowser
    Left = 0
    Top = 57
    Width = 776
    Height = 370
    Align = alClient
    TabOrder = 2
    OnStatusTextChange = wbrwsWebStatusTextChange
    ControlData = {
      4C000000345000003E2600000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object opdlgOpen: TOpenDialog
    Left = 688
    Top = 64
  end
end

⌨️ 快捷键说明

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