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

📄 wfeditorui.dfm

📁 业生产并行开发过程 工作流流程编辑器参考源码 采用dxflowchart编写
💻 DFM
📖 第 1 页 / 共 5 页
字号:
        Top = 138
        Width = 15
        Height = 15
        Hint = #32043#33394
        Brush.Color = clPurple
        ParentShowHint = False
        Pen.Color = clMoneyGreen
        ShowHint = True
        OnMouseDown = pBlackMouseDown
      end
      object pFuchsia: TShape
        Left = 10
        Top = 138
        Width = 15
        Height = 15
        Hint = #32043#32418#33394
        Brush.Color = clFuchsia
        ParentShowHint = False
        Pen.Color = clMoneyGreen
        ShowHint = True
        OnMouseDown = pBlackMouseDown
      end
      object pSilver: TShape
        Left = 10
        Top = 48
        Width = 15
        Height = 15
        Hint = #38134#33394
        Brush.Color = clSilver
        ParentShowHint = False
        Pen.Color = clMoneyGreen
        ShowHint = True
        OnMouseDown = pBlackMouseDown
      end
      object pColor: TShape
        Tag = 1
        Left = 8
        Top = 2
        Width = 24
        Height = 24
        Hint = #21069#26223#33394
        Brush.Color = clBlack
        ParentShowHint = False
        Pen.Color = clMoneyGreen
        ShowHint = True
        OnMouseDown = pColorMouseDown
      end
      object Bevel3: TBevel
        Left = 0
        Top = 165
        Width = 50
        Height = 9
        Align = alBottom
        Shape = bsBottomLine
        Visible = False
      end
    end
  end
  object tlb1: TToolBar
    Left = 0
    Top = 0
    Width = 787
    Height = 26
    Caption = 'tlbWfEditor'
    EdgeBorders = [ebBottom]
    Flat = True
    Images = LargeImages
    ParentShowHint = False
    ShowHint = True
    TabOrder = 0
    object btnOpen: TToolButton
      Left = 0
      Top = 0
      Action = actOpen
    end
    object btnSaveAs: TToolButton
      Left = 23
      Top = 0
      Action = actSaveAs
    end
    object btn4: TToolButton
      Left = 46
      Top = 0
      Width = 8
      Caption = 'btn4'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object btnUndo: TToolButton
      Left = 54
      Top = 0
      Action = actUndo
    end
    object btnCut: TToolButton
      Left = 77
      Top = 0
      Action = actCut
    end
    object btnCopy: TToolButton
      Left = 100
      Top = 0
      Action = actCopy
    end
    object btnPaste: TToolButton
      Left = 123
      Top = 0
      Action = actPaste
    end
    object btnDelete: TToolButton
      Left = 146
      Top = 0
      Action = actDelete
    end
    object btn9: TToolButton
      Left = 169
      Top = 0
      Width = 8
      Caption = 'btn9'
      ImageIndex = 7
      Style = tbsSeparator
    end
    object btnSelAll: TToolButton
      Left = 177
      Top = 0
      Action = actSelAll
    end
    object btnBringToFront: TToolButton
      Left = 200
      Top = 0
      Action = actBringToFront
    end
    object btnSendToBack: TToolButton
      Left = 223
      Top = 0
      Action = actSendToBack
    end
    object btn12: TToolButton
      Left = 246
      Top = 0
      Width = 8
      Caption = 'btn12'
      ImageIndex = 9
      Style = tbsSeparator
    end
    object btnNewUnion: TToolButton
      Left = 254
      Top = 0
      Action = actNewUnion
    end
    object btnAddToUnion: TToolButton
      Left = 277
      Top = 0
      Action = actAddToUnion
    end
    object btnRemoveFromUnion: TToolButton
      Left = 300
      Top = 0
      Action = actRemoveFromUnion
    end
    object btn17: TToolButton
      Left = 323
      Top = 0
      Width = 8
      Caption = 'btn17'
      ImageIndex = 13
      Style = tbsSeparator
    end
    object btnZoomIn: TToolButton
      Left = 331
      Top = 0
      Action = actZoomIn
    end
    object btnZoomOut: TToolButton
      Left = 354
      Top = 0
      Action = actZoomOut
    end
    object btnFit: TToolButton
      Left = 377
      Top = 0
      Action = actFit
    end
    object btn1: TToolButton
      Left = 400
      Top = 0
      Width = 8
      Caption = 'btn1'
      ImageIndex = 16
      Style = tbsSeparator
    end
    object btnAlignLeft: TToolButton
      Left = 408
      Top = 0
      Action = actAlignLeft
    end
    object btnAlignRight: TToolButton
      Left = 431
      Top = 0
      Action = actAlignRight
    end
    object btnAlignHCenter: TToolButton
      Left = 454
      Top = 0
      Action = actAlignHCenter
    end
    object btnIncWidth: TToolButton
      Left = 477
      Top = 0
      Action = actIncWidth
    end
    object btnDecWidth: TToolButton
      Left = 500
      Top = 0
      Action = actDecWidth
    end
    object btnMakeMaxWidth: TToolButton
      Left = 523
      Top = 0
      Action = actMakeMaxWidth
    end
    object btnMakeMinWidth: TToolButton
      Left = 546
      Top = 0
      Action = actMakeMinWidth
    end
    object btnMakeSameWidth: TToolButton
      Left = 569
      Top = 0
      Action = actMakeSameWidth
    end
    object btn22: TToolButton
      Left = 592
      Top = 0
      Width = 8
      Caption = 'btn22'
      ImageIndex = 32
      Style = tbsSeparator
    end
    object btnAlignTop: TToolButton
      Left = 600
      Top = 0
      Action = actAlignTop
    end
    object btnAlignBottom: TToolButton
      Left = 623
      Top = 0
      Action = actAlignBottom
    end
    object btnAlignVCenter: TToolButton
      Left = 646
      Top = 0
      Action = actAlignVCenter
    end
    object btnIncHeight: TToolButton
      Left = 669
      Top = 0
      Action = actIncHeight
    end
    object btnDecHeight: TToolButton
      Left = 692
      Top = 0
      Action = actDecHeight
    end
    object btnMakeMaxHeight: TToolButton
      Left = 715
      Top = 0
      Action = actMakeMaxHeight
    end
    object btnMakeMinHeight: TToolButton
      Left = 738
      Top = 0
      Action = actMakeMinHeight
    end
    object btnMakeSameHeight: TToolButton
      Left = 761
      Top = 0
      Action = actMakeSameHeight
    end
  end
  object statWFEditor: TStatusBar
    Left = 0
    Top = 477
    Width = 787
    Height = 19
    AutoHint = True
    Panels = <
      item
        Width = 280
      end
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 50
      end
      item
        Width = 50
      end>
    ParentShowHint = False
    ShowHint = False
  end
  object MainMenu: TMainMenu
    Images = LargeImages
    Left = 64
    Top = 32
    object miFile: TMenuItem
      Caption = #25991#20214'(&F)'
      object mniOpen: TMenuItem
        Action = actOpen
      end
      object mniSaveAs: TMenuItem
        Action = actSaveAs
      end
    end
    object miEdit: TMenuItem
      Caption = #32534#36753'(&E)'
      object mniUndo: TMenuItem
        Action = actUndo
      end
      object N11: TMenuItem
        Caption = '-'
      end
      object mniCut: TMenuItem

⌨️ 快捷键说明

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