?? main.~dfm
字號:
object Form1: TForm1
Left = 192
Top = 107
Width = 404
Height = 186
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 = 48
Top = 16
Width = 85
Height = 16
Caption = #36984#25799#36899#25509#22496
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #26032#32048#26126#39636
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 48
Top = 88
Width = 85
Height = 16
Caption = #20659#36865#30340#25991#23383
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #26032#32048#26126#39636
Font.Style = [fsBold]
ParentFont = False
end
object ComboBox1: TComboBox
Left = 16
Top = 48
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 0
Text = 'COM1'
Items.Strings = (
'COM1'
'COM2')
end
object BitBtn1: TBitBtn
Left = 176
Top = 48
Width = 97
Height = 25
Caption = 'Connect'
TabOrder = 1
OnClick = BitBtn1Click
Kind = bkRetry
end
object BitBtn2: TBitBtn
Left = 272
Top = 48
Width = 97
Height = 25
Caption = 'Disconnect'
TabOrder = 2
OnClick = BitBtn2Click
Kind = bkAbort
end
object Edit1: TEdit
Left = 16
Top = 112
Width = 273
Height = 21
TabOrder = 3
end
object BitBtn3: TBitBtn
Left = 296
Top = 112
Width = 75
Height = 25
Caption = 'Send'
Enabled = False
TabOrder = 4
OnClick = BitBtn3Click
Kind = bkOK
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -