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

📄 designeditform.dfm

📁 delphi 运行进行设计模式,象delphi的编辑环境一样
💻 DFM
字号:
object frmDesignEditForm: TfrmDesignEditForm
  Left = 390
  Top = 190
  Align = alClient
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'frmDesignEditForm'
  ClientHeight = 392
  ClientWidth = 568
  Color = clWhite
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Shape1: TShape
    Left = 128
    Top = 120
    Width = 65
    Height = 65
  end
  object Button1: TButton
    Left = 280
    Top = 72
    Width = 75
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
    OnMouseDown = Button1MouseDown
  end
end

⌨️ 快捷键说明

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