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

📄 main.dfm

📁 如何在Delphi下实现画面捕捉、传输、以及文件的传输原理
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = 'DSCN Receiver'
  ClientHeight = 282
  ClientWidth = 328
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Button1: TButton
    Left = 62
    Top = 252
    Width = 75
    Height = 25
    Caption = #26174#31034#25991#23383
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 190
    Top = 252
    Width = 75
    Height = 25
    Caption = #25830#38500#25991#23383
    TabOrder = 1
    OnClick = Button2Click
  end
  object DSCNReceiver1: TDSCNReceiver
    Left = 4
    Top = 4
    Width = 320
    Height = 240
    VMROptions.Mode = vmrWindowed
    Color = clBlack
    OnDblClick = DSCNReceiver1DblClick
    DSTextOnWindows = <
      item
        Text = #26791#24030#25806#22825#25216#26415
        Font.Charset = GB2312_CHARSET
        Font.Color = clRed
        Font.Height = -32
        Font.Name = #26999#20307'_GB2312'
        Font.Style = [fsBold]
        Left = 0
        Top = 50
        Right = 320
        Align = tfCenter
        Alpha = 0.750000000000000000
      end
      item
        Text = #26791#24030#25806#22825#25216#26415
        Font.Charset = GB2312_CHARSET
        Font.Color = clYellow
        Font.Height = -32
        Font.Name = #26999#20307'_GB2312'
        Font.Style = [fsBold]
        Left = 10
        Top = 60
        Right = 320
        Align = tfCenter
        Alpha = 0.750000000000000000
      end>
    DSOnFeedback = DSCNReceiver1DSOnFeedback
    DSOnReceiveRates = DSCNReceiver1DSOnReceiveRates
  end
  object IdUDPServer1: TIdUDPServer
    Active = True
    Bindings = <>
    DefaultPort = 12302
    OnUDPRead = IdUDPServer1UDPRead
    ThreadedEvent = True
    Left = 64
    Top = 32
  end
  object IdUDPServer2: TIdUDPServer
    Active = True
    Bindings = <>
    DefaultPort = 12304
    OnUDPRead = IdUDPServer2UDPRead
    ThreadedEvent = True
    Left = 92
    Top = 32
  end
  object ACMConvertor1: TACMConvertor
    Left = 124
    Top = 32
    ACMFormatIn = {
      8100000031000100401F00005906000041000000020040010000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000}
    ACMFormatOut = {
      8100000001000100401F0000401F000001000800810000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000000000000000000000000000000000000000000000000000000000
      0000000000}
  end
  object ACMOut1: TACMOut
    NumBuffers = 4
    Left = 156
    Top = 32
  end
end

⌨️ 快捷键说明

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