📄 f2812test.dfm
字号:
object Form1: TForm1
Left = 354
Top = 12
Width = 456
Height = 162
Caption = 'F2812TEST'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 12
Top = 24
Width = 60
Height = 13
Caption = '读端口地址'
end
object Label2: TLabel
Left = 12
Top = 56
Width = 60
Height = 13
Caption = '写端口地址'
end
object Label3: TLabel
Left = 16
Top = 80
Width = 48
Height = 13
Caption = '数据显示'
end
object Button1: TButton
Left = 368
Top = 96
Width = 57
Height = 25
Caption = 'EXIT'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 104
Top = 16
Width = 113
Height = 21
TabOrder = 1
Text = '0x378'
end
object Edit2: TEdit
Left = 104
Top = 48
Width = 113
Height = 21
TabOrder = 2
Text = '0x378'
OnChange = Button2edit
end
object Button3: TButton
Left = 320
Top = 48
Width = 75
Height = 25
Caption = '写入数据'
TabOrder = 3
OnClick = Button3Click
end
object Edit3: TEdit
Left = 104
Top = 80
Width = 81
Height = 21
TabOrder = 4
Text = '0'
end
object CheckBox1: TCheckBox
Left = 208
Top = 80
Width = 49
Height = 17
Caption = '采集'
TabOrder = 5
OnClick = CheckBox1Click
end
object Edit4: TEdit
Left = 232
Top = 48
Width = 81
Height = 21
TabOrder = 6
Text = '0'
end
object Edit5: TEdit
Left = 232
Top = 16
Width = 81
Height = 21
TabOrder = 7
Text = '0'
end
object Button2: TButton
Left = 320
Top = 16
Width = 75
Height = 25
Caption = '读取数据'
TabOrder = 8
OnClick = Button2Click
end
object Timer1: TTimer
Interval = 10
OnTimer = Timer1Timer
Left = 408
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -