unit1.dfm

来自「Delphi7应用编程150例 附书源码」· DFM 代码 · 共 45 行

DFM
45
字号
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 298
  Height = 319
  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 = 8
    Top = 16
    Width = 265
    Height = 233
    Lines.Strings = (
      'Memo1')
    TabOrder = 1
  end
  object VSSpell1: TVSSpell
    Left = 144
    Top = 80
    Width = 23
    Height = 23
    ControlData = {
      00000200010101000000005E7E00000A0001000C616D65726963616E2E767464
      DC0500000000000000000001C0C0C0000000000C767370656C6C65722E686C70
      0C767370656C6C65722E686C70}
  end
  object Button1: TButton
    Left = 224
    Top = 256
    Width = 49
    Height = 25
    Caption = 'Button1'
    TabOrder = 2
    OnClick = Button1Click
  end
end

⌨️ 快捷键说明

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