D10sxYilanbuyi/B03基础物料仓库/U_PrtMachInfoList.dfm

439 lines
10 KiB
Plaintext
Raw Normal View History

2025-06-06 13:56:41 +08:00
inherited frmPrtMachInfoList: TfrmPrtMachInfoList
Left = 206
Top = 106
Caption = #29289#26009#20449#24687#21015#34920
ClientHeight = 556
ClientWidth = 1477
ExplicitWidth = 1493
ExplicitHeight = 595
PixelsPerInch = 96
TextHeight = 12
object ToolBar1: TToolBar [0]
Tag = 1
Left = 0
Top = 0
Width = 1477
Height = 38
AutoSize = True
ButtonHeight = 38
ButtonWidth = 91
Caption = 'ToolBar1'
Color = clSkyBlue
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Images = DataLink_ProductStk.ImageList_new32
List = True
ParentColor = False
ParentFont = False
ShowCaptions = True
TabOrder = 0
object TBRafresh: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #21047#26032
ImageIndex = 1
OnClick = TBRafreshClick
end
object TBFind: TToolButton
Left = 71
Top = 0
AutoSize = True
Caption = #36807#28388
ImageIndex = 0
Visible = False
OnClick = TBFindClick
end
object TBAdd: TToolButton
Left = 142
Top = 0
AutoSize = True
Caption = #26032#22686
ImageIndex = 9
OnClick = TBAddClick
end
object TBEdit: TToolButton
Left = 213
Top = 0
AutoSize = True
Caption = #20462#25913
ImageIndex = 3
OnClick = TBEditClick
end
object TBDel: TToolButton
Left = 284
Top = 0
AutoSize = True
Caption = #21024#38500
ImageIndex = 5
OnClick = TBDelClick
end
object TBExport: TToolButton
Left = 355
Top = 0
AutoSize = True
Caption = #23548#20986
ImageIndex = 20
OnClick = TBExportClick
end
object ToolButton1: TToolButton
Left = 426
Top = 0
AutoSize = True
Caption = #20445#23384#26684#24335
ImageIndex = 16
OnClick = ToolButton1Click
end
object TBClose: TToolButton
Left = 521
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 7
OnClick = TBCloseClick
end
end
object Panel1: TPanel [1]
Left = 0
Top = 38
Width = 1477
Height = 43
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clWhite
ParentBackground = False
TabOrder = 1
object Label3: TLabel
Left = 217
Top = 15
Width = 24
Height = 12
Caption = #21697#21517
end
object Label8: TLabel
Left = 369
Top = 15
Width = 24
Height = 12
Caption = #35268#26684
end
object Label1: TLabel
Left = 60
Top = 15
Width = 24
Height = 12
Caption = #32534#21495
end
object P_Name: TEdit
Tag = 2
Left = 247
Top = 11
Width = 100
Height = 20
TabOrder = 0
OnChange = TBFindClick
end
object P_Spec: TEdit
Tag = 2
Left = 399
Top = 11
Width = 100
Height = 20
TabOrder = 1
OnChange = TBFindClick
end
object P_Code: TEdit
Tag = 2
Left = 90
Top = 11
Width = 100
Height = 20
TabOrder = 2
OnChange = TBFindClick
end
end
object cxGrid2: TcxGrid [2]
Left = 0
Top = 81
Width = 1477
Height = 475
Align = alClient
TabOrder = 2
object Tv1: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
2025-06-13 09:23:55 +08:00
ScrollbarAnnotations.CustomAnnotations = <>
2025-06-06 13:56:41 +08:00
DataController.DataSource = DataSource1
DataController.Summary.DefaultGroupSummaryItems = <
item
Kind = skSum
Position = spFooter
Column = v1Column17
end
item
Kind = skSum
Position = spFooter
end
item
Kind = skSum
end>
DataController.Summary.FooterSummaryItems = <
item
Kind = skCount
end
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
Column = v1Column17
end
item
Kind = skSum
end>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsSelection.CellSelect = False
OptionsView.GroupByBox = False
Styles.IncSearch = DataLink_ProductStk.SHuangSe
Styles.Header = DataLink_ProductStk.Default
Styles.Inactive = DataLink_ProductStk.SHuangSe
Styles.Selection = DataLink_ProductStk.SHuangSe
object v1Column1: TcxGridDBColumn
Caption = #37319#36141#21512#21516#21495
DataBinding.FieldName = 'ConNo'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
Visible = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
VisibleForCustomization = False
Width = 107
end
object Tv1Column2: TcxGridDBColumn
Caption = #21697#29260
DataBinding.FieldName = 'Brand'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
HeaderAlignmentHorz = taCenter
Width = 79
end
object Tv1Column1: TcxGridDBColumn
Caption = #32534#21495
DataBinding.FieldName = 'P_Code'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
HeaderAlignmentHorz = taCenter
Width = 78
end
object v2Column1: TcxGridDBColumn
Tag = 2
Caption = #21697#21517
DataBinding.FieldName = 'P_Name'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
HeaderAlignmentHorz = taCenter
Width = 85
end
object v1Column8: TcxGridDBColumn
Tag = 2
Caption = #35268#26684
DataBinding.FieldName = 'P_Spec'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
Width = 65
end
object v1Column10: TcxGridDBColumn
Caption = #25209#21495
DataBinding.FieldName = 'BatchNo'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
Visible = False
HeaderAlignmentHorz = taCenter
VisibleForCustomization = False
Width = 89
end
object v1Column18: TcxGridDBColumn
Caption = #21697#29260
DataBinding.FieldName = 'SXPinPai'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
Visible = False
HeaderAlignmentHorz = taCenter
VisibleForCustomization = False
Width = 83
end
object v1Column3: TcxGridDBColumn
Tag = 2
Caption = #21333#20301
DataBinding.FieldName = 'QtyUnit'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
PropertiesClassName = 'TcxComboBoxProperties'
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
'Kg'
'M'
'Y')
HeaderAlignmentHorz = taCenter
Width = 88
end
object v1Column9: TcxGridDBColumn
Caption = #21333#20215
DataBinding.FieldName = 'Price'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
HeaderAlignmentHorz = taCenter
Width = 71
end
object v1Column17: TcxGridDBColumn
Caption = #36816#36153
DataBinding.FieldName = 'YunFei'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
Visible = False
HeaderAlignmentHorz = taCenter
VisibleForCustomization = False
Width = 66
end
object v1Column12: TcxGridDBColumn
Tag = 2
Caption = #22791#27880
DataBinding.FieldName = 'Note'
2025-06-13 09:23:55 +08:00
DataBinding.IsNullValueType = True
2025-06-06 13:56:41 +08:00
Width = 102
end
end
object cxGrid2Level1: TcxGridLevel
GridView = Tv1
end
end
inherited ADOQueryBaseCmd: TADOQuery
Connection = DataLink_ProductStk.ADOLink
Left = 105
Top = 256
end
inherited ADOQueryBaseTemp: TADOQuery
Connection = DataLink_ProductStk.ADOLink
Left = 113
Top = 193
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_ProductStk.ADOLink
Parameters = <>
Left = 992
Top = 152
end
object ADOQueryMain: TADOQuery
Connection = DataLink_ProductStk.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 960
Top = 152
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_ProductStk.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 1024
Top = 152
end
object DataSource1: TDataSource
DataSet = CDS_Main
Left = 928
Top = 152
end
object cxGridPopupMenu1: TcxGridPopupMenu
Grid = cxGrid2
PopupMenus = <>
Left = 1088
Top = 152
end
object CDS_Main: TClientDataSet
Aggregates = <>
Params = <>
Left = 1056
Top = 152
end
object RM1: TRMGridReport
ThreadPrepareReport = True
InitialZoom = pzDefault
PreviewButtons = [rmpbZoom, rmpbLoad, rmpbSave, rmpbPrint, rmpbFind, rmpbPageSetup, rmpbExit, rmpbExport, rmpbNavigator]
DefaultCollate = False
SaveReportOptions.RegistryPath = 'Software\ReportMachine\ReportSettings\'
PreviewOptions.RulerUnit = rmutScreenPixels
PreviewOptions.RulerVisible = False
PreviewOptions.DrawBorder = False
PreviewOptions.BorderPen.Color = clGray
PreviewOptions.BorderPen.Style = psDash
Dataset = RMDBMain
CompressLevel = rmzcFastest
CompressThread = False
LaterBuildEvents = True
OnlyOwnerDataSet = False
Left = 344
Top = 232
ReportData = {}
end
object RMDBMain: TRMDBDataSet
Visible = True
DataSet = CDS_PRT
Left = 432
Top = 232
end
object RMXLSExport1: TRMXLSExport
ShowAfterExport = True
ExportPrecision = 1
PagesOfSheet = 100
ExportImages = True
ExportFrames = True
ExportImageFormat = ifBMP
JPEGQuality = 0
ScaleX = 1.000000000000000000
ScaleY = 1.000000000000000000
CompressFile = False
Left = 376
Top = 232
end
object RMDBHZ: TRMDBDataSet
Visible = True
DataSet = CDS_HZ
Left = 608
Top = 232
end
object CDS_HZ: TClientDataSet
Aggregates = <>
Params = <>
Left = 544
Top = 232
end
object CDS_PRT: TClientDataSet
Aggregates = <>
Params = <>
Left = 488
Top = 232
end
object PopupMenu1: TPopupMenu
Left = 304
Top = 232
object N1: TMenuItem
Caption = #20840#36873
OnClick = N1Click
end
object N2: TMenuItem
Caption = #20840#24323
OnClick = N2Click
end
end
end