szrdview.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 211 行
DFM
211 行
inherited frmSzrdView: TfrmSzrdView
Left = 56
Top = 98
Width = 682
Height = 420
Caption = '折让单明细显示'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 371
Width = 674
end
object FloatPanel1: TFloatPanel
Left = 0
Top = 0
Width = 674
Height = 41
Align = alTop
Color = clWhite
Enabled = False
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 0
object Label4: TLabel
Left = 389
Top = 15
Width = 54
Height = 12
Caption = '客户代码:'
end
object Label5: TLabel
Left = 37
Top = 15
Width = 54
Height = 12
Caption = '折让单号:'
end
object Label1: TLabel
Left = 228
Top = 15
Width = 30
Height = 12
Caption = '币种:'
end
object seSzrhCode: TSDEdit
Left = 87
Top = 9
Width = 133
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
Text = 'seSzrhCode'
SplitSymbol = ' | '
end
object scSzrhCurrency: TSDEdit
Left = 262
Top = 9
Width = 112
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'scSzrhCurrency'
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
object scSzrhClient: TSDEdit
Left = 441
Top = 9
Width = 128
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Text = 'scSzrhClient'
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
end
object BitBtn1: TBitBtn
Left = 590
Top = 5
Width = 68
Height = 25
Caption = '&C关闭'
TabOrder = 1
Kind = bkClose
end
object sgSzrd: TSDGrid
Left = 0
Top = 41
Width = 674
Height = 330
Align = alClient
Color = clWhite
ColCount = 9
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 = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
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 = []
TitleString = '订单行'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clNavy
ColumnFont.Height = -13
ColumnFont.Name = '宋体'
ColumnFont.Style = []
RowVerAlign = vaTop
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 = (
6
37
141
51
137
54
79
74
75)
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?