callback.dfm

来自「《Delphi7经典问题解析》源代码」· DFM 代码 · 共 48 行

DFM
48
字号
object Form1: TForm1
  Left = 576
  Top = 492
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #22238#35843#26426#21046#28436#31034#31243#24207
  ClientHeight = 152
  ClientWidth = 440
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 8
    Top = 8
    Width = 425
    Height = 105
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 13
    ParentFont = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 16
    Top = 120
    Width = 401
    Height = 25
    Caption = #33719#21462#31995#32479#24403#21069#27491#22312#36816#34892#30340#25152#26377#31383#20307#30340#26631#39064
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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