📄 telphon.dfm
字号:
object frm_Telphon: Tfrm_Telphon
Left = -23
Top = 122
Width = 1032
Height = 776
AutoSize = True
Caption = 'frm_Telphon'
Color = clSkyBlue
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -14
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Panel1: TPanel
Left = 0
Top = 0
Width = 1024
Height = 749
Align = alClient
Color = clSkyBlue
TabOrder = 0
object SpeedButton1: TSpeedButton
Left = 905
Top = 38
Width = 68
Height = 21
Caption = #25171#30005#35805
Enabled = False
Visible = False
OnClick = SpeedButton1Click
end
object Cmd_Read: TSpeedButton
Left = 491
Top = 76
Width = 183
Height = 25
Caption = #35835#30701#20449
OnClick = Cmd_ReadClick
end
object SpeedButton3: TSpeedButton
Left = 824
Top = 63
Width = 73
Height = 22
Caption = #38405#35835#30701#28040#24687
Visible = False
OnClick = SpeedButton3Click
end
object SpeedButton4: TSpeedButton
Left = 832
Top = 10
Width = 155
Height = 26
Caption = #21021#22987#21270#30701#28040#24687#26684#24335
Visible = False
OnClick = SpeedButton4Click
end
object Cmd_Save: TSpeedButton
Left = 696
Top = 16
Width = 23
Height = 22
OnClick = Cmd_SaveClick
end
object Edit_NO: TLabeledEdit
Left = 96
Top = 5
Width = 298
Height = 22
EditLabel.Width = 56
EditLabel.Height = 14
EditLabel.Caption = #31532#20960#26465#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 0
end
object Memo1: TMemo
Left = 1
Top = 111
Width = 1022
Height = 637
Align = alBottom
Lines.Strings = (
'')
ScrollBars = ssVertical
TabOrder = 1
end
object Button1: TButton
Left = 832
Top = 37
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 2
Visible = False
OnClick = Button1Click
end
object Edit1: TLabeledEdit
Left = 96
Top = 29
Width = 121
Height = 22
EditLabel.Width = 42
EditLabel.Height = 14
EditLabel.Caption = #26085#26399#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 3
end
object Edit2: TLabeledEdit
Left = 272
Top = 29
Width = 121
Height = 22
EditLabel.Width = 42
EditLabel.Height = 14
EditLabel.Caption = #26102#38388#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 4
end
object Edit3: TLabeledEdit
Left = 96
Top = 53
Width = 121
Height = 22
EditLabel.Width = 42
EditLabel.Height = 14
EditLabel.Caption = #32463#24230#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 5
end
object Edit4: TLabeledEdit
Left = 272
Top = 53
Width = 121
Height = 22
EditLabel.Width = 42
EditLabel.Height = 14
EditLabel.Caption = #32428#24230#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 6
end
object Edit5: TLabeledEdit
Left = 96
Top = 77
Width = 121
Height = 22
EditLabel.Width = 42
EditLabel.Height = 14
EditLabel.Caption = #36895#24230#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 7
end
object Edit6: TLabeledEdit
Left = 272
Top = 77
Width = 121
Height = 22
EditLabel.Width = 42
EditLabel.Height = 14
EditLabel.Caption = #39640#24230#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 8
end
object LabeledEdit1: TLabeledEdit
Left = 489
Top = 4
Width = 186
Height = 22
EditLabel.Width = 70
EditLabel.Height = 14
EditLabel.Caption = #30005#35805#21495#30721#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 9
end
object LabeledEdit2: TLabeledEdit
Left = 489
Top = 28
Width = 186
Height = 22
EditLabel.Width = 70
EditLabel.Height = 14
EditLabel.Caption = #30701#20449#26085#26399#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 10
end
object LabeledEdit3: TLabeledEdit
Left = 489
Top = 52
Width = 186
Height = 22
EditLabel.Width = 70
EditLabel.Height = 14
EditLabel.Caption = #30701#20449#26102#38388#65306
LabelPosition = lpLeft
LabelSpacing = 3
TabOrder = 11
end
end
object Comm1: TComm
CommName = 'COM1'
BaudRate = 9600
ParityCheck = False
Outx_CtsFlow = False
Outx_DsrFlow = False
DtrControl = DtrEnable
DsrSensitivity = False
TxContinueOnXoff = False
Outx_XonXoffFlow = False
Inx_XonXoffFlow = True
ReplaceWhenParityError = False
IgnoreNullChar = False
RtsControl = RtsEnable
XonLimit = 500
XoffLimit = 500
ByteSize = _8
Parity = None
StopBits = _1
XonChar = #17
XoffChar = #19
ReplacedChar = #0
ReadIntervalTimeout = 100
ReadTotalTimeoutMultiplier = 0
ReadTotalTimeoutConstant = 0
WriteTotalTimeoutMultiplier = 0
WriteTotalTimeoutConstant = 0
OnReceiveData = Comm1ReceiveData
Left = 744
Top = 24
end
object Timer1: TTimer
Enabled = False
Interval = 4000
OnTimer = Timer1Timer
Left = 728
Top = 64
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -