inv_yearsumqry_c.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 65 行
DFM
65 行
inherited Frm_Inv_YearSumQry_C: TFrm_Inv_YearSumQry_C
Left = 228
Top = 151
ActiveControl = CmBx_Warehouse
Caption = 'Frm_Inv_YearSumQry_C'
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 64
Top = 40
Width = 36
Height = 12
Caption = '仓库:'
end
object Label2: TLabel [1]
Left = 40
Top = 80
Width = 60
Height = 12
Caption = '查询月份:'
end
object Label3: TLabel [2]
Left = 168
Top = 80
Width = 12
Height = 12
Caption = '到'
end
object CmBx_Warehouse: TComboBox [5]
Left = 104
Top = 35
Width = 209
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 2
end
object MEdt_Month: TMaskEdit [6]
Left = 104
Top = 76
Width = 54
Height = 20
EditMask = '9999.99'
MaxLength = 7
TabOrder = 3
Text = ' . '
OnExit = MonthCheck
end
object MEdt_Month1: TMaskEdit [7]
Left = 192
Top = 76
Width = 54
Height = 20
EditMask = '9999.99'
MaxLength = 7
TabOrder = 4
Text = ' . '
OnExit = MEdt_Month1Exit
end
inherited AdoQry_Tmp: TAdoQuery
Left = 136
Top = 128
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?