sivodview.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 263 行
DFM
263 行
inherited frmSivodView: TfrmSivodView
Left = 46
Top = 96
Width = 742
Height = 465
Caption = '发票单明细显示'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 416
Width = 734
end
object FloatPanel1: TFloatPanel
Left = 0
Top = 0
Width = 734
Height = 75
Align = alTop
Color = clWhite
Enabled = False
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 0
object Label4: TLabel
Left = 37
Top = 44
Width = 54
Height = 12
Caption = '客户名称:'
end
object Label5: TLabel
Left = 37
Top = 15
Width = 54
Height = 12
Caption = '发票单号:'
end
object Label1: TLabel
Left = 367
Top = 44
Width = 30
Height = 12
Caption = '币种:'
end
object Label2: TLabel
Left = 356
Top = 15
Width = 54
Height = 12
Caption = '发票类型:'
end
object seSivohCode: TSDEdit
Left = 96
Top = 9
Width = 145
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
Text = 'seSivohCode'
SplitSymbol = ' | '
end
object scSivohType: TSDEdit
Left = 420
Top = 11
Width = 111
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'scSivohType'
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
object scSivohCurrency: TSDEdit
Left = 422
Top = 41
Width = 111
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Text = 'scSivohCurrency'
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
object scSivohClient: TSDEdit
Left = 92
Top = 41
Width = 149
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 3
Text = 'scSivohClient'
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
end
object BitBtn1: TBitBtn
Left = 650
Top = 14
Width = 68
Height = 25
Caption = '&C关闭'
TabOrder = 1
Kind = bkClose
end
object sgSivod: TSDGrid
Left = 0
Top = 75
Width = 734
Height = 341
Align = alClient
Color = clWhite
ColCount = 12
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
TabOrder = 3
EvenGridColor = 15659257
OddGridColor = clWhite
Columns = <
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
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
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 = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '单位'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '数量'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '单价'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '含税价'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '金额'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '税额'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '折扣金额'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
ColHorAlign = haRight
TitleString = '合计金额'
ColumnWidth = 0
end>
ColWidths = (
10
34
146
117
39
62
60
63
68
64
53
55)
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?