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

📄 editorsstylesdemoissues.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
📖 第 1 页 / 共 2 页
字号:
        Style.Color = 10719578
      end
      object lbProgress: TcxLabel
        Left = 227
        Top = 54
        Width = 48
        Height = 17
        Caption = ' Progress'
        ParentColor = False
        ParentFont = False
        Style.Color = 13944994
      end
      object seCheckProgress: TcxDBSpinEdit
        Left = 127
        Top = 54
        Width = 41
        Height = 21
        Hint = 'cxSpinEdit'
        DataBinding.DataField = 'CHECKPROGRESS'
        DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
        ParentFont = False
        Properties.ImmediatePost = True
        Properties.MaxValue = 100.000000000000000000
        Properties.OnChange = seCheckProgressPropertiesChange
        Style.Color = 12562821
        Style.StyleController = cxEditStyleController
        TabOrder = 4
      end
      object cxLabel1: TcxLabel
        Left = 8
        Top = 92
        Width = 57
        Height = 17
        Hint = 'cxLabel'
        Caption = 'First Target'
        ParentColor = False
        ParentFont = False
        Style.StyleController = cxLabelStyleController
      end
      object seFirstTarget: TcxDBSpinEdit
        Left = 72
        Top = 92
        Width = 73
        Height = 21
        Hint = 'cxSpinEdit'
        DataBinding.DataField = 'FIRSTTARGET'
        DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
        ParentFont = False
        Properties.ImmediatePost = True
        Properties.MaxValue = 99.000000000000000000
        Properties.MinValue = 1.000000000000000000
        Properties.SpinButtons.ShowFastButtons = True
        Properties.UseCtrlIncrement = True
        Properties.OnChange = seFirstTargetPropertiesChange
        Style.StyleController = cxEditStyleController
        TabOrder = 6
      end
    end
    object lbIDEs: TcxLabel
      Left = 8
      Top = 297
      Width = 33
      Height = 17
      Hint = 'cxLabel'
      Caption = ' IDEs:'
      ParentColor = False
      ParentFont = False
      Style.StyleController = cxLabelStyleController
    end
    object cxDBNavigator1: TcxDBNavigator
      Left = 96
      Top = 339
      Width = 285
      Height = 25
      Hint = 'cxDBNavigator'
      DataSource = EditorsStylesDemoDataDM.dsItems
      TabOrder = 12
    end
  end
  object Panel1: TPanel [1]
    Left = 0
    Top = 0
    Width = 692
    Height = 41
    Align = alTop
    BevelOuter = bvNone
    ParentColor = True
    TabOrder = 1
    object lbIssue: TcxLabel
      Left = 8
      Top = 6
      Width = 38
      Height = 17
      Hint = 'cxLabel'
      Caption = ' Issue: '
      ParentColor = False
      ParentFont = False
      Style.StyleController = cxLabelStyleController
    end
    object edIssue: TcxDBTextEdit
      Left = 65
      Top = 6
      Width = 355
      Height = 21
      Hint = 'cxDBTextEdit'
      DataBinding.DataField = 'NAME'
      DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
      ParentFont = False
      Style.StyleController = cxEditStyleController
      TabOrder = 1
    end
  end
  object pnlNotification: TPanel [2]
    Left = 425
    Top = 41
    Width = 267
    Height = 425
    Align = alClient
    BevelOuter = bvNone
    Caption = 'pnlNotification'
    ParentColor = True
    TabOrder = 2
    object lbNotification: TcxLabel
      Left = 0
      Top = 0
      Width = 267
      Height = 17
      Hint = 'cxLabel'
      Align = alTop
      Caption = ' Send notification: '
      ParentColor = False
      ParentFont = False
      Style.StyleController = cxLabelStyleController
    end
    object chlbUsers: TcxDBCheckListBox
      Left = 0
      Top = 17
      Width = 267
      Height = 408
      Hint = 'cxDBCheckListBox'
      Align = alClient
      DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
      DataBinding.DataField = 'NOTIFICATIONS'
      Items = <>
      ParentColor = False
      ParentFont = False
      ReadOnly = False
      Style.Color = clWhite
      TabOrder = 1
    end
  end
  inherited pnlDescription: TPanel
    inherited memDescrip: TcxMemo
      Lines.Strings = (
        'An example of a typical form using data-aware controls.'
        ''
        
          'If you are running under XP, see the difference made to the prog' +
          'ress bar if you set native style to true (main menu: Style | Loo' +
          'k&Feel). Under XP, it is not possible to show two areas in the o' +
          'ne control. Note also that XP does not permit a vertical caption' +
          ' for the Status groupbox. '
        ''
        
          'Note the text shown by the IDE'#39's combobox and how it changes as ' +
          'you check/uncheck items using its dropdown.'
        ''
        
          'See the caption of the Status group box (left-centered, one of n' +
          'ine possible positions).'
        ''
        
          'Explore the buttons on the data-aware navigator. In particular, ' +
          'try using the three rightmost. The filter builder should be easy' +
          ' to use, but there are full instructions in the help file if you' +
          ' have any difficulty.')
    end
  end
  inherited cxEditStyleController: TcxEditStyleController
    Style.BorderColor = 10979707
    Style.ButtonStyle = btsFlat
    Style.Color = 12562821
    Style.Font.Color = clWhite
    Style.Shadow = True
  end
  inherited cxPropertiesStore: TcxPropertiesStore
    Components = <
      item
        Component = chlbUsers
        Properties.Strings = (
          'Style.BorderColor'
          'Style.BorderStyle'
          'Style.Color'
          'Style.Font'
          'Style.Shadow')
      end
      item
        Component = cxEditStyleController
        Properties.Strings = (
          'Style.AssignedValues'
          'Style.BorderColor'
          'Style.BorderStyle'
          'Style.ButtonStyle'
          'Style.ButtonTransparency'
          'Style.Color'
          'Style.Edges'
          'Style.Font'
          'Style.HotTrack'
          'Style.PopupBorderStyle'
          'Style.Shadow')
      end
      item
        Component = cxLabelStyleController
        Properties.Strings = (
          'Style.AssignedValues'
          'Style.BorderColor'
          'Style.BorderStyle'
          'Style.ButtonStyle'
          'Style.ButtonTransparency'
          'Style.Color'
          'Style.Edges'
          'Style.Font'
          'Style.HotTrack'
          'Style.PopupBorderStyle'
          'Style.Shadow')
      end
      item
        Component = Owner
        Properties.Strings = (
          'Color')
      end
      item
        Component = gbProgress
        Properties.Strings = (
          'Font'
          'LookAndFeel.AssignedValues'
          'LookAndFeel.Kind')
      end
      item
        Component = gbStatus
        Properties.Strings = (
          'Font'
          'LookAndFeel.AssignedValues'
          'LookAndFeel.Kind')
      end
      item
        Component = lbCheckProgress
        Properties.Strings = (
          'Style.Color'
          'Style.Font')
      end
      item
        Component = lbProgress
        Properties.Strings = (
          'Style.Color'
          'Style.Font')
      end
      item
        Component = pgbProgress
        Properties.Strings = (
          'Properties.BeginColor'
          'Properties.EndColor'
          'Properties.OverloadBeginColor'
          'Properties.OverloadEndColor')
      end
      item
        Component = seCheckProgress
        Properties.Strings = (
          'Style.Color'
          'Style.Font')
      end
      item
        Component = tbStatus
        Properties.Strings = (
          'Properties.SelectionColor'
          'Properties.ThumbColor'
          'Properties.ThumbHighlightColor'
          'Properties.TickColor'
          'Properties.TrackColor')
      end>
    StorageName = 'StylesFrmIssues\StyleRainyDay.ini'
  end
  inherited cxLabelStyleController: TcxEditStyleController
    Style.Color = 15063997
    Style.Edges = []
    Style.Font.Color = clBlack
    Left = 48
  end
end

⌨️ 快捷键说明

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