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

📄 customframingframe.dfm

📁 长4大使馆个头儿长4大使馆个头儿长4大使馆个头儿长4大使馆个头儿
💻 DFM
📖 第 1 页 / 共 4 页
字号:
      FrameController = RzFrameController2
      TabOrder = 10
      OnChange = EdtFlatButtonColorChange
    end
    object EdtFrameHotColor: TRzColorEdit
      Left = 356
      Top = 60
      Width = 121
      Height = 21
      DefaultColor = clBtnShadow
      SelectedColor = clBtnShadow
      ShowCustomColor = True
      ShowDefaultColor = True
      ShowSystemColors = True
      Enabled = False
      FrameController = RzFrameController2
      TabOrder = 8
      OnChange = EdtFrameHotColorChange
    end
    object GrpFrameSides: TRzCheckGroup
      Left = 252
      Top = 156
      Width = 225
      Height = 41
      Caption = 'Frame Sides'
      Columns = 4
      FlatColorAdjustment = 0
      GroupStyle = gsCustom
      ItemHotTrack = True
      Items.Strings = (
        'Left'
        'Top'
        'Right'
        'Bottom')
      ParentColor = True
      TabOrder = 11
      OnChange = GrpFrameSidesChange
      CheckStates = (
        1
        1
        1
        1)
    end
    object edtReadOnlyColor: TRzColorEdit
      Left = 108
      Top = 180
      Width = 121
      Height = 21
      DefaultColor = clInfoBk
      SelectedColor = clInfoBk
      ShowCustomColor = True
      ShowDefaultColor = True
      ShowSystemColors = True
      FrameController = RzFrameController2
      TabOrder = 12
      OnChange = edtReadOnlyColorChange
    end
  end
  object RzEdit1: TRzEdit
    Left = 8
    Top = 272
    Width = 269
    Height = 21
    Text = 'RC4 is Outstanding! Keep up the great work.'
    FrameController = RzFrameController1
    TabOrder = 1
  end
  object RzMemo1: TRzMemo
    Left = 8
    Top = 300
    Width = 269
    Height = 73
    Lines.Strings = (
      'Hello.'
      'I just got the new version. The Custom '
      'Framing options are very cool! '
      ''
      'Debra')
    TabOrder = 2
    FrameController = RzFrameController1
  end
  object CbxStandard: TRzComboBox
    Left = 288
    Top = 380
    Width = 185
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    FrameController = RzFrameController1
    ItemHeight = 13
    ParentFont = False
    TabOrder = 3
    Items.Strings = (
      'Action'
      'All I Want Is Everything'
      'Animal'
      'Another Hit and Run'
      'Armageddon It'
      'Blood Runs Cold'
      'Bringing on the Heartbreak'
      'Foolin'#39
      'From The Inside'
      'Hello America'
      'Hysteria'
      'Let'#39's Get Rocked'
      'Miss You In A Heartbeat'
      'Personal Property'
      'Photograph'
      'Pour Some Sugar On Me'
      'Ride Into The Sun'
      'Ring Of Fire'
      'Rock Of Ages'
      'Rock Rock (Till You Drop)'
      'Rocket'
      'Run Riot'
      'Slang'
      'Stand Up'
      'Switch 625'
      'Tear It Down'
      'Tonight'
      'Too Late For Love'
      'Two Steps Behind')
  end
  object RzColorComboBox1: TRzColorComboBox
    Left = 288
    Top = 408
    Width = 185
    Height = 22
    Enabled = False
    FrameController = RzFrameController1
    ItemHeight = 16
    TabOrder = 4
  end
  object RzFontComboBox1: TRzFontComboBox
    Left = 288
    Top = 436
    Width = 185
    Height = 22
    FontName = 'Arial'
    FrameController = RzFrameController1
    ItemHeight = 16
    TabOrder = 5
  end
  object RzButtonEdit1: TRzButtonEdit
    Left = 288
    Top = 464
    Width = 117
    Height = 21
    FrameController = RzFrameController1
    TabOrder = 6
  end
  object RzSpinEdit1: TRzSpinEdit
    Left = 418
    Top = 464
    Width = 55
    Height = 21
    FrameController = RzFrameController1
    TabOrder = 7
  end
  object RzFontListBox1: TRzFontListBox
    Left = 288
    Top = 272
    Width = 185
    Height = 101
    ShowStyle = ssFontPreview
    FrameController = RzFrameController1
    ItemHeight = 16
    TabOrder = 8
  end
  object RzListView1: TRzListView
    Left = 8
    Top = 380
    Width = 269
    Height = 77
    Columns = <>
    FrameController = RzFrameController1
    IconOptions.WrapText = False
    Items.Data = {
      650000000300000000000000FFFFFFFFFFFFFFFF00000000000000000A436F6D
      706F6E656E747301000000FFFFFFFFFFFFFFFF00000000000000000A53637261
      74636850616402000000FFFFFFFFFFFFFFFF00000000000000000A5465787420
      46696C6573}
    LargeImages = ImageList1
    TabOrder = 9
  end
  object RzDateTimeEdit1: TRzDateTimeEdit
    Left = 152
    Top = 464
    Width = 125
    Height = 21
    EditType = etDate
    FrameController = RzFrameController1
    TabOrder = 10
  end
  object pnlHeader: TRzPanel
    Left = 0
    Top = 0
    Width = 524
    Height = 35
    Align = alTop
    Alignment = taLeftJustify
    BorderOuter = fsFlat
    BorderSides = [sdBottom]
    Caption = 'Custom Framing'
    FlatColor = 10524310
    Font.Charset = DEFAULT_CHARSET
    Font.Color = 9856100
    Font.Height = -21
    Font.Name = 'Verdana'
    Font.Style = [fsBold]
    GradientColorStop = 11855600
    TextMargin = 4
    ParentFont = False
    TabOrder = 11
    VisualStyle = vsGradient
    WordWrap = False
  end
  object RzEdit2: TRzEdit
    Left = 8
    Top = 464
    Width = 133
    Height = 21
    Text = 'ReadOnly Field'
    FrameController = RzFrameController1
    ReadOnly = True
    TabOrder = 12
  end
  object RzFrameController1: TRzFrameController
    FramingPreference = fpCustomFraming
    Left = 104
    Top = 216
  end
  object ImageList1: TImageList
    Height = 32
    ShareImages = True
    Width = 32
    Left = 12
    Top = 432
    Bitmap = {
      494C010103000400040020002000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000800000002000000001002000000000000040
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000808080008080800080808000808080008080
      8000808080008080800080808000808080008080800080808000808080008080
      8000808080008080800080808000808080008080800080808000808080008080
      8000808080008080800080808000808080000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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