sfc_wipinv_d.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 130 行
DFM
130 行
inherited Frm_Sfc_WipInv_D: TFrm_Sfc_WipInv_D
Left = 236
Top = 158
Caption = '车间月末库存记录'
ClientHeight = 229
ClientWidth = 360
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 40
Top = 49
Width = 36
Height = 12
Caption = '部门:'
end
object Label4: TLabel [1]
Left = 16
Top = 72
Width = 60
Height = 12
Caption = '物料代码:'
end
object Lbl_ItemName: TLabel [2]
Left = 77
Top = 98
Width = 72
Height = 12
Caption = 'Lbl_ItemName'
end
object Label3: TLabel [3]
Left = 16
Top = 98
Width = 60
Height = 12
Caption = '物料描述:'
end
object Label6: TLabel [4]
Left = 16
Top = 147
Width = 60
Height = 12
Caption = '库存数量:'
end
object Label5: TLabel [5]
Left = 40
Top = 28
Width = 36
Height = 12
Caption = '月份:'
end
object Lbl_WipInvMonth: TLabel [6]
Left = 77
Top = 28
Width = 90
Height = 12
Caption = 'Lbl_WipInvMonth'
end
object Lbl_Dept: TLabel [7]
Left = 77
Top = 48
Width = 48
Height = 12
Caption = 'Lbl_Dept'
end
object Label2: TLabel [8]
Left = 28
Top = 120
Width = 48
Height = 12
Caption = '参考码:'
end
object Lbl_ItemCode2: TLabel [9]
Left = 77
Top = 120
Width = 78
Height = 12
Caption = 'Lbl_ItemCode2'
end
inherited btn_ok: TButton
Left = 173
Top = 188
end
inherited btn_Cancel: TButton
Left = 258
Top = 188
end
inherited Pnl_Add: TPanel
Left = 232
end
object ExtEdt_ItemCode: TExtEdit [13]
Left = 77
Top = 70
Width = 125
Height = 20
MaxLength = 16
TabOrder = 3
OnExit = ExtEdt_ItemCodeExit
OnKeyDown = ItemHint
DispLabel = Lbl_ItemName
end
object Edt_WipInvQty: TEdit [14]
Left = 77
Top = 143
Width = 73
Height = 20
TabOrder = 4
OnExit = FloatCheck
end
object btn_Bomopen: TButton [15]
Left = 88
Top = 188
Width = 75
Height = 23
Caption = 'Bom展开(&B)'
Font.ChArset = GB2312_CHArSET
Font.Color = clBlack
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
ParentFont = False
TabOrder = 5
Visible = False
OnClick = btn_BomopenClick
end
inherited AdoQry_Tmp: TAdoQuery
Left = 329
Top = 7
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?