testform.dfm

来自「jvcl driver development envionment」· DFM 代码 · 共 53 行

DFM
53
字号
object frmTest: TfrmTest
  Left = 192
  Top = 107
  Width = 623
  Height = 563
  Caption = 'frmTest'
  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 PanelForLabel: TPanel
    Left = 0
    Top = 0
    Width = 615
    Height = 141
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 0
    object lblTest: TLabel
      Left = 4
      Top = 4
      Width = 21
      Height = 13
      Caption = 'Test'
    end
    object Edit1: TEdit
      Left = 0
      Top = 120
      Width = 615
      Height = 21
      Anchors = [akLeft, akRight, akBottom]
      TabOrder = 0
      Text = 'Edit1'
      OnChange = Edit1Change1
    end
  end
  object mmChanges: TMemo
    Left = 0
    Top = 141
    Width = 615
    Height = 395
    Align = alClient
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 1
  end
end

⌨️ 快捷键说明

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