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

📄 u_capture.dfm

📁 一个简单的学籍管理软件
💻 DFM
字号:
object Fm_Capture: TFm_Capture
  Left = 365
  Top = 144
  BorderStyle = bsDialog
  Caption = '输入照片'
  ClientHeight = 124
  ClientWidth = 292
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = '宋体'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 14
  object Pan_Btn: TPanel
    Left = 0
    Top = 0
    Width = 128
    Height = 124
    Align = alLeft
    BevelInner = bvRaised
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 0
    object Btn_CapSingle: TButton
      Left = 17
      Top = 48
      Width = 90
      Height = 25
      Caption = '保存图像(&G)'
      Enabled = False
      TabOrder = 1
      OnClick = Btn_CapSingleClick
    end
    object Btn_Exit: TButton
      Left = 17
      Top = 85
      Width = 90
      Height = 25
      Caption = '取消(&X)'
      TabOrder = 2
      OnClick = Btn_ExitClick
    end
    object Btn_Pause: TButton
      Left = 17
      Top = 11
      Width = 90
      Height = 25
      Caption = '暂停(&P)'
      TabOrder = 0
      OnClick = Btn_PauseClick
    end
  end
  object Pan_CapBase: TPanel
    Left = 128
    Top = 0
    Width = 164
    Height = 124
    Align = alClient
    BevelOuter = bvNone
    BorderStyle = bsSingle
    TabOrder = 1
    object Disp_Cap: TDispPanel
      Left = 0
      Top = 0
      Width = 160
      Height = 120
      Align = alClient
      BevelOuter = bvNone
      TabOrder = 0
      OnResize = Disp_CapResize
    end
  end
end

⌨️ 快捷键说明

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