📄 inv_checkin_b1.dfm
字号:
inherited Frm_Inv_CheckIn_B1: TFrm_Inv_CheckIn_B1
Left = 13
Top = 120
Caption = ''
ClientHeight = 507
ClientWidth = 780
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 780
inherited ToolBar: TToolBar
inherited TlBtn_Preview: TToolButton
Hint = '打印预览(不计打印次数)'
end
end
end
inherited Pnl_Title: TPanel
Width = 780
inherited Image2: TImage
Width = 780
end
end
inherited Pnl_Head: TPanel
Width = 780
Height = 56
inherited Image1: TImage
Width = 780
Height = 56
end
object Label1: TLabel
Left = 194
Top = 31
Width = 36
Height = 12
Caption = '仓库:'
TransParent = True
end
object Label2: TLabel
Left = 10
Top = 31
Width = 72
Height = 12
Caption = '生产订单号:'
TransParent = True
end
object Label4: TLabel
Left = 46
Top = 5
Width = 36
Height = 12
Caption = '部门:'
TransParent = True
end
object Label7: TLabel
Left = 619
Top = 5
Width = 48
Height = 12
Caption = '单据号:'
TransParent = True
end
object Label8: TLabel
Left = 449
Top = 31
Width = 36
Height = 12
Caption = '日期:'
TransParent = True
end
object Lbl_VendorName: TLabel
Left = 171
Top = 5
Width = 84
Height = 12
Caption = 'Lbl_VendorName'
TransParent = True
end
object Label3: TLabel
Left = 425
Top = 5
Width = 60
Height = 12
Caption = '单据类型:'
TransParent = True
end
object Lbl_BillType: TLabel
Left = 334
Top = 5
Width = 72
Height = 12
Caption = 'Lbl_BillType'
TransParent = True
Visible = False
end
object Label5: TLabel
Left = 682
Top = 31
Width = 60
Height = 12
Caption = '送货单号:'
TransParent = True
Visible = False
end
object CmBx_Warehouse: TComboBox
Left = 226
Top = 27
Width = 169
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 3
OnChange = CmBx_WarehouseChange
OnExit = CmBx_WarehouseExit
end
object Edt_PoNO: TEdit
Left = 78
Top = 27
Width = 89
Height = 20
TabOrder = 2
Text = 'Edt_PoNO'
OnExit = Edt_PoNOExit
OnKeyDown = Edt_PoNOKeyDown
end
object Edt_BillNo: TEdit
Left = 664
Top = 1
Width = 100
Height = 20
TabStop = False
ReadOnly = True
TabOrder = 6
Text = 'Edt_BillNo'
end
object MEdt_BillDate: TMaskEdit
Left = 484
Top = 27
Width = 100
Height = 20
EditMask = '0000\.00\.00;1;_'
MaxLength = 10
TabOrder = 5
Text = ' . . '
OnExit = DateCheck
end
object ExtEdt_VendorCode: TExtEdit
Left = 78
Top = 1
Width = 89
Height = 20
TabOrder = 0
Text = 'ExtEdt_VendorCode'
OnExit = DeptCodeCheck
OnKeyDown = DeptHint
DispLabel = Lbl_VendorName
end
object Edt_VendorBillNo: TEdit
Left = 739
Top = 26
Width = 121
Height = 20
MaxLength = 50
TabOrder = 4
Text = 'Edt_VendorBillNo'
Visible = False
end
object CBX_BillTypeCode: TComboBox
Left = 484
Top = 0
Width = 121
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 1
Items.Strings = (
'0104 半成品生产入库单'
'0105 成品生产入库单')
end
end
inherited Pnl_Hint: TPanel
Top = 503
Width = 780
Height = 4
inherited Image4: TImage
Width = 780
Height = 4
end
end
inherited Pnl_Body: TPanel
Top = 113
Width = 780
Height = 390
inherited Image3: TImage
Width = 780
Height = 390
end
inherited DBGridEh: TDBGridEh
Width = 780
Height = 390
OnDblClick = Act_ModifyExecute
Columns = <
Item
FieldName = 'POLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '生产订单行号'
Width = 75
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 125
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料描述'
Width = 250
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 32
KeyList.Strings = ()
end
Item
FieldName = 'OnCheckQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '数量'
Width = 73
KeyList.Strings = ()
end
Item
FieldName = 'BatchNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '批次号'
Width = 83
KeyList.Strings = ()
end
Item
FieldName = 'BillLineRemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 128
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Body: TAdoQuery
SQL.Strings = (
'Select OnCheckBillLine.POLineNo'
' ,OnCheckBillLine.ItemCode'
' ,Item.ItemName'
' ,Uom.UomName'
' ,OnCheckBillLine.OnCheckQty'
' From OnCheckBillLine'
' Join Item On OnCheckBillLine.ItemCode=Item.ItemCode'
' Join Uom On Item.UomCode=Uom.UomCode'
''
' ')
end
object AdoQry_Tmp1: TAdoQuery
EnableBCD = False
Parameters = <>
Left = 248
Top = 225
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -