unitno3.~dfm

来自「智能监控delphi源码, 操作说明 1. 在两台微机上分别运行文件夹中的可」· ~DFM 代码 · 共 75 行

~DFM
75
字号
object FormNo3: TFormNo3
  Left = 86
  Top = 116
  Width = 696
  Height = 480
  Caption = '3#'#25668#20687#22836#30417#25511#31383#21475
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object grp1: TGroupBox
    Left = 144
    Top = 48
    Width = 361
    Height = 329
    Caption = 'grp1'
    TabOrder = 0
    object VideoCap3: TVideoCap
      Left = 0
      Top = 8
      Width = 409
      Height = 321
      color = clBlack
      DriverOpen = False
      DriverIndex = -1
      VideoOverlay = False
      VideoPreview = False
      PreviewScaleToWindow = False
      PreviewScaleProportional = False
      PreviewRate = 30
      MicroSecPerFrame = 66667
      FrameRate = 15
      VideoFileName = 'Video.avi'
      SingleImageFile = 'Capture.bmp'
      CapTimeLimit = 0
      CapIndexSize = 0
      CapToFile = True
      BufferFileSize = 0
    end
  end
  object btnStartGet3: TButton
    Left = 576
    Top = 80
    Width = 75
    Height = 25
    Caption = #24320#22987#24405#20687
    TabOrder = 1
    OnClick = btnStartGet3Click
  end
  object btnStopMoniter3: TButton
    Left = 576
    Top = 256
    Width = 75
    Height = 25
    Caption = #25171#24320#30417#25511
    TabOrder = 2
    OnClick = btnStopMoniter3Click
  end
  object tmr1: TTimer
    Enabled = False
    Left = 552
    Top = 112
  end
  object tmr2: TTimer
    Left = 552
    Top = 232
  end
end

⌨️ 快捷键说明

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