listform.dfm

来自「Delphi basic program. Basic programing」· DFM 代码 · 共 48 行

DFM
48
字号
object MainForm: TMainForm
  Left = 207
  Top = 117
  Width = 536
  Height = 383
  Caption = #21015#34920#26694'&'#32452#21512#26694#8251#28378#21160#26465
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 152
    Top = 160
    Width = 145
    Height = 97
    ImeMode = imChinese
    ItemHeight = 13
    TabOrder = 0
    OnKeyDown = ListBox1KeyDown
  end
  object ComboBox1: TComboBox
    Left = 152
    Top = 112
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox1'
    OnSelect = ComboBox1Select
  end
  object ScrollBar1: TScrollBar
    Left = 360
    Top = 112
    Width = 16
    Height = 145
    Kind = sbVertical
    PageSize = 0
    TabOrder = 2
    OnScroll = ScrollBar1Scroll
  end
end

⌨️ 快捷键说明

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