📄 unit1.dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -