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

📄 fworkfloweditor.~dfm

📁 Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi VCL框架。通过Workflow Studio你可以轻易地将工作流与BPM功能添加到你的应用程序里。这样能使你或你的最
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object fmWorkflowEditor: TfmWorkflowEditor
  Left = 242
  Top = 133
  Width = 798
  Height = 568
  ActiveControl = LiveDiagram1
  Caption = 'Diagram Editor'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 495
    Width = 790
    Height = 19
    Panels = <
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object TabControl1: TTabControl
    Left = 0
    Top = 52
    Width = 790
    Height = 57
    Align = alTop
    TabOrder = 1
    OnChange = TabControl1Change
    object DiagramToolBar1: TDiagramToolBar
      Left = 4
      Top = 6
      Width = 782
      Height = 29
      Buttons = [dbBlocks, dbCancelInsert, dbDelete]
      Diagram = LiveDiagram1
      Images = ImageList1
      KeepInsertingMode = kmOnShiftPressed
      Mode = tmObjects
      ButtonSize = 29
    end
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 790
    Height = 26
    AutoSize = True
    BorderWidth = 1
    Caption = 'ToolBar1'
    EdgeBorders = []
    Flat = True
    Images = ImageList1
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    object ToolButton1: TToolButton
      Left = 0
      Top = 0
      Action = acNewDiagram
    end
    object ToolButton2: TToolButton
      Left = 23
      Top = 0
      Action = acOpenDiagram
    end
    object ToolButton3: TToolButton
      Left = 46
      Top = 0
      Action = acSaveDiagram
    end
    object ToolButton4: TToolButton
      Left = 69
      Top = 0
      Action = acPrintDiagram
    end
    object ToolButton9: TToolButton
      Left = 92
      Top = 0
      Action = acPreviewDiagram
    end
    object ToolButton5: TToolButton
      Left = 115
      Top = 0
      Width = 8
      Caption = 'ToolButton5'
      ImageIndex = 4
      Style = tbsSeparator
    end
    object ToolButton6: TToolButton
      Left = 123
      Top = 0
      Action = DiagramCut1
    end
    object ToolButton7: TToolButton
      Left = 146
      Top = 0
      Action = DiagramCopy1
    end
    object ToolButton8: TToolButton
      Left = 169
      Top = 0
      Action = DiagramPaste1
    end
    object ToolButton19: TToolButton
      Left = 192
      Top = 0
      Width = 8
      Caption = 'ToolButton19'
      ImageIndex = 17
      Style = tbsSeparator
    end
    object ToolButton13: TToolButton
      Left = 200
      Top = 0
      Action = DiagramBlockPicture1
    end
    object ToolButton14: TToolButton
      Left = 223
      Top = 0
      Action = DiagramBringToFront1
    end
    object ToolButton15: TToolButton
      Left = 246
      Top = 0
      Action = DiagramSendToBack1
    end
    object ToolButton16: TToolButton
      Left = 269
      Top = 0
      Action = DiagramControlFont1
    end
    object ToolButton10: TToolButton
      Left = 292
      Top = 0
      Width = 8
      Caption = 'ToolButton10'
      ImageIndex = 8
      Style = tbsSeparator
    end
    object DgrZoomSelector1: TDgrZoomSelector
      Left = 300
      Top = 0
      Width = 56
      Height = 22
      Button.Color = 16572875
      Button.ColorTo = 14722429
      Button.ColorHot = 14483455
      Button.ColorHotTo = 6013175
      Button.ColorDown = 557032
      Button.ColorDownTo = 8182519
      Button.Width = 12
      DisplayRecentSelection = False
      DropDownCount = 8
      BorderColor = clNone
      BorderHotColor = clBlack
      LookUp = False
      SelectionColor = 14722429
      Text = '100%'
      Version = '1.1.0.0'
      Diagram = LiveDiagram1
    end
    object btCheck: TToolButton
      Left = 356
      Top = 0
      Caption = 'Check workflow'
      ImageIndex = 19
      OnClick = btCheckClick
    end
  end
  object LiveDiagram1: TWorkflowDiagram
    Left = 0
    Top = 109
    Width = 790
    Height = 386
    NettoExportOffset = 3
    AutomaticNodes = False
    AutoScroll = False
    AutoPage = True
    Background.Scroll = True
    Background.Style = biTile
    Background.Visible = False
    Background.Gradient.Direction = grTopBottom
    Background.Gradient.StartColor = clWhite
    Background.Gradient.EndColor = clYellow
    Background.Gradient.Visible = False
    Background.PrintGradient = False
    SnapGrid.Active = True
    SnapGrid.Force = False
    SnapGrid.Visible = True
    SnapGrid.SizeX = 7.55905511811024
    SnapGrid.SizeY = 7.55905511811024
    SnapGrid.Style = gsDots
    SnapGrid.SnapToRuler = True
    ShowLinkPoints = True
    LeftRuler.Visible = True
    LeftRuler.Divisions = 5
    LeftRuler.Font.Charset = DEFAULT_CHARSET
    LeftRuler.Font.Color = clWindowText
    LeftRuler.Font.Height = -9
    LeftRuler.Font.Name = 'Arial'
    LeftRuler.Font.Style = []
    LeftRuler.Units = unCenti
    LeftRuler.MinorTickLength = 4
    LeftRuler.MajorTickLength = 6
    LeftRuler.Color = clWhite
    LeftRuler.TickColor = clBlack
    LeftRuler.Size = 16
    LeftRuler.AutoFactor = True
    TopRuler.Visible = True
    TopRuler.Divisions = 5
    TopRuler.Font.Charset = DEFAULT_CHARSET
    TopRuler.Font.Color = clWindowText
    TopRuler.Font.Height = -9
    TopRuler.Font.Name = 'Arial'
    TopRuler.Font.Style = []
    TopRuler.Units = unCenti
    TopRuler.MinorTickLength = 4
    TopRuler.MajorTickLength = 6
    TopRuler.Color = clWhite
    TopRuler.TickColor = clBlack
    TopRuler.Size = 16
    TopRuler.AutoFactor = True
    Zoom = 100
    BorderColor = clGray
    MouseWheelMode = mwVertical
    ActiveLayers = 0
    LinkCursor = crHandPoint
    PanCursor = crHandPoint
    ZoomCursor = crDefault
    IgnoreScreenDPI = False
    ShowCrossIndicators = False
    PageLines.Visible = False
    PageLines.Pen.Style = psDot
    KeyActions = [kaEscape, kaMove, kaPage, kaResize, kaSelect]
    OnModified = LiveDiagram1Modified
    OnDControlDblClick = LiveDiagram1DControlDblClick
    OnLinkAdded = LiveDiagram1LinkAdded
    OnLinkRemoved = LiveDiagram1LinkRemoved
    Align = alClient
    Anchors = [akLeft, akTop, akRight, akBottom]
    BiDiMode = bdLeftToRight

⌨️ 快捷键说明

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