unit1.~dfm

来自「DELPHI软件注册算法实现示例」· ~DFM 代码 · 共 38 行

~DFM
38
字号
object Form1: TForm1
  Left = 266
  Top = 160
  Width = 696
  Height = 480
  Caption = 'POS V1.0'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 16
    Top = 8
    object N1: TMenuItem
      Caption = #25991#20214
    end
    object N2: TMenuItem
      Caption = #32534#36753
      object N3: TMenuItem
      end
    end
    object N4: TMenuItem
      Caption = #24037#20855
    end
    object N5: TMenuItem
      Caption = #27880#20876
      OnClick = N5Click
    end
  end
end

⌨️ 快捷键说明

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