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

📄 ucamselect.dfm

📁 delphi控制数码相机的例子.不知道要用哪个版本的驱动程序.
💻 DFM
字号:
object FrmCamSelect: TFrmCamSelect
  Left = 283
  Top = 277
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #35831#36873#25321#29031#30456#26426
  ClientHeight = 95
  ClientWidth = 271
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 271
    Height = 95
    Align = alClient
    BevelInner = bvLowered
    BorderWidth = 2
    TabOrder = 0
    object CamList: TComboBox
      Left = 40
      Top = 24
      Width = 201
      Height = 21
      ItemHeight = 13
      TabOrder = 0
      OnChange = CamListChange
    end
    object BtnCancel: TButton
      Left = 160
      Top = 56
      Width = 75
      Height = 25
      Caption = #21462#28040
      ModalResult = 2
      TabOrder = 1
      OnClick = BtnCancelClick
    end
    object BtnOk: TButton
      Left = 48
      Top = 56
      Width = 75
      Height = 25
      Caption = #30830#23450
      Enabled = False
      ModalResult = 1
      TabOrder = 2
      OnClick = BtnOkClick
    end
  end
end

⌨️ 快捷键说明

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