capturescreen.dfm

来自「Delphi高级程序开发配书源代码,可以循序渐进的学习Delphi.」· DFM 代码 · 共 41 行

DFM
41
字号
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 + =
减小字号Ctrl + -
显示快捷键?