📄 setup.dfm
字号:
object frmSetup: TfrmSetup
Left = 354
Top = 223
BorderStyle = bsDialog
Caption = #31995#32479#35774#32622
ClientHeight = 156
ClientWidth = 430
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 14
object Label1: TLabel
Left = 8
Top = 44
Width = 48
Height = 14
Caption = #31471#21475#21495#65306
end
object Label2: TLabel
Left = 8
Top = 72
Width = 48
Height = 14
Caption = #27874#29305#29575#65306
end
object Label3: TLabel
Left = 8
Top = 100
Width = 48
Height = 14
Caption = #25968#25454#20301#65306
end
object Label6: TLabel
Left = 8
Top = 128
Width = 48
Height = 14
Caption = #20572#27490#20301#65306
end
object Label4: TLabel
Left = 228
Top = 44
Width = 60
Height = 14
Caption = #36229#26102#26102#38388#65306
end
object Label5: TLabel
Left = 228
Top = 96
Width = 89
Height = 14
Caption = '(*)'#38656#35201#37325#26032#21551#21160
end
object cbAutoOpen: TCheckBox
Left = 8
Top = 12
Width = 177
Height = 17
Caption = #21551#21160#21518#33258#21160#25171#24320#39044#35774#20018#21475'(*)'
TabOrder = 0
end
object cbPort: TComboBox
Left = 72
Top = 40
Width = 129
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 1
Items.Strings = (
'COM1'
'COM2'
'COM3'
'COM4')
end
object cbSpeed: TComboBox
Left = 72
Top = 68
Width = 129
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 2
Items.Strings = (
'9600'
'4800'
'2400'
'1200'
'600'
'300'
'110')
end
object cbData: TComboBox
Left = 72
Top = 96
Width = 129
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 3
Items.Strings = (
'5Bits'
'6Bits'
'7Bits'
'8Bits')
end
object cbStop: TComboBox
Left = 72
Top = 124
Width = 129
Height = 22
Style = csDropDownList
ItemHeight = 14
TabOrder = 4
Items.Strings = (
'1Bits'
'1.5Bits'
'2Bits')
end
object BitBtn1: TBitBtn
Left = 273
Top = 124
Width = 75
Height = 25
Caption = #30830#23450
TabOrder = 8
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 348
Top = 124
Width = 75
Height = 25
Caption = #21462#28040
TabOrder = 9
Kind = bkCancel
end
object sedTimeOut: TSpinEdit
Left = 292
Top = 40
Width = 129
Height = 23
Increment = 1000
MaxLength = 7
MaxValue = 3600000
MinValue = 0
TabOrder = 7
Value = 0
end
object rbSend: TRadioButton
Left = 228
Top = 12
Width = 89
Height = 17
Caption = #21457#36865#25991#20214'(*)'
TabOrder = 5
end
object rbReceive: TRadioButton
Left = 332
Top = 12
Width = 89
Height = 17
Caption = #25509#25910#25991#20214'(*)'
TabOrder = 6
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -