fsignatureedit.dfm

来自「siMail, siMail, siMail, siMail」· DFM 代码 · 共 80 行

DFM
80
字号
object frmSignatureEdit: TfrmSignatureEdit
  Left = 547
  Top = 312
  BorderStyle = bsDialog
  Caption = 'Signature edit'
  ClientHeight = 250
  ClientWidth = 404
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  ShowHint = True
  OnHide = FormHide
  OnShortCut = FormShortCut
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 12
    Width = 77
    Height = 13
    Caption = '&Signature name:'
    FocusControl = txtSignatureName
    Transparent = True
  end
  object Label2: TLabel
    Left = 8
    Top = 40
    Width = 48
    Height = 13
    Caption = 'Si&gnature:'
    FocusControl = txtSignature
    Transparent = True
  end
  object txtSignatureName: TEdit
    Left = 144
    Top = 8
    Width = 249
    Height = 21
    MaxLength = 64
    TabOrder = 0
  end
  object txtSignature: TMemo
    Left = 8
    Top = 56
    Width = 385
    Height = 145
    Lines.Strings = (
      '')
    MaxLength = 8192
    ScrollBars = ssBoth
    TabOrder = 1
    WordWrap = False
  end
  object cmdOK: TButton
    Left = 8
    Top = 216
    Width = 75
    Height = 25
    Hint = 'Apply changes'
    Caption = '&OK'
    TabOrder = 2
    OnClick = cmdOKClick
  end
  object cmdCancel: TButton
    Left = 320
    Top = 216
    Width = 75
    Height = 25
    Hint = 'Cancel all'
    Caption = '&Cancel'
    TabOrder = 3
    OnClick = cmdCancelClick
  end
end

⌨️ 快捷键说明

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