mainapp.dfm

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

DFM
66
字号
object Form_Main: TForm_Main
  Left = 1210
  Top = 488
  Width = 307
  Height = 181
  BorderIcons = [biSystemMenu]
  Caption = 'GetPicture'
  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
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Button_CamConnect: TButton
    Left = 203
    Top = 16
    Width = 80
    Height = 25
    Caption = 'Connect'
    TabOrder = 0
    OnClick = Button_CamConnectClick
  end
  object Button_GetThumb: TButton
    Left = 203
    Top = 56
    Width = 81
    Height = 25
    Caption = 'GetThumb'
    TabOrder = 1
    OnClick = Button_GetThumbClick
  end
  object Button_GetPicture: TButton
    Left = 203
    Top = 86
    Width = 81
    Height = 25
    Caption = 'GetPicture'
    TabOrder = 2
    OnClick = Button_GetPictureClick
  end
  object ListBox_ImageList: TListBox
    Left = 16
    Top = 16
    Width = 169
    Height = 105
    ItemHeight = 12
    TabOrder = 3
  end
  object SaveDialog1: TSaveDialog
    Left = 200
    Top = 120
  end
  object Timer1: TTimer
    Enabled = False
    Interval = 1
    OnTimer = Timer1Timer
    Left = 232
    Top = 120
  end
end

⌨️ 快捷键说明

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