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

📄 fapprovaleditor.dfm

📁 Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi VCL框架。通过Workflow Studio你可以轻易地将工作流与BPM功能添加到你的应用程序里。这样能使你或你的最
💻 DFM
字号:
object fmApprovalEditor: TfmApprovalEditor
  Left = 384
  Top = 172
  Width = 412
  Height = 381
  Caption = 'Approval'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poOwnerFormCenter
  OnActivate = FormActivate
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 8
    Top = 8
    Width = 392
    Height = 297
    ActivePage = tsFields
    Anchors = [akLeft, akTop, akRight, akBottom]
    TabOrder = 0
    object tsGeneral: TTabSheet
      Caption = 'General'
      object lbSubject: TLabel
        Left = 5
        Top = 5
        Width = 36
        Height = 13
        Caption = 'Subject'
      end
      object lbDescription: TLabel
        Left = 7
        Top = 45
        Width = 53
        Height = 13
        Caption = 'Description'
      end
      object lbAssignment: TLabel
        Left = 6
        Top = 169
        Width = 54
        Height = 13
        Caption = 'Assignment'
      end
      object edSubject: TEdit
        Left = 6
        Top = 20
        Width = 370
        Height = 21
        Anchors = [akLeft, akTop, akRight]
        TabOrder = 0
        OnChange = PropertyChanged
      end
      object mmComments: TMemo
        Left = 6
        Top = 60
        Width = 370
        Height = 105
        Anchors = [akLeft, akTop, akRight]
        TabOrder = 1
        OnChange = PropertyChanged
      end
      object edAssignment: TComboBox
        Left = 7
        Top = 184
        Width = 370
        Height = 21
        Anchors = [akLeft, akTop, akRight]
        ItemHeight = 0
        TabOrder = 2
        OnChange = PropertyChanged
      end
      object cbMailNotification: TCheckBox
        Left = 8
        Top = 214
        Width = 281
        Height = 17
        Caption = 'Send mail notification'
        TabOrder = 3
      end
    end
    object tsStatus: TTabSheet
      Caption = 'Status'
      ImageIndex = 1
      object lbStatusList: TLabel
        Left = 6
        Top = 6
        Width = 198
        Height = 13
        Caption = 'Status list (start completion status with "*")'
      end
      object mmStatus: TMemo
        Left = 5
        Top = 22
        Width = 373
        Height = 145
        Anchors = [akLeft, akTop, akRight]
        TabOrder = 0
        WordWrap = False
        OnChange = PropertyChanged
      end
    end
    object tsAttachments: TTabSheet
      Caption = 'Attachments'
      ImageIndex = 2
      inline frPermissions: TfrAttachPermissions
        Width = 384
        Height = 269
        Align = alClient
      end
    end
    object tsFields: TTabSheet
      Caption = 'Fields'
      ImageIndex = 3
      inline frFields: TfrFieldFrame
        Width = 384
        Height = 269
        Align = alClient
        inherited Splitter1: TSplitter
          Width = 384
        end
        inherited Panel1: TPanel
          Width = 384
          inherited lvVars: TListView
            Width = 374
          end
        end
        inherited Panel2: TPanel
          Width = 384
          Height = 111
          inherited edCaption: TEdit
            Width = 284
          end
        end
        inherited Panel3: TPanel
          Width = 384
        end
      end
    end
  end
  object btCancel: TButton
    Left = 318
    Top = 315
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = btCancelClick
  end
  object btOk: TButton
    Left = 236
    Top = 315
    Width = 75
    Height = 25
    Anchors = [akRight, akBottom]
    Caption = 'Ok'
    TabOrder = 2
    OnClick = btOkClick
  end
end

⌨️ 快捷键说明

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