📄 inv_batchjournal_detail.dfm
字号:
inherited Frm_Inv_BatchJournal_Detail: TFrm_Inv_BatchJournal_Detail
Left = 4
Top = 118
Caption = '批次明细帐'
ClientHeight = 493
ClientWidth = 756
FormStyle = fsNormal
Position = poDesktopCenter
Visible = False
Windowstate = wsNormal
PixelsPerInch = 96
TextHeight = 12
inherited ControlBar: TControlBar
Width = 756
end
inherited Pnl_Title: TPanel
Width = 756
Caption = '批次明细帐'
end
inherited Pnl_Head: TPanel
Width = 756
inherited Lbl_OrderTitle: TLabel
Left = 23
Top = 4
Width = 48
Caption = '批次号:'
end
inherited Lbl_ConditionTitle: TLabel
Left = 617
Top = 25
Visible = False
end
inherited Lbl_Condition: TLabel
Left = 0
Top = -3
Visible = False
end
inherited Lbl_Order: TLabel
Left = -7
Top = 2
Width = 6
Caption = ''
Visible = False
end
object Label2: TLabel
Left = 170
Top = 4
Width = 60
Height = 12
Caption = '批次描述:'
end
object Label3: TLabel
Left = 376
Top = 4
Width = 60
Height = 12
Caption = '物料标识:'
end
object Label4: TLabel
Left = 12
Top = 23
Width = 60
Height = 12
Caption = '计量单位:'
end
object lbl_BatchName: TLabel
Left = 232
Top = 4
Width = 78
Height = 12
Caption = 'lbl_BatchName'
end
object lbl_ItemName: TLabel
Left = 442
Top = 4
Width = 72
Height = 12
Caption = 'lbl_ItemName'
end
object lbl_UomName: TLabel
Left = 76
Top = 22
Width = 66
Height = 12
Caption = 'lbl_UomName'
end
object Label5: TLabel
Left = 158
Top = 24
Width = 72
Height = 12
Caption = '供应商标识:'
end
object lbl_VendorCode: TLabel
Left = 233
Top = 23
Width = 84
Height = 12
Caption = 'lbl_VendorCode'
end
object lbl_Batchno: TLabel
Left = 71
Top = 3
Width = 66
Height = 12
Caption = 'lbl_Batchno'
end
end
inherited Pnl_Hint: TPanel
Top = 464
Width = 756
Height = 29
end
inherited Pnl_Body: TPanel
Width = 756
Height = 367
inherited DBGridEh: TDBGridEh
Width = 756
Height = 367
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
UseMultiTitle = True
Columns = <
Item
FieldName = 'InvBilldate'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '日期'
Width = 65
KeyList.Strings = ()
end
Item
FieldName = 'VendorCode'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '领料部门标识'
Width = 247
KeyList.Strings = ()
end
Item
FieldName = 'mopono'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '采购/生产订单号'
KeyList.Strings = ()
end
Item
FieldName = 'linenumber'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '订单行号'
KeyList.Strings = ()
end
Item
FieldName = 'InvBillqty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '收入数量'
KeyList.Strings = ()
end
Item
FieldName = 'InvOBillqty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '发出数量'
KeyList.Strings = ()
end
Item
FieldName = 'InvQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '结存数量'
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Tmp: TAdoQuery
Left = 317
Top = 195
end
inherited ActionList: TActionList
Left = 232
Top = 184
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
inherited Act_Filter: TAction
Enabled = False
Visible = False
end
inherited Act_Order: 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_zcw;Data Source=192' +
'.168.0.151;Use procedure for Prepare=1;Auto Translate=True;Packe' +
't Size=4096;Workstation ID=XYB'
CurSorType = ctStatic
SQL.Strings = (
'select a.InvBilldate,a.VendorCode+'#39' '#39'+d.VendorName VendorCode,'
' a.mopono,a.linenumber,a.InvBillqty,'
' a.InvOBillqty,a.InvQty '
' from Billtmp a '
' left join Vendor d on a.VendorCode=d.VendorCode')
Left = 336
Top = 161
object AdoQry_MainInvBilldate: TDateTimeField
FieldName = 'InvBilldate'
end
object AdoQry_MaInvendorCode: TStringField
FieldName = 'VendorCode'
ReadOnly = True
Size = 73
end
object AdoQry_Mainmopono: TStringField
FieldName = 'mopono'
Size = 16
end
object AdoQry_Mainlinenumber: TStringField
FieldName = 'linenumber'
Size = 16
end
object AdoQry_MainInvBillqty: TFloatField
FieldName = 'InvBillqty'
end
object AdoQry_MainInvOBillqty: TFloatField
FieldName = 'InvOBillqty'
end
object AdoQry_MainInvQty: TFloatField
FieldName = 'InvQty'
end
end
inherited DataSource: TDataSource
Left = 408
Top = 161
end
object AdoQry_tmp1: TAdoQuery
Parameters = <>
Left = 480
Top = 193
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -