sendstring.dfm

来自「用delphi写的密码管理工具.」· DFM 代码 · 共 40 行

DFM
40
字号
object fraSendString: TfraSendString
  Left = 0
  Top = 0
  Width = 349
  Height = 269
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  ParentFont = False
  TabOrder = 0
  object Edit1: TEdit
    Left = 8
    Top = 11
    Width = 218
    Height = 21
    TabOrder = 0
  end
  object btnSend: TButton
    Left = 24
    Top = 48
    Width = 75
    Height = 25
    Caption = #21457#36865
    Default = True
    TabOrder = 1
    OnClick = btnSendClick
  end
  object btnSendToWindow: TButton
    Left = 118
    Top = 48
    Width = 83
    Height = 25
    Caption = #21457#36865#21040#31383#21475'...'
    TabOrder = 2
    OnClick = btnSendToWindowClick
  end
end

⌨️ 快捷键说明

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