📄 inv_oppurchinaudit_h.dfm
字号:
inherited Frm_Inv_OpPurchInAudit_H: TFrm_Inv_OpPurchInAudit_H
Left = -9
Top = 2
Caption = '委外加工入库定额核定'
Windowstate = wsMaximized
PixelsPerInch = 96
TextHeight = 12
inherited Pnl_Title: TPanel
Caption = '委外加工入库定额核定'
end
inherited Pnl_Head: TPanel
inherited Lbl_Order: TLabel
Width = 66
Caption = '仓库/单据号'
end
end
inherited Pnl_Body: TPanel
inherited DBGridEh: TDBGridEh
Columns = <
Item
FieldName = 'InvBillBomChck'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '己核标记'
Width = 52
KeyList.Strings = (
'1'
'0')
Checkboxes = True
end
Item
FieldName = 'WHCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '仓库'
Width = 96
KeyList.Strings = ()
end
Item
FieldName = 'WhPositionCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货位'
Width = 140
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据号'
Width = 77
KeyList.Strings = ()
end
Item
FieldName = 'InvBillDate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '单据日期'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'VendorCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '供应商代码'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'VendorName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '供应商名称'
Width = 213
KeyList.Strings = ()
end>
end
end
inherited ActionList: TActionList
inherited Act_New: TAction
Enabled = False
Visible = False
end
inherited Act_Modify: TAction
Enabled = False
Visible = False
end
inherited Act_Delete: TAction
Enabled = False
Visible = False
end
end
inherited AdoQry_Head: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm_B;Data Source=192.168.0.' +
'151;Use procedure for Prepare=1;Auto Translate=True;Packet Size=' +
'4096;Workstation ID=XYB'
CurSorType = ctStatic
SQL.Strings = (
'Select'
' InvInBill.InvBillId'
' ,InvInBill.WHCode+'#39' '#39'+Warehouse.WHName As WHCodeName'
' ,InvInBill.InvBillNo'
' ,InvInBill.InvBillDate'
' ,InvInBill.InvBillMonth'
',InvInBill.ParentBillid'
' ,InvInBill.InvBillRemArk'
' ,InvInBill.InvBillTaxRate'
' ,InvInBill.InvBillValuation'
' ,InvInBill.CurrencyCode'
' ,InvInBill.PoNo'
' ,InvInBill.VendorCode'
' ,Vendor.VendorName'
' ,InvInBill.InvBillBomChck'
' ,InvInBill.WhPositionCode+'#39' '#39'+WhPosition.WhPositionName As W' +
'HPositionCodeName'
' From InvInBill'
' Join Vendor On InvInBill.VendorCode=Vendor.VendorCode'
' Join Warehouse On InvInBill.WHCode=Warehouse.WHCode'
' Join (Select Distinct InvBillId From OpBill)'
' OpBill On InvInBill.InvBillId=OpBill.InvBillId'
' Join WhPosition On InvInBill.WHCode=WhPosition.WHCode'
' And InvInBill.WhPositionCode=WhPosition.WhPositionCode')
object AdoQry_HeadInvBillId: TFloatField
FieldName = 'InvBillId'
ReadOnly = True
end
object AdoQry_HeadWHCodeName: TStringField
FieldName = 'WHCodeName'
ReadOnly = True
Size = 45
end
object AdoQry_HeadInvBillNo: TStringField
FieldName = 'InvBillNo'
Origin = 'InvInBill'
Size = 10
end
object AdoQry_HeadInvBillDate: TDateTimeField
FieldName = 'InvBillDate'
Origin = 'InvInBill'
end
object AdoQry_HeadInvBillRemArk: TStringField
FieldName = 'InvBillRemArk'
Origin = 'InvInBill'
Size = 250
end
object AdoQry_HeadInvBillTaxRate: TFloatField
FieldName = 'InvBillTaxRate'
Origin = 'InvInBill'
end
object AdoQry_HeadInvBillValuation: TIntegerField
FieldName = 'InvBillValuation'
Origin = 'InvInBill'
end
object AdoQry_HeadCurrencyCode: TStringField
FieldName = 'CurrencyCode'
Size = 2
end
object AdoQry_HeadPoNo: TStringField
FieldName = 'PoNo'
Origin = 'InvInBill'
Size = 16
end
object AdoQry_HeadVendorCode: TStringField
FieldName = 'VendorCode'
Origin = 'InvInBill'
Size = 12
end
object AdoQry_HeadVendorName: TStringField
FieldName = 'VendorName'
Origin = 'Vendor'
Size = 60
end
object AdoQry_HeadInvBillBomChck: TIntegerField
FieldName = 'InvBillBomChck'
Origin = 'InvInBill'
end
object AdoQry_HeadWhPositionCodeName: TStringField
FieldName = 'WhPositionCodeName'
ReadOnly = True
Size = 45
end
object AdoQry_HeadInvBillMonth: TStringField
FieldName = 'InvBillMonth'
FixedChAr = True
Size = 7
end
object AdoQry_HeadParentBillid: TIntegerField
FieldName = 'ParentBillid'
end
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -