costquery.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 167 行
DFM
167 行
inherited frmCostQuery: TfrmCostQuery
Left = 3
Top = 71
Caption = 'frmCostQuery'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 13
object CostQueryGrid: TSDGrid [1]
Left = 0
Top = 99
Width = 781
Height = 412
Align = alClient
Color = 50331647
ColCount = 8
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
RowCount = 1
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
ParentShowHint = False
ShowHint = False
TabOrder = 3
EvenGridColor = 50331647
Columns = <
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
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 = clNavy
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '物料编码'
ColumnWidth = 0
ColMergeCount = 3
ColMergeOrder = 2
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 = clNavy
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 = clNavy
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>
ColWidths = (
10
69
106
127
60
65
71
156)
end
inherited Panel3: TPanel
inherited GroupBox3: TGroupBox
object Label1: TLabel [2]
Left = 16
Top = 24
Width = 60
Height = 13
Caption = '物料编码:'
end
object lable2: TLabel [3]
Left = 16
Top = 56
Width = 54
Height = 13
Caption = '货 位:'
end
object edFlag1: TSDEdit
Left = 206
Top = 20
Width = 18
Height = 21
Color = clWhite
TabOrder = 2
SplitSymbol = ' | '
end
object edFlag2: TSDEdit
Left = 206
Top = 52
Width = 18
Height = 21
Color = clWhite
TabOrder = 3
SplitSymbol = ' | '
end
object edGoodsCode: TSDEdit
Left = 78
Top = 20
Width = 121
Height = 21
Color = clWhite
TabOrder = 4
Text = 'edGoodsCode'
SplitSymbol = ' | '
end
object edBillCode: TSDEdit
Left = 78
Top = 52
Width = 121
Height = 21
Color = clWhite
TabOrder = 5
Text = 'edBillCode'
SplitSymbol = ' | '
end
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?