unit1.dfm

来自「视屏采集软件」· DFM 代码 · 共 39 行

DFM
39
字号
object Form1: TForm1
  Left = 325
  Top = 204
  Width = 616
  Height = 449
  Caption = #35270#23631#25509#21463
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 64
    Top = 8
    Width = 497
    Height = 321
  end
  object BitBtn1: TBitBtn
    Left = 104
    Top = 352
    Width = 75
    Height = 25
    Caption = #25509#21463
    TabOrder = 0
    OnClick = BitBtn1Click
  end
  object IdUDPServer1: TIdUDPServer
    Bindings = <>
    DefaultPort = 0
    OnUDPRead = IdUDPServer1UDPRead
    Left = 472
    Top = 328
  end
end

⌨️ 快捷键说明

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