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

📄 jushou.dfm

📁 这是一个非常好的教师和学生沟通用的电子教室!
💻 DFM
字号:
object jushouf: Tjushouf
  Left = 523
  Top = 240
  BorderStyle = bsNone
  Caption = '提示信息'
  ClientHeight = 54
  ClientWidth = 242
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Position = poScreenCenter
  OnActivate = FormActivate
  OnClick = FormClick
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object FlatPanel1: TFlatPanel
    Left = 0
    Top = 0
    Width = 242
    Height = 54
    ParentColor = True
    Align = alClient
    TabOrder = 0
    UseDockManager = True
    object Label1: TLabel
      Left = 24
      Top = 8
      Width = 185
      Height = 35
      Caption = '举手成功!'
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -35
      Font.Name = '楷体_GB2312'
      Font.Style = [fsBold]
      ParentFont = False
      Transparent = True
      OnClick = Label1Click
    end
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 2000
    OnTimer = Timer1Timer
    Left = 80
    Top = 8
  end
end

⌨️ 快捷键说明

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