📄 unit2.dfm
字号:
object ConfIOForm: TConfIOForm
Left = 511
Top = 111
Width = 415
Height = 307
Caption = #25511#21046#31471#21475#30340#35774#32622' '
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 Panel1: TPanel
Left = 16
Top = 16
Width = 377
Height = 257
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Label6: TLabel
Left = 248
Top = 224
Width = 117
Height = 13
Caption = #65288#35831#36755#20837'10'#36827#21046#25968#65289' '
end
object rbSerial: TRadioButton
Left = 16
Top = 8
Width = 137
Height = 17
Caption = #36890#36807#20018#21475#21457#36865#25511#21046#30721' '
TabOrder = 1
OnClick = rbSerialClick
end
object rbIO: TRadioButton
Left = 16
Top = 224
Width = 129
Height = 17
Caption = #36890#36807'I/O'#21457#36865#25511#21046#30721' '
Checked = True
TabOrder = 2
TabStop = True
OnClick = rbIOClick
end
object btOk: TButton
Left = 280
Top = 40
Width = 81
Height = 25
Caption = #30830#23450' '
ModalResult = 1
TabOrder = 3
end
object btCancel: TButton
Left = 280
Top = 72
Width = 81
Height = 25
Caption = #21462#28040' '
ModalResult = 2
TabOrder = 4
end
object Panel2: TPanel
Left = 32
Top = 32
Width = 233
Height = 177
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 5
object Label1: TLabel
Left = 16
Top = 48
Width = 45
Height = 13
Caption = #27874#29305#29575': '
end
object Label2: TLabel
Left = 16
Top = 80
Width = 45
Height = 13
Caption = #26657#39564#20301': '
end
object Label3: TLabel
Left = 16
Top = 112
Width = 45
Height = 13
Caption = #25968#25454#20301': '
end
object Label4: TLabel
Left = 16
Top = 144
Width = 45
Height = 13
Caption = #20572#27490#20301': '
end
object Label5: TLabel
Left = 16
Top = 16
Width = 45
Height = 13
Caption = #20018#21475#21495': '
end
object cbBaudRate: TComboBox
Left = 72
Top = 48
Width = 145
Height = 21
ItemHeight = 13
ItemIndex = 0
TabOrder = 0
Text = '19200'
Items.Strings = (
'19200'
'9600'
'2400'
'1200'
'300')
end
object cbParity: TComboBox
Left = 72
Top = 80
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 1
Text = 'E'
Items.Strings = (
'N'
'O'
'E'
'M'
'S')
end
object cbDatabits: TComboBox
Left = 72
Top = 112
Width = 145
Height = 21
ItemHeight = 13
ItemIndex = 0
TabOrder = 2
Text = '8'
Items.Strings = (
'8'
'7'
'6')
end
object cbStopbits: TComboBox
Left = 72
Top = 144
Width = 145
Height = 21
ItemHeight = 13
ItemIndex = 0
TabOrder = 3
Text = '1'
Items.Strings = (
'1'
'1.5'
'2')
end
object cbCom: TComboBox
Left = 72
Top = 16
Width = 145
Height = 21
ItemHeight = 13
TabOrder = 4
Text = '1'
Items.Strings = (
'1'
'2'
'3'
'4')
end
end
object edtIO: TEdit
Left = 152
Top = 224
Width = 81
Height = 21
TabOrder = 0
Text = '0'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -