📄 inv_enter_whtowh.dfm
字号:
inherited Frm_Inv_Enter_WhToWh: TFrm_Inv_Enter_WhToWh
Left = 14
Top = 124
Caption = '仓库调拨'
ClientHeight = 489
ClientWidth = 785
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 785
end
inherited Pnl_Title: TPanel
Width = 785
Caption = '仓库调拨'
inherited Image2: TImage
Width = 785
end
end
inherited Pnl_Head: TPanel
Width = 785
Height = 106
inherited Image1: TImage
Width = 785
Height = 106
end
object Label1: TLabel
Left = 32
Top = 34
Width = 60
Height = 12
Caption = '移出仓库:'
TransParent = True
end
object Label4: TLabel
Left = 277
Top = 59
Width = 60
Height = 12
Caption = '移入货位:'
TransParent = True
end
object Label7: TLabel
Left = 525
Top = 34
Width = 48
Height = 12
Caption = '单据号:'
TransParent = True
end
object Label8: TLabel
Left = 537
Top = 59
Width = 36
Height = 12
Caption = '日期:'
TransParent = True
end
object Label3: TLabel
Left = 55
Top = 87
Width = 36
Height = 12
Caption = '备注:'
TransParent = True
end
object Label5: TLabel
Left = 277
Top = 34
Width = 60
Height = 12
Caption = '移出货位:'
TransParent = True
end
object Label2: TLabel
Left = 32
Top = 59
Width = 60
Height = 12
Caption = '移入仓库:'
TransParent = True
end
object Label6: TLabel
Left = 32
Top = 8
Width = 60
Height = 12
Caption = '移出部门:'
TransParent = True
end
object Label9: TLabel
Left = 390
Top = 8
Width = 60
Height = 12
Caption = '移入部门:'
TransParent = True
end
object CmBx_Warehouse: TComboBox
Left = 89
Top = 30
Width = 150
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 2
OnChange = CmBx_WarehouseChange
end
object Edt_BillNo: TEdit
Left = 576
Top = 30
Width = 100
Height = 20
TabStop = False
TabOrder = 4
end
object MEdt_BillDate: TMaskEdit
Left = 576
Top = 55
Width = 100
Height = 20
EditMask = '0000\.00\.00;1;_'
MaxLength = 10
TabOrder = 7
Text = ' . . '
OnExit = MEdt_BillDateExit
end
object CmBx_WhPosition: TComboBox
Left = 336
Top = 30
Width = 150
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 3
end
object Edt_RemArk: TEdit
Left = 89
Top = 81
Width = 588
Height = 20
TabOrder = 8
end
object CmBx_OWhPosition: TComboBox
Left = 336
Top = 55
Width = 150
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 6
OnChange = CmBx_OWhPositionChange
OnExit = CmBx_OWhPositionExit
end
object CmBx_OWarehouse: TComboBox
Left = 89
Top = 55
Width = 150
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 5
OnChange = CmBx_OWarehouseChange
OnExit = CmBx_OWarehouseExit
end
object LEdt_DeptCode: TLinkEdit
Left = 88
Top = 4
Width = 73
Height = 20
LinkStyle = lsEllipsis
TabOrder = 0
OnButtonClick = LEdt_DeptCodeButtonClick
OnExit = LEdt_DeptCodeExit
OnKeyDown = LEdt_DeptCodeKeyDown
end
object Edt_DeptName: TEdit
Left = 162
Top = 4
Width = 153
Height = 20
TabStop = False
Enabled = False
TabOrder = 9
end
object LEdt_ToDeptCode: TLinkEdit
Left = 449
Top = 4
Width = 73
Height = 20
LinkStyle = lsEllipsis
TabOrder = 1
OnButtonClick = LEdt_ToDeptCodeButtonClick
OnExit = LEdt_ToDeptCodeExit
OnKeyDown = LEdt_ToDeptCodeKeyDown
end
object Edt_ToDeptName: TEdit
Left = 522
Top = 4
Width = 153
Height = 20
TabStop = False
Enabled = False
TabOrder = 10
end
end
inherited Pnl_Hint: TPanel
Top = 480
Width = 785
Height = 9
inherited Image4: TImage
Width = 785
Height = 9
end
end
inherited Pnl_Body: TPanel
Top = 163
Width = 785
Height = 317
inherited Image3: TImage
Width = 785
Height = 317
end
inherited DBGridEh: TDBGridEh
Width = 785
Height = 317
Columns = <
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 = 311
KeyList.Strings = ()
end
Item
FieldName = 'BatchNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '批次号'
Width = 88
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 55
KeyList.Strings = ()
end
Item
FieldName = 'InvBillQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '数量'
Width = 78
KeyList.Strings = ()
end
Item
FieldName = 'BillLineRemArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 129
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 701
Top = 3
end
inherited ActionList: TActionList
Left = 568
Top = 0
end
inherited AdoQry_Body: TAdoQuery
SQL.Strings = (
'Select InvOutBillLine.POLineNo'
' ,InvOutBillLine.ItemCode'
' ,Item.ItemName'
' ,Uom.UomName'
' ,InvOutBillLine.InvBillQty'
' From InvOutBillLine'
' Join Item On InvOutBillLine.ItemCode=Item.ItemCode'
' Join Uom On Item.UomCode=Uom.UomCode')
Left = 600
Top = 1
end
inherited DataSource: TDataSource
Left = 632
Top = 1
end
inherited ExtPrintReport: TExtPrintReport
Left = 664
Top = 1
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -