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

📄 unit1.dfm

📁 Delphi7应用编程150例附书源码.rar
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 192
  Top = 103
  Width = 312
  Height = 371
  Caption = 'IE'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -15
  Font.Name = 'Times New Roman'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 17
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 33
    Height = 17
    Caption = #26631#39064':'
  end
  object Label2: TLabel
    Left = 8
    Top = 160
    Width = 33
    Height = 17
    Caption = 'URL:'
  end
  object ListBox1: TListBox
    Left = 8
    Top = 24
    Width = 289
    Height = 129
    ItemHeight = 17
    TabOrder = 0
    OnClick = ListBox1Click
  end
  object btnKill: TButton
    Left = 216
    Top = 312
    Width = 81
    Height = 25
    Caption = #20851'   '#38381
    TabOrder = 1
    OnClick = btnKillClick
  end
  object btnRefresh: TButton
    Left = 8
    Top = 312
    Width = 81
    Height = 25
    Caption = #21047'   '#26032
    TabOrder = 2
    OnClick = btnRefreshClick
  end
  object ListBox2: TListBox
    Left = 7
    Top = 176
    Width = 289
    Height = 129
    ItemHeight = 17
    TabOrder = 3
    OnClick = ListBox2Click
  end
end

⌨️ 快捷键说明

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