📄 sfc_wipinv.dfm
字号:
inherited Frm_Sfc_WipInv: TFrm_Sfc_WipInv
Left = 28
Top = 97
Caption = '车间月末库存记录'
ClientHeight = 496
ClientWidth = 725
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 725
end
inherited Pnl_Title: TPanel
Width = 725
Caption = '车间月末库存记录'
end
inherited Pnl_Head: TPanel
Width = 725
inherited Lbl_Order: TLabel
Width = 48
Caption = '物料代码'
end
end
inherited Pnl_Hint: TPanel
Top = 470
Width = 725
end
inherited Pnl_Body: TPanel
Width = 725
Height = 373
inherited DBGridEh: TDBGridEh
Width = 725
Height = 373
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 = 250
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode2'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '参考码'
Width = 125
KeyList.Strings = ()
end
Item
FieldName = 'WipInvQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '库存数量'
Width = 96
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 533
Top = 49
end
inherited ActionList: TActionList
Left = 398
Top = 59
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Data Source=192.168.0.8;Use procedure for PrepAr' +
'e=1;Auto Translate=True;Packet Size=4096;Workstation ID=CABO'
CurSorType = ctStatic
SQL.Strings = (
'Select WipInv.WipInvMonth'
' ,WipInv.DeptCode'
' ,WipInv.ItemCode'
' ,WipInv.WipInvQty'
' ,Item.ItemName'
' ,Item.ItemCode2'
' From WipInv'
' Join Item On Item.ItemCode=WipInv.ItemCode')
Left = 442
Top = 36
end
inherited DataSource: TDataSource
Left = 494
Top = 41
end
inherited ExtPrintReport: TExtPrintReport
Title1 = '车间月末库存主表'
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -