2024-08-06 15:40:31 +08:00
|
|
|
object frmHandPayableInPut: TfrmHandPayableInPut
|
|
|
|
|
Left = 484
|
|
|
|
|
Top = 189
|
|
|
|
|
Caption = #25163#24037#36153#29992#24405#20837
|
|
|
|
|
ClientHeight = 504
|
|
|
|
|
ClientWidth = 1530
|
|
|
|
|
Color = clWhite
|
|
|
|
|
Font.Charset = GB2312_CHARSET
|
|
|
|
|
Font.Color = clWindowText
|
|
|
|
|
Font.Height = -12
|
|
|
|
|
Font.Name = #23435#20307
|
|
|
|
|
Font.Style = []
|
|
|
|
|
OldCreateOrder = False
|
|
|
|
|
Position = poDesktopCenter
|
|
|
|
|
OnDestroy = FormDestroy
|
|
|
|
|
OnShow = FormShow
|
|
|
|
|
PixelsPerInch = 96
|
|
|
|
|
TextHeight = 12
|
|
|
|
|
object ToolBar1: TToolBar
|
|
|
|
|
Tag = 1
|
|
|
|
|
Left = 0
|
|
|
|
|
Top = 0
|
|
|
|
|
Width = 1530
|
|
|
|
|
Height = 38
|
|
|
|
|
AutoSize = True
|
|
|
|
|
ButtonHeight = 38
|
|
|
|
|
ButtonWidth = 91
|
|
|
|
|
Caption = 'ToolBar1'
|
|
|
|
|
DisabledImages = DataLink_Financial.ImageList_new32
|
|
|
|
|
Images = DataLink_Financial.ImageList_new32
|
|
|
|
|
List = True
|
|
|
|
|
ShowCaptions = True
|
|
|
|
|
TabOrder = 0
|
|
|
|
|
object TSave: TToolButton
|
|
|
|
|
Left = 0
|
|
|
|
|
Top = 0
|
|
|
|
|
AutoSize = True
|
|
|
|
|
Caption = #20445#23384
|
|
|
|
|
ImageIndex = 16
|
|
|
|
|
OnClick = TSaveClick
|
|
|
|
|
end
|
|
|
|
|
object ToolButton1: TToolButton
|
|
|
|
|
Left = 71
|
|
|
|
|
Top = 0
|
|
|
|
|
AutoSize = True
|
|
|
|
|
Caption = #22686#34892
|
|
|
|
|
ImageIndex = 2
|
|
|
|
|
OnClick = ToolButton1Click
|
|
|
|
|
end
|
|
|
|
|
object ToolButton2: TToolButton
|
|
|
|
|
Left = 142
|
|
|
|
|
Top = 0
|
|
|
|
|
AutoSize = True
|
|
|
|
|
Caption = #21024#34892
|
|
|
|
|
ImageIndex = 6
|
|
|
|
|
OnClick = ToolButton2Click
|
|
|
|
|
end
|
|
|
|
|
object ToolButton3: TToolButton
|
|
|
|
|
Left = 213
|
|
|
|
|
Top = 0
|
|
|
|
|
AutoSize = True
|
|
|
|
|
Caption = #20445#23384#26684#24335
|
|
|
|
|
ImageIndex = 16
|
|
|
|
|
OnClick = ToolButton3Click
|
|
|
|
|
end
|
|
|
|
|
object TBClose: TToolButton
|
|
|
|
|
Left = 308
|
|
|
|
|
Top = 0
|
|
|
|
|
AutoSize = True
|
|
|
|
|
Caption = #20851#38381
|
|
|
|
|
ImageIndex = 7
|
|
|
|
|
OnClick = TBCloseClick
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
object cxGrid1: TcxGrid
|
|
|
|
|
Left = 0
|
|
|
|
|
Top = 38
|
|
|
|
|
Width = 1530
|
|
|
|
|
Height = 466
|
|
|
|
|
Align = alClient
|
|
|
|
|
TabOrder = 1
|
|
|
|
|
object Tv1: TcxGridDBTableView
|
|
|
|
|
Navigator.Buttons.CustomButtons = <>
|
|
|
|
|
Navigator.Buttons.Delete.Enabled = False
|
|
|
|
|
Navigator.Buttons.Delete.Visible = False
|
|
|
|
|
ScrollbarAnnotations.CustomAnnotations = <>
|
|
|
|
|
DataController.DataSource = DataSource1
|
|
|
|
|
DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
|
|
|
|
|
DataController.Summary.DefaultGroupSummaryItems = <>
|
|
|
|
|
DataController.Summary.FooterSummaryItems = <
|
|
|
|
|
item
|
|
|
|
|
Kind = skSum
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Kind = skSum
|
|
|
|
|
Column = v1Money
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Kind = skSum
|
|
|
|
|
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
|
|
|
|
|
OptionsView.Indicator = True
|
|
|
|
|
Styles.Footer = DataLink_Financial.Default
|
|
|
|
|
Styles.Header = DataLink_Financial.Default
|
2024-08-10 17:13:44 +08:00
|
|
|
object Tv1Column6: TcxGridDBColumn
|
|
|
|
|
Caption = #27969#27700#21495
|
|
|
|
|
DataBinding.FieldName = 'FFID'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Options.Editing = False
|
|
|
|
|
Width = 91
|
|
|
|
|
end
|
2024-08-06 15:40:31 +08:00
|
|
|
object Tv1Column5: TcxGridDBColumn
|
|
|
|
|
Caption = #21457#29983#26085#26399
|
|
|
|
|
DataBinding.FieldName = 'FFTime'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
PropertiesClassName = 'TcxDateEditProperties'
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 77
|
|
|
|
|
end
|
|
|
|
|
object Tv1Column2: TcxGridDBColumn
|
|
|
|
|
Caption = #20844#21496#25260#22836
|
|
|
|
|
DataBinding.FieldName = 'OurCoName'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
|
|
|
|
Properties.Buttons = <
|
|
|
|
|
item
|
|
|
|
|
Default = True
|
|
|
|
|
Kind = bkEllipsis
|
|
|
|
|
end>
|
|
|
|
|
Properties.ReadOnly = True
|
|
|
|
|
Properties.OnButtonClick = Tv1Column2PropertiesButtonClick
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Styles.Header = DataLink_Financial.FontBlue
|
|
|
|
|
Width = 82
|
|
|
|
|
end
|
|
|
|
|
object Tv1Column4: TcxGridDBColumn
|
|
|
|
|
Caption = #35746#21333#21495
|
|
|
|
|
DataBinding.FieldName = 'OurOrdNo'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 77
|
|
|
|
|
end
|
|
|
|
|
object Tv1Column1: TcxGridDBColumn
|
|
|
|
|
Caption = #35745#21010#21333#21495
|
|
|
|
|
DataBinding.FieldName = 'OrderNo'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
|
|
|
|
Properties.Buttons = <
|
|
|
|
|
item
|
|
|
|
|
Default = True
|
|
|
|
|
Kind = bkEllipsis
|
|
|
|
|
end>
|
|
|
|
|
Properties.OnButtonClick = Tv1Column1PropertiesButtonClick
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 95
|
|
|
|
|
end
|
|
|
|
|
object Tv1Column3: TcxGridDBColumn
|
|
|
|
|
Caption = #25688#35201
|
|
|
|
|
DataBinding.FieldName = 'FFAbstract'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
|
|
|
|
Properties.Buttons = <
|
|
|
|
|
item
|
|
|
|
|
Default = True
|
|
|
|
|
Kind = bkEllipsis
|
|
|
|
|
end>
|
|
|
|
|
Properties.OnButtonClick = Tv1Column3PropertiesButtonClick
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 57
|
|
|
|
|
end
|
|
|
|
|
object v1Column3: TcxGridDBColumn
|
|
|
|
|
Caption = #36153#29992#31867#21035
|
|
|
|
|
DataBinding.FieldName = 'FFAbstractDL'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
|
|
|
|
Properties.Buttons = <
|
|
|
|
|
item
|
|
|
|
|
Default = True
|
|
|
|
|
Kind = bkEllipsis
|
|
|
|
|
end>
|
|
|
|
|
Properties.OnButtonClick = v1Column3PropertiesButtonClick
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 81
|
|
|
|
|
end
|
|
|
|
|
object v1Column4: TcxGridDBColumn
|
|
|
|
|
Caption = #25903#20986#20107#30001
|
|
|
|
|
DataBinding.FieldName = 'SubExpend'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 80
|
|
|
|
|
end
|
|
|
|
|
object v1Money: TcxGridDBColumn
|
|
|
|
|
Caption = #37329#39069
|
|
|
|
|
DataBinding.FieldName = 'Amount'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
PropertiesClassName = 'TcxTextEditProperties'
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 81
|
|
|
|
|
end
|
|
|
|
|
object v1Column5: TcxGridDBColumn
|
|
|
|
|
Caption = #35777#26126#20154
|
|
|
|
|
DataBinding.FieldName = 'Certifier'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
2024-08-10 17:13:44 +08:00
|
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
|
|
|
|
Properties.Buttons = <
|
|
|
|
|
item
|
|
|
|
|
Default = True
|
|
|
|
|
Kind = bkEllipsis
|
|
|
|
|
end>
|
|
|
|
|
Properties.OnButtonClick = v1Column5PropertiesButtonClick
|
2024-08-06 15:40:31 +08:00
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 53
|
|
|
|
|
end
|
|
|
|
|
object Tv1Column7: TcxGridDBColumn
|
|
|
|
|
Caption = #22791#27880
|
|
|
|
|
DataBinding.FieldName = 'Note'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 66
|
|
|
|
|
end
|
|
|
|
|
object Tv1Column8: TcxGridDBColumn
|
|
|
|
|
Caption = #32463#25163#20154
|
|
|
|
|
DataBinding.FieldName = 'handler'
|
|
|
|
|
DataBinding.IsNullValueType = True
|
|
|
|
|
PropertiesClassName = 'TcxButtonEditProperties'
|
|
|
|
|
Properties.Buttons = <
|
|
|
|
|
item
|
|
|
|
|
Default = True
|
|
|
|
|
Kind = bkEllipsis
|
|
|
|
|
end>
|
|
|
|
|
HeaderAlignmentHorz = taCenter
|
|
|
|
|
Width = 54
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
object cxGridLevel1: TcxGridLevel
|
|
|
|
|
GridView = Tv1
|
|
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
object DataSource1: TDataSource
|
|
|
|
|
DataSet = CDS_Invoice
|
|
|
|
|
Left = 516
|
|
|
|
|
Top = 280
|
|
|
|
|
end
|
|
|
|
|
object CDS_Invoice: TClientDataSet
|
|
|
|
|
Aggregates = <>
|
|
|
|
|
Params = <>
|
|
|
|
|
Left = 384
|
|
|
|
|
Top = 268
|
|
|
|
|
end
|
|
|
|
|
object GPM_1: TcxGridPopupMenu
|
|
|
|
|
Grid = cxGrid1
|
|
|
|
|
PopupMenus = <>
|
|
|
|
|
Left = 280
|
|
|
|
|
Top = 112
|
|
|
|
|
end
|
|
|
|
|
object ADOQueryTmp: TADOQuery
|
|
|
|
|
Connection = DataLink_Financial.ADOLink
|
|
|
|
|
Parameters = <>
|
|
|
|
|
Left = 96
|
|
|
|
|
Top = 116
|
|
|
|
|
end
|
|
|
|
|
object ADOQueryCmd: TADOQuery
|
|
|
|
|
Connection = DataLink_Financial.ADOLink
|
|
|
|
|
Parameters = <>
|
|
|
|
|
Left = 180
|
|
|
|
|
Top = 116
|
|
|
|
|
end
|
|
|
|
|
end
|