?? unit1.~dfm
字號:
object Form1: TForm1
Left = 296
Top = 186
Width = 418
Height = 266
Caption = 'Form1'
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 = 16
Top = 88
Width = 81
Height = 13
AutoSize = False
Caption = #20659#36865#30340#36039#26009
end
object Label2: TLabel
Left = 208
Top = 88
Width = 81
Height = 13
AutoSize = False
Caption = #25509#25910#30340#36039#26009
end
object rdCOM: TRadioGroup
Left = 16
Top = 16
Width = 73
Height = 65
Caption = #36984#25799#36890#35338#22496
ItemIndex = 0
Items.Strings = (
'COM1'
'COM2')
TabOrder = 0
end
object mSend: TMemo
Left = 16
Top = 104
Width = 185
Height = 89
Lines.Strings = (
'Memo1')
TabOrder = 1
end
object mReceive: TMemo
Left = 208
Top = 104
Width = 185
Height = 89
Lines.Strings = (
'Memo2')
TabOrder = 2
end
object Button1: TButton
Left = 120
Top = 40
Width = 89
Height = 25
Caption = #38283#21855#36890#35338#22496
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 232
Top = 40
Width = 81
Height = 25
Caption = #32080#26463#31995#32113
TabOrder = 4
OnClick = Button2Click
end
object Button3: TButton
Left = 72
Top = 200
Width = 75
Height = 25
Caption = #20659#36865#36039#26009
TabOrder = 5
OnClick = Button3Click
end
object Button4: TButton
Left = 264
Top = 200
Width = 75
Height = 25
Caption = #25509#25910#36039#26009
TabOrder = 6
OnClick = Button4Click
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -