unit4.dfm

来自「软件工程的作业」· DFM 代码 · 共 49 行

DFM
49
字号
object Form4: TForm4
  Left = 134
  Top = 281
  Width = 355
  Height = 319
  BorderIcons = [biSystemMenu]
  Caption = #22270#20070#25628#32034
  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 Label1: TLabel
    Left = 56
    Top = 32
    Width = 84
    Height = 13
    Caption = #25353#20851#38190#23383#25628#32034#65306
  end
  object Edit1: TEdit
    Left = 144
    Top = 24
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object ListBox1: TListBox
    Left = 0
    Top = 64
    Width = 345
    Height = 225
    ItemHeight = 13
    TabOrder = 1
  end
  object Button1: TButton
    Left = 272
    Top = 24
    Width = 65
    Height = 25
    Caption = #36864#20986
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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