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

📄 fattachmenteditor.dfm

📁 Workflow Studio是一款专为商业进程管理(BPM)设计的Delphi VCL框架。通过Workflow Studio你可以轻易地将工作流与BPM功能添加到你的应用程序里。这样能使你或你的最
💻 DFM
字号:
object fmAttachmentEditor: TfmAttachmentEditor
  Left = 517
  Top = 152
  Width = 592
  Height = 453
  Caption = 'Attachments'
  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 = 198
    Top = 8
    Width = 382
    Height = 369
    ActivePage = tsAttachments
    Anchors = [akLeft, akTop, akRight, akBottom]
    TabOrder = 0
    object tsAttachments: TTabSheet
      Caption = 'General'
      inline frItems: TfrAttachmentFrame
        Width = 374
        Align = alClient
        inherited Panel1: TPanel
          Width = 346
          inherited lvItems: TAttachmentListView
            Width = 336
          end
        end
        inherited Panel2: TPanel
          Left = 346
        end
      end
    end
  end
  object lvAttachs: TListView
    Left = 8
    Top = 39
    Width = 185
    Height = 337
    Anchors = [akLeft, akTop, akBottom]
    Columns = <>
    HideSelection = False
    TabOrder = 1
    ViewStyle = vsReport
    OnEdited = lvAttachsEdited
    OnSelectItem = lvAttachsSelectItem
  end
  object btAdd: TButton
    Left = 8
    Top = 8
    Width = 60
    Height = 25
    Caption = '&Add'
    TabOrder = 2
    OnClick = btAddClick
  end
  object btDelete: TButton
    Left = 71
    Top = 8
    Width = 60
    Height = 25
    Caption = '&Delete'
    TabOrder = 3
    OnClick = btDeleteClick
  end
  object btCancel: TButton
    Left = 496
    Top = 387
    Width = 75
    Height = 25
    Anchors = [akBottom]
    Caption = 'Cancel'
    TabOrder = 4
    OnClick = btCancelClick
  end
  object btOk: TButton
    Left = 411
    Top = 387
    Width = 75
    Height = 25
    Anchors = [akBottom]
    Caption = 'Ok'
    TabOrder = 5
    OnClick = btOkClick
  end
end

⌨️ 快捷键说明

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