mainform.dfm

来自「delphi com深入编程,非常有收藏价值」· DFM 代码 · 共 26 行

DFM
26
字号
object Form1: TForm1
  Left = 354
  Top = 285
  Width = 400
  Height = 258
  Caption = 'Microsoft Agent Test'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Agent1: TAgent
    Left = 16
    Top = 16
    Width = 32
    Height = 32
    ControlData = {000300004F0300004F030000}
  end
end

⌨️ 快捷键说明

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