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

📄 capparmsform.dfm

📁 多媒体视频程序设计--使用Delphi 第八章 源碼 ==== 8-1 静态图像采集 8-2 录像参数设置 8-3 录像控制 8-4 看边录手动录像
💻 DFM
字号:
object CapParmsDlg: TCapParmsDlg
  Left = 234
  Top = 78
  Width = 404
  Height = 426
  Caption = #37636#24433#21443#25976#35373#23450
  Color = clBtnFace
  Font.Charset = CHINESEBIG5_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #26032#32048#26126#39636
  Font.Style = []
  OldCreateOrder = False
  Scaled = False
  ShowHint = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 271
    Top = -2
    Width = 8
    Height = 399
    Shape = bsLeftLine
  end
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 82
    Height = 13
    AutoSize = False
    Caption = #25847#21462#36895#24230'( &S ) :'
    FocusControl = FrameRateEditor
  end
  object Label2: TLabel
    Left = 51
    Top = 26
    Width = 55
    Height = 13
    AutoSize = False
    Caption = #30059#38754' / '#31186' '
  end
  object Label3: TLabel
    Left = 163
    Top = 141
    Width = 13
    Height = 13
    AutoSize = False
    Caption = #20998
  end
  object Label4: TLabel
    Left = 225
    Top = 141
    Width = 13
    Height = 13
    Caption = #31186
  end
  object Label5: TLabel
    Left = 128
    Top = 8
    Width = 102
    Height = 13
    AutoSize = False
    Caption = #23481#35377#28431#25481#30059#38754'(D):'
    FocusControl = DropFrameEditor
  end
  object Label6: TLabel
    Left = 189
    Top = 28
    Width = 10
    Height = 13
    Caption = '%'
  end
  object Label7: TLabel
    Left = 8
    Top = 160
    Width = 97
    Height = 17
    AutoSize = False
    Caption = #35222#35338#32233#34909#21312#25976#37327':'
  end
  object OKButton: TBitBtn
    Left = 281
    Top = 312
    Width = 92
    Height = 32
    Caption = '&O  '#30906#23450
    TabOrder = 0
    OnClick = OKButtonClick
    Kind = bkOK
  end
  object CancelButton: TBitBtn
    Left = 281
    Top = 360
    Width = 92
    Height = 32
    Caption = '&C  '#21462#28040
    TabOrder = 1
    Kind = bkCancel
  end
  object UndoButton: TBitBtn
    Left = 277
    Top = 4
    Width = 92
    Height = 32
    Hint = #36996#21407#25104#21407#20358#30340#35373#23450#20540
    Caption = '&U  '#36996#21407
    TabOrder = 2
    OnClick = UndoButtonClick
    Glyph.Data = {
      DE010000424DDE01000000000000760000002800000024000000120000000100
      0400000000006801000000000000000000001000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333444444
      33333333333F8888883F33330000324334222222443333388F3833333388F333
      000032244222222222433338F8833FFFFF338F3300003222222AAAAA22243338
      F333F88888F338F30000322222A33333A2224338F33F8333338F338F00003222
      223333333A224338F33833333338F38F00003222222333333A444338FFFF8F33
      3338888300003AAAAAAA33333333333888888833333333330000333333333333
      333333333333333333FFFFFF000033333333333344444433FFFF333333888888
      00003A444333333A22222438888F333338F3333800003A2243333333A2222438
      F38F333333833338000033A224333334422224338338FFFFF8833338000033A2
      22444442222224338F3388888333FF380000333A2222222222AA243338FF3333
      33FF88F800003333AA222222AA33A3333388FFFFFF8833830000333333AAAAAA
      3333333333338888883333330000333333333333333333333333333333333333
      0000}
    NumGlyphs = 2
  end
  object FrameRateEditor: TSpinEdit
    Left = 6
    Top = 22
    Width = 42
    Height = 22
    Hint = #27599#31186#25847#21462#30059#38754#24373#25976'(1-30)'
    Color = clBlack
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clLime
    Font.Height = -13
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    MaxValue = 30
    MinValue = 1
    ParentFont = False
    TabOrder = 3
    Value = 15
  end
  object StartPromptCheckBox: TCheckBox
    Left = 9
    Top = 65
    Width = 177
    Height = 17
    Hint = #30070#38283#22987#37636#24433#26178#26371#39023#31034#19968#20491#30906#35469#23565#35441#26694
    Caption = #39023#31034#25847#21462#38283#22987#30906#35469#23565#35441#26694
    TabOrder = 4
  end
  object BackgroundCheckBox: TCheckBox
    Left = 9
    Top = 88
    Width = 175
    Height = 17
    Caption = #25847#21462#20351#29992#32972#26223#20316#26989
    TabOrder = 5
  end
  object CapAudioCheckBox: TCheckBox
    Left = 9
    Top = 111
    Width = 167
    Height = 17
    Caption = #25847#21462#32882#38899
    TabOrder = 6
  end
  object TimeLimitCheckBox: TCheckBox
    Left = 9
    Top = 134
    Width = 110
    Height = 19
    Hint = #37636#24433#26178#38291
    Caption = #38480#21046#26178#38291#38263#24230
    TabOrder = 7
    OnClick = TimeLimitCheckBoxClick
  end
  object MinEditor: TSpinEdit
    Left = 118
    Top = 134
    Width = 43
    Height = 22
    Color = clBlack
    Enabled = False
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clLime
    Font.Height = -13
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    MaxValue = 60
    MinValue = 0
    ParentFont = False
    TabOrder = 8
    Value = 0
  end
  object SecEditor: TSpinEdit
    Left = 180
    Top = 134
    Width = 43
    Height = 22
    Color = clBlack
    Enabled = False
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clLime
    Font.Height = -13
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    MaxValue = 59
    MinValue = 0
    ParentFont = False
    TabOrder = 9
    Value = 0
  end
  object DropFrameEditor: TSpinEdit
    Left = 129
    Top = 22
    Width = 56
    Height = 22
    Hint = #36229#20986#36889#19968#20491#30334#20998#27604#21063#26371#30332#20986#37679#35492#35338#24687
    Color = clInfoText
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clLime
    Font.Height = -13
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    MaxValue = 100
    MinValue = 1
    ParentFont = False
    TabOrder = 10
    Value = 1
  end
  object MCIPanel: TPanel
    Left = 6
    Top = 246
    Width = 222
    Height = 145
    BevelOuter = bvLowered
    TabOrder = 11
    object MCIStartTimeLabel: TLabel
      Left = 8
      Top = 31
      Width = 111
      Height = 13
      AutoSize = False
      Caption = 'MCI '#21855#22987#26178#38291'(ms):'
    end
    object MCIStopTimeLabel: TLabel
      Left = 8
      Top = 57
      Width = 107
      Height = 13
      AutoSize = False
      Caption = 'MCI '#20572#27490#26178#38291'(ms):'
    end
    object MCIAvgFormsLabel: TLabel
      Left = 7
      Top = 111
      Width = 133
      Height = 13
      Hint = #23559'n '#20491#30059#38754#20570#24179#22343','#21487#28187#23569#24433#20687#38620#35338#21450#32882#38899#38620#35338
      Caption = #37325#35206#25847#21462#30059#38754#25976#20570#24179#22343':'
    end
    object MCISetpCapResBox: TCheckBox
      Left = 8
      Top = 82
      Width = 191
      Height = 17
      Hint = #20351#29992#30059#38754#30340#20841#20493#38263#23532','#21487#25552#21319#28165#26224#24230#28187#23569#27169#31946
      Caption = 'MCI '#36880#27493#25847#21462#20351#29992#38617#20493#35299#26512
      TabOrder = 0
    end
    object MCIStepCaptureBox: TCheckBox
      Left = 8
      Top = 8
      Width = 169
      Height = 17
      Hint = #19968#20491#30059#38754#25509#33879#19968#20491#30059#38754#25847#21462' ,'#19981#20351#29992#21407#22987#25765#25918#36895#24230#25847#21462
      Caption = 'MCI '#35037#32622#36880#27493#25847#21462
      TabOrder = 1
    end
    object MCIStartTimeBox: TSpinEdit
      Left = 118
      Top = 28
      Width = 81
      Height = 22
      Color = clBlack
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clLime
      Font.Height = -13
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      MaxValue = 1999999999
      MinValue = 0
      ParentFont = False
      TabOrder = 2
      Value = 0
    end
    object MCIStopTimeBox: TSpinEdit
      Left = 118
      Top = 52
      Width = 81
      Height = 22
      Color = clBlack
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clLime
      Font.Height = -13
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      MaxValue = 1999999999
      MinValue = 0
      ParentFont = False
      TabOrder = 3
      Value = 0
    end
    object MCIAvgFormsBox: TSpinEdit
      Left = 143
      Top = 106
      Width = 55
      Height = 22
      Color = clBlack
      Font.Charset = CHINESEBIG5_CHARSET
      Font.Color = clLime
      Font.Height = -13
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      MaxValue = 100
      MinValue = 0
      ParentFont = False
      TabOrder = 4
      Value = 0
    end
  end
  object MCIControlBox: TCheckBox
    Left = 7
    Top = 229
    Width = 97
    Height = 17
    Hint = #20351#29992' MCI '#35037#32622#20570#28858#35222#35338#20358#28304
    Caption = #20351#29992' MCI '#25511#21046' '
    TabOrder = 12
    OnClick = MCIControlBoxClick
  end
  object VideoBuffersEdit: TSpinEdit
    Left = 116
    Top = 158
    Width = 141
    Height = 22
    Color = clBlack
    Font.Charset = CHINESEBIG5_CHARSET
    Font.Color = clLime
    Font.Height = -13
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    MaxValue = 32766
    MinValue = 0
    ParentFont = False
    TabOrder = 13
    Value = 0
  end
  object SyncAVBox: TCheckBox
    Left = 8
    Top = 183
    Width = 107
    Height = 17
    Caption = #24433#20687#32882#38899#21516#27493
    TabOrder = 14
  end
end

⌨️ 快捷键说明

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