unit1.dfm

来自「本人上传的压缩文件是运用DELPHI来设计编程」· DFM 代码 · 共 53 行

DFM
53
字号
object Form1: TForm1
  Left = 232
  Top = 148
  Width = 328
  Height = 218
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object myAgent: TAgent
    Left = 16
    Top = 8
    Width = 32
    Height = 32
    HelpContext = 10
    ControlData = {020200004F0300004F030000}
  end
  object BitBtn1: TBitBtn
    Left = 24
    Top = 64
    Width = 75
    Height = 25
    Caption = 'show'
    TabOrder = 1
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 184
    Top = 64
    Width = 75
    Height = 25
    Caption = 'hide'
    TabOrder = 2
    OnClick = BitBtn2Click
  end
  object BitBtn3: TBitBtn
    Left = 104
    Top = 64
    Width = 75
    Height = 25
    Caption = 'speak'
    TabOrder = 3
    OnClick = BitBtn3Click
  end
end

⌨️ 快捷键说明

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