?? unit1.~dfm
字號:
object Form1: TForm1
Left = 379
Top = 176
Width = 696
Height = 480
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 Button1: TButton
Left = 80
Top = 336
Width = 75
Height = 25
Caption = #25171#24320#31471#21475
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 176
Top = 336
Width = 75
Height = 25
Caption = #20851#38381#31471#21475
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 272
Top = 336
Width = 75
Height = 25
Caption = #21457#36865
TabOrder = 2
OnClick = Button3Click
end
object Memo1: TMemo
Left = 88
Top = 16
Width = 313
Height = 273
Lines.Strings = (
'')
TabOrder = 3
end
object Edit1: TEdit
Left = 112
Top = 384
Width = 409
Height = 32
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 4
end
object Comm1: TComm
DeviceName = 'Com1'
ReadTimeout = 100
WriteTimeout = 100
MonitorEvents = [evBreak, evCts, evDsr, evError, evRing, evRlsd, evRxChar, evRxFlag, evTxEmpty]
Options = []
FlowControl = fcNone
OnBreak = Comm1Break
OnRxChar = Comm1RxChar
Left = 24
Top = 24
end
object Timer1: TTimer
Interval = 500
OnTimer = Timer1Timer
Left = 24
Top = 144
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -