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

📄 d_lmddesignpanel.dfm

📁 delphi 运行期间窗体设计
💻 DFM
字号:
object Form1: TForm1
  Left = 207
  Top = 193
  Width = 691
  Height = 416
  Caption = 'TLMDesignPanel demo'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  Scaled = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object SpeedButton1: TSpeedButton
    Left = 75
    Top = 8
    Width = 50
    Height = 22
    GroupIndex = 1
    Caption = 'Label'
  end
  object SpeedButton2: TSpeedButton
    Left = 129
    Top = 8
    Width = 50
    Height = 22
    GroupIndex = 1
    Caption = 'Button'
  end
  object SpeedButton3: TSpeedButton
    Left = 18
    Top = 8
    Width = 50
    Height = 22
    GroupIndex = 1
    Down = True
    Caption = 'Select'
  end
  object SpeedButton4: TSpeedButton
    Left = 184
    Top = 8
    Width = 50
    Height = 22
    GroupIndex = 1
    Caption = 'Memo'
  end
  object SpeedButton5: TSpeedButton
    Left = 238
    Top = 8
    Width = 67
    Height = 22
    GroupIndex = 1
    Caption = 'CheckBox'
  end
  object Label1: TLabel
    Left = 18
    Top = 325
    Width = 465
    Height = 57
    AutoSize = False
    Caption = 
      'This demo demonstrates use of TLMDDesignPanel. Switch DesignCont' +
      'rol by pressing topright button.'#13#10'Please note also that DesignMa' +
      'nager is used to synchronize Designer, Property Inspector and Ob' +
      'ject ComboBox controls. This is the simplest way to perform such' +
      ' synchronization.'
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
    WordWrap = True
  end
  object LMDDesignPanel1: TLMDDesignPanel
    Left = 17
    Top = 40
    Width = 462
    Height = 279
    BorderStyle = bsNone
    TabOrder = 0
  end
  object Button1: TButton
    Tag = 1
    Left = 320
    Top = 7
    Width = 162
    Height = 25
    TabOrder = 1
    OnClick = Button1Click
  end
  object LMDPropertyInspector1: TLMDPropertyInspector
    Left = 486
    Top = 40
    Width = 188
    Height = 337
    ArrangeKind = akByCategory
    GridVisible = False
    GutterVisible = True
    CursorVisible = True
    SelectionStyle = ssFlat
    FlatSelectionBackgroundColor = 15066597
    FlatSelectionColor = clBlack
    CategoryBackgroundColor = 15066597
    CategoryFont.Charset = DEFAULT_CHARSET
    CategoryFont.Color = clMaroon
    CategoryFont.Height = -11
    CategoryFont.Name = 'MS Sans Serif'
    CategoryFont.Style = [fsBold]
    Splitter = 84
    Color = clWindow
    TabOrder = 2
  end
  object LMDObjectComboBox1: TLMDObjectComboBox
    Left = 488
    Top = 16
    Width = 185
    Height = 21
    TabOrder = 3
  end
  object d: TLMDDesigner
    DesignPanel = LMDDesignPanel1
    OnComponentInserting = dComponentInserting
    OnComponentInserted = dComponentInserted
    Left = 36
    Top = 53
  end
  object LMDDesignManager1: TLMDDesignManager
    Designers = <
      item
        Designer = d
      end>
    ObjectComboBox = LMDObjectComboBox1
    PropertyInspector = LMDPropertyInspector1
    Left = 36
    Top = 86
  end
end

⌨️ 快捷键说明

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