unit1.nfm.~1~

来自「Delphi 2005程序设计教程_实例源文件和教学课件」· ~1~ 代码 · 共 34 行

~1~
34
字号
object Form3: TForm3
  Caption = 'Form3'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Height = 240
  Width = 347
  Left = 0
  Top = 0
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Caption = 'Button1'
    TabOrder = 0
    Left = 64
    Top = 128
    Width = 75
    Height = 25
    OnClick = Button1Click
  end
  object Button2: TButton
    Caption = 'Button2'
    TabOrder = 1
    Left = 224
    Top = 144
    Width = 75
    Height = 25
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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