inv_purchaseinbillqry.dfm
来自「一个MRPII系统源代码版本」· DFM 代码 · 共 357 行
DFM
357 行
inherited Frm_Inv_PurchaseInBillQry: TFrm_Inv_PurchaseInBillQry
Left = -16
Top = 102
BOrderIcons = [biSystemMenu, biMinimize]
Caption = '入库单明细'
ClientHeight = 397
ClientWidth = 804
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 804
inherited ToolBar: TToolBar
inherited TlBtn_Filter: TToolButton
Enabled = False
end
inherited TlBtn_Locate: TToolButton
Enabled = False
end
inherited TlBtn_Order: TToolButton
Enabled = False
end
inherited TlBtn_SetColumn: TToolButton
Enabled = False
end
inherited TlBtn_Preview: TToolButton
Hint = '打印预览(不计打印次数)'
end
end
end
inherited Pnl_Title: TPanel
Width = 804
Height = 35
Caption = '入库单明细'
end
inherited Pnl_Head: TPanel
Top = 65
Width = 804
Height = 104
inherited Lbl_Order: TLabel
Width = 66
Caption = '日期,单据号'
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 804
Height = 105
Align = alTop
BevelOuter = bvNone
Enabled = False
TabOrder = 0
object Label2: TLabel
Left = 26
Top = 5
Width = 36
Height = 12
Caption = '仓库:'
end
object Label3: TLabel
Left = 406
Top = 5
Width = 72
Height = 12
Caption = '采购订单号:'
end
object Label4: TLabel
Left = 14
Top = 33
Width = 48
Height = 12
Caption = '供应商:'
end
object Label7: TLabel
Left = 622
Top = 5
Width = 48
Height = 12
Caption = '单据号:'
end
object Label8: TLabel
Left = 634
Top = 33
Width = 36
Height = 12
Caption = '日期:'
end
object lbl_VendorCodeName: TLabel
Left = 72
Top = 33
Width = 6
Height = 12
end
object Label5: TLabel
Left = 26
Top = 64
Width = 36
Height = 12
Caption = '备注:'
end
object Label6: TLabel
Left = 201
Top = 5
Width = 36
Height = 12
Caption = '货位:'
end
object lable9: TLabel
Left = 544
Top = 33
Width = 36
Height = 12
Caption = '税率:'
end
object Lbl_InvBillrate: TLabel
Left = 580
Top = 32
Width = 6
Height = 12
end
object Lbl_WhPosition: TLabel
Left = 240
Top = 5
Width = 6
Height = 12
end
object Lbl_Pono: TLabel
Left = 480
Top = 5
Width = 6
Height = 12
end
object Label12: TLabel
Left = 598
Top = 65
Width = 72
Height = 12
Caption = '是否暂估价:'
end
object Lbl_WhName: TLabel
Left = 63
Top = 5
Width = 6
Height = 12
end
object Edt_BillNo: TEdit
Left = 671
Top = 3
Width = 100
Height = 20
TabStop = False
Enabled = False
ReadOnly = True
TabOrder = 0
end
object MEdt_Date: TMaskEdit
Left = 671
Top = 29
Width = 100
Height = 20
Enabled = False
EditMask = '0000\.00\.00;1;_'
MaxLength = 10
TabOrder = 1
Text = ' . . '
end
object Edt_RemArk: TEdit
Left = 72
Top = 63
Width = 502
Height = 20
Enabled = False
TabOrder = 2
end
object Chb_InvBillValuation: TCheckBox
Left = 673
Top = 62
Width = 17
Height = 17
Enabled = False
TabOrder = 3
end
end
end
inherited Pnl_Hint: TPanel
Top = 371
Width = 804
object Label1: TLabel
Left = 24
Top = 8
Width = 84
Height = 12
Caption = '当前物料描述:'
end
object DBText1: TDBText
Left = 112
Top = 8
Width = 42
Height = 12
AutoSize = True
DataField = 'ItemName'
DataSource = DataSource
end
end
inherited Pnl_Body: TPanel
Top = 169
Width = 804
Height = 202
inherited DBGridEh: TDBGridEh
Width = 804
Height = 202
Columns = <
Item
FieldName = 'POLineNo'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '订单行号'
Width = 50
KeyList.Strings = ()
end
Item
FieldName = 'ItemCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料标识'
Width = 270
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 50
KeyList.Strings = ()
end
Item
FieldName = 'InvBillQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '数量'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'CurrencyCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '货币'
Width = 70
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNoTaxPrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税价'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'InvBillNoTaxAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '未税金额'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'InvBillPrice'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '含税价'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'InvBillAmount'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '含税金额'
Width = 80
KeyList.Strings = ()
end
Item
FieldName = 'Batchno'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '批次号'
Width = 100
KeyList.Strings = ()
end
Item
FieldName = 'BilllineremArk'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '备注'
Width = 150
KeyList.Strings = ()
end
Item
FieldName = 'Valuation'
PickList.Strings = (
'否'
'是')
Title.Alignment = taCenter
Title.Caption = '暂估价'
Width = 50
KeyList.Strings = (
'0'
'1')
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 333
Top = 243
end
inherited ActionList: TActionList
Left = 208
Top = 264
inherited Act_Look: TAction
ShortCut = 16462
end
inherited Act_Excel: TAction
Enabled = False
Visible = False
end
end
inherited AdoQry_Main: TAdoQuery
ConnectionString =
'Provider=SQLOLEDB.1;Password=mdrcmrm;Persist Security Info=True;' +
'User ID=mdrcmrm;Initial Catalog=mdrcmrm_test_Sqa;Data Source=NT2'
CurSorType = ctStatic
SQL.Strings = (
' '
' '
' '
' '
' '
' ')
Left = 56
Top = 265
end
inherited DataSource: TDataSource
Left = 312
Top = 281
end
inherited ExtPrintReport: TExtPrintReport
Left = 456
Top = 257
end
inherited PopuPmenu: TPopuPmenu
Left = 104
Top = 273
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?