ap_qry_param.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 37 行
DFM
37 行
inherited Frm_Ap_Qry_Param: TFrm_Ap_Qry_Param
Left = 241
Top = 316
BOrderIcons = [biSystemMenu, biMinimize]
Caption = '系统参数设置查询'
ClientHeight = 129
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 56
Top = 48
Width = 138
Height = 12
Caption = '应付帐款允许误差范围为:'
end
object Label2: TLabel [1]
Left = 195
Top = 48
Width = 6
Height = 12
end
inherited btn_ok: TButton
Left = 137
Top = 97
end
inherited btn_Cancel: TButton
Left = 246
Top = 97
OnClick = btn_CancelClick
end
inherited AdoQry_Tmp: TAdoQuery
Left = 280
Top = 8
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?