vw_arrid.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 155 行
DFM
155 行
object frmVW_Arrid: TfrmVW_Arrid
Left = 37
Top = 78
Width = 721
Height = 445
BorderIcons = [biSystemMenu, biMaximize]
Caption = '红字发票核销明细行'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
PixelsPerInch = 96
TextHeight = 12
object sgArrid: TSDGrid
Left = 0
Top = 49
Width = 713
Height = 368
Hint = '鼠标右键查看关联单据'
Align = alClient
Color = clWhite
ColCount = 7
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
RowCount = 2
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
ParentShowHint = False
PopupMenu = PopupMenu1
ShowHint = True
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 = []
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 = []
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 = []
TitleString = '备注'
ColumnWidth = 0
end>
ColWidths = (
52
129
57
124
51
85
200)
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 713
Height = 49
Align = alTop
Color = clWhite
TabOrder = 1
object Label1: TLabel
Left = 12
Top = 17
Width = 84
Height = 12
Caption = '红字核销单号:'
end
object seCode: TSDEdit
Left = 93
Top = 13
Width = 136
Height = 18
Ctl3D = False
ParentColor = True
ParentCtl3D = False
ReadOnly = True
TabOrder = 0
Text = 'seCode'
SplitSymbol = ' | '
end
end
object PopupMenu1: TPopupMenu
Left = 632
Top = 16
object N1: TMenuItem
Caption = '红字发票查询'
ShortCut = 16464
OnClick = N1Click
end
object N2: TMenuItem
Caption = '核销单查询'
ShortCut = 16456
OnClick = N2Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?