unit5.dfm.~2~

来自「这是一个delphi程序」· ~2~ 代码 · 共 33 行

~2~
33
字号
object Form5: TForm5
  Left = 0
  Top = 0
  Caption = 'Form5'
  ClientHeight = 395
  ClientWidth = 561
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox: TListBox
    Left = 32
    Top = 24
    Width = 433
    Height = 305
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 471
    Top = 24
    Width = 75
    Height = 25
    Caption = 'GetList'
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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