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

📄 capturescreen.dfm

📁 Delphi高级程序开发配书源代码,可以循序渐进的学习Delphi.
💻 DFM
字号:
object FmCapture: TFmCapture
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = #25235#21462#23631#24149
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Image1: TImage
    Left = 16
    Top = 24
    Width = 553
    Height = 417
  end
  object BtCapture: TButton
    Left = 600
    Top = 264
    Width = 75
    Height = 25
    Caption = #25235'  '#22270
    TabOrder = 0
    OnClick = BtCaptureClick
  end
  object BtExit: TButton
    Left = 600
    Top = 336
    Width = 75
    Height = 25
    Caption = #36864'  '#20986
    TabOrder = 1
    OnClick = BtExitClick
  end
end

⌨️ 快捷键说明

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