unit1.dfm

来自「Delphi 源码,关于打印方面的一个小程序」· DFM 代码 · 共 42 行

DFM
42
字号
object Form1: TForm1
  Left = 204
  Top = 156
  Width = 783
  Height = 540
  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 Memo1: TMemo
    Left = 216
    Top = 56
    Width = 209
    Height = 97
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -21
    Font.Name = #23435#20307
    Font.Style = []
    Lines.Strings = (
      '')
    MaxLength = 100
    ParentFont = False
    TabOrder = 0
  end
  object Button1: TButton
    Left = 256
    Top = 216
    Width = 129
    Height = 25
    Caption = #25171#21360
    TabOrder = 1
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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