📄 cs_unit.dfm
字号:
object CS_FORM: TCS_FORM
Left = 342
Top = 326
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #20018#21475#21021#22987#21270
ClientHeight = 110
ClientWidth = 224
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 40
Top = 27
Width = 33
Height = 13
Caption = #20018#21475':'
end
object ComboBox1: TComboBox
Left = 78
Top = 24
Width = 99
Height = 21
Style = csDropDownList
Ctl3D = False
ItemHeight = 13
ItemIndex = 0
ParentCtl3D = False
TabOrder = 0
Text = 'COM1'
Items.Strings = (
'COM1'
'COM2'
'COM3')
end
object Button1: TButton
Left = 16
Top = 64
Width = 75
Height = 25
Caption = #21021#22987#21270
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 128
Top = 64
Width = 75
Height = 25
Caption = #20851#38381
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -