unit1.dfm

来自「Delphi7应用编程150例 附书源码」· DFM 代码 · 共 68 行

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