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

📄 unit1.dfm

📁 威视V130采集卡开发包:包含了源代码、可执行文件和Demo
💻 DFM
字号:
object Form1: TForm1
  Left = 267
  Top = 239
  Width = 764
  Height = 500
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnClose = OnClose
  OnCreate = OnCreate
  OnMouseUp = OnMouseUp
  OnShow = OnShow
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 432
    Width = 756
    Height = 19
    Panels = <
      item
        Width = 100
      end
      item
        Width = 100
      end>
    SimplePanel = False
  end
  object MainMenu1: TMainMenu
    Left = 120
    Top = 32
    object DEVICE: TMenuItem
      Caption = 'Device'
      object Create: TMenuItem
        Caption = 'Create'
      end
      object Close1: TMenuItem
        Caption = 'Close'
        OnClick = OnCloseCard
      end
      object Run1: TMenuItem
        Caption = 'Run'
        OnClick = OnRun
      end
    end
    object FrameMemory1: TMenuItem
      Caption = 'FrameMemory'
      object Malloc1: TMenuItem
        Caption = 'Malloc'
        OnClick = OnMalloc
      end
      object Free1: TMenuItem
        Caption = 'Free'
        OnClick = OnFree
      end
      object Start1: TMenuItem
        Caption = 'Start'
        OnClick = OnStrat
      end
      object Stop1: TMenuItem
        Caption = 'Stop'
        OnClick = OnStop
      end
    end
    object CaptureSingle: TMenuItem
      Caption = 'CaptureSingle'
      OnClick = OnCaptureSingle
    end
  end
  object PopupMenu1: TPopupMenu
    Left = 312
    Top = 136
    object Buffer: TMenuItem
      Caption = #32531#20914#26041#24335
      object SystemMemory_DX: TMenuItem
        Caption = 'SystemMemory_DX'
        OnClick = OnBuffer
      end
      object SystemMemory_GDI: TMenuItem
        Caption = 'SystemMemory_GDI'
        OnClick = OnBuffer
      end
      object VideoMemory: TMenuItem
        Caption = 'VideoMemory'
        OnClick = OnBuffer
      end
      object Recede_Noise: TMenuItem
        Caption = 'Recede_Noise'
        OnClick = OnBuffer
      end
    end
    object Display: TMenuItem
      Caption = #26174#31034
      object DisplayOpen: TMenuItem
        Caption = #25171#24320
        OnClick = OnDisplay
      end
      object DisplayClose: TMenuItem
        Caption = #20851#38381
        OnClick = OnDisplay
      end
    end
    object Stander: TMenuItem
      Caption = #35270#39057#26631#20934
      object PAL1: TMenuItem
        Caption = 'PAL'#21046
        OnClick = OnStander
      end
      object NTSC1: TMenuItem
        Caption = 'NTSC'#21046
        OnClick = OnStander
      end
      object NoStander: TMenuItem
        Caption = #38750#26631#20934
        OnClick = OnStander
      end
    end
    object Source: TMenuItem
      Caption = #35270#39057#28304
      object COMPOSITE: TMenuItem
        Caption = #22797#21512
        OnClick = OnSource
      end
      object SVIDEO: TMenuItem
        Caption = 'S-VIDEO'
        OnClick = OnSource
      end
    end
    object Channel: TMenuItem
      Caption = #36890#36947
      object Channel0: TMenuItem
        Caption = 'Channel_0'
        OnClick = OnChannel
      end
      object Channel1: TMenuItem
        Caption = 'Channel_1'
        OnClick = OnChannel
      end
      object Channel2: TMenuItem
        Caption = 'Channel_2'
        OnClick = OnChannel
      end
      object Channel3: TMenuItem
        Caption = 'Channel_3'
        OnClick = OnChannel
      end
      object Channel4: TMenuItem
        Caption = 'Channel_4'
        OnClick = OnChannel
      end
      object Channel5: TMenuItem
        Caption = 'Channel_5'
        OnClick = OnChannel
      end
      object Channel6: TMenuItem
        Caption = 'Channel_6'
        OnClick = OnChannel
      end
      object Channel7: TMenuItem
        Caption = 'Channel_7'
        OnClick = OnChannel
      end
      object Channel8: TMenuItem
        Caption = 'Channel_8'
        OnClick = OnChannel
      end
      object Channel9: TMenuItem
        Caption = 'Channel_9'
        OnClick = OnChannel
      end
    end
    object Format: TMenuItem
      Caption = #37319#38598#26684#24335
      object MONOCHOY8: TMenuItem
        Caption = 'MONOCHOY8'
        OnClick = OnFormat
      end
      object RGB1555: TMenuItem
        Caption = 'RGB1555'
        OnClick = OnFormat
      end
      object CO_RGB24: TMenuItem
        Caption = 'CO_RGB24'
        OnClick = OnFormat
      end
      object aRGB8888: TMenuItem
        Caption = 'aRGB8888'
        OnClick = OnFormat
      end
      object RGB8332: TMenuItem
        Caption = 'RGB8332'
        OnClick = OnFormat
      end
      object CO_RGB565: TMenuItem
        Caption = 'CO_RGB565'
        OnClick = OnFormat
      end
      object RGB5515: TMenuItem
        Caption = 'RGB5515'
        OnClick = OnFormat
      end
      object CO_YUV444: TMenuItem
        Caption = 'CO_YUV444'
        OnClick = OnFormat
      end
      object CO_YUV422: TMenuItem
        Caption = 'CO_YUV422'
        OnClick = OnFormat
      end
      object YUV411: TMenuItem
        Caption = 'YUV411'
        OnClick = OnFormat
      end
    end
    object Filp: TMenuItem
      Caption = #24038#21491#32763#36716
      object Filp_Yes: TMenuItem
        Caption = #32763#36716
        OnClick = OnFlip
      end
      object Filp_NO: TMenuItem
        Caption = #19981#32763#36716
        OnClick = OnFlip
      end
    end
    object UpDown: TMenuItem
      Caption = #19978#19979#39072#20498
      object UpDown_Yes: TMenuItem
        Caption = #39072#20498
        OnClick = OnUpDown
      end
      object UpDown_NO: TMenuItem
        Caption = #19981#39072#20498
        OnClick = OnUpDown
      end
    end
    object GarbMode: TMenuItem
      Caption = #37319#38598#27169#24335
      object Skip_Yes: TMenuItem
        Caption = #36339#34892
        OnClick = OnSkip
      end
      object Skip_No: TMenuItem
        Caption = #19981#36339#34892
        OnClick = OnSkip
      end
    end
    object SYNMODE: TMenuItem
      Caption = #21516#27493#26041#24335
      object SYNRED: TMenuItem
        Caption = #32418#36335#20449#21495#24102#22797#21512#21516#27493
        OnClick = OnSynMode
      end
      object SYNGREEN: TMenuItem
        Caption = #32511#36335#20449#21495#24102#22797#21512#21516#27493
        OnClick = OnSynMode
      end
      object SYNBLUE: TMenuItem
        Caption = #20848#36335#20449#21495#24102#22797#21512#21516#27493
        OnClick = OnSynMode
      end
      object SYNOUTSIDE: TMenuItem
        Caption = #22806#21516#27493
        OnClick = OnSynMode
      end
      object SYNSEPARATE: TMenuItem
        Caption = #21516#27493#20449#21495#34892#22330#20998#31163
        OnClick = OnSynMode
      end
      object SYNINSIDE1: TMenuItem
        Caption = #20869#21516#27493'1'
        OnClick = OnSynMode
      end
      object SYNINSIDE2: TMenuItem
        Caption = #20869#21516#27493'2'
        OnClick = OnSynMode
      end
    end
    object ZGH: TMenuItem
      Caption = #38548#34892'/'#36880#34892
      object GEHANG: TMenuItem
        Caption = #38548#34892
        OnClick = OnZGH
      end
      object huHang: TMenuItem
        Caption = #36880#34892
        OnClick = OnZGH
      end
    end
    object Black: TMenuItem
      Caption = #20840#28784#38454
      object BOGUSCOLOR: TMenuItem
        Caption = #20266#24425#37319#38598
        OnClick = OnBlack
      end
      object FULLCOLOR: TMenuItem
        Caption = #20840#28784#38454#37319#38598
        OnClick = OnBlack
      end
    end
    object Field_Frame: TMenuItem
      Caption = #24103#22330#37319#38598
      object Field: TMenuItem
        Caption = #25353#22330
        OnClick = OnFieldFrame
      end
      object Frame: TMenuItem
        Caption = #25353#24103
        OnClick = OnFieldFrame
      end
    end
    object OSD: TMenuItem
      Caption = 'OSD'
      object MaskBit: TMenuItem
        Caption = 'OSD'#27169#29256
        OnClick = OnOSD
      end
      object NoOSD: TMenuItem
        Caption = #26080'OSD'
        OnClick = OnOSD
      end
      object OSD_0: TMenuItem
        Caption = '0'#23631#34109'OSD'
        OnClick = OnOSD
      end
      object OSD_1: TMenuItem
        Caption = '1'#23631#34109'OSD'
        OnClick = OnOSD
      end
    end
    object avi: TMenuItem
      Caption = 'avi'
      object Startavi: TMenuItem
        Caption = #23384#20648'avi'
        OnClick = StartaviClick
      end
      object cancelsave: TMenuItem
        Caption = #21462#28040#23384#20648
        OnClick = cancelsaveClick
      end
    end
    object Chooseavi: TMenuItem
      Caption = #36873#25321#32534#30721#22120
      OnClick = ChooseaviClick
    end
  end
end

⌨️ 快捷键说明

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