unit1.~dfm

来自「zlib的文件压缩演示」· ~DFM 代码 · 共 52 行

~DFM
52
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  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 Button3: TButton
    Left = 184
    Top = 40
    Width = 105
    Height = 41
    Caption = #35299#21387#32553
    TabOrder = 0
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 32
    Top = 40
    Width = 129
    Height = 41
    Caption = #21387#32553
    TabOrder = 1
    OnClick = Button4Click
  end
  object Edit1: TEdit
    Left = 184
    Top = 144
    Width = 225
    Height = 21
    TabOrder = 2
    Text = 'Edit1'
  end
  object Button1: TButton
    Left = 232
    Top = 168
    Width = 113
    Height = 33
    Caption = #21019#24314#22810#32423#30446#24405
    TabOrder = 3
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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