D10myBiaoqi/T02贸易汇总仓库/U_TradeSampleClothStkList.dfm

644 lines
16 KiB
Plaintext
Raw Permalink Normal View History

2024-07-04 16:01:24 +08:00
inherited frmTradeSampleClothStkList: TfrmTradeSampleClothStkList
Left = 105
Top = 131
Caption = #24211#23384#36873#25321#21015#34920
ClientHeight = 472
ClientWidth = 1400
Position = poDefault
ExplicitWidth = 1416
ExplicitHeight = 511
PixelsPerInch = 96
TextHeight = 12
object ToolBar1: TToolBar [0]
Tag = 1
Left = 0
Top = 0
Width = 1400
Height = 38
AutoSize = True
ButtonHeight = 38
2025-11-08 10:16:26 +08:00
ButtonWidth = 115
2024-07-04 16:01:24 +08:00
Caption = 'ToolBar1'
Color = clSkyBlue
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
Images = DataLink_TradeTotalClothStk.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
2025-11-08 10:16:26 +08:00
object ToolButton1: TToolButton
2024-07-04 16:01:24 +08:00
Left = 142
Top = 0
AutoSize = True
2025-11-08 10:16:26 +08:00
Caption = #24211#20301#35843#25972
ImageIndex = 3
OnClick = ToolButton1Click
end
object ToolButton3: TToolButton
Left = 237
Top = 0
AutoSize = True
Caption = #25171#21360#24211#23384#26631#31614
ImageIndex = 21
OnClick = ToolButton3Click
end
object ToolButton2: TToolButton
Left = 356
Top = 0
AutoSize = True
2024-07-04 16:01:24 +08:00
Caption = #20445#23384#26684#24335
ImageIndex = 16
OnClick = ToolButton2Click
end
object TBClose: TToolButton
2025-11-08 10:16:26 +08:00
Left = 451
2024-07-04 16:01:24 +08:00
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 7
OnClick = TBCloseClick
end
end
object Panel1: TPanel [1]
Left = 0
Top = 38
Width = 1400
Height = 36
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clWhite
ParentBackground = False
TabOrder = 1
object Label3: TLabel
2025-04-29 16:36:38 +08:00
Left = 207
2024-07-04 16:01:24 +08:00
Top = 11
Width = 24
Height = 12
Caption = #21697#21517
end
object Label4: TLabel
Left = 59
Top = 11
Width = 48
Height = 12
Caption = #26469#33258#21333#20301
end
object Label8: TLabel
2025-04-29 16:36:38 +08:00
Left = 486
2024-07-04 16:01:24 +08:00
Top = 11
Width = 24
Height = 12
Caption = #35268#26684
end
object Label2: TLabel
2025-04-29 16:36:38 +08:00
Left = 624
2024-07-04 16:01:24 +08:00
Top = 11
Width = 36
Height = 12
Caption = #25209' '#21495
end
2025-01-13 16:36:43 +08:00
object Label1: TLabel
2025-04-29 16:36:38 +08:00
Left = 750
Top = 11
2025-01-13 16:36:43 +08:00
Width = 36
Height = 12
Caption = #25195' '#25551
end
2025-04-29 16:36:38 +08:00
object Label5: TLabel
Left = 350
Top = 11
Width = 24
Height = 12
Caption = #32534#21495
end
2024-07-04 16:01:24 +08:00
object C_name: TEdit
Tag = 2
2025-04-29 16:36:38 +08:00
Left = 237
Top = 7
2024-07-04 16:01:24 +08:00
Width = 100
Height = 20
TabOrder = 0
OnChange = TBFindClick
end
object FromCoName: TEdit
Tag = 2
Left = 113
2025-01-13 16:36:43 +08:00
Top = 7
2024-07-04 16:01:24 +08:00
Width = 78
Height = 20
TabOrder = 1
OnChange = FromCoNameChange
end
object C_spec: TEdit
Tag = 2
2025-04-29 16:36:38 +08:00
Left = 513
2024-07-04 16:01:24 +08:00
Top = 7
Width = 100
Height = 20
TabOrder = 2
OnChange = TBFindClick
end
object BatchNo: TEdit
Tag = 2
2025-04-29 16:36:38 +08:00
Left = 666
2024-07-04 16:01:24 +08:00
Top = 7
Width = 78
Height = 20
TabOrder = 3
OnChange = FromCoNameChange
end
2025-01-13 16:36:43 +08:00
object BCIID: TEdit
2025-04-29 16:36:38 +08:00
Left = 792
Top = 7
2025-01-13 16:36:43 +08:00
Width = 106
Height = 20
TabOrder = 4
OnKeyPress = BCIIDKeyPress
end
2025-04-29 16:36:38 +08:00
object C_Code: TEdit
Tag = 2
Left = 380
Top = 7
Width = 100
Height = 20
TabOrder = 5
OnChange = TBFindClick
end
2024-07-04 16:01:24 +08:00
end
object cxGrid1: TcxGrid [2]
Left = 0
Top = 74
2025-01-13 16:36:43 +08:00
Width = 1082
2024-07-04 16:01:24 +08:00
Height = 398
Align = alClient
PopupMenu = PopupMenu1
TabOrder = 2
2025-11-08 10:16:26 +08:00
ExplicitLeft = -2
ExplicitTop = 71
2024-07-04 16:01:24 +08:00
object Tv1: TcxGridDBTableView
2025-01-13 16:36:43 +08:00
OnMouseDown = Tv1MouseDown
2024-07-04 16:01:24 +08:00
Navigator.Buttons.CustomButtons = <>
2024-11-23 16:57:33 +08:00
ScrollbarAnnotations.CustomAnnotations = <>
2024-07-04 16:01:24 +08:00
DataController.DataSource = DataSource1
DataController.Summary.DefaultGroupSummaryItems = <
item
Kind = skSum
Position = spFooter
end
item
Kind = skSum
end
item
Kind = skSum
Position = spFooter
end
item
Kind = skSum
Position = spFooter
Column = v1Column9
end
item
Kind = skSum
end
item
Kind = skSum
Column = v1Column9
end>
DataController.Summary.FooterSummaryItems = <
item
Kind = skCount
end
item
Kind = skSum
end
item
Kind = skSum
Column = v2Column6
end
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
end
item
Kind = skSum
Column = v1Column9
2024-11-28 15:12:45 +08:00
end
item
Kind = skSum
Column = Tv1Column10
2024-07-04 16:01:24 +08:00
end>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
Styles.IncSearch = DataLink_TradeTotalClothStk.SHuangSe
Styles.Header = DataLink_TradeTotalClothStk.Default
Styles.Inactive = DataLink_TradeTotalClothStk.SHuangSe
Styles.Selection = DataLink_TradeTotalClothStk.SHuangSe
2025-11-08 10:16:26 +08:00
object Tv1Column14: TcxGridDBColumn
Caption = #36873#25321
DataBinding.FieldName = 'ssel'
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 71
end
2024-07-04 16:01:24 +08:00
object v1Column6: TcxGridDBColumn
Caption = #20837#24211#26102#38388
DataBinding.FieldName = 'IOTime'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 87
end
object v1Column14: TcxGridDBColumn
Tag = 2
Caption = #26469#33258#21333#20301
DataBinding.FieldName = 'FromCoName'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Alignment.Horz = taLeftJustify
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.ReadOnly = True
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 108
end
2025-01-13 16:36:43 +08:00
object Tv1Column11: TcxGridDBColumn
Caption = #23384#25918#21333#20301
DataBinding.FieldName = 'StkCoName'
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 95
end
2024-07-04 16:01:24 +08:00
object v2Column1: TcxGridDBColumn
Tag = 2
Caption = #21697#21517
DataBinding.FieldName = 'C_Name'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
PropertiesClassName = 'TcxButtonEditProperties'
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 124
end
object Tv1Column3: TcxGridDBColumn
Caption = #32534#21495
DataBinding.FieldName = 'C_Code'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 60
end
object v1Column8: TcxGridDBColumn
Tag = 2
Caption = #35268#26684
DataBinding.FieldName = 'C_Spec'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
HeaderGlyphAlignmentHorz = taCenter
Options.Editing = False
Width = 131
end
object v1Column4: TcxGridDBColumn
Caption = #38376#24133
DataBinding.FieldName = 'C_Width'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 66
end
object v1Column5: TcxGridDBColumn
Caption = #20811#37325
DataBinding.FieldName = 'C_GramWeight'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 70
end
object v1Column10: TcxGridDBColumn
Caption = #25209#21495
DataBinding.FieldName = 'BatchNo'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 124
end
object v1Column11: TcxGridDBColumn
Caption = #33394#21495
DataBinding.FieldName = 'C_ColorNo'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Width = 68
end
object v1Column9: TcxGridDBColumn
Caption = #20837#24211#25968#37327
DataBinding.FieldName = 'Qty'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Width = 63
end
object v2Column6: TcxGridDBColumn
Tag = 2
Caption = #24211#23384#25968#37327
DataBinding.FieldName = 'stkqty'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
PropertiesClassName = 'TcxTextEditProperties'
HeaderAlignmentHorz = taCenter
Options.Editing = False
2024-11-23 16:57:33 +08:00
Styles.Header = cxStyle1
2024-07-04 16:01:24 +08:00
Width = 74
end
object v1Column3: TcxGridDBColumn
Tag = 2
Caption = #21333#20301
DataBinding.FieldName = 'QtyUnit'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
PropertiesClassName = 'TcxComboBoxProperties'
Properties.DropDownListStyle = lsFixedList
Properties.Items.Strings = (
'Kg'
'M'
'Y')
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 51
end
object Tv1Column2: TcxGridDBColumn
Caption = #39068#33394
DataBinding.FieldName = 'C_Color'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 69
end
object Tv1Column1: TcxGridDBColumn
Caption = #33394#21035
DataBinding.FieldName = 'C_ColorDepth'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Options.Editing = False
Width = 72
end
object Tv1Column4: TcxGridDBColumn
Caption = #33457#22411
DataBinding.FieldName = 'C_Pattern'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Width = 66
end
object Tv1Column5: TcxGridDBColumn
Caption = #25104#20998
DataBinding.FieldName = 'C_Composition'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Width = 66
end
object Tv1Column6: TcxGridDBColumn
Caption = #27454#21495
DataBinding.FieldName = 'C_StyleNo'
2024-11-23 16:57:33 +08:00
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 66
end
object Tv1Column7: TcxGridDBColumn
Caption = #31867#22411
DataBinding.FieldName = 'C_Pack'
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 55
end
object Tv1Column8: TcxGridDBColumn
Caption = #24211#20301
DataBinding.FieldName = 'StkPosition'
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 66
end
object Tv1Column9: TcxGridDBColumn
Caption = #25104#26412#20215
DataBinding.FieldName = 'CBPrice'
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 57
end
object Tv1Column10: TcxGridDBColumn
Caption = #25104#26412#37329#39069
DataBinding.FieldName = 'CBMoney'
DataBinding.IsNullValueType = True
2024-07-04 16:01:24 +08:00
HeaderAlignmentHorz = taCenter
Width = 66
end
2025-01-13 16:36:43 +08:00
object Tv1Column12: TcxGridDBColumn
Caption = #22270#29255
DataBinding.FieldName = 'ISImg'
DataBinding.IsNullValueType = True
HeaderAlignmentHorz = taCenter
Width = 54
end
object Tv1Column13: TcxGridDBColumn
DataBinding.FieldName = 'BCIOID'
DataBinding.IsNullValueType = True
Visible = False
end
2024-07-04 16:01:24 +08:00
end
object cxGrid1Level1: TcxGridLevel
GridView = Tv1
end
end
2025-01-13 16:36:43 +08:00
object Panel9: TPanel [3]
Left = 1082
Top = 74
Width = 318
Height = 398
Align = alRight
Caption = 'Panel9'
TabOrder = 3
object Panel10: TPanel
Left = 1
Top = 1
Width = 316
Height = 396
Align = alClient
Caption = 'Panel9'
TabOrder = 0
object GroupBox1: TGroupBox
Left = 1
Top = 1
Width = 314
Height = 394
Align = alClient
Caption = #26679#21697#32553#30053#22270
TabOrder = 0
object ScrollBox1: TScrollBox
Left = 2
Top = 14
Width = 310
Height = 378
Align = alClient
BevelInner = bvLowered
BorderStyle = bsNone
TabOrder = 0
end
end
end
end
2024-07-04 16:01:24 +08:00
inherited ADOQueryBaseCmd: TADOQuery
Connection = DataLink_TradeTotalClothStk.ADOLink
Left = 305
Top = 176
end
inherited ADOQueryBaseTemp: TADOQuery
Connection = DataLink_TradeTotalClothStk.ADOLink
Left = 209
Top = 129
end
object ADOQueryCmd: TADOQuery
ConnectionString = 'BS_Cloth_IO'
Parameters = <>
Left = 640
Top = 136
end
object ADOQueryMain: TADOQuery
Connection = DataLink_TradeTotalClothStk.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 752
Top = 128
end
object ADOQueryTemp: TADOQuery
ConnectionString = 'BS_Cloth_IO'
LockType = ltReadOnly
Parameters = <>
Left = 512
Top = 136
end
object DataSource1: TDataSource
DataSet = CDS_Main
Left = 656
Top = 232
end
2024-11-28 15:12:45 +08:00
object GPM_1: TcxGridPopupMenu
Grid = cxGrid1
2024-07-04 16:01:24 +08:00
PopupMenus = <>
Left = 536
Top = 240
end
object CDS_Main: TClientDataSet
Aggregates = <>
Params = <>
Left = 720
Top = 232
end
object CDS_HZ: TClientDataSet
Aggregates = <>
Params = <>
Left = 472
Top = 232
end
object PopupMenu1: TPopupMenu
Left = 368
Top = 240
end
2024-11-23 16:57:33 +08:00
object cxStyleRepository1: TcxStyleRepository
PixelsPerInch = 96
object cxStyle1: TcxStyle
AssignedValues = [svColor, svTextColor]
Color = clMenu
TextColor = clBlue
end
end
2025-01-13 16:36:43 +08:00
object ADOQuery1: TADOQuery
ConnectionString = 'BS_Cloth_IO'
LockType = ltReadOnly
Parameters = <>
Left = 536
Top = 184
end
object adoqueryPicture: TADOQuery
Connection = DataLink_TradeTotalClothStk.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 648
Top = 192
end
object ADOQuery2: TADOQuery
Connection = DataLink_TradeTotalClothStk.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 792
Top = 224
end
2025-11-08 10:16:26 +08:00
object ADOQueryPrint: TADOQuery
Connection = DataLink_TradeTotalClothStk.ADOLink
Parameters = <>
Left = 504
Top = 320
end
object Rm1: TRMGridReport
ThreadPrepareReport = True
InitialZoom = pzDefault
PreviewButtons = [rmpbZoom, rmpbLoad, rmpbSave, rmpbPrint, rmpbFind, rmpbPageSetup, rmpbExit, rmpbExport, rmpbNavigator]
DefaultCollate = False
ShowPrintDialog = False
SaveReportOptions.RegistryPath = 'Software\ReportMachine\ReportSettings\'
PreviewOptions.RulerUnit = rmutScreenPixels
PreviewOptions.RulerVisible = False
PreviewOptions.DrawBorder = False
PreviewOptions.BorderPen.Color = clGray
PreviewOptions.BorderPen.Style = psDash
Dataset = RMDB_1
CompressLevel = rmzcFastest
CompressThread = False
LaterBuildEvents = True
OnlyOwnerDataSet = False
Left = 632
Top = 336
ReportData = {}
end
object RMDB_1: TRMDBDataSet
Visible = True
DataSet = ADOQueryPrint
Left = 264
Top = 304
end
2024-07-04 16:01:24 +08:00
end