📄 unit22.dfm
字号:
object DlgSetNDUnit: TDlgSetNDUnit
Left = 464
Top = 377
BorderStyle = bsDialog
Caption = #35774#32622#27987#24230#21333#20301
ClientHeight = 118
ClientWidth = 346
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object ComboBox1: TComboBox
Left = 104
Top = 40
Width = 145
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
Items.Strings = (
'ug/ml'
'ng/ml'
'pg/ml')
end
object btnOK: TButton
Left = 56
Top = 80
Width = 75
Height = 25
Caption = #30830#23450
Default = True
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 184
Top = 80
Width = 75
Height = 25
Cancel = True
Caption = #21462#28040
TabOrder = 2
OnClick = btnCancelClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -