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

📄 esbardemomain.dfm

📁 胜天进销存源码,国产优秀的进销存
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object ESBarDemoMainForm: TESBarDemoMainForm
  Left = 248
  Top = 131
  AutoScroll = False
  Caption = 'ExpressBars6 SideBar Demo'
  ClientHeight = 435
  ClientWidth = 492
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = True
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 166
    Top = 24
    Width = 285
    Height = 13
    Caption = 'You have pressed the  following item in the Express Side Bar'
  end
  object Label2: TLabel
    Left = 160
    Top = 152
    Width = 97
    Height = 13
    Caption = 'The Active Group is:'
  end
  object Label3: TLabel
    Left = 160
    Top = 264
    Width = 177
    Height = 13
    Caption = 'Drag a tree node into ExpressSideBar'
  end
  object SideBar: TdxSideBar
    Left = 0
    Top = 23
    Width = 150
    Height = 412
    GroupFont.Charset = DEFAULT_CHARSET
    GroupFont.Color = clWindowText
    GroupFont.Height = -11
    GroupFont.Name = 'MS Sans Serif'
    GroupFont.Style = []
    Groups = <
      item
        Caption = 'First Group'
        Index = 0
        Items = <
          item
            Caption = 'Chip'
            Index = 0
            LargeImage = 1
            SmallImage = 1
            StoredItem = SideBarStoreItem2
          end
          item
            Caption = 'Chemical'
            Index = 1
            LargeImage = 0
            SmallImage = 0
            StoredItem = SideBarStoreItem1
          end
          item
            Caption = 'Construction'
            Index = 2
            LargeImage = 2
            SmallImage = 2
            StoredItem = SideBarStoreItem3
          end
          item
            Caption = 'Earth'
            Index = 3
            LargeImage = 3
            SmallImage = 3
            StoredItem = SideBarStoreItem4
          end>
      end
      item
        Caption = 'Second Group'
        Index = 1
        Items = <
          item
            Caption = 'Factory'
            Index = 0
            LargeImage = 4
            SmallImage = 4
            StoredItem = SideBarStoreItem5
          end
          item
            Caption = 'Finance'
            Index = 1
            LargeImage = 5
            SmallImage = 5
            StoredItem = SideBarStoreItem6
          end
          item
            Caption = 'Hand shake'
            Index = 2
            LargeImage = 6
            SmallImage = 6
            StoredItem = SideBarStoreItem7
          end
          item
            Caption = 'Shipping'
            Index = 3
            LargeImage = 7
            SmallImage = 7
            StoredItem = SideBarStoreItem8
          end>
      end
      item
        Caption = 'Third Group'
        Index = 2
        Items = <
          item
            Caption = 'Skyline'
            Index = 0
            LargeImage = 8
            SmallImage = 8
            StoredItem = SideBarStoreItem9
          end
          item
            Caption = 'Technology'
            Index = 1
            LargeImage = 9
            SmallImage = 9
            StoredItem = SideBarStoreItem10
          end>
      end>
    ActiveGroupIndex = 0
    GroupPopupMenu = dxSideBarPopupMenu1
    ItemFont.Charset = DEFAULT_CHARSET
    ItemFont.Color = clWhite
    ItemFont.Height = -11
    ItemFont.Name = 'MS Sans Serif'
    ItemFont.Style = []
    ItemPopupMenu = dxSideBarPopupMenu1
    PaintStyle = sbpsStandard
    Store = SideBarStore
    TransparentImages = True
    OnItemClick = SideBarItemClick
    OnChangeActiveGroup = SideBarChangeActiveGroup
    OnChangeGroupCaption = SideBarChangeGroupCaption
    DragMode = dmAutomatic
  end
  object Edit1: TEdit
    Left = 168
    Top = 45
    Width = 313
    Height = 21
    Color = clBtnFace
    Enabled = False
    ReadOnly = True
    TabOrder = 1
  end
  object CheckBox1: TCheckBox
    Left = 168
    Top = 72
    Width = 97
    Height = 17
    Caption = 'Select Items'
    TabOrder = 2
    OnClick = CheckBox1Click
  end
  object Button1: TButton
    Left = 160
    Top = 192
    Width = 105
    Height = 25
    Caption = 'Add a new group'
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 280
    Top = 192
    Width = 97
    Height = 25
    Caption = 'Rename Group'
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 392
    Top = 192
    Width = 89
    Height = 25
    Caption = 'Delete Group'
    TabOrder = 5
    OnClick = Button3Click
  end
  object CheckBox3: TCheckBox
    Left = 160
    Top = 232
    Width = 97
    Height = 17
    Caption = 'Large Icons'
    Checked = True
    State = cbChecked
    TabOrder = 6
    OnClick = CheckBox3Click
  end
  object Edit2: TEdit
    Left = 272
    Top = 149
    Width = 209
    Height = 21
    Color = clBtnFace
    Enabled = False
    ReadOnly = True
    TabOrder = 7
  end
  object TreeView: TTreeView
    Left = 160
    Top = 288
    Width = 321
    Height = 145
    DragMode = dmAutomatic
    Images = imgSmall
    Indent = 35
    ReadOnly = True
    TabOrder = 8
    OnStartDrag = TreeViewStartDrag

⌨️ 快捷键说明

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