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

📄 fsignatures.dfm

📁 siMail, siMail, siMail, siMail
💻 DFM
字号:
object frmSignatures: TfrmSignatures
  Left = 625
  Top = 307
  BorderStyle = bsDialog
  Caption = 'Manage signatures'
  ClientHeight = 202
  ClientWidth = 330
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnClose = FormClose
  OnHide = FormHide
  OnShortCut = FormShortCut
  OnShow = FormShow
  DesignSize = (
    330
    202)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 53
    Height = 13
    Caption = '&Signatures:'
    FocusControl = lstSignatures
    Transparent = True
  end
  object lstSignatures: TListBox
    Left = 8
    Top = 24
    Width = 225
    Height = 169
    Hint = 'Signature list'
    ItemHeight = 13
    Sorted = True
    TabOrder = 0
    OnDblClick = lstSignaturesDblClick
  end
  object cmdNew: TButton
    Left = 248
    Top = 24
    Width = 75
    Height = 25
    Action = actNew
    TabOrder = 1
  end
  object cmdDelete: TButton
    Left = 247
    Top = 88
    Width = 75
    Height = 25
    Action = actDelete
    TabOrder = 2
  end
  object cmdClose: TButton
    Left = 247
    Top = 168
    Width = 75
    Height = 25
    Anchors = [akTop, akRight]
    Caption = '&Close'
    TabOrder = 3
    OnClick = cmdCloseClick
  end
  object cmdRename: TButton
    Left = 247
    Top = 56
    Width = 75
    Height = 25
    Action = actEdit
    TabOrder = 4
  end
  object ActionList1: TActionList
    Left = 248
    Top = 136
    object actNew: TAction
      Caption = '&New ...'
      Hint = 'Add new signature'
      OnExecute = actNewExecute
    end
    object actDelete: TAction
      Caption = '&Delete'
      Enabled = False
      Hint = 'Delete signature'
      OnExecute = actDeleteExecute
      OnUpdate = actDeleteUpdate
    end
    object actEdit: TAction
      Caption = '&Edit ...'
      Enabled = False
      Hint = 'Edit signature'
      OnExecute = actEditExecute
      OnUpdate = actEditUpdate
    end
  end
end

⌨️ 快捷键说明

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