📄 mainform.dfm
字号:
object Form1: TForm1
Left = 268
Top = 310
Width = 556
Height = 325
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblStatus: TLabel
Left = 152
Top = 16
Width = 141
Height = 24
Caption = 'Not Connected'
Font.Charset = DEFAULT_CHARSET
Font.Color = clRed
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblProtocol: TLabel
Left = 312
Top = 16
Width = 37
Height = 24
Caption = 'T=0'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object btnConnect: TButton
Left = 8
Top = 16
Width = 121
Height = 25
Caption = 'Connect to device'
TabOrder = 0
OnClick = btnConnectClick
end
object pnlButtons: TPanel
Left = 8
Top = 56
Width = 529
Height = 233
Enabled = False
TabOrder = 1
object Label1: TLabel
Left = 8
Top = 176
Width = 91
Height = 13
Caption = 'No spaces alloved.'
end
object Button3: TButton
Left = 8
Top = 101
Width = 57
Height = 25
Caption = 'Red ON'
TabOrder = 0
OnClick = Button3Click
end
object Button4: TButton
Left = 72
Top = 100
Width = 57
Height = 25
Caption = 'Red OFF'
TabOrder = 1
OnClick = Button4Click
end
object Button2: TButton
Left = 72
Top = 71
Width = 57
Height = 25
Caption = 'GreenOFF'
TabOrder = 2
OnClick = Button2Click
end
object btnT1: TButton
Left = 72
Top = 40
Width = 57
Height = 25
Caption = 'set T=1'
TabOrder = 3
OnClick = btnT1Click
end
object btnDisconnect: TButton
Left = 8
Top = 8
Width = 121
Height = 25
Caption = 'Disconnect from device'
TabOrder = 4
OnClick = btnDisconnectClick
end
object btnT0: TButton
Left = 8
Top = 40
Width = 57
Height = 25
Caption = 'set T=0'
TabOrder = 5
OnClick = btnT0Click
end
object Button1: TButton
Left = 8
Top = 72
Width = 57
Height = 25
Caption = 'Green ON'
TabOrder = 6
OnClick = Button1Click
end
object Button5: TButton
Left = 144
Top = 7
Width = 57
Height = 25
Caption = 'Reset'
TabOrder = 7
OnClick = Button5Click
end
object Button6: TButton
Left = 144
Top = 71
Width = 57
Height = 25
Caption = 'Receive'
TabOrder = 8
OnClick = Button6Click
end
object Memo1: TMemo
Left = 240
Top = 16
Width = 281
Height = 209
TabOrder = 9
end
object Button7: TButton
Left = 144
Top = 39
Width = 57
Height = 25
Caption = 'Baudrate'
TabOrder = 10
OnClick = Button7Click
end
object txtSend: TEdit
Left = 8
Top = 192
Width = 169
Height = 21
TabOrder = 11
Text = 'CA00000000'
end
object btnSend: TButton
Left = 176
Top = 191
Width = 57
Height = 22
Caption = 'Send'
TabOrder = 12
OnClick = btnSendClick
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -