📄 unit2.dfm
字号:
object MyForm: TMyForm
Left = 206
Top = 171
Width = 696
Height = 480
Caption = 'MyForm'
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 TxtAddress: TLabel
Left = 16
Top = 16
Width = 66
Height = 13
Caption = 'Address(HEX)'
end
object TxtData: TLabel
Left = 16
Top = 48
Width = 51
Height = 13
Caption = 'Data(HEX)'
end
object LED: TShape
Left = 200
Top = 96
Width = 15
Height = 17
Brush.Color = clLime
Shape = stCircle
end
object Label_LedIndex: TLabel
Left = 224
Top = 96
Width = 46
Height = 13
Caption = 'Operation'
end
object SCL_Pin: TLabel
Left = 40
Top = 192
Width = 41
Height = 13
Caption = 'SCL_Pin'
end
object SDA_Pin: TLabel
Left = 40
Top = 224
Width = 43
Height = 13
Caption = 'SDA_Pin'
end
object Address: TEdit
Left = 88
Top = 16
Width = 97
Height = 21
TabOrder = 0
Text = '00'
end
object Data: TEdit
Left = 88
Top = 48
Width = 97
Height = 21
TabOrder = 1
Text = '00'
end
object Executive: TButton
Left = 208
Top = 16
Width = 65
Height = 57
Caption = 'Execute'
TabOrder = 2
OnClick = ExecutiveClick
end
object RadioRead: TRadioButton
Left = 32
Top = 96
Width = 49
Height = 17
Caption = 'Read'
Checked = True
TabOrder = 3
TabStop = True
end
object RadioWrite: TRadioButton
Tag = 1
Left = 104
Top = 96
Width = 49
Height = 17
Caption = 'Write'
TabOrder = 4
end
object Process: TButton
Left = 80
Top = 120
Width = 75
Height = 25
Caption = 'Process'
TabOrder = 5
end
object SCLPIN: TEdit
Left = 96
Top = 192
Width = 65
Height = 21
TabOrder = 6
Text = '00'
end
object SDAPIN: TEdit
Left = 96
Top = 224
Width = 65
Height = 21
TabOrder = 7
Text = '00'
end
object TabControl1: TTabControl
Left = 360
Top = 184
Width = 209
Height = 185
TabOrder = 8
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -