unit1.dfm

来自「精彩编程百例26~50 其中有 控制任务栏 windows底层任务控制 屏保预览」· DFM 代码 · 共 41 行

DFM
41
字号
object Form1: TForm1
  Left = 195
  Top = 109
  Width = 380
  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 = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    ItemHeight = 15
    TabOrder = 0
  end
  object ListButton: TButton
    Left = 112
    Top = 336
    Width = 145
    Height = 25
    Caption = #26522#20030#31995#32479#31383#21475#26631#39064
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #24188#22278
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = ListButtonClick
  end
end

⌨️ 快捷键说明

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