unit1.dfm

来自「可以扫描系统中打开的端口」· DFM 代码 · 共 36 行

DFM
36
字号
object Form1: TForm1
  Left = 226
  Top = 179
  Width = 265
  Height = 210
  Caption = #31471#21475#25195#25551#24037#20855
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object ListBox1: TListBox
    Left = 24
    Top = 8
    Width = 209
    Height = 121
    ItemHeight = 13
    TabOrder = 0
  end
  object Button1: TButton
    Left = 88
    Top = 136
    Width = 75
    Height = 25
    Caption = #24320#22987#25195#25551
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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