unit1.dfm

来自「Delphi 有很多很好的例子」· DFM 代码 · 共 50 行

DFM
50
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 462
  Height = 330
  Caption = #20998#38548#31383#20307
  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 Memo1: TMemo
    Left = 0
    Top = 0
    Width = 454
    Height = 41
    Align = alTop
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
    OnDragOver = MemoDragOver
  end
  object Panel1: TPanel
    Left = 0
    Top = 41
    Width = 454
    Height = 6
    Cursor = crVSplit
    Align = alTop
    DragCursor = crVSplit
    DragMode = dmAutomatic
    TabOrder = 1
  end
  object Memo2: TMemo
    Left = 0
    Top = 47
    Width = 454
    Height = 249
    Align = alClient
    Lines.Strings = (
      'Memo2')
    TabOrder = 2
    OnDragOver = MemoDragOver
  end
end

⌨️ 快捷键说明

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