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

📄 customframingframe.dfm

📁 长4大使馆个头儿长4大使馆个头儿长4大使馆个头儿长4大使馆个头儿
💻 DFM
📖 第 1 页 / 共 4 页
字号:
object FmeCustomFraming: TFmeCustomFraming
  Left = 0
  Top = 0
  Width = 524
  Height = 514
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Verdana'
  Font.Style = []
  ParentFont = False
  TabOrder = 0
  TabStop = True
  object RzSeparator1: TRzSeparator
    Left = 0
    Top = 249
    Width = 524
    HighlightColor = 7879740
    ShowGradient = True
    Align = alTop
    Color = clBtnFace
  end
  object RzPanel1: TRzPanel
    Left = 0
    Top = 35
    Width = 524
    Height = 214
    Align = alTop
    BorderOuter = fsNone
    BorderSides = [sdBottom]
    Color = 14872561
    TabOrder = 0
    object RzLabel1: TRzLabel
      Left = 8
      Top = 64
      Width = 69
      Height = 13
      Caption = 'Frame Style'
      BevelWidth = 0
    end
    object RzLabel2: TRzLabel
      Left = 8
      Top = 36
      Width = 71
      Height = 13
      Caption = 'Frame Color'
      BevelWidth = 0
    end
    object RzLabel3: TRzLabel
      Left = 252
      Top = 64
      Width = 94
      Height = 13
      Caption = 'Frame Hot Color'
      BevelWidth = 0
    end
    object RzLabel4: TRzLabel
      Left = 252
      Top = 36
      Width = 92
      Height = 13
      Caption = 'Frame Hot Style'
      BevelWidth = 0
    end
    object RzLabel5: TRzLabel
      Left = 8
      Top = 100
      Width = 31
      Height = 13
      Caption = 'Color'
      BevelWidth = 0
    end
    object RzLabel6: TRzLabel
      Left = 8
      Top = 128
      Width = 67
      Height = 13
      Caption = 'Focus Color'
      BevelWidth = 0
    end
    object RzLabel7: TRzLabel
      Left = 8
      Top = 156
      Width = 84
      Height = 13
      Caption = 'Disabled Color'
      BevelWidth = 0
    end
    object RzLabel8: TRzLabel
      Left = 252
      Top = 128
      Width = 96
      Height = 13
      Caption = 'Flat Button Color'
      BevelWidth = 0
    end
    object RzLabel9: TRzLabel
      Left = 8
      Top = 184
      Width = 90
      Height = 13
      Caption = 'ReadOnly Color'
      BevelWidth = 0
    end
    object CbxFrameHotStyle: TRzComboBox
      Tag = 2
      Left = 356
      Top = 32
      Width = 121
      Height = 21
      Style = csDropDownList
      Ctl3D = False
      Enabled = False
      FrameController = RzFrameController2
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 7
      OnChange = CbxFrameHotStyleChange
      Items.Strings = (
        'fsNone'
        'fsFlat'
        'fsGroove'
        'fsBump'
        'fsLowered'
        'fsButtonDown'
        'fsRaised'
        'fsButtonUp'
        'fsStatus'
        'fsPopup'
        'fsFlatBold')
    end
    object CbxFrameStyle: TRzComboBox
      Tag = 2
      Left = 108
      Top = 60
      Width = 121
      Height = 21
      Style = csDropDownList
      Ctl3D = False
      FrameController = RzFrameController2
      ItemHeight = 13
      ParentCtl3D = False
      TabOrder = 2
      OnChange = CbxFrameStyleChange
      Items.Strings = (
        'fsNone'
        'fsFlat'
        'fsGroove'
        'fsBump'
        'fsLowered'
        'fsButtonDown'
        'fsRaised'
        'fsButtonUp'
        'fsStatus'
        'fsPopup'
        'fsFlatBold')
    end
    object ChkFrameHotTrack: TRzCheckBox
      Left = 251
      Top = 8
      Width = 118
      Height = 17
      Alignment = taLeftJustify
      Caption = 'Frame Hot Track'
      FrameController = RzFrameController2
      HotTrack = True
      State = cbUnchecked
      TabOrder = 6
      OnClick = ChkFrameHotTrackClick
    end
    object ChkFlatButtons: TRzCheckBox
      Left = 252
      Top = 100
      Width = 93
      Height = 17
      Caption = 'Flat Buttons'
      Checked = True
      FrameController = RzFrameController2
      HotTrack = True
      State = cbChecked
      TabOrder = 9
      OnClick = ChkFlatButtonsClick
    end
    object ChkFrameVisible: TRzCheckBox
      Left = 7
      Top = 8
      Width = 114
      Height = 17
      Alignment = taLeftJustify
      Caption = 'Frame Visible'
      FrameController = RzFrameController2
      HotTrack = True
      State = cbUnchecked
      TabOrder = 0
      OnClick = ChkFrameVisibleClick
    end
    object EdtFrameColor: TRzColorEdit
      Left = 108
      Top = 32
      Width = 121
      Height = 21
      DefaultColor = clBtnShadow
      SelectedColor = clBtnShadow
      ShowCustomColor = True
      ShowDefaultColor = True
      ShowSystemColors = True
      FrameController = RzFrameController2
      TabOrder = 1
      OnChange = EdtFrameColorChange
    end
    object edtColor: TRzColorEdit
      Left = 108
      Top = 96
      Width = 121
      Height = 21
      DefaultColor = clWindow
      SelectedColor = clWindow
      ShowCustomColor = True
      ShowDefaultColor = True
      ShowSystemColors = True
      FrameController = RzFrameController2
      TabOrder = 3
      OnChange = edtColorChange
    end
    object edtDisabledColor: TRzColorEdit
      Left = 108
      Top = 152
      Width = 121
      Height = 21
      DefaultColor = clBtnFace
      SelectedColor = clBtnFace
      ShowCustomColor = True
      ShowDefaultColor = True
      ShowSystemColors = True
      FrameController = RzFrameController2
      TabOrder = 5
      OnChange = edtDisabledColorChange
    end
    object edtFocusColor: TRzColorEdit
      Left = 108
      Top = 124
      Width = 121
      Height = 21
      DefaultColor = clWindow
      SelectedColor = clWindow
      ShowCustomColor = True
      ShowDefaultColor = True
      ShowSystemColors = True
      FrameController = RzFrameController2
      TabOrder = 4
      OnChange = edtFocusColorChange
    end
    object EdtFlatButtonColor: TRzColorEdit
      Left = 356
      Top = 124
      Width = 121
      Height = 21
      DefaultColor = clBtnFace
      SelectedColor = clBtnFace
      ShowCustomColor = True
      ShowDefaultColor = True
      ShowSystemColors = True

⌨️ 快捷键说明

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