frm_main.dfm

来自「自创的彼此交流账目软件」· DFM 代码 · 共 34 行

DFM
34
字号
object frmMain: TfrmMain
  Left = 227
  Top = 185
  Width = 696
  Height = 480
  Caption = #36890#35759#24405#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  WindowState = wsMaximized
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 112
    Top = 56
    object N1: TMenuItem
      Caption = #21151#33021
      object N2: TMenuItem
        Caption = #36890#35759#24405#31649#29702
        OnClick = N2Click
      end
      object N3: TMenuItem
        Caption = #32508#21512#26597#35810
      end
    end
  end
end

⌨️ 快捷键说明

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