fmkeypressmain.dfm

来自「多数代码可以直接在Delphi6和Delphi7环境下运行。部分涉及.NET技术」· DFM 代码 · 共 27 行

DFM
27
字号
object Form1: TForm1
  Left = 260
  Top = 156
  Width = 535
  Height = 395
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -20
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  OnMouseDown = FormMouseDown
  PixelsPerInch = 120
  TextHeight = 20
  object ListBox1: TListBox
    Left = 10
    Top = 10
    Width = 501
    Height = 281
    ItemHeight = 20
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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