unit1.dfm
来自「北京双诺公司的AC6112数据采集卡的开发源代码」· DFM 代码 · 共 96 行
DFM
96 行
object Form1: TForm1
Left = 218
Top = 228
Width = 739
Height = 345
Caption = 'ac6112 C++Builder 5 example (interrupt support)'
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 Label1: TLabel
Left = 232
Top = 40
Width = 238
Height = 29
Caption = 'C++ Builder 5 load dll '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -24
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 288
Top = 232
Width = 32
Height = 13
Caption = 'Label2'
end
object Label3: TLabel
Left = 288
Top = 136
Width = 32
Height = 13
Caption = 'Label3'
end
object Button1: TButton
Left = 48
Top = 136
Width = 113
Height = 33
Caption = 'AD 1'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 48
Top = 168
Width = 113
Height = 33
Caption = 'AD interrupt +timer'
TabOrder = 1
OnClick = Button2Click
end
object Button4: TButton
Left = 160
Top = 168
Width = 105
Height = 33
Caption = 'DIO'
TabOrder = 2
OnClick = Button4Click
end
object Button5: TButton
Left = 160
Top = 200
Width = 105
Height = 33
Caption = 'Counter Timer'
TabOrder = 3
OnClick = Button5Click
end
object Button6: TButton
Left = 160
Top = 136
Width = 105
Height = 33
Caption = 'DA'
TabOrder = 4
OnClick = Button6Click
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?