unt_frmpreview.dfm

来自「一个DELPHI下的菜单构件」· DFM 代码 · 共 23 行

DFM
23
字号
object FrmPreview: TFrmPreview
  Left = 228
  Top = 267
  Width = 560
  Height = 100
  Caption = 'FrmPreview'
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 12
  object MainMenu1: TMainMenu
    Left = 32
    Top = 8
  end
end

⌨️ 快捷键说明

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