📄 gl_enter_cashreport_d.dfm
字号:
inherited Frm_Gl_Enter_CashReport_D: TFrm_Gl_Enter_CashReport_D
Left = 201
Top = 176
Caption = '现金流量设置表'
ClientHeight = 227
ClientWidth = 355
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 68
Top = 48
Width = 60
Height = 12
Caption = '项目编号:'
TransParent = True
end
object Label8: TLabel [1]
Left = 56
Top = 72
Width = 72
Height = 12
Caption = '是否合计栏:'
TransParent = True
end
object Label2: TLabel [2]
Left = 92
Top = 96
Width = 36
Height = 12
Caption = '项目:'
TransParent = True
end
object Label4: TLabel [3]
Left = 92
Top = 120
Width = 36
Height = 12
Caption = '行次:'
TransParent = True
end
object Label3: TLabel [4]
Left = 92
Top = 144
Width = 36
Height = 12
Caption = '金额:'
TransParent = True
end
inherited btn_ok: TButton
Left = 96
Top = 179
TabOrder = 5
end
inherited btn_Cancel: TButton
Left = 189
Top = 179
TabOrder = 6
end
inherited Pnl_Add: TPanel
Left = 262
Top = -1
TabOrder = 7
end
object edt_ProjectCode: TEdit [8]
Left = 128
Top = 39
Width = 121
Height = 20
TabOrder = 0
end
object cmb_issum: TComboBox [9]
Left = 128
Top = 63
Width = 73
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 1
Items.Strings = (
'0 否'
'1 是')
end
object edt_ProjectName: TEdit [10]
Left = 128
Top = 88
Width = 121
Height = 20
TabOrder = 2
end
object edt_lineno: TEdit [11]
Left = 128
Top = 112
Width = 121
Height = 20
TabOrder = 3
OnExit = edt_linenoExit
end
object edt_Totalsum: TEdit [12]
Left = 128
Top = 137
Width = 177
Height = 20
TabOrder = 4
end
inherited AdoQry_Tmp: TAdoQuery
Left = 48
Top = 296
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -