evntscan.dfm

来自「扫描软件」· DFM 代码 · 共 129 行

DFM
129
字号

object frmEventImgScan: TForm1
AutoScroll = False
Caption         =   '扫描事件'
Height = 233
Left = 3
Top = 22
Width = 448

object fraScanCapabilities: TGroupbox
Caption         =   '扫描性能参数'
Height = 81
Left = 184
Top = 112
Width = 153

object chkImgScanEvent: TCheckBox
Caption         =   'SetScanCapability'
Height = 25
Left = 8
Top = 48
Width = 137
end


object chkImgScanEvent: TCheckBox
Caption         =   'GetScanCapability'
Height = 25
Left = 8
Top = 24
Width = 137
end

end


object fraUniqueEvents: TGroupbox
Caption         =   '唯一事件'
Height = 145
Left = 16
Top = 48
Width = 153

object chkImgScanEvent: TCheckBox
Caption         =   'ScanUIDone'
Height = 25
Left = 24
Top = 112
Width = 105
end


object chkImgScanEvent: TCheckBox
Caption         =   'FileNameRequest'
Height = 25
Left = 24
Top = 16
Width = 105
end


object chkImgScanEvent: TCheckBox
Caption         =   'ScanStarted'
Height = 25
Left = 24
Top = 88
Width = 105
end


object chkImgScanEvent: TCheckBox
Caption         =   'PageDone'
Height = 25
Left = 24
Top = 40
Width = 105
end


object chkImgScanEvent: TCheckBox
Caption         =   'ScanDone'
Height = 25
Left = 24
Top = 64
Width = 105
end

end


object cmdOK: TButton
Caption         =   '确定'
Height = 25
Left = 352
Top = 168
Width = 57
end


object fraStandardEvents: TGroupbox
Caption         =   '标准事件'
Height = 49
Left = 184
Top = 48
Width = 153

object chkImgScanEvent: TCheckBox
Caption         =   'error'
Height = 25
Left = 24
Top = 16
Width = 81
end

end


object lblInstructions: TLabel
Caption         =   '选择要跟踪扫描事件'
Height = 25
Left = 16
Top = 8
Width = 321
end

end


⌨️ 快捷键说明

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