📄 inv_dailymnout.dfm
字号:
inherited Frm_Inv_DailyMnOut: TFrm_Inv_DailyMnOut
Left = 42
Top = 81
Caption = ' 生产领料日报表'
PixelsPerInch = 96
TextHeight = 12
inherited Pnl_Title: TPanel
Caption = ' 生产领料日报表'
end
inherited Pnl_Head: TPanel
inherited Lbl_Order: TLabel
Width = 48
Caption = '物料代码'
end
end
inherited Pnl_Body: TPanel
inherited DBGridEh: TDBGridEh
Columns = <
Item
FieldName = 'ItemCodeName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '物料标识'
Width = 356
KeyList.Strings = ()
end
Item
FieldName = 'UomName'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '计量单位'
Width = 67
KeyList.Strings = ()
end
Item
FieldName = 'InvBillQty'
PickList.Strings = ()
Title.Alignment = taCenter
Title.Caption = '数量'
Width = 74
KeyList.Strings = ()
end>
end
end
inherited AdoQry_Main: TAdoQuery
CurSorType = ctStatic
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -