glbqtywillget.dfm
来自「一个以前收集的基于C/S架构的ERP客户端源代码」· DFM 代码 · 共 175 行
DFM
175 行
inherited frmGlbQtyWillGet: TfrmGlbQtyWillGet
Left = 173
Top = 63
Width = 790
Height = 583
Caption = '预收帐款总帐'
OldCreateOrder = True
WindowState = wsMaximized
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
object Image1: TImage [0]
Left = 0
Top = 39
Width = 782
Height = 41
Align = alTop
end
object labMemory: TLabel [1]
Left = 178
Top = 60
Width = 42
Height = 12
Caption = 'Memory'
Color = cl3DLight
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
Transparent = True
end
inherited sbBar: TStatusBar
Top = 515
Width = 782
end
inherited CoolBar1: TCoolBar
Width = 782
Bands = <
item
Control = tbMainBar
ImageIndex = -1
MinHeight = 35
Width = 782
end>
inherited tbMainBar: TToolBar
Width = 769
end
end
object sgGlbQtyWillGet: TSDGrid [4]
Left = 0
Top = 80
Width = 782
Height = 435
Align = alClient
ColCount = 8
Ctl3D = False
DefaultRowHeight = 18
FixedColor = 8564917
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goAlwaysShowEditor]
ParentCtl3D = False
TabOrder = 2
OnDblClick = sgGlbQtyWillGetDblClick
Columns = <
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '客户编号'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '客户名称'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '期 间'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
ColumnFont.Style = []
TitleString = '摘 要'
ColumnWidth = 0
end
item
ColumnFont.Charset = DEFAULT_CHARSET
ColumnFont.Color = clWindowText
ColumnFont.Height = -11
ColumnFont.Name = 'MS Sans Serif'
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 = (
97
137
38
116
113
108
37
110)
end
inherited MainMenu1: TMainMenu
Left = 309
Top = 149
end
inherited ImageList1: TImageList
Left = 309
Top = 149
end
inherited QueryPrnDlg: TPrintDialog
Left = 309
Top = 149
end
inherited PrnSetupDlg: TPrinterSetupDialog
Left = 309
Top = 149
end
inherited pmDetail: TPopupMenu
Left = 309
Top = 149
end
inherited puQueryGrid: TPopupMenu
Left = 309
Top = 149
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?