vw_lg.dfm
来自「速达开源ERP系统」· DFM 代码 · 共 82 行
DFM
82 行
object frmVW_Lg: TfrmVW_Lg
Left = 190
Top = 119
Width = 544
Height = 375
BorderIcons = [biSystemMenu, biMaximize]
Caption = '货位所含物料'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 4
Top = 8
Width = 60
Height = 12
Caption = '货位代码:'
end
object lblLocCode: TLabel
Left = 65
Top = 7
Width = 6
Height = 12
end
object sgLg: TSDGrid
Left = 0
Top = 28
Width = 537
Height = 320
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clWhite
ColCount = 3
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 0
EvenGridColor = clWhite
Columns = <
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '物料代码'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '物料名称'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '所处状态'
ColumnWidth = 0
end>
ColWidths = (
158
208
89)
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?