⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 winform2.dfm

📁 一个开源软件
💻 DFM
字号:
object winForm: TwinForm
  Tag = 4
  Left = 593
  Top = 399
  BorderStyle = bsSingle
  Caption = 'puzzle from max in dfm'
  ClientHeight = 417
  ClientWidth = 355
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clRed
  Font.Height = -32
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PopupMenu = PopupMenu1
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 37
  object PopupMenu1: TPopupMenu
    Left = 208
    Top = 192
    object testpop1: TMenuItem
      Tag = 4
      Caption = 'test pop'
      Default = True
      RadioItem = True
    end
  end
end

⌨️ 快捷键说明

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