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

📄 editorsstylesdemostylespalette.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
📖 第 1 页 / 共 5 页
字号:
inherited EditorsStylesDemoStylesPaletteFrame: TEditorsStylesDemoStylesPaletteFrame
  Left = 194
  Top = 149
  ClientHeight = 508
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  inherited pnlDescription: TPanel
    inherited memDescrip: TcxMemo
      Lines.Strings = (
        
          'An example of using different editors styles. You can define app' +
          'earance of editors for each state (normal, disabled, focused and' +
          ' hot). Experiment with styles settings via the styles editor pla' +
          'ced in  the right bottom of the form.'
        ''
        
          'Note: this page does not respond to style changes via the main m' +
          'enu like the other pages. Instead,  the editors can have its sty' +
          'le and look&feel set independently using the Color Palette and L' +
          'ook And Feel groupboxes.'
        ''
        
          'In particular, note the changes when running in native mode unde' +
          'r XP.')
    end
  end
  object gbEditors: TcxGroupBox [1]
    Left = 0
    Top = 0
    Width = 353
    Height = 508
    Hint = 'cxGroupBox'
    Align = alClient
    Alignment = alCenterCenter
    ParentBackground = False
    ParentColor = False
    ParentFont = False
    Style.Color = 16637904
    TabOrder = 1
    LookAndFeel.NativeStyle = False
    object cxProgressBar: TcxProgressBar
      Left = 157
      Top = 146
      Width = 121
      Height = 21
      Hint = 'cxProgressBar'
      ParentColor = False
      ParentFont = False
      Position = 90
      Properties.BeginColor = 16566961
      Properties.BarBevelOuter = cxbvLowered
      Properties.SolidTextColor = True
      Properties.BarStyle = cxbsGradientLEDs
      Properties.OverloadValue = 100
      Properties.ShowOverload = True
      Properties.OverloadBeginColor = 16493702
      Properties.OverloadEndColor = clWhite
      Properties.PeakValue = 100
      Style.StyleController = cxEditStyleController
      TabOrder = 0
    end
    object cxTrackBar: TcxTrackBar
      Left = 157
      Top = 177
      Width = 121
      Height = 25
      Hint = 'cxTrackBar'
      ParentColor = False
      ParentFont = False
      Position = 8
      Properties.SelectionStart = 2
      Properties.SelectionEnd = 5
      Properties.OnGetThumbRect = cxTrackBarPropertiesGetThumbRect
      Properties.OnDrawThumb = cxTrackBarPropertiesDrawThumb
      Style.HotTrack = False
      Style.StyleController = cxEditStyleController
      TabOrder = 1
    end
    object cxCheckListBox: TcxCheckListBox
      Left = 157
      Top = 212
      Width = 121
      Height = 53
      Hint = 'cxCheckListBox'
      AllowGrayed = True
      EditValueFormat = cvfIndices
      GlyphCount = 3
      Items = <
        item
          Text = 'Item1'
        end
        item
          Text = 'Item2'
        end
        item
          Text = 'Item3'
        end>
      ParentFont = False
      Style.StyleController = cxEditStyleController
      TabOrder = 2
    end
    object cxColorComboBox: TcxColorComboBox
      Left = 157
      Top = 308
      Width = 153
      Height = 21
      Hint = 'cxColorComboBox'
      ColorValue = clBlack
      ParentFont = False
      Properties.DropDownSizeable = True
      Properties.Items = <>
      Properties.PrepareInfo = ''
      Style.StyleController = cxEditStyleController
      TabOrder = 3
    end
    object cxCheckComboBox: TcxCheckComboBox
      Left = 157
      Top = 341
      Width = 153
      Height = 21
      Hint = 'cxCheckComboBox'
      ParentFont = False
      Properties.Delimiter = '; '
      Properties.DropDownSizeable = True
      Properties.Items = <
        item
          Description = 'Sunday'
        end
        item
          Description = 'Monday'
        end
        item
          Description = 'Tuesday'
        end
        item
          Description = 'Wednesday'
        end
        item
          Description = 'Thursday'
        end
        item
          Description = 'Friday'
        end
        item
          Description = 'Saturday'
        end>
      Style.StyleController = cxEditStyleController
      TabOrder = 4
    end
    object cxFontNameComboBox: TcxFontNameComboBox
      Left = 157
      Top = 276
      Width = 153
      Height = 21
      Hint = 'cxFontNameComboBox'
      ParentFont = False
      Properties.DropDownSizeable = True
      Style.StyleController = cxEditStyleController
      TabOrder = 6
    end
    object cxCoolLabel: TcxLabel
      Left = 24
      Top = 10
      Width = 190
      Height = 51
      Hint = 'cxLabel'
      Caption = 'Ext. Editors'
      ParentColor = False
      ParentFont = False
      Properties.Alignment.Horz = taLeftJustify
      Properties.Alignment.Vert = taVCenter
      Properties.Depth = 10
      Properties.LabelEffect = cxleCool
      Properties.ShadowedColor = 16424562
      Style.Font.Charset = DEFAULT_CHARSET
      Style.Font.Color = 16637904
      Style.Font.Height = -32
      Style.Font.Name = 'MS Sans Serif'
      Style.Font.Style = [fsBold]
      Style.StyleController = cxLabelStyleController
    end
    object lbCheckListBox: TcxLabel
      Left = 15
      Top = 212
      Width = 100
      Height = 22
      Hint = 'cxLabel'
      Caption = 'cxCheckListBox'
      ParentColor = False
      ParentFont = False
      Properties.Alignment.Horz = taLeftJustify
      Properties.Alignment.Vert = taVCenter
      Properties.Depth = 5
      Properties.LabelEffect = cxleCool
      Properties.ShadowedColor = 16424562
      Style.StyleController = cxLabelStyleController
    end
    object lbFontNameComboBox: TcxLabel
      Left = 15
      Top = 276
      Width = 118
      Height = 22
      Hint = 'cxLabel'
      Caption = 'cxFontNameCombo'
      ParentColor = False
      ParentFont = False
      Properties.Alignment.Horz = taLeftJustify
      Properties.Alignment.Vert = taVCenter
      Properties.Depth = 5
      Properties.LabelEffect = cxleCool
      Properties.ShadowedColor = 16424562
      Style.StyleController = cxLabelStyleController
    end
    object lbDateEdit: TcxLabel
      Left = 15
      Top = 374
      Width = 72
      Height = 22
      Hint = 'cxDateEdit'
      Caption = 'cxDateEdit'
      ParentColor = False
      ParentFont = False
      Properties.Alignment.Horz = taLeftJustify
      Properties.Alignment.Vert = taVCenter
      Properties.Depth = 5
      Properties.LabelEffect = cxleCool
      Properties.ShadowedColor = 16424562
      Style.StyleController = cxLabelStyleController
    end
    object lbTrackBar: TcxLabel
      Left = 15
      Top = 179
      Width = 75
      Height = 22
      Hint = 'cxLabel'
      Caption = 'cxTrackBar'
      ParentColor = False
      ParentFont = False
      Properties.Alignment.Horz = taLeftJustify
      Properties.Alignment.Vert = taVCenter
      Properties.Depth = 5
      Properties.LabelEffect = cxleCool
      Properties.ShadowedColor = 16424562
      Style.StyleController = cxLabelStyleController
    end
    object lbProgressBar: TcxLabel
      Left = 15
      Top = 146
      Width = 91
      Height = 22
      Hint = 'cxLabel'
      Caption = 'cxProgressBar'
      ParentColor = False
      ParentFont = False
      Properties.Alignment.Horz = taLeftJustify
      Properties.Alignment.Vert = taVCenter
      Properties.Depth = 5
      Properties.LabelEffect = cxleCool
      Properties.ShadowedColor = 16424562
      Style.StyleController = cxLabelStyleController
    end
    object lbSpinEdit: TcxLabel
      Left = 15
      Top = 113
      Width = 70
      Height = 22
      Hint = 'cxSpinEdit'
      Caption = 'cxSpinEdit'
      ParentColor = False
      ParentFont = False

⌨️ 快捷键说明

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