qu_aprid.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 149 行
DFM
149 行
inherited frmQu_Aprid: TfrmQu_Aprid
Left = 55
Top = 80
Width = 700
Height = 460
Caption = '红字发票冲销单明细'
OldCreateOrder = True
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 411
Width = 692
end
object FloatPanel1: TFloatPanel
Left = 0
Top = 0
Width = 692
Height = 33
Align = alTop
Color = 50331647
Caption = 'FloatPanel1'
ParentColor = False
TabOrder = 1
object Label5: TLabel
Left = 25
Top = 10
Width = 60
Height = 12
Caption = '冲销单号:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
end
object seApridCode: TSDEdit
Left = 84
Top = 4
Width = 119
Height = 18
Ctl3D = False
Enabled = False
ImeName = '中文 (简体) - 智能 ABC'
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
Text = 'seApridCode'
SplitSymbol = ' | '
end
end
object sgAprid: TSDGrid
Left = 0
Top = 33
Width = 692
Height = 378
Align = alClient
Color = 50331647
ColCount = 7
Ctl3D = False
DefaultRowHeight = 20
FixedColor = 8564917
RowCount = 1
Font.Charset = GB2312_CHARSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
ParentFont = False
TabOrder = 2
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
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 = clBlack
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '核销行号'
ColumnWidth = 0
end
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clBlack
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '金额'
ColumnWidth = 0
end>
ColWidths = (
5
82
89
79
71
100
95)
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?