415 lines
12 KiB
Plaintext
415 lines
12 KiB
Plaintext
|
|
inherited frmPayableBatchInput: TfrmPayableBatchInput
|
||
|
|
Left = 65
|
||
|
|
Top = 113
|
||
|
|
Caption = #24212#20184#27454#25209#37327#30331#35760
|
||
|
|
ClientHeight = 572
|
||
|
|
ClientWidth = 1406
|
||
|
|
Color = clWhite
|
||
|
|
Font.Charset = GB2312_CHARSET
|
||
|
|
Font.Height = -16
|
||
|
|
Position = poMainFormCenter
|
||
|
|
OnClose = FormClose
|
||
|
|
ExplicitWidth = 1422
|
||
|
|
ExplicitHeight = 611
|
||
|
|
PixelsPerInch = 96
|
||
|
|
TextHeight = 21
|
||
|
|
object ToolBar1: TToolBar [0]
|
||
|
|
Tag = 1
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
Width = 1406
|
||
|
|
Height = 30
|
||
|
|
AutoSize = True
|
||
|
|
ButtonHeight = 30
|
||
|
|
ButtonWidth = 115
|
||
|
|
Caption = 'ToolBar1'
|
||
|
|
Color = clSkyBlue
|
||
|
|
Images = cxImageList_bar
|
||
|
|
List = True
|
||
|
|
ParentColor = False
|
||
|
|
ShowCaptions = True
|
||
|
|
TabOrder = 0
|
||
|
|
object TBSave: TToolButton
|
||
|
|
Left = 0
|
||
|
|
Top = 0
|
||
|
|
AutoSize = True
|
||
|
|
Caption = #20445#23384
|
||
|
|
ImageIndex = 16
|
||
|
|
OnClick = TBSaveClick
|
||
|
|
end
|
||
|
|
object TBAdd: TToolButton
|
||
|
|
Left = 71
|
||
|
|
Top = 0
|
||
|
|
AutoSize = True
|
||
|
|
Caption = #22686#34892
|
||
|
|
ImageIndex = 2
|
||
|
|
OnClick = TBAddClick
|
||
|
|
end
|
||
|
|
object TbOrdAdd: TToolButton
|
||
|
|
Left = 142
|
||
|
|
Top = 0
|
||
|
|
AutoSize = True
|
||
|
|
Caption = #32455#36896#21333#22686#34892
|
||
|
|
ImageIndex = 2
|
||
|
|
Visible = False
|
||
|
|
OnClick = TbOrdAddClick
|
||
|
|
end
|
||
|
|
object TbPurSel: TToolButton
|
||
|
|
Left = 261
|
||
|
|
Top = 0
|
||
|
|
AutoSize = True
|
||
|
|
Caption = #37319#36141#21333#22686#34892
|
||
|
|
ImageIndex = 2
|
||
|
|
OnClick = TbPurSelClick
|
||
|
|
end
|
||
|
|
object TBDel: TToolButton
|
||
|
|
Left = 380
|
||
|
|
Top = 0
|
||
|
|
AutoSize = True
|
||
|
|
Caption = #21024#34892
|
||
|
|
ImageIndex = 6
|
||
|
|
OnClick = TBDelClick
|
||
|
|
end
|
||
|
|
object ToolButton1: TToolButton
|
||
|
|
Left = 451
|
||
|
|
Top = 0
|
||
|
|
AutoSize = True
|
||
|
|
Caption = #20445#23384#26684#24335
|
||
|
|
ImageIndex = 16
|
||
|
|
OnClick = ToolButton1Click
|
||
|
|
end
|
||
|
|
object TBClose: TToolButton
|
||
|
|
Left = 554
|
||
|
|
Top = 0
|
||
|
|
AutoSize = True
|
||
|
|
Caption = #20851#38381
|
||
|
|
ImageIndex = 7
|
||
|
|
OnClick = TBCloseClick
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object cxGrid1: TcxGrid [1]
|
||
|
|
Left = 0
|
||
|
|
Top = 30
|
||
|
|
Width = 1406
|
||
|
|
Height = 542
|
||
|
|
Align = alClient
|
||
|
|
TabOrder = 1
|
||
|
|
ExplicitTop = 36
|
||
|
|
object Tv1: TcxGridDBTableView
|
||
|
|
Navigator.Buttons.CustomButtons = <>
|
||
|
|
Navigator.Buttons.Delete.Enabled = False
|
||
|
|
Navigator.Buttons.Delete.Visible = False
|
||
|
|
ScrollbarAnnotations.CustomAnnotations = <>
|
||
|
|
DataController.DataSource = DS_1
|
||
|
|
DataController.Filter.AutoDataSetFilter = True
|
||
|
|
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
|
||
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
||
|
|
DataController.Summary.FooterSummaryItems = <
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
Column = Tv1Qty
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
Column = Tv1TaxInclude
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
Column = Tv1Piece
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Kind = skSum
|
||
|
|
end>
|
||
|
|
DataController.Summary.SummaryGroups = <>
|
||
|
|
OptionsBehavior.GoToNextCellOnEnter = True
|
||
|
|
OptionsCustomize.ColumnFiltering = False
|
||
|
|
OptionsData.Deleting = False
|
||
|
|
OptionsData.DeletingConfirmation = False
|
||
|
|
OptionsView.Footer = True
|
||
|
|
OptionsView.GroupByBox = False
|
||
|
|
object Tv1Column22: TcxGridDBColumn
|
||
|
|
Caption = #36873#25321
|
||
|
|
DataBinding.FieldName = 'SSel'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
PropertiesClassName = 'TcxCheckBoxProperties'
|
||
|
|
Properties.ImmediatePost = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 43
|
||
|
|
end
|
||
|
|
object Tv1FFTime: TcxGridDBColumn
|
||
|
|
Tag = 7
|
||
|
|
Caption = #30331#35760#26085#26399
|
||
|
|
DataBinding.FieldName = 'FFTime'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
||
|
|
Properties.SaveTime = False
|
||
|
|
Properties.ShowTime = False
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Options.Editing = False
|
||
|
|
Width = 82
|
||
|
|
end
|
||
|
|
object Tv1ReconciliationDate: TcxGridDBColumn
|
||
|
|
Caption = #23545#36134#26085#26399
|
||
|
|
DataBinding.FieldName = 'ReconciliationDate'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 86
|
||
|
|
end
|
||
|
|
object TV1OurCoName: TcxGridDBColumn
|
||
|
|
Caption = #25105#26041#21333#20301
|
||
|
|
DataBinding.FieldName = 'OurCoName'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 91
|
||
|
|
end
|
||
|
|
object Tv1OppCoName: TcxGridDBColumn
|
||
|
|
Caption = #23545#26041#21333#20301
|
||
|
|
DataBinding.FieldName = 'OppCoName'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 89
|
||
|
|
end
|
||
|
|
object Tv1FFAbstract: TcxGridDBColumn
|
||
|
|
Caption = #25688#35201
|
||
|
|
DataBinding.FieldName = 'FFAbstract'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 79
|
||
|
|
end
|
||
|
|
object Tv1PurNo: TcxGridDBColumn
|
||
|
|
Caption = #37319#36141#21333#21495
|
||
|
|
DataBinding.FieldName = 'PurNo'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
||
|
|
Properties.Buttons = <
|
||
|
|
item
|
||
|
|
Default = True
|
||
|
|
Kind = bkEllipsis
|
||
|
|
end>
|
||
|
|
Properties.ReadOnly = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 81
|
||
|
|
end
|
||
|
|
object Tv1OrderNo: TcxGridDBColumn
|
||
|
|
Caption = #32455#36896#21333#21495
|
||
|
|
DataBinding.FieldName = 'OrderNo'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
||
|
|
Properties.Buttons = <
|
||
|
|
item
|
||
|
|
Default = True
|
||
|
|
Kind = bkEllipsis
|
||
|
|
end>
|
||
|
|
Properties.ReadOnly = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 91
|
||
|
|
end
|
||
|
|
object Tv1ConNo: TcxGridDBColumn
|
||
|
|
Caption = #22383#24067#21512#21516#21495
|
||
|
|
DataBinding.FieldName = 'ConNo'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 112
|
||
|
|
end
|
||
|
|
object Tv1BuyConNo: TcxGridDBColumn
|
||
|
|
Caption = #38754#26009#21512#21516#21495
|
||
|
|
DataBinding.FieldName = 'BuyConNo'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 127
|
||
|
|
end
|
||
|
|
object Tv1FinType: TcxGridDBColumn
|
||
|
|
Caption = #31867#22411
|
||
|
|
DataBinding.FieldName = 'FinType'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
PropertiesClassName = 'TcxComboBoxProperties'
|
||
|
|
Properties.Items.Strings = (
|
||
|
|
#32433#32447
|
||
|
|
#38050#31576
|
||
|
|
#22383#24067
|
||
|
|
#26426#29289#26009)
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 80
|
||
|
|
end
|
||
|
|
object Tv1F_Code: TcxGridDBColumn
|
||
|
|
Caption = #32534#21495
|
||
|
|
DataBinding.FieldName = 'F_Code'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 79
|
||
|
|
end
|
||
|
|
object Tv1F_Name: TcxGridDBColumn
|
||
|
|
Caption = #21697#21517
|
||
|
|
DataBinding.FieldName = 'F_Name'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 85
|
||
|
|
end
|
||
|
|
object Tv1F_Width: TcxGridDBColumn
|
||
|
|
Caption = #38376#24133
|
||
|
|
DataBinding.FieldName = 'F_Width'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 88
|
||
|
|
end
|
||
|
|
object Tv1F_GramWeight: TcxGridDBColumn
|
||
|
|
Caption = #20811#37325
|
||
|
|
DataBinding.FieldName = 'F_GramWeight'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 66
|
||
|
|
end
|
||
|
|
object Tv1F_Color: TcxGridDBColumn
|
||
|
|
Caption = #39068#33394
|
||
|
|
DataBinding.FieldName = 'F_Color'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 66
|
||
|
|
end
|
||
|
|
object Tv1Piece: TcxGridDBColumn
|
||
|
|
Caption = #21305#25968
|
||
|
|
DataBinding.FieldName = 'Piece'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 65
|
||
|
|
end
|
||
|
|
object Tv1Qty: TcxGridDBColumn
|
||
|
|
Caption = #25968#37327
|
||
|
|
DataBinding.FieldName = 'Qty'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 76
|
||
|
|
end
|
||
|
|
object Tv1QtyUnit: TcxGridDBColumn
|
||
|
|
Caption = #21333#20301
|
||
|
|
DataBinding.FieldName = 'QtyUnit'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 64
|
||
|
|
end
|
||
|
|
object Tv1Currency: TcxGridDBColumn
|
||
|
|
Caption = #24065#31181
|
||
|
|
DataBinding.FieldName = 'Currency'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 66
|
||
|
|
end
|
||
|
|
object Tv1NoTaxPrice: TcxGridDBColumn
|
||
|
|
Caption = #19981#21547#31246#21333#20215
|
||
|
|
DataBinding.FieldName = 'NoTaxPrice'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 99
|
||
|
|
end
|
||
|
|
object Tv1NoTaxInclude: TcxGridDBColumn
|
||
|
|
Caption = #19981#21547#31246#37329#39069
|
||
|
|
DataBinding.FieldName = 'NoTaxInclude'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 108
|
||
|
|
end
|
||
|
|
object Tv1TaxRate: TcxGridDBColumn
|
||
|
|
Caption = #31246#29575
|
||
|
|
DataBinding.FieldName = 'TaxRate'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 81
|
||
|
|
end
|
||
|
|
object Tv1Tax: TcxGridDBColumn
|
||
|
|
Caption = #31246#39069
|
||
|
|
DataBinding.FieldName = 'Tax'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 85
|
||
|
|
end
|
||
|
|
object Tv1TaxInclude: TcxGridDBColumn
|
||
|
|
Caption = #21547#31246#37329#39069
|
||
|
|
DataBinding.FieldName = 'TaxInclude'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 96
|
||
|
|
end
|
||
|
|
object Tv1Note: TcxGridDBColumn
|
||
|
|
Caption = #22791#27880
|
||
|
|
DataBinding.FieldName = 'Note'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 78
|
||
|
|
end
|
||
|
|
object Tv1FromID1: TcxGridDBColumn
|
||
|
|
Caption = #26469#28304
|
||
|
|
DataBinding.FieldName = 'FromID1'
|
||
|
|
DataBinding.IsNullValueType = True
|
||
|
|
HeaderAlignmentHorz = taCenter
|
||
|
|
Width = 70
|
||
|
|
end
|
||
|
|
end
|
||
|
|
object cxGridLevel1: TcxGridLevel
|
||
|
|
GridView = Tv1
|
||
|
|
end
|
||
|
|
end
|
||
|
|
inherited ADOQueryBaseCmd: TADOQuery
|
||
|
|
Connection = DataLink_Financial.ADOLink
|
||
|
|
Left = 57
|
||
|
|
Top = 72
|
||
|
|
end
|
||
|
|
inherited ADOQueryBaseTemp: TADOQuery
|
||
|
|
Connection = DataLink_Financial.ADOLink
|
||
|
|
Left = 177
|
||
|
|
Top = 73
|
||
|
|
end
|
||
|
|
inherited ImageList_new32: TImageList
|
||
|
|
Left = 160
|
||
|
|
Top = 288
|
||
|
|
end
|
||
|
|
inherited cxImageList_bar: TcxImageList
|
||
|
|
FormatVersion = 1
|
||
|
|
Left = 248
|
||
|
|
Top = 249
|
||
|
|
DesignInfo = 16318712
|
||
|
|
end
|
||
|
|
object DS_1: TDataSource
|
||
|
|
DataSet = CDS_1
|
||
|
|
Left = 592
|
||
|
|
Top = 184
|
||
|
|
end
|
||
|
|
object CDS_1: TClientDataSet
|
||
|
|
Aggregates = <>
|
||
|
|
Params = <>
|
||
|
|
Left = 496
|
||
|
|
Top = 184
|
||
|
|
end
|
||
|
|
object ADOQueryCmd: TADOQuery
|
||
|
|
Connection = DataLink_Financial.ADOLink
|
||
|
|
Parameters = <>
|
||
|
|
Left = 176
|
||
|
|
Top = 176
|
||
|
|
end
|
||
|
|
object ADOQueryMain: TADOQuery
|
||
|
|
Connection = DataLink_Financial.ADOLink
|
||
|
|
LockType = ltReadOnly
|
||
|
|
Parameters = <>
|
||
|
|
Left = 360
|
||
|
|
Top = 200
|
||
|
|
end
|
||
|
|
object ADOQueryTemp: TADOQuery
|
||
|
|
Connection = DataLink_Financial.ADOLink
|
||
|
|
LockType = ltReadOnly
|
||
|
|
Parameters = <>
|
||
|
|
Left = 392
|
||
|
|
Top = 272
|
||
|
|
end
|
||
|
|
object GPM_1: TcxGridPopupMenu
|
||
|
|
Grid = cxGrid1
|
||
|
|
PopupMenus = <>
|
||
|
|
Left = 456
|
||
|
|
Top = 88
|
||
|
|
end
|
||
|
|
end
|