testform.dfm

来自「Delphi深度探索,Delphi深度探索(第二版)」· DFM 代码 · 共 63 行

DFM
63
字号
object FormTest: TFormTest
  Left = 291
  Top = 388
  Width = 464
  Height = 155
  ActiveControl = Button2
  Caption = 'TestDialog'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 120
  TextHeight = 16
  object Label1: TLabel
    Left = 48
    Top = 32
    Width = 65
    Height = 16
    Caption = #29992#25143#21517
  end
  object Label2: TLabel
    Left = 48
    Top = 72
    Width = 57
    Height = 16
    Caption = #23494#30721
  end
  object Edit1: TEdit
    Left = 128
    Top = 27
    Width = 169
    Height = 24
    TabOrder = 3
  end
  object Edit2: TEdit
    Left = 128
    Top = 72
    Width = 169
    Height = 24
    PasswordChar = '*'
    TabOrder = 0
  end
  object Button1: TButton
    Left = 344
    Top = 24
    Width = 89
    Height = 33
    Caption = #30830#23450
    TabOrder = 1
  end
  object Button2: TButton
    Left = 344
    Top = 64
    Width = 89
    Height = 33
    Caption = #21462#28040
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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