unit1.dfm

来自「在delphi中实现windows核心编程.原书光盘代码核心编程.原书光盘代码」· DFM 代码 · 共 45 行

DFM
45
字号
object Form1: TForm1
  Left = 180
  Top = 103
  Width = 368
  Height = 256
  Caption = 'IE'#22320#22336#26639#20445#23384#36719#20214
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 120
  TextHeight = 16
  object ListBox1: TListBox
    Left = 9
    Top = 32
    Width = 400
    Height = 225
    ItemHeight = 16
    TabOrder = 0
    OnDblClick = ListBox1DblClick
  end
  object Button1: TButton
    Left = 9
    Top = 9
    Width = 73
    Height = 24
    Caption = #33719#21462#22320#22336
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 96
    Top = 9
    Width = 75
    Height = 24
    Caption = #25171#24320'IE'
    TabOrder = 2
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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