unit1.~dfm

来自「这是《Delphi程序设计基础》由李文池写的书的示例代码」· ~DFM 代码 · 共 48 行

~DFM
48
字号
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 263
  Height = 172
  Caption = 'Form1'
  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 = 24
    Top = 19
    Width = 81
    Height = 17
    Caption = #35831#36755#20837#24180#20221#65306
  end
  object Label2: TLabel
    Left = 72
    Top = 72
    Width = 97
    Height = 13
    AutoSize = False
    Caption = #26174#31034#32467#26524
  end
  object Edit1: TEdit
    Left = 112
    Top = 16
    Width = 81
    Height = 21
    TabOrder = 0
  end
  object Button1: TButton
    Left = 72
    Top = 96
    Width = 75
    Height = 25
    Caption = #21028#26029
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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