ftransitioneditor.dfm
来自「Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi」· DFM 代码 · 共 67 行
DFM
67 行
object fmTransitionEditor: TfmTransitionEditor
Left = 517
Top = 152
Width = 419
Height = 211
ActiveControl = cbTransition
Caption = 'Transition'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 6
Top = 8
Width = 399
Height = 129
ActivePage = TabSheet1
TabOrder = 0
object TabSheet1: TTabSheet
Caption = 'General'
object Label1: TLabel
Left = 5
Top = 5
Width = 97
Height = 13
Caption = 'Condition expression'
end
object cbTransition: TComboBox
Left = 6
Top = 20
Width = 377
Height = 21
Style = csDropDownList
Anchors = [akLeft, akTop, akRight]
ItemHeight = 13
TabOrder = 0
end
end
end
object btCancel: TButton
Left = 328
Top = 145
Width = 76
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Cancel'
TabOrder = 1
OnClick = btCancelClick
end
object btOk: TButton
Left = 243
Top = 145
Width = 77
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Ok'
TabOrder = 2
OnClick = btOkClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?