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

📄 mainform.dfm

📁 jvcl driver development envionment
💻 DFM
字号:
object frmMain: TfrmMain
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'JvClipboardViewer Demo'
  ClientHeight = 453
  ClientWidth = 705
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object Label3: TLabel
    Left = 379
    Top = 12
    Width = 83
    Height = 13
    Caption = 'Clipboard content'
  end
  object Label2: TLabel
    Left = 11
    Top = 128
    Width = 287
    Height = 13
    Caption = 'Clipboard as image (Try the print screen/Alt+print screen key)'
  end
  object Label1: TLabel
    Left = 11
    Top = 12
    Width = 78
    Height = 13
    Caption = 'Clipboard as text'
  end
  object Image1: TImage
    Left = 10
    Top = 148
    Width = 355
    Height = 295
    Anchors = [akLeft, akTop, akBottom]
    Stretch = True
  end
  object Memo1: TMemo
    Left = 10
    Top = 32
    Width = 355
    Height = 89
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object JvClipboardViewer1: TJvClipboardViewer
    Left = 378
    Top = 32
    Width = 319
    Height = 409
    Anchors = [akLeft, akTop, akRight, akBottom]
    TabOrder = 1
    OnImage = JvClipboardViewer1Image
    OnText = JvClipboardViewer1Text
  end
end

⌨️ 快捷键说明

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