📄 bas_whposition.dfm
字号:
inherited Frm_Bas_WhPosition: TFrm_Bas_WhPosition
Left = -44
Top = 129
Caption = '货位主文件'
ClientHeight = 439
ClientWidth = 800
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 800
end
inherited Pnl_Title: TPanel
Width = 800
Caption = '货位主文件'
end
inherited Pnl_Head: TPanel
Width = 800
inherited Lbl_Order: TLabel
Width = 102
Caption = '仓库代码/货位代码'
end
end
inherited Pnl_Hint: TPanel
Top = 413
Width = 800
end
inherited Pnl_Body: TPanel
Width = 800
Height = 316
inherited DBGridEh: TDBGridEh
Width = 800
Height = 316
Columns = <
Item
FieldName = 'whCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库代码'
Width = 57
KeyList.Strings = ()
end
Item
FieldName = 'whName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库名称'
Width = 132
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位代码'
Width = 54
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位名称'
Width = 158
KeyList.Strings = ()
end
Item
FieldName = 'BackFlushWhP'
PickList.Strings = (
''
'是')
Title.Alignment = taCenter
Title.Caption = '是否拉式货位'
Width = 78
KeyList.Strings = (
'0'
'1')
end
Item
FieldName = 'DeptCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '车间代码'
Width = 57
KeyList.Strings = ()
end
Item
FieldName = 'DeptName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '车间名称'
Width = 128
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionType'
PickList.Strings = (
'可用'
'待检'
'冻结'
'在运'
'废品')
Title.Alignment = taCenter
Title.Caption = '货位属性'
Width = 53
KeyList.Strings = (
'0'
'1'
'2'
'3'
'4')
end
Item
FieldName = 'WhPositionREmArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 315
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 498
Top = 174
end
inherited ActionList: TActionList
Top = 166
end
inherited AdoQry_Main: TAdoQuery
CurSorType = ctStatic
SQL.Strings = (
'select Warehouse.whCode,Warehouse.whName,WhPosition.WhPositionCo' +
'de,WhPosition.WhPositionName,WhPosition.WhPositionType,'
' WhPosition.WhPositionRemArk,WhPosition.BackFlushWhP,whpositio' +
'n.DeptCode,Dept.DeptName from WhPosition '
' join Warehouse on WhPosition.whCode=Warehouse.whCode '
' join Dept on Dept.DeptCode= WhPosition.DeptCode ')
Left = 540
Top = 263
object AdoQry_MainwhCode: TStringField
FieldName = 'whCode'
Origin = 'Warehouse'
Size = 4
end
object AdoQry_MainwhName: TStringField
FieldName = 'whName'
Origin = 'Warehouse'
Size = 40
end
object AdoQry_MainWhPositionCode: TStringField
FieldName = 'WhPositionCode'
Origin = 'WhPosition'
Size = 4
end
object AdoQry_MainWhPositionName: TStringField
FieldName = 'WhPositionName'
Origin = 'WhPosition'
Size = 40
end
object AdoQry_MainWhPositionType: TIntegerField
FieldName = 'WhPositionType'
Origin = 'WhPosition'
end
object AdoQry_MainWhPositionREmArk: TStringField
FieldName = 'WhPositionREmArk'
Size = 60
end
object AdoQry_MainBackFlushWhP: TIntegerField
FieldName = 'BackFlushWhP'
Origin = 'WhPosition'
end
object AdoQry_MainDeptCode: TStringField
FieldName = 'DeptCode'
Origin = 'WhPosition'
Size = 8
end
object AdoQry_MainDeptName: TStringField
FieldName = 'DeptName'
Size = 40
end
end
inherited DataSource: TDataSource
Left = 383
Top = 234
end
inherited ExtPrintReport: TExtPrintReport
Title1 = '仓库主文件列表'
Left = 99
end
inherited PopuPmenu: TPopuPmenu
Left = 261
Top = 168
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -