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

📄 editorsstylesdemoissues.dfm

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 DFM
📖 第 1 页 / 共 2 页
字号:
inherited EditorsStylesDemoIssuesFrame: TEditorsStylesDemoIssuesFrame
  Left = 321
  Top = 118
  Color = 15063997
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel [0]
    Left = 0
    Top = 41
    Width = 425
    Height = 425
    Align = alLeft
    BevelOuter = bvNone
    ParentColor = True
    TabOrder = 3
    object lblDBIssueID: TcxDBLabel
      Left = 65
      Top = 0
      Width = 10
      Height = 17
      Hint = 'cxLabel'
      AutoSize = True
      DataBinding.DataField = 'ID'
      DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
      ParentColor = False
      ParentFont = False
      Style.StyleController = cxEditStyleController
    end
    object chcbIDEs: TcxDBCheckComboBox
      Left = 65
      Top = 297
      Width = 355
      Height = 21
      Hint = 'cxDBCheckComboBox'
      DataBinding.DataField = 'IDES'
      DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
      ParentFont = False
      Properties.Delimiter = '; '
      Properties.DropDownSizeable = True
      Properties.Items = <
        item
          Description = 'Delphi 4'
        end
        item
          Description = 'Delphi 5'
        end
        item
          Description = 'Delphi 6'
        end
        item
          Description = 'CBuilder 4'
        end
        item
          Description = 'CBuilder 5'
        end
        item
          Description = 'CBuilder 5'
        end>
      Properties.ReadOnly = False
      Style.StyleController = cxEditStyleController
      TabOrder = 1
      Text = 'Delphi 5; CBuilder 4'
    end
    object lbProject: TcxLabel
      Left = 8
      Top = 40
      Width = 46
      Height = 17
      Hint = 'cxLabel'
      Caption = ' Project: '
      ParentColor = False
      ParentFont = False
      Style.StyleController = cxLabelStyleController
    end
    object lblIssueID: TcxLabel
      Left = 8
      Top = 0
      Width = 52
      Height = 17
      Hint = 'cxLabel'
      Caption = ' Issue ID: '
      ParentColor = False
      ParentFont = False
      Style.StyleController = cxLabelStyleController
    end
    object edProject: TcxDBLookupComboBox
      Left = 65
      Top = 40
      Width = 188
      Height = 21
      Hint = 'cxDBLookupCombobox'
      DataBinding.DataField = 'PROJECTID'
      DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
      ParentFont = False
      Properties.DropDownSizeable = True
      Properties.KeyFieldNames = 'ID'
      Properties.ListColumns = <
        item
          FieldName = 'NAME'
        end>
      Properties.ListOptions.GridLines = glNone
      Properties.ListSource = EditorsStylesDemoDataDM.dsProjects
      Style.StyleController = cxEditStyleController
      TabOrder = 4
    end
    object lbCreator: TcxLabel
      Left = 8
      Top = 80
      Width = 47
      Height = 17
      Hint = 'cxLabel'
      Caption = ' Creator: '
      ParentColor = False
      ParentFont = False
      Style.StyleController = cxLabelStyleController
    end
    object lbOwner: TcxLabel
      Left = 8
      Top = 120
      Width = 44
      Height = 17
      Hint = 'cxLabel'
      Caption = ' Owner: '
      ParentColor = False
      ParentFont = False
      Style.StyleController = cxLabelStyleController
    end
    object edCreator: TcxDBLookupComboBox
      Left = 65
      Top = 80
      Width = 188
      Height = 21
      Hint = 'cxDBLookupCombobox'
      DataBinding.DataField = 'CREATORID'
      DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
      ParentFont = False
      Properties.DropDownSizeable = True
      Properties.KeyFieldNames = 'ID'
      Properties.ListColumns = <
        item
          FieldName = 'UserName'
        end>
      Properties.ListSource = EditorsStylesDemoDataDM.dsUsers
      Style.StyleController = cxEditStyleController
      TabOrder = 7
    end
    object edOwner: TcxDBLookupComboBox
      Left = 65
      Top = 120
      Width = 188
      Height = 21
      Hint = 'cxDBLookupCombobox'
      DataBinding.DataField = 'OWNERID'
      DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
      ParentFont = False
      Properties.DropDownSizeable = True
      Properties.KeyFieldNames = 'ID'
      Properties.ListColumns = <
        item
          FieldName = 'UserName'
        end>
      Properties.ListSource = EditorsStylesDemoDataDM.dsUsers
      Style.StyleController = cxEditStyleController
      TabOrder = 8
    end
    object gbStatus: TcxGroupBox
      Left = 296
      Top = 0
      Width = 121
      Height = 153
      Hint = 'cxGroupBox'
      Alignment = alLeftCenter
      Caption = 'Status'
      ParentFont = False
      TabOrder = 9
      LookAndFeel.Kind = lfStandard
      object tbStatus: TcxDBTrackBar
        Left = 16
        Top = 24
        Width = 30
        Height = 121
        Hint = 'cxTrackBar'
        AutoSize = False
        DataBinding.DataField = 'STATUS'
        DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
        ParentColor = False
        ParentFont = False
        Properties.Min = 1
        Properties.Max = 4
        Properties.Orientation = tboVertical
        Properties.TrackColor = 16512239
        Properties.ThumbHeight = 10
        Properties.ThumbWidth = 5
        Style.StyleController = cxEditStyleController
        TabOrder = 2
      end
      object lbNew: TcxLabel
        Left = 45
        Top = 26
        Width = 26
        Height = 17
        Caption = 'New'
        ParentFont = False
        Style.Edges = []
      end
      object lbPostponed: TcxLabel
        Left = 46
        Top = 60
        Width = 55
        Height = 17
        Caption = 'Postponed'
        ParentFont = False
        Style.Edges = []
      end
      object lbFixed: TcxLabel
        Left = 45
        Top = 90
        Width = 29
        Height = 17
        Caption = 'Fixed'
        ParentFont = False
        Style.Edges = []
      end
      object lbRejected: TcxLabel
        Left = 45
        Top = 121
        Width = 47
        Height = 17
        Caption = 'Rejected'
        ParentFont = False
        Style.Edges = []
      end
    end
    object gbProgress: TcxGroupBox
      Left = 8
      Top = 159
      Width = 409
      Height = 130
      Hint = 'cxGroupBox'
      Caption = 'Progress'
      ParentFont = False
      TabOrder = 10
      LookAndFeel.Kind = lfStandard
      object pgbProgress: TcxDBProgressBar
        Left = 8
        Top = 17
        Width = 392
        Height = 21
        Hint = 'cxProgressBar'
        DataBinding.DataField = 'PROGRESS'
        DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
        ParentColor = False
        ParentFont = False
        Properties.BeginColor = 10719578
        Properties.EndColor = 10719578
        Properties.ShowText = False
        Properties.OverloadValue = 10.000000000000000000
        Properties.ShowOverload = True
        Properties.OverloadBeginColor = 13944994
        Properties.OverloadEndColor = 13944994
        Properties.PeakValue = 86.000000000000000000
        Properties.ShowPeak = True
        Style.StyleController = cxEditStyleController
        TabOrder = 0
      end
      object seProgress: TcxDBSpinEdit
        Left = 294
        Top = 54
        Width = 42
        Height = 21
        Hint = 'cxSpinEdit'
        DataBinding.DataField = 'PROGRESS'
        DataBinding.DataSource = EditorsStylesDemoDataDM.dsItems
        ParentFont = False
        Properties.ImmediatePost = True
        Properties.MaxValue = 100.000000000000000000
        Properties.SpinButtons.Position = sbpHorzRight
        Properties.OnChange = seProgressPropertiesChange
        Style.StyleController = cxEditStyleController
        TabOrder = 1
      end
      object lbCheckProgress: TcxLabel
        Left = 8
        Top = 54
        Width = 94
        Height = 17
        Caption = ' Checked Progress'
        ParentColor = False
        ParentFont = False

⌨️ 快捷键说明

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