bas_invbalance_c.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 63 行
DFM
63 行
inherited Frm_Bas_InvBalance_C: TFrm_Bas_InvBalance_C
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 32
Top = 32
Width = 36
Height = 12
Caption = '仓库:'
end
object Label2: TLabel [1]
Left = 32
Top = 64
Width = 36
Height = 12
Caption = '货位:'
end
object Label3: TLabel [2]
Left = 32
Top = 96
Width = 36
Height = 12
Caption = '月份:'
end
inherited btn_ok: TButton
TabOrder = 3
end
inherited btn_Cancel: TButton
TabOrder = 4
end
object cmbbx_WhCode: TComboBox [5]
Left = 72
Top = 26
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 0
OnChange = cmbbx_WhCodeChange
end
object cmbbx_WhPositionCode: TComboBox [6]
Left = 72
Top = 58
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 1
OnExit = cmbbx_WhPositionCodeExit
end
object medt_Month: TMaskEdit [7]
Left = 72
Top = 91
Width = 57
Height = 20
EditMask = '9999.99;1; '
MaxLength = 7
TabOrder = 2
Text = ' . '
OnExit = MonthCheck
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?