unit1.dfm

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

DFM
48
字号
object Form1: TForm1
  Left = 364
  Top = 121
  Width = 594
  Height = 511
  Caption = #35270#39057#37319#38598#36719#20214
  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 Panel1: TPanel
    Left = 16
    Top = 8
    Width = 553
    Height = 401
    Caption = 'Panel1'
    TabOrder = 0
  end
  object BitBtn1: TBitBtn
    Left = 56
    Top = 440
    Width = 75
    Height = 25
    Caption = #24320#22987
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 416
    Top = 440
    Width = 75
    Height = 25
    Caption = #20572#27490
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object IdUDPClient1: TIdUDPClient
    Port = 0
    Left = 528
    Top = 424
  end
end

⌨️ 快捷键说明

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