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

📄 unit1.dfm

📁 里面包含有101种简易的Delphi源码
💻 DFM
字号:
object Form1: TForm1
  Left = 200
  Top = 109
  Width = 375
  Height = 403
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = 'Courier New'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 15
  object WindowsNameListBox: TListBox
    Left = 8
    Top = 8
    Width = 353
    Height = 313
    ImeName = '中文 (简体) - 智能 ABC'
    ItemHeight = 15
    TabOrder = 0
  end
  object ListButton: TButton
    Left = 104
    Top = 336
    Width = 137
    Height = 25
    Caption = '枚举系统窗口标题'
    TabOrder = 1
    OnClick = ListButtonClick
  end
end

⌨️ 快捷键说明

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