unit1.dfm

来自「Delphi7编程80例(完全版)」· DFM 代码 · 共 27 行

DFM
27
字号
object Form1: TForm1
  Left = 284
  Top = 208
  Width = 427
  Height = 270
  Caption = #23454#29616#24212#29992#31243#24207#30340#25991#20214#25302#25918#21151#33021
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 8
    Top = 8
    Width = 401
    Height = 161
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
end

⌨️ 快捷键说明

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