srewdview.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 217 行
DFM
217 行
inherited frmSrewdView: TfrmSrewdView
Left = 28
Top = 114
Width = 684
Height = 418
Caption = '返修单明细显示'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 369
Width = 676
end
object FloatPanel1: TFloatPanel
Left = 0
Top = 0
Width = 676
Height = 41
Align = alTop
Color = clWhite
Enabled = False
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 0
object Label4: TLabel
Left = 373
Top = 15
Width = 54
Height = 12
Caption = '客户名称:'
end
object Label5: TLabel
Left = 13
Top = 15
Width = 54
Height = 12
Caption = '返修单号:'
end
object Label1: TLabel
Left = 214
Top = 15
Width = 30
Height = 12
Caption = '币种:'
end
object seSrewhCode: TSDEdit
Left = 63
Top = 9
Width = 133
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
Text = 'seSrewhCode'
SplitSymbol = ' | '
end
object scSrewhCurrency: TSDEdit
Left = 244
Top = 9
Width = 112
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 1
Text = 'scSrewhCurrency'
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
object scSrewhClient: TSDEdit
Left = 425
Top = 9
Width = 135
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
TabOrder = 2
Text = 'scSrewhClient'
KeyItem = cbItem2
DispItem = cbItem1
SplitSymbol = ' | '
end
end
object BitBtn1: TBitBtn
Left = 587
Top = 7
Width = 69
Height = 25
Caption = '&C关闭'
TabOrder = 1
Kind = bkClose
end
object sgSrewd: TSDGrid
Left = 0
Top = 41
Width = 676
Height = 328
Align = alClient
Color = clWhite
ColCount = 8
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 = -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
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
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 = []
ColHorAlign = haRight
TitleString = '返修费用'
ColumnWidth = 0
end>
ColWidths = (
10
32
145
59
128
111
77
107)
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?