vw_bdpgl.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 157 行
DFM
157 行
inherited frmVW_Bdpgl: TfrmVW_Bdpgl
Left = 40
Top = 53
Width = 680
Height = 482
Anchors = [akLeft, akTop, akBottom]
Caption = '坏账准备账'
OldCreateOrder = True
PixelsPerInch = 96
TextHeight = 12
inherited sbBar: TStatusBar
Top = 412
Width = 672
end
inherited CoolBar1: TCoolBar
Width = 672
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 672
end>
inherited tbMainBar: TToolBar
Width = 659
inherited tbPrevious: TToolButton
OnClick = tbPreviousClick
end
end
end
object sgBdpgl: TSDGrid [2]
Left = 0
Top = 39
Width = 672
Height = 373
Hint = '双击查看明细账'
Align = alClient
Color = clWhite
ColCount = 8
Ctl3D = False
DefaultColWidth = 100
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
RowCount = 4
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowSelect]
ParentCtl3D = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
OnDblClick = sgBdpglDblClick
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
item
ColumnFont.Charset = GB2312_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -12
ColumnFont.Name = '宋体'
ColumnFont.Style = []
TitleString = '本年累计数'
ColumnWidth = 0
end>
ColWidths = (
100
76
73
79
78
79
84
81)
end
inherited MainMenu1: TMainMenu
Left = 482
Top = 3
end
inherited ImageList1: TImageList
Left = 569
Top = 2
end
inherited QueryPrnDlg: TPrintDialog
Left = 542
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 513
end
inherited pmDetail: TPopupMenu
Left = 631
Top = 8
end
inherited puQueryGrid: TPopupMenu
Left = 600
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?