vw_maccbatch.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 185 行
DFM
185 行
object frmVW_MaccBatch: TfrmVW_MaccBatch
Left = 77
Top = 153
Width = 680
Height = 439
BorderIcons = [biSystemMenu, biMaximize]
Caption = '物料批次明细'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Icon.Data = {
0000010001001010100000000000280100001600000028000000100000002000
00000100040000000000C0000000000000000000000000000000000000000000
000000008000008000000080800080000000800080008080000080808000C0C0
C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFF
FFFFFFFFFFFFFCCCCFF7CCC78FFFFCCCCF7CCCCCC8FFFFFFFFFFFFFFFFFFFCCC
CFFF4CCCCC7FFCCCCFFFFCCCCCCFFFFFFFFFFFFFFFFFFCCCCF8CCFFCCC7FFCCC
CF7CC4FFCC8FFFFFFFFFFFFFFFFFFCCCCFCCCCC7FFFFFCCCCF7CCCCC8FFFFFFF
FFFFFFFFFFFFFCCCCFF7CCCCC5FFFCCCCFFF84CC7FFFFFFFFFFFFFFFFFFF0000
0000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000}
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 4
Top = 8
Width = 60
Height = 12
Caption = '货物编码:'
end
object lblGoodsCode: TLabel
Left = 65
Top = 7
Width = 6
Height = 12
end
object Label2: TLabel
Left = 168
Top = 8
Width = 60
Height = 12
Caption = '货物名称:'
end
object lblGoodsName: TLabel
Left = 232
Top = 8
Width = 6
Height = 12
end
object Label3: TLabel
Left = 361
Top = 8
Width = 60
Height = 12
Caption = '财务月份:'
end
object lblFmonth: TLabel
Left = 425
Top = 8
Width = 24
Height = 12
end
object sgMaccBatch: TSDGrid
Left = 0
Top = 28
Width = 673
Height = 384
Anchors = [akLeft, akTop, akRight, akBottom]
Color = clWhite
ColCount = 9
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 0
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 = []
ColHorAlign = haRight
TitleString = '年初数'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '期初数'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '入库数量'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '出库数量'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '本年收入数'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '本年发出数'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '结存数量'
ColumnWidth = 0
end>
ColWidths = (
95
72
79
67
68
64
64
68
79)
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?