guangbo.dfm

来自「网络教室delphi源码」· DFM 代码 · 共 72 行

DFM
72
字号
object Guangbof: TGuangbof
  Left = 354
  Top = 260
  BorderStyle = bsNone
  Caption = 'GuangBof'
  ClientHeight = 348
  ClientWidth = 536
  Color = clBlack
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnHide = FormHide
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 536
    Height = 348
    Align = alClient
    Alignment = taCenter
    Caption = '接收屏幕广播...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -35
    Font.Name = '宋体'
    Font.Style = [fsBold]
    ParentFont = False
    Transparent = True
    Layout = tlCenter
  end
  object Image1: TImage
    Left = 0
    Top = 0
    Width = 536
    Height = 348
    Align = alClient
    Center = True
  end
  object lzrw11: Tlzrw1
    Left = 232
    Top = 120
    Width = 49
    Height = 41
    UseStream = True
    TabOrder = 0
    Visible = False
  end
  object VCLUnZip1: TVCLUnZip
    DoProcessMessages = False
    Left = 176
    Top = 136
  end
  object DxTimer1: TThreadedTimer
    Interval = 1
    OnTimer = DXTimer1Timer
    Left = 112
    Top = 136
  end
  object DxTimer2: TThreadedTimer
    Interval = 1
    OnTimer = DxTimer2Timer
    Left = 144
    Top = 136
  end
end

⌨️ 快捷键说明

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