📄 bas_invbalance_d.dfm
字号:
inherited Frm_Bas_InvBalance_D: TFrm_Bas_InvBalance_D
Left = 223
Top = 153
Caption = '仓库期初余额维护'
ClientHeight = 297
ClientWidth = 433
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel [0]
Left = 48
Top = 40
Width = 36
Height = 12
Caption = '月份:'
end
object Label2: TLabel [1]
Left = 48
Top = 65
Width = 36
Height = 12
Caption = '仓库:'
end
object Label3: TLabel [2]
Left = 48
Top = 90
Width = 36
Height = 12
Caption = '货位:'
end
object Label4: TLabel [3]
Left = 24
Top = 115
Width = 60
Height = 12
Caption = '物料代码:'
end
object Label5: TLabel [4]
Left = 24
Top = 140
Width = 60
Height = 12
Caption = '物料描述:'
end
object Label6: TLabel [5]
Left = 24
Top = 162
Width = 60
Height = 12
Caption = '计量单位:'
end
object Label7: TLabel [6]
Left = 24
Top = 187
Width = 60
Height = 12
Caption = '结存数量:'
end
object Label8: TLabel [7]
Left = 24
Top = 212
Width = 60
Height = 12
Caption = '结存金额:'
end
object Label9: TLabel [8]
Left = 24
Top = 237
Width = 60
Height = 12
Caption = '结存单价:'
end
object lbl_UomName: TLabel [9]
Left = 88
Top = 162
Width = 6
Height = 12
end
object lbl_Price: TLabel [10]
Left = 89
Top = 237
Width = 6
Height = 12
end
object lbl_ItemName: TLabel [11]
Left = 88
Top = 140
Width = 6
Height = 12
end
inherited btn_ok: TButton
Left = 235
Top = 264
TabOrder = 6
end
inherited btn_Cancel: TButton
Left = 314
Top = 264
TabOrder = 7
end
inherited Pnl_Add: TPanel
Left = 342
TabOrder = 8
end
object Extedt_ItemCode: TExtEdit [15]
Left = 88
Top = 111
Width = 125
Height = 20
TabOrder = 3
OnExit = InOutItemCodeCheck
OnKeyDown = InOutItemHint
DispLabel = lbl_ItemName
end
object Extedt_InvAmount: TMaskEdit [16]
Left = 88
Top = 209
Width = 92
Height = 20
TabOrder = 5
OnExit = Extedt_InvAmountExit
end
object Extedt_InvQty: TExtEdit [17]
Left = 88
Top = 182
Width = 92
Height = 20
TabOrder = 4
OnExit = Extedt_InvQtyExit
end
object medt_Month: TMaskEdit [18]
Left = 88
Top = 35
Width = 54
Height = 20
EditMask = '9999.99;1; '
MaxLength = 7
TabOrder = 0
Text = ' . '
OnExit = MonthCheck
end
object cmbbx_WhCode: TComboBox [19]
Left = 88
Top = 61
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 1
OnChange = cmbbx_WhCodeChange
OnExit = cmbbx_WhCodeExit
end
object cmbbx_WhPositionCode: TComboBox [20]
Left = 89
Top = 85
Width = 145
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 2
OnExit = cmbbx_WhPositionCodeExit
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -