unit1.~dfm

来自「杭州中正指纹仪开发包 光学采集仪SDK20071113.zip」· ~DFM 代码 · 共 54 行

~DFM
54
字号
object Form1: TForm1
  Left = 194
  Top = 166
  Width = 397
  Height = 369
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 240
    Top = 176
    Width = 75
    Height = 25
    Caption = 'ServerVerify'
    TabOrder = 0
    OnClick = Button1Click
  end
  object OptFinger1: TOptFinger
    Left = 32
    Top = 48
    Width = 177
    Height = 193
    TabOrder = 1
    ControlData = {000001004B120000F213000000000000}
  end
  object Button2: TButton
    Left = 240
    Top = 80
    Width = 75
    Height = 25
    Caption = 'GetTz1'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 240
    Top = 128
    Width = 75
    Height = 25
    Caption = 'GetTz2'
    TabOrder = 3
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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