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

📄 unit1.dfm

📁 用delphi控制olymplus C7070相机的例子
💻 DFM
字号:
object Form1: TForm1
  Left = 351
  Top = 216
  Width = 425
  Height = 211
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 24
    Width = 89
    Height = 25
    AutoSize = False
    Caption = #22270#29255#25968#37327#65306
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -15
    Font.Name = #20223#23435'_GB2312'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object btn1: TButton
    Left = 312
    Top = 8
    Width = 75
    Height = 25
    Caption = #25293#29031
    TabOrder = 0
    OnClick = btn1Click
  end
  object stat1: TStatusBar
    Left = 0
    Top = 158
    Width = 417
    Height = 19
    Panels = <
      item
        Alignment = taCenter
        Width = 150
      end
      item
        Alignment = taCenter
        Width = 50
      end>
  end
  object edt1: TEdit
    Left = 144
    Top = 24
    Width = 49
    Height = 21
    TabOrder = 2
  end
  object btn2: TButton
    Left = 312
    Top = 40
    Width = 75
    Height = 25
    Caption = 'LCD'#24320#20851
    TabOrder = 3
    OnClick = btn2Click
  end
  object trckbr1: TTrackBar
    Left = 16
    Top = 104
    Width = 273
    Height = 45
    Max = 229
    Min = 57
    Position = 57
    TabOrder = 4
    OnChange = trckbr1Change
  end
  object btn3: TButton
    Left = 312
    Top = 72
    Width = 75
    Height = 25
    Caption = 'ZOOM IN'
    TabOrder = 5
    OnClick = btn3Click
  end
  object btn4: TButton
    Left = 312
    Top = 104
    Width = 75
    Height = 25
    Caption = 'ZOOM OUT'
    TabOrder = 6
    OnClick = btn4Click
  end
  object rynvcntrlry1: TRye
    Left = 216
    Top = 64
    Width = 32
    Height = 32
    ControlData = {00000100560A00002B05000000000000}
  end
  object btn5: TButton
    Left = 216
    Top = 8
    Width = 89
    Height = 25
    Caption = #38378#20809#28783#24320#20851
    TabOrder = 8
    OnClick = btn5Click
  end
end

⌨️ 快捷键说明

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