📄 sfc_bcpmonthqty.dfm
字号:
inherited Frm_Sfc_BcPMonthqty: TFrm_Sfc_BcPMonthqty
Left = -4
Top = -4
Caption = '总装车间月生产外壳记录'
ClientHeight = 553
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 = 6
Caption = ''
end
end
inherited Pnl_Hint: TPanel
Top = 527
Width = 800
end
inherited Pnl_Body: TPanel
Width = 800
Height = 430
inherited DBGridEh: TDBGridEh
Width = 800
Height = 430
Columns = <
Item
FieldName = 'wiPMonth'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '月份'
KeyList.Strings = ()
end
Item
FieldName = 'DeptCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '部门代码'
KeyList.Strings = ()
end
Item
FieldName = 'DeptName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '部门名称'
Width = 108
KeyList.Strings = ()
end
Item
FieldName = 'ItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料代码'
Width = 99
KeyList.Strings = ()
end
Item
FieldName = 'ItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料描述'
Width = 219
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单位'
Width = 28
KeyList.Strings = ()
end
Item
FieldName = 'wipqty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '生产数量'
KeyList.Strings = ()
end
Item
FieldName = 'sonItemCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '子项代码'
Width = 106
KeyList.Strings = ()
end
Item
FieldName = 'sonItemName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '子项描述'
Width = 158
KeyList.Strings = ()
end
Item
FieldName = 'sonqty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '子项定额'
Width = 57
KeyList.Strings = ()
end
Item
FieldName = 'sonScrAp'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '子项损耗%'
Width = 60
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Main: TAdoQuery
AutoCalcFields = False
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm;Data Source=192.168.0.15' +
'1;Use procedure for Prepare=1;Auto Translate=True;Packet Size=40' +
'96;Workstation ID=XYB'
SQL.Strings = (
'select * from wipProduction')
Left = 400
Top = 201
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -