📄 goodsproperty.dfm
字号:
object frmGoodsProperty: TfrmGoodsProperty
Left = 217
Top = 175
BorderIcons = [biHelp]
BorderStyle = bsToolWindow
ClientHeight = 129
ClientWidth = 250
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 lbProperty1: TLabel
Left = 15
Top = 25
Width = 53
Height = 13
AutoSize = False
Caption = 'lbProperty1'
end
object lbProperty2: TLabel
Left = 15
Top = 60
Width = 53
Height = 13
AutoSize = False
Caption = 'lbProperty2'
end
object bbOK: TBitBtn
Left = 48
Top = 95
Width = 70
Height = 25
Caption = '确定(&O)'
TabOrder = 0
OnClick = bbOKClick
Kind = bkOK
end
object bbCancel: TBitBtn
Left = 137
Top = 94
Width = 70
Height = 25
Caption = '取消(&C)'
TabOrder = 1
Kind = bkCancel
end
object scProperty1: TSDComboBox
Left = 85
Top = 20
Width = 149
Height = 21
Style = csDropDownList
Ctl3D = False
ItemHeight = 13
ParentCtl3D = False
TabOrder = 2
KeyItem = cbItem2
end
object scProperty2: TSDComboBox
Left = 84
Top = 55
Width = 150
Height = 21
Style = csDropDownList
Ctl3D = False
ItemHeight = 13
ParentCtl3D = False
TabOrder = 3
KeyItem = cbItem2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -