camselectdlg.dfm

来自「canon 相机SDK,非常难得」· DFM 代码 · 共 47 行

DFM
47
字号
object Form_CamSelect: TForm_CamSelect
  Left = 1281
  Top = 529
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'Communication Settings'
  ClientHeight = 97
  ClientWidth = 235
  Color = clBtnFace
  Font.Charset = SHIFTJIS_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Button_OK: TButton
    Left = 27
    Top = 56
    Width = 76
    Height = 25
    Caption = 'OK'
    TabOrder = 0
    OnClick = Button_OKClick
  end
  object Button_Cancel: TButton
    Left = 129
    Top = 56
    Width = 73
    Height = 25
    Caption = 'Cancel'
    TabOrder = 1
    OnClick = Button_CancelClick
  end
  object ComboBox_CamList: TComboBox
    Left = 15
    Top = 21
    Width = 204
    Height = 20
    ItemHeight = 12
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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