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

📄 d_frmpropsunit.dfm

📁 delphi 运行期间窗体设计
💻 DFM
字号:
object frmProps: TfrmProps
  Left = 747
  Top = 357
  Width = 215
  Height = 305
  BorderStyle = bsSizeToolWin
  Caption = 'Properties'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object LMDObjectComboBox1: TLMDObjectComboBox
    Left = 0
    Top = 32
    Width = 206
    Height = 21
    Anchors = [akLeft, akTop, akRight]
    TabOrder = 0
  end
  object LMDPropertyInspector1: TLMDPropertyInspector
    Left = 0
    Top = 56
    Width = 207
    Height = 222
    GridVisible = False
    GutterVisible = True
    CursorVisible = True
    SelectionStyle = ssFlat
    FlatSelectionBackgroundColor = 14408667
    FlatSelectionColor = clWindowText
    CategoryBackgroundColor = 14737632
    CategoryFont.Charset = DEFAULT_CHARSET
    CategoryFont.Color = clHighlightText
    CategoryFont.Height = -11
    CategoryFont.Name = 'MS Sans Serif'
    CategoryFont.Style = [fsBold]
    Splitter = 103
    Anchors = [akLeft, akTop, akRight, akBottom]
    Color = clWindow
    TabOrder = 1
    OnFilterProp = LMDPropertyInspector1FilterProp
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 207
    Height = 30
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 2
    object SpeedButton2: TSpeedButton
      Left = 105
      Top = 5
      Width = 96
      Height = 22
      Caption = 'Restore defaults'
      Transparent = False
      OnClick = SpeedButton2Click
    end
    object SpeedButton1: TSpeedButton
      Left = 5
      Top = 6
      Width = 93
      Height = 21
      Caption = 'Close designer'
      Transparent = False
      OnClick = SpeedButton1Click
    end
  end
  object LMDDesigner1: TLMDDesigner
    OnDesignFormClose = LMDDesigner1DesignFormClose
    Left = 16
    Top = 96
  end
  object LMDDesignManager1: TLMDDesignManager
    Designers = <
      item
        Designer = LMDDesigner1
      end>
    ObjectComboBox = LMDObjectComboBox1
    PropertyInspector = LMDPropertyInspector1
    ExcludeDesignControl = True
    Left = 16
    Top = 128
  end
end

⌨️ 快捷键说明

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