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

📄 ieunit.dfm

📁 这是一个间歇的IE小程序,希望能给刚刚学习DELPHI和朋友提供一点帮助!
💻 DFM
字号:
object frmIE: TfrmIE
  Left = 120
  Top = 164
  Width = 868
  Height = 562
  Caption = 'frmIE'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object WebBrowser1: TWebBrowser
    Left = 3
    Top = 71
    Width = 853
    Height = 430
    TabOrder = 0
    OnDownloadBegin = WebBrowser1DownloadBegin
    OnDownloadComplete = WebBrowser1DownloadComplete
    ControlData = {
      4C00000029580000712C00000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 504
    Width = 860
    Height = 31
    Panels = <
      item
        Width = 50
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 860
    Height = 37
    Align = alTop
    BevelInner = bvLowered
    TabOrder = 2
    object Label1: TLabel
      Left = 5
      Top = 8
      Width = 48
      Height = 13
      Caption = #22320'   '#22336#65306' '
    end
    object Edit1: TEdit
      Left = 56
      Top = 5
      Width = 741
      Height = 21
      ImeName = #26497#21697#20116#31508#36755#20837#27861
      TabOrder = 0
      OnKeyDown = Edit1KeyDown
    end
    object Button1: TButton
      Left = 801
      Top = 3
      Width = 49
      Height = 24
      Caption = #38142'   '#25509
      TabOrder = 1
      OnClick = Button1Click
    end
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 37
    Width = 860
    Height = 28
    ButtonHeight = 21
    ButtonWidth = 55
    Caption = 'ToolBar1'
    Flat = True
    ShowCaptions = True
    TabOrder = 3
    object BackToolButton: TToolButton
      Left = 0
      Top = 0
      Caption = #21518'   '#36864
      ImageIndex = 0
      OnClick = BackToolButtonClick
    end
    object AheadToolButton: TToolButton
      Left = 55
      Top = 0
      Caption = #21521'   '#21069
      ImageIndex = 1
      OnClick = AheadToolButtonClick
    end
    object RefurbishToolButton: TToolButton
      Left = 110
      Top = 0
      Caption = #21047'   '#26032
      ImageIndex = 2
      OnClick = RefurbishToolButtonClick
    end
    object StopToolButton: TToolButton
      Left = 165
      Top = 0
      Caption = #20572'   '#27490
      ImageIndex = 3
      OnClick = StopToolButtonClick
    end
    object MainpageToolButton: TToolButton
      Left = 220
      Top = 0
      Caption = #20027'   '#39029
      ImageIndex = 4
      OnClick = MainpageToolButtonClick
    end
    object ToolButton1: TToolButton
      Left = 275
      Top = 0
      Width = 17
      Caption = 'ToolButton1'
      ImageIndex = 5
      Style = tbsSeparator
    end
    object ToolButton2: TToolButton
      Left = 292
      Top = 0
      Caption = #25171#24320#31383#20307
      ImageIndex = 5
      OnClick = ToolButton2Click
    end
  end
  object TcpServer1: TTcpServer
    Left = 400
    Top = 96
  end
  object TcpClient1: TTcpClient
    Left = 320
    Top = 136
  end
end

⌨️ 快捷键说明

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