frm.dfm

来自「Delphi高级程序开发配书源代码,可以循序渐进的学习Delphi.」· DFM 代码 · 共 41 行

DFM
41
字号
object Form1: TForm1
  Left = 229
  Top = 165
  Width = 312
  Height = 234
  Caption = #19968#20010#31616#21333#30340#32447#31243#28436#31034#23454#20363
  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 = 40
    Top = 112
    Width = 84
    Height = 13
    Caption = #32447#31243#36816#34892#32467#26524#65306
  end
  object Button1: TButton
    Left = 64
    Top = 48
    Width = 193
    Height = 25
    Caption = #25353#19979#36825#20010#25353#38062#24320#21551#19968#20010#35745#31639#32447#31243
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 128
    Top = 112
    Width = 121
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
end

⌨️ 快捷键说明

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