⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 listform.dfm

📁 Delphi 7基础编程的源代码
💻 DFM
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -