inv_monthreport_c.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 85 行
DFM
85 行
inherited Frm_Inv_MonthReport_C: TFrm_Inv_MonthReport_C
Left = 381
Top = 206
ClientHeight = 173
ClientWidth = 328
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 32
Top = 32
Width = 36
Height = 12
Caption = '仓库:'
end
object Label3: TLabel [1]
Left = 32
Top = 60
Width = 36
Height = 12
Caption = '日期:'
end
object Label2: TLabel [2]
Left = 32
Top = 91
Width = 36
Height = 12
Caption = '类别:'
end
inherited btn_ok: TButton
Left = 161
Top = 133
TabOrder = 3
end
inherited btn_Cancel: TButton
Left = 240
Top = 133
TabOrder = 4
end
object cmbbx_WhCode: TComboBox [5]
Left = 69
Top = 27
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
OnExit = cmbbx_WhCodeExit
end
object medt_Date: TMaskEdit [6]
Left = 69
Top = 57
Width = 55
Height = 20
EditMask = '9999.99;1; '
MaxLength = 7
TabOrder = 1
Text = ' . '
OnExit = MonthCheck
end
object cmbbx_ItemClass: TComboBox [7]
Left = 69
Top = 87
Width = 143
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 2
OnExit = cmbbx_ItemClassExit
end
inherited AdoQry_Tmp: TAdoQuery
Left = 280
Top = 40
end
object AdoQry_tmp1: TAdoQuery
Parameters = <>
Left = 240
Top = 48
end
object AdoQry_tmp2: TAdoQuery
Parameters = <>
Left = 264
Top = 88
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?