123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335 |
- object SearchFrame: TSearchFrame
- Left = 0
- Top = 0
- Width = 388
- Height = 511
- Ctl3D = True
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentCtl3D = False
- ParentFont = False
- TabOrder = 0
- object pnlTitle: TPanel
- Left = 0
- Top = 0
- Width = 388
- Height = 20
- Align = alTop
- BevelOuter = bvNone
- Color = clGradientInactiveCaption
- TabOrder = 0
- object labTitle: TJimGradLabel
- Left = 0
- Top = 0
- Width = 388
- Height = 20
- Align = alTop
- AutoSize = False
- ColorBegin = clGradientInactiveCaption
- ColorEnd = clGradientInactiveCaption
- Caption = ' '#26597#25214#23450#20301
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlCenter
- end
- end
- object pnlSearch: TPanel
- Left = 0
- Top = 20
- Width = 388
- Height = 491
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 1
- object pnlSearchType: TPanel
- Left = 0
- Top = 0
- Width = 388
- Height = 42
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- DesignSize = (
- 388
- 42)
- object gbType: TGroupBox
- Left = 3
- Top = 2
- Width = 382
- Height = 38
- Anchors = [akLeft, akTop, akRight]
- Caption = #26597#25214#27169#24335
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 0
- object rbOverRange: TRadioButton
- Tag = 1
- Left = 83
- Top = 15
- Width = 45
- Height = 17
- Caption = #36229#35745
- TabOrder = 0
- OnClick = rbCommonClick
- end
- object rbCommon: TRadioButton
- Left = 8
- Top = 15
- Width = 73
- Height = 17
- Caption = #25991#26412#26597#35810
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = rbCommonClick
- end
- object rbBelowRange: TRadioButton
- Tag = 1
- Left = 132
- Top = 15
- Width = 45
- Height = 17
- Caption = #28431#35745
- TabOrder = 2
- OnClick = rbCommonClick
- end
- end
- end
- object pnlSearchKey: TPanel
- Left = 0
- Top = 42
- Width = 388
- Height = 25
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 1
- object edtKeyword: TEdit
- Left = 3
- Top = 3
- Width = 221
- Height = 18
- Hint = #36229#35745#27169#24335#19979#65292#19981#21487#20197#20351#29992#20851#38190#23383#25628#32034
- Ctl3D = False
- ParentCtl3D = False
- TabOrder = 0
- end
- object btnSearch: TButton
- Left = 228
- Top = 1
- Width = 63
- Height = 21
- Caption = #25628#32034
- TabOrder = 1
- OnClick = btnSearchClick
- end
- end
- object pnlSearchResult: TPanel
- Left = 0
- Top = 67
- Width = 388
- Height = 424
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 2
- object zgSearchResult: TZJGrid
- Left = 0
- Top = 0
- Width = 388
- Height = 424
- Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]
- OptionsEx = []
- ColCount = 8
- RowCount = 4
- ShowGridLine = False
- DefaultColWidth = 73
- DefaultFixedColWidth = 25
- DefaultFixedRowHeight = 35
- Selection.AlphaBlend = False
- Selection.TransparentColor = False
- FrozenCol = 0
- FrozenRow = 0
- OnMouseDown = zgSearchResultMouseDown
- Align = alClient
- end
- end
- end
- object zaSearchResult: TZjGridDBA
- Columns = <
- item
- Title.Caption = #39033#30446#33410#32534#21495
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Code'
- Width = 80
- Visible = False
- ReadOnly = True
- end
- item
- Title.Caption = #28165#21333#32534#21495
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'B_Code'
- Width = 65
- ReadOnly = True
- end
- item
- Title.Caption = #21517#31216
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taLeftJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Name'
- Width = 120
- ReadOnly = True
- end
- item
- Title.Caption = #21333#20301
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taCenter
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'smartSimSun'
- Font.Style = []
- FieldName = 'Units'
- Width = 40
- ReadOnly = True
- end
- item
- Title.Caption = #21333#20215
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taRightJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Price'
- Width = 60
- ReadOnly = True
- end
- item
- Title.Caption = #21512#21516#25968#37327
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taRightJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'Quantity'
- Width = 60
- ReadOnly = True
- end
- item
- Title.Caption = #21464#26356#25968#37327
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taRightJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'CurQcQuantity'
- Width = 60
- ReadOnly = False
- end
- item
- Title.Caption = #32047#35745#25968#37327
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taRightJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'AddGatherQuantity'
- Width = 60
- Visible = False
- ReadOnly = True
- end
- item
- Title.Caption = #21512#21516#23436#25104'(%)'
- Title.CaptionAcrossCols = '1'
- Title.Font.Charset = GB2312_CHARSET
- Title.Font.Color = clWindowText
- Title.Font.Height = -12
- Title.Font.Name = #23435#20307
- Title.Font.Style = []
- Alignment = taRightJustify
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FieldName = 'CompleteRate'
- Width = 60
- ReadOnly = False
- end>
- Grid = zgSearchResult
- ExtendRowCount = 3
- Options = []
- Left = 88
- Top = 128
- end
- end
|