📄 gl_enter_cashreport.dfm
字号:
inherited Frm_Gl_Enter_CashReport: TFrm_Gl_Enter_CashReport
Left = 67
Top = 80
Caption = '现金流量设置表'
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
inherited Pnl_Title: TPanel
Caption = '现金流量设置表'
end
inherited Pnl_Head: TPanel
inherited Lbl_Condition: TLabel
Width = 24
Caption = '全部'
end
inherited Lbl_Order: TLabel
Width = 48
Caption = '项目编号'
end
end
inherited Pnl_Body: TPanel
inherited DBGridEh: TDBGridEh
FrozenCols = 2
Columns = <
Item
FieldName = 'ProjectCode'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 88
KeyList.Strings = ()
end
Item
FieldName = 'ISSum'
PickList.Strings = (
'0 否'
'1 是')
Title.Alignment = taCenter
KeyList.Strings = (
'0'
'1')
end
Item
FieldName = 'ProjectName'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 100
KeyList.Strings = ()
end
Item
FieldName = 'PLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 38
KeyList.Strings = ()
end
Item
FieldName = 'TotalSum'
PickList.Strings = ()
Title.Alignment = taCenter
Width = 200
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 389
Top = 163
end
inherited ActionList: TActionList
Left = 184
Top = 160
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=Mrpii_Standard;Data Source=192.1' +
'68.0.151;Use procedure for Prepare=1;Auto Translate=True;Packet ' +
'Size=4096;Workstation ID=XYB'
SQL.Strings = (
'select * from Gl_CashReport'
'')
Left = 240
Top = 297
object AdoQry_MainProjectCode: TStringField
DisplayLabel = '项目编号'
FieldName = 'ProjectCode'
Origin = 'Gl_CashReport'
Size = 16
end
object AdoQry_MainISSum: TIntegerField
DisplayLabel = '是否合计栏'
FieldName = 'ISSum'
Origin = 'Gl_CashReport'
end
object AdoQry_MainProjectName: TStringField
DisplayLabel = '项目'
FieldName = 'ProjectName'
Origin = 'Gl_CashReport'
Size = 60
end
object AdoQry_MainPLineNo: TIntegerField
DisplayLabel = '行次'
FieldName = 'PLineNo'
Origin = 'Gl_CashReport'
end
object AdoQry_MainTotalSum: TStringField
DisplayLabel = '金额'
FieldName = 'TotalSum'
Origin = 'Gl_CashReport'
Size = 120
end
end
inherited DataSource: TDataSource
Left = 288
Top = 153
end
inherited PopuPmenu: TPopuPmenu
Left = 248
Top = 209
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -