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

📄 d_frmdocformunit.dfm

📁 delphi 运行期间窗体设计
💻 DFM
字号:
object frmDocForm: TfrmDocForm
  Left = 265
  Top = 190
  Width = 378
  Height = 233
  Caption = 'frmDocForm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefaultPosOnly
  Visible = True
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ScrollBox1: TScrollBox
    Left = 0
    Top = 0
    Width = 370
    Height = 206
    Align = alClient
    TabOrder = 1
  end
  object LMDDesignPanel1: TLMDDesignPanel
    Left = 0
    Top = 0
    Width = 370
    Height = 206
    Align = alClient
    TabOrder = 0
  end
  object LMDDesigner1: TLMDDesigner
    DesignPanel = LMDDesignPanel1
    ShowNonvisualComponents = True
    NonvisualComponentImages = frmMain.DesignersImages
    OnComponentInserting = LMDDesigner1ComponentInserting
    OnComponentInserted = LMDDesigner1ComponentInserted
    OnComponentHint = LMDDesigner1ComponentHint
    OnGetImageIndex = LMDDesigner1GetImageIndex
    OnReadError = LMDDesigner1ReadError
    Left = 16
    Top = 16
  end
  object SaveDialog1: TSaveDialog
    Filter = 'Form files|*.frm|Any files|*'
    Left = 16
    Top = 48
  end
end

⌨️ 快捷键说明

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