📄 u_cusmonstat.dfm
字号:
object frmCusMonStat: TfrmCusMonStat
Left = 241
Top = 195
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #23458#25143#27424#27454#32479#35745
ClientHeight = 453
ClientWidth = 592
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDesktopCenter
Visible = True
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 32
Top = 12
Width = 60
Height = 12
Caption = #23458#25143#21517#31216#65306
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
ParentFont = False
end
object DBGrid1: TDBGrid
Left = 0
Top = 40
Width = 592
Height = 413
Align = alBottom
DataSource = DataSource1
ImeName = #20108#31508#36755#20837#27861'2003'
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
Columns = <
item
Alignment = taCenter
Expanded = False
FieldName = 'CusNO'
Title.Alignment = taCenter
Title.Caption = #23458#25143#32534#21495
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'CusSName'
Title.Alignment = taCenter
Title.Caption = #23458#25143#21517#31216
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'TotalMon'
Title.Alignment = taCenter
Title.Caption = #24635#37329#39069
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'PayMon'
Title.Alignment = taCenter
Title.Caption = #20184#27454#37329#39069
Visible = True
end
item
Alignment = taCenter
Expanded = False
FieldName = 'BalanceMon'
Title.Alignment = taCenter
Title.Caption = #27424#27454#37329#39069
Visible = True
end>
end
object cmbCus: TEdit
Left = 112
Top = 8
Width = 121
Height = 21
ImeName = #29579#30721#20116#31508#22411#36755#20837#27861'86'#29256
TabOrder = 1
OnChange = Edit1Change
end
object CusStatQry: TADOQuery
Connection = frmDataCtrl.ADOConn
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from vw_CusBalanceMonStat where BalanceMon>0')
Left = 232
Top = 136
end
object DataSource1: TDataSource
DataSet = CusStatQry
Left = 272
Top = 136
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -