D7myYunxiang/云翔生产管理(MYSC.dll)/U_QCRKList.dfm

565 lines
15 KiB
Plaintext
Raw Normal View History

2025-01-20 13:04:03 +08:00
object frmQCRKList: TfrmQCRKList
Left = 188
Top = 134
Width = 1358
Height = 710
Caption = #26399#21021#20837#24211#30331#35760
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -12
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
2025-07-08 09:22:54 +08:00
PixelsPerInch = 96
TextHeight = 12
2025-01-20 13:04:03 +08:00
object ToolBar1: TToolBar
Left = 0
Top = 0
2025-07-08 09:22:54 +08:00
Width = 1350
2025-01-20 13:04:03 +08:00
AutoSize = True
ButtonHeight = 30
ButtonWidth = 95
Caption = 'ToolBar1'
Color = clSkyBlue
Flat = True
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = #23435#20307
Font.Style = []
Images = DataLink_MYSC.ThreeImgList
List = True
ParentColor = False
ParentFont = False
ShowCaptions = True
TabOrder = 0
object TBAdd: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #20837#24211#26032#22686
ImageIndex = 1
OnClick = TBAddClick
end
object TBRafresh: TToolButton
Left = 99
Top = 0
AutoSize = True
Caption = #21047#26032
ImageIndex = 0
OnClick = TBRafreshClick
end
object TBFind: TToolButton
Left = 168
Top = 0
AutoSize = True
Caption = #36807#28388
ImageIndex = 20
OnClick = TBFindClick
end
object ToolButton4: TToolButton
Left = 237
Top = 0
AutoSize = True
Caption = #25171#21360
ImageIndex = 4
Visible = False
OnClick = ToolButton4Click
end
object TBExport: TToolButton
Left = 306
Top = 0
AutoSize = True
Caption = #23548#20986
ImageIndex = 97
OnClick = TBExportClick
end
object TBClose: TToolButton
Left = 375
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 21
OnClick = TBCloseClick
end
object ToolButton1: TToolButton
Left = 444
Top = 0
AutoSize = True
Caption = #26597#30475
ImageIndex = 22
Visible = False
OnClick = ToolButton1Click
end
object labMYType: TLabel
Left = 513
Top = 0
Width = 376
Height = 30
Caption = ' '#26399#21021#20837#24211' '
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -29
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
end
object cxGrid1: TcxGrid
Left = 0
2025-07-08 09:22:54 +08:00
Top = 104
Width = 1350
Height = 575
2025-01-20 13:04:03 +08:00
Align = alClient
TabOrder = 1
object Tv1: TcxGridDBTableView
OnDblClick = Tv1DblClick
2025-07-08 09:22:54 +08:00
Navigator.Buttons.CustomButtons = <>
2025-01-20 13:04:03 +08:00
DataController.DataSource = DataSource1
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <
item
Kind = skSum
Column = v1GangQty
end
item
Kind = skSum
Column = v1Column1
end
item
Kind = skSum
Column = v1KgQty
end
item
Kind = skSum
Column = v1Qty
end>
DataController.Summary.SummaryGroups = <>
OptionsCustomize.ColumnFiltering = False
OptionsView.Footer = True
OptionsView.GroupByBox = False
Styles.Content = DataLink_MYSC.Default10
Styles.Footer = DataLink_MYSC.Default10
Styles.Header = DataLink_MYSC.Default10
object v1CRTime: TcxGridDBColumn
Caption = #20837#24211#26085#26399
DataBinding.FieldName = 'CRTime'
PropertiesClassName = 'TcxDateEditProperties'
Properties.SaveTime = False
Properties.ShowTime = False
HeaderAlignmentHorz = taCenter
Options.Editing = False
Options.Sorting = False
SortIndex = 0
SortOrder = soAscending
Width = 95
end
object v1MYCode: TcxGridDBColumn
Caption = #32534#21495
DataBinding.FieldName = 'MYCode'
HeaderAlignmentHorz = taCenter
Width = 86
end
object v1CMYName: TcxGridDBColumn
Caption = #21697#21517
DataBinding.FieldName = 'MYName'
HeaderAlignmentHorz = taCenter
Width = 175
end
object v1GangQty: TcxGridDBColumn
Caption = #32568#25968
DataBinding.FieldName = 'GangQty'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Styles.Footer = DataLink_MYSC.Default10
Width = 51
end
object v1Column1: TcxGridDBColumn
Caption = #21305#25968
DataBinding.FieldName = 'PS'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Styles.Footer = DataLink_MYSC.Default10
Width = 58
end
object v1KgQty: TcxGridDBColumn
Caption = #20844#26020#25968
DataBinding.FieldName = 'KgQty'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Styles.Footer = DataLink_MYSC.Default10
Width = 72
end
object v1Qty: TcxGridDBColumn
Caption = #31859#25968
DataBinding.FieldName = 'Qty'
HeaderAlignmentHorz = taCenter
Options.Editing = False
Styles.Footer = DataLink_MYSC.Default10
Width = 72
end
end
object cxGrid1Level1: TcxGridLevel
GridView = Tv1
end
end
object Panel1: TPanel
Left = 0
Top = 32
2025-07-08 09:22:54 +08:00
Width = 1350
Height = 72
2025-01-20 13:04:03 +08:00
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
TabOrder = 2
object Label34: TLabel
2025-07-08 09:22:54 +08:00
Left = 26
Top = 42
Width = 32
Height = 15
2025-01-20 13:04:03 +08:00
Caption = #32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -15
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
2025-07-08 09:22:54 +08:00
Left = 26
Top = 14
Width = 32
Height = 15
2025-01-20 13:04:03 +08:00
Caption = #21697#21517
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -15
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
object MYCode: TEdit
Tag = 2
2025-07-08 09:22:54 +08:00
Left = 62
Top = 39
Width = 125
2025-09-29 16:40:01 +08:00
Height = 23
2025-01-20 13:04:03 +08:00
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -15
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 0
OnChange = CustomerNoNameChange
end
object BegDate: TDateTimePicker
2025-07-08 09:22:54 +08:00
Left = 352
Top = 10
Width = 122
Height = 23
2025-01-20 13:04:03 +08:00
Date = 40768.458268587970000000
Time = 40768.458268587970000000
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -15
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 1
Visible = False
end
object EndDate: TDateTimePicker
2025-07-08 09:22:54 +08:00
Left = 352
Top = 39
Width = 122
Height = 23
2025-01-20 13:04:03 +08:00
Date = 40768.458268587970000000
Time = 40768.458268587970000000
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -15
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
Visible = False
end
object MYName: TEdit
Tag = 2
2025-07-08 09:22:54 +08:00
Left = 62
Top = 10
Width = 125
2025-09-29 16:40:01 +08:00
Height = 23
2025-01-20 13:04:03 +08:00
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -15
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 3
OnChange = CustomerNoNameChange
end
object CheckBox1: TCheckBox
2025-07-08 09:22:54 +08:00
Left = 258
Top = 12
Width = 91
Height = 18
2025-01-20 13:04:03 +08:00
Caption = #26597#35810#26085#26399
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -17
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
TabOrder = 4
OnClick = CheckBox1Click
end
object Button1: TButton
2025-07-08 09:22:54 +08:00
Left = 188
Top = 7
Width = 32
Height = 28
2025-01-20 13:04:03 +08:00
Caption = '...'
TabOrder = 5
OnClick = Button1Click
end
end
object Panel2: TPanel
2025-07-08 09:22:54 +08:00
Left = 644
Top = 107
Width = 191
Height = 374
2025-01-20 13:04:03 +08:00
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
TabOrder = 3
Visible = False
object Image2: TImage
2025-07-08 09:22:54 +08:00
Left = 165
2025-01-20 13:04:03 +08:00
Top = 4
2025-07-08 09:22:54 +08:00
Width = 22
Height = 16
2025-01-20 13:04:03 +08:00
ParentShowHint = False
Picture.Data = {
07544269746D617076040000424D760400000000000036000000280000001500
0000110000000100180000000000400400000000000000000000000000000000
0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FF00FFFFFFFFFFFFF0CAA6F0CAA6F0CAA6F0CAA6F0CAA6F0CAA6F0CAA6F0CAA6
F0CAA6F0CAA6F0CAA6F0CAA6F0CAA6F0CAA6F0CAA6F0CAA6F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFF404040404040404040404040404040404040404040404040
404040404040404040404040404040404040404040404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFF808080808080808080808080808080808080808080
808080808080808080808080808080808080808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4000000000000C8D0D4C8D0D4
C8D0D4C8D0D4000000000000C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4000000000000C8D0D4
C8D0D4000000000000C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4000000000000
000000000000C8D0D4C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4000000
000000C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4000000000000
000000000000C8D0D4C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4000000000000C8D0D4
C8D0D4000000000000C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4000000000000C8D0D4C8D0D4
C8D0D4C8D0D4000000000000C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFC8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4
C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4C8D0D4808080404040F0CAA6FFFFFFFFFF
FF00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
FF00}
ShowHint = True
Transparent = True
OnClick = Image2Click
end
object SpeedButton1: TSpeedButton
2025-07-08 09:22:54 +08:00
Left = 25
Top = 21
Width = 137
Height = 59
2025-01-20 13:04:03 +08:00
Caption = #26377#32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -21
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
2025-07-08 09:22:54 +08:00
Left = 25
Top = 162
Width = 137
Height = 60
2025-01-20 13:04:03 +08:00
Caption = #26080#32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -21
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
OnClick = SpeedButton2Click
end
object SpeedButton3: TSpeedButton
2025-07-08 09:22:54 +08:00
Left = 25
Top = 91
Width = 137
Height = 59
2025-01-20 13:04:03 +08:00
Caption = 'Y'#23383#32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -21
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
OnClick = SpeedButton3Click
end
object SpeedButton4: TSpeedButton
2025-07-08 09:22:54 +08:00
Left = 25
Top = 233
Width = 137
Height = 59
2025-01-20 13:04:03 +08:00
Caption = #28907#37329#32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -21
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
OnClick = SpeedButton4Click
end
object SpeedButton5: TSpeedButton
2025-07-08 09:22:54 +08:00
Left = 25
Top = 303
Width = 137
Height = 59
2025-01-20 13:04:03 +08:00
Caption = 'YH'#21360#33457#32534#21495
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2025-07-08 09:22:54 +08:00
Font.Height = -21
2025-01-20 13:04:03 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
OnClick = SpeedButton5Click
end
end
object cxGridPopupMenu1: TcxGridPopupMenu
Grid = cxGrid1
PopupMenus = <>
Left = 401
Top = 152
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_MYSC.ADOLink
Parameters = <>
Left = 464
Top = 152
end
object ADOQueryMain: TADOQuery
Connection = DataLink_MYSC.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 432
Top = 152
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_MYSC.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 304
Top = 152
end
object DataSource1: TDataSource
DataSet = Order_Main
Left = 336
Top = 152
end
object Order_Main: TClientDataSet
Aggregates = <>
Params = <>
Left = 368
Top = 152
end
object RM1: TRMGridReport
ThreadPrepareReport = True
InitialZoom = pzDefault
PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbPageSetup, pbExit, pbSaveToXLS, pbExport, pbNavigator]
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 = 1024
Top = 8
ReportData = {}
end
object RMDBMain: TRMDBDataSet
Visible = True
DataSet = CDS_PRT
Left = 984
Top = 8
end
object RMXLSExport2: TRMXLSExport
ShowAfterExport = False
ExportPrecision = 1
PagesOfSheet = 1
ExportImages = True
ExportFrames = True
ExportImageFormat = ifBMP
JPEGQuality = 0
ScaleX = 1.000000000000000000
ScaleY = 1.000000000000000000
CompressFile = False
Left = 1057
Top = 7
end
object CDS_PRT: TClientDataSet
Aggregates = <>
Params = <>
Left = 952
Top = 8
end
object Order_MX: TClientDataSet
Aggregates = <>
Params = <>
Left = 992
Top = 267
end
object DataSource2: TDataSource
DataSet = Order_MX
Left = 960
Top = 267
end
object ADOQuery1: TADOQuery
Connection = DataLink_MYSC.ADOLink
Parameters = <>
Left = 930
Top = 267
end
end