unit1.dfm

来自「1.改变窗体和文字颜色 2.登录窗口 3.文档编辑器」· DFM 代码 · 共 34 行

DFM
34
字号
object Form1: TForm1
  Left = 288
  Top = 133
  Width = 696
  Height = 480
  Caption = #25968#23383#32534#36753#26694
  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 = 128
    Top = 64
    Width = 265
    Height = 49
    Caption = #22312#22914#19979#32534#36753#26694#20869#36755#20837#25968#23383
  end
  object Memo1: TMemo
    Left = 136
    Top = 120
    Width = 369
    Height = 225
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
    OnKeyPress = Memo1KeyPress
  end
end

⌨️ 快捷键说明

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