unit1.dfm

来自「Delphi DLL Form 与 TDxDockSite」· DFM 代码 · 共 34 行

DFM
34
字号
object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'Form1'
  ClientHeight = 293
  ClientWidth = 426
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  FormStyle = fsMDIForm
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object MainMenu1: TMainMenu
    Left = 192
    Top = 72
    object dll11: TMenuItem
      Caption = 'diaoyong'
      object dll21: TMenuItem
        Caption = 'dll1'
        OnClick = dll21Click
      end
      object dll22: TMenuItem
        Caption = 'dll2'
        OnClick = dll22Click
      end
    end
  end
end

⌨️ 快捷键说明

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