ternded.dfm

来自「delphi2007界面效果控件源码」· DFM 代码 · 共 44 行

DFM
44
字号
inherited RandomTransitionEditor: TRandomTransitionEditor
  Caption = 'RandomTransitionEditor'
  ShowHint = True
  PixelsPerInch = 96
  TextHeight = 14
  inherited PanelOther: TEffectsPanel
    Height = 164
    Align = alClient
    Visible = True
    object PanelRandom: TEffectsPanel
      Left = 0
      Top = 0
      Width = 224
      Height = 38
      Align = alTop
      BevelOuter = bvNone
      TabOrder = 0
      BackgroundOptions.ParentOpaque = True
      BackgroundOptions.ParentBkgrndForm = True
      BackgroundOptions.ParentPicture = True
      BackgroundOptions.ParentGlass = True
      object RadioGroupMode: TRadioGroup
        Left = 6
        Top = -4
        Width = 213
        Height = 37
        Columns = 2
        Items.Strings = (
          'Random'
          'Cyclical')
        TabOrder = 0
      end
    end
    object FormContainerList: TFormContainer
      Left = 0
      Top = 38
      Width = 224
      Height = 126
      Align = alClient
      TabOrder = 1
    end
  end
end

⌨️ 快捷键说明

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