sjzl.dfm
来自「delphi作得信息业进销存源码.功能全面,运行稳定.」· DFM 代码 · 共 36 行
DFM
36 行
inherited frmSjzl: TfrmSjzl
Left = -1
Top = 95
Caption = '售价种类'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 15
inherited DBGrid1: TDBGrid
DataSource = Data.sSjzl
Columns = <
item
Expanded = False
FieldName = 'XH'
PickList.Strings = ()
Visible = True
end
item
Expanded = False
FieldName = 'MC'
PickList.Strings = ()
Visible = True
end
item
Expanded = False
FieldName = 'BZ'
PickList.Strings = ()
Visible = True
end>
end
inherited ActionList1: TActionList
inherited aSearch: TAction
Tag = 1
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?