vw_loc.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 153 行
DFM
153 行
inherited frmVW_Loc: TfrmVW_Loc
Left = 27
Top = 60
Width = 745
Height = 524
Caption = '物料货位查询'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 456
Width = 737
end
inherited CoolBar1: TCoolBar
Width = 737
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 737
end>
inherited tbMainBar: TToolBar
Width = 724
inherited tbPrevious: TToolButton
OnClick = tbPreviousClick
end
end
end
object sgLoc: TSDGrid [2]
Left = 0
Top = 40
Width = 738
Height = 416
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clWhite
ColCount = 8
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 2
OnDblClick = sgLocDblClick
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
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 = clNavy
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 = (
90
95
71
79
86
73
80
205)
end
inherited MainMenu1: TMainMenu
Left = 482
Top = 3
end
inherited ImageList1: TImageList
Left = 377
Top = 2
end
inherited QueryPrnDlg: TPrintDialog
Left = 414
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 449
end
inherited pmDetail: TPopupMenu
Left = 589
Top = 6
end
inherited AdvReport: TAdvReport
Left = 648
Top = 88
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?