?? unit1.dfm
字號:
object Form1: TForm1
Left = 236
Top = 155
Width = 870
Height = 640
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 Memo1: TMemo
Left = 128
Top = 56
Width = 273
Height = 225
Lines.Strings = (
'Memo1')
TabOrder = 0
end
object Button1: TButton
Left = 424
Top = 64
Width = 75
Height = 25
Caption = 'OPEN'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 424
Top = 136
Width = 75
Height = 25
Caption = 'COLLECT'
TabOrder = 2
end
object Button3: TButton
Left = 424
Top = 216
Width = 75
Height = 25
Caption = 'STOP'
TabOrder = 3
OnClick = Button3Click
end
object MSComm1: TMSComm
Left = 584
Top = 88
Width = 32
Height = 32
OnComm = MSComm1Comm
ControlData = {
2143341208000000ED030000ED03000001568A64000006000000030000040000
00020000802500000000080000000000000000003F00000001000000}
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -