unit2.dfm

来自「掌握常用记事本系统的设计方法及常用函数的调用」· DFM 代码 · 共 49 行

DFM
49
字号
object Form2: TForm2
  Left = 272
  Top = 111
  Width = 410
  Height = 171
  Caption = #35760#20107#26412
  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 Label1: TLabel
    Left = 72
    Top = 8
    Width = 270
    Height = 41
    Caption = #26032#24314' '#25991#26412#25991#26723' '#30340#25991#23383#24050#32463#25913#21464#12290#24819#35201#20445#23384#25991#20214#21527#65311
  end
  object Button1: TButton
    Left = 72
    Top = 88
    Width = 75
    Height = 25
    Caption = #26159
    TabOrder = 0
  end
  object Button2: TButton
    Left = 184
    Top = 88
    Width = 75
    Height = 25
    Caption = #21542
    TabOrder = 1
  end
  object Button3: TButton
    Left = 312
    Top = 88
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 2
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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