object frmWorkDeptFeeBXFKList: TfrmWorkDeptFeeBXFKList
  Left = 79
  Top = 109
  Width = 1263
  Height = 547
  Caption = #36153#29992#25253#38144#20184#27454
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 1247
    AutoSize = True
    ButtonHeight = 30
    ButtonWidth = 83
    Caption = 'ToolBar1'
    Color = clSkyBlue
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Images = DataLink_CYZZ.ThreeImgList
    List = True
    ParentColor = False
    ParentFont = False
    ShowCaptions = True
    TabOrder = 0
    object TBRafresh: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = #21047#26032
      ImageIndex = 0
      OnClick = TBRafreshClick
    end
    object ToolButton2: TToolButton
      Left = 63
      Top = 0
      AutoSize = True
      Caption = #36807#28388
      ImageIndex = 20
      OnClick = ToolButton2Click
    end
    object ToolButton4: TToolButton
      Left = 126
      Top = 0
      AutoSize = True
      Caption = #26032#22686
      ImageIndex = 1
      OnClick = ToolButton4Click
    end
    object ToolButton5: TToolButton
      Left = 189
      Top = 0
      AutoSize = True
      Caption = #20462#25913
      ImageIndex = 11
      OnClick = ToolButton5Click
    end
    object ToolButton1: TToolButton
      Left = 252
      Top = 0
      AutoSize = True
      Caption = #21024#38500
      ImageIndex = 3
      OnClick = ToolButton1Click
    end
    object ToolButton3: TToolButton
      Left = 315
      Top = 0
      AutoSize = True
      Caption = #25805#20316#35828#26126
      ImageIndex = 41
      OnClick = ToolButton3Click
    end
    object TBClose: TToolButton
      Left = 402
      Top = 0
      AutoSize = True
      Caption = #20851#38381
      ImageIndex = 21
      OnClick = TBCloseClick
    end
  end
  object cxGrid1: TcxGrid
    Left = 0
    Top = 86
    Width = 1247
    Height = 226
    Align = alClient
    TabOrder = 1
    object Tv1: TcxGridDBTableView
      OnMouseDown = Tv1MouseDown
      NavigatorButtons.ConfirmDelete = False
      DataController.DataSource = DataSource1
      DataController.Summary.DefaultGroupSummaryItems = <
        item
          Kind = skSum
          Position = spFooter
          Column = v1Column2
        end>
      DataController.Summary.FooterSummaryItems = <
        item
          Kind = skSum
          Column = v1Column2
        end>
      DataController.Summary.SummaryGroups = <>
      OptionsCustomize.ColumnFiltering = False
      OptionsSelection.CellSelect = False
      OptionsView.Footer = True
      OptionsView.GroupByBox = False
      OptionsView.GroupFooters = gfAlwaysVisible
      Styles.Inactive = DataLink_CYZZ.SHuangSeCu
      Styles.IncSearch = DataLink_CYZZ.SHuangSeCu
      Styles.Selection = DataLink_CYZZ.SHuangSeCu
      Styles.Header = DataLink_CYZZ.Default
      object v1Column7: TcxGridDBColumn
        Caption = #20184#27454#26085#26399
        DataBinding.FieldName = 'FKDate'
        PropertiesClassName = 'TcxDateEditProperties'
        Properties.SaveTime = False
        Properties.ShowTime = False
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 101
      end
      object v1Column17: TcxGridDBColumn
        Caption = #25253#38144#20154
        DataBinding.FieldName = 'Worker'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 80
      end
      object v1Column1: TcxGridDBColumn
        Caption = #20184#27454#26041#24335
        DataBinding.FieldName = 'FKType'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 91
      end
      object v1Column2: TcxGridDBColumn
        Caption = #20184#27454#37329#39069
        DataBinding.FieldName = 'FKMoney'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        HeaderAlignmentHorz = taCenter
        HeaderAlignmentVert = vaCenter
        HeaderGlyphAlignmentHorz = taCenter
        Options.Editing = False
        Styles.Content = DataLink_CYZZ.FontBlue
        Styles.Footer = DataLink_CYZZ.FontBlue
        Styles.Header = DataLink_CYZZ.FontBlue
        Width = 131
      end
      object v1Column5: TcxGridDBColumn
        Caption = #38134#34892#21517#31216
        DataBinding.FieldName = 'BankName'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        HeaderAlignmentHorz = taCenter
        HeaderAlignmentVert = vaCenter
        HeaderGlyphAlignmentHorz = taCenter
        Options.Editing = False
        Styles.Header = DataLink_CYZZ.Default
        Width = 143
      end
      object v1Column3: TcxGridDBColumn
        Caption = #38134#34892#36134#21495
        DataBinding.FieldName = 'BankNo'
        HeaderAlignmentHorz = taCenter
        Width = 121
      end
      object v1Column11: TcxGridDBColumn
        Caption = #22791#27880
        DataBinding.FieldName = 'Note'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 181
      end
    end
    object cxGrid1Level1: TcxGridLevel
      GridView = Tv1
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 32
    Width = 1247
    Height = 54
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = clSkyBlue
    TabOrder = 2
    object Label1: TLabel
      Left = 23
      Top = 22
      Width = 52
      Height = 12
      Caption = #26597#35810#26085#26399
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 161
      Top = 22
      Width = 18
      Height = 12
      Caption = '---'
    end
    object Label6: TLabel
      Left = 279
      Top = 22
      Width = 39
      Height = 12
      Caption = #25253#38144#20154
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label3: TLabel
      Left = 407
      Top = 22
      Width = 52
      Height = 12
      Caption = #20184#27454#26041#24335
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 551
      Top = 22
      Width = 52
      Height = 12
      Caption = #38134#34892#21517#31216
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 699
      Top = 22
      Width = 52
      Height = 12
      Caption = #38134#34892#36134#21495
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object BegDate: TDateTimePicker
      Left = 76
      Top = 18
      Width = 85
      Height = 20
      Date = 40675.464742650460000000
      Format = 'yyyy-MM-dd'
      Time = 40675.464742650460000000
      TabOrder = 0
    end
    object EndDate: TDateTimePicker
      Left = 179
      Top = 18
      Width = 86
      Height = 20
      Date = 40675.464761099540000000
      Format = 'yyyy-MM-dd'
      Time = 40675.464761099540000000
      TabOrder = 1
    end
    object Worker: TEdit
      Tag = 2
      Left = 320
      Top = 18
      Width = 73
      Height = 20
      TabOrder = 2
      OnChange = WorkerChange
    end
    object FKType: TEdit
      Tag = 2
      Left = 461
      Top = 18
      Width = 73
      Height = 20
      TabOrder = 3
      OnChange = WorkerChange
    end
    object BankName: TEdit
      Tag = 2
      Left = 603
      Top = 18
      Width = 73
      Height = 20
      TabOrder = 4
      OnChange = WorkerChange
    end
    object BankNo: TEdit
      Tag = 2
      Left = 751
      Top = 18
      Width = 73
      Height = 20
      TabOrder = 5
      OnChange = WorkerChange
    end
  end
  object cxSplitter1: TcxSplitter
    Left = 0
    Top = 312
    Width = 1247
    Height = 8
    HotZoneClassName = 'TcxMediaPlayer9Style'
    AlignSplitter = salBottom
    Control = cxGrid2
  end
  object cxGrid2: TcxGrid
    Left = 0
    Top = 320
    Width = 1247
    Height = 188
    Align = alBottom
    TabOrder = 4
    object Tv2: TcxGridDBTableView
      NavigatorButtons.ConfirmDelete = False
      DataController.DataSource = DataSource2
      DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
      DataController.Summary.DefaultGroupSummaryItems = <
        item
          Format = 'C_Code'
        end
        item
          Format = '0'
          Position = spFooter
        end
        item
          Format = '0'
          Position = spFooter
        end
        item
          Format = '0'
          Position = spFooter
        end
        item
          Format = '0'
          Position = spFooter
        end
        item
          Format = '0'
          Position = spFooter
        end>
      DataController.Summary.FooterSummaryItems = <
        item
          Kind = skSum
          Column = v1MSMoney
        end
        item
          Kind = skSum
          Column = cxGridDBColumn7
        end
        item
          Kind = skSum
          Column = v2Column5
        end
        item
          Kind = skSum
          Column = v2Column6
        end
        item
          Kind = skSum
          Column = v2Column7
        end>
      DataController.Summary.SummaryGroups = <>
      OptionsBehavior.FocusCellOnTab = True
      OptionsBehavior.GoToNextCellOnEnter = True
      OptionsBehavior.FocusCellOnCycle = True
      OptionsCustomize.ColumnFiltering = False
      OptionsSelection.CellSelect = False
      OptionsView.Footer = True
      OptionsView.GroupByBox = False
      Styles.Header = DataLink_CYZZ.Default
      object v2Column2: TcxGridDBColumn
        Caption = #26085#26399
        DataBinding.FieldName = 'WFDate'
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 70
      end
      object v2Column8: TcxGridDBColumn
        Caption = #25253#38144#21333#21495
        DataBinding.FieldName = 'BXNO'
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 98
      end
      object v2Column3: TcxGridDBColumn
        Caption = #25253#38144#20154
        DataBinding.FieldName = 'Worker'
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 72
      end
      object v2Column9: TcxGridDBColumn
        Caption = #37096#38376#20998#31867
        DataBinding.FieldName = 'Dept'
        HeaderAlignmentHorz = taCenter
        Width = 92
      end
      object v2Column4: TcxGridDBColumn
        Caption = #22823#31867
        DataBinding.FieldName = 'WFType'
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 81
      end
      object v2Column10: TcxGridDBColumn
        Caption = #23567#31867
        DataBinding.FieldName = 'WFTypeSub'
        HeaderAlignmentHorz = taCenter
        Width = 93
      end
      object v2Column1: TcxGridDBColumn
        Caption = #35746#21333#21495
        DataBinding.FieldName = 'OrderNo'
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 89
      end
      object cxGridDBColumn2: TcxGridDBColumn
        Caption = #20379#24212#21830
        DataBinding.FieldName = 'FactoryName'
        PropertiesClassName = 'TcxButtonEditProperties'
        Properties.Buttons = <
          item
            Default = True
            Kind = bkEllipsis
          end>
        Properties.ReadOnly = True
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 89
      end
      object cxGridDBColumn3: TcxGridDBColumn
        Caption = #36135#29289#21517#31216
        DataBinding.FieldName = 'KeMu'
        PropertiesClassName = 'TcxButtonEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        Properties.Buttons = <
          item
            Default = True
            Kind = bkEllipsis
          end>
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 85
      end
      object cxGridDBColumn4: TcxGridDBColumn
        Caption = #25968#37327
        DataBinding.FieldName = 'Qty'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        Properties.CharCase = ecUpperCase
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 55
      end
      object cxGridDBColumn5: TcxGridDBColumn
        Caption = #21333#20301
        DataBinding.FieldName = 'QtyUnit'
        PropertiesClassName = 'TcxButtonEditProperties'
        Properties.Buttons = <
          item
            Default = True
            Kind = bkEllipsis
          end>
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 51
      end
      object cxGridDBColumn6: TcxGridDBColumn
        Caption = #21333#20215
        DataBinding.FieldName = 'Price'
        PropertiesClassName = 'TcxTextEditProperties'
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 54
      end
      object v1MSMoney: TcxGridDBColumn
        Caption = #37329#39069
        DataBinding.FieldName = 'Money'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        Properties.ReadOnly = True
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 75
      end
      object cxGridDBColumn7: TcxGridDBColumn
        Caption = #24320#31080#37329#39069
        DataBinding.FieldName = 'MoneyKP'
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 64
      end
      object cxGridDBColumn8: TcxGridDBColumn
        Caption = #25910#27454#20154
        DataBinding.FieldName = 'FactoryNameKP'
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 69
      end
      object v2Column5: TcxGridDBColumn
        Caption = #24050#25253#38144#37329#39069
        DataBinding.FieldName = 'BXMoney'
        Options.Editing = False
        Width = 73
      end
      object v2Column6: TcxGridDBColumn
        Caption = #24453#25253#38144#37329#39069
        DataBinding.FieldName = 'DHXMoney'
        Options.Editing = False
        Width = 74
      end
      object v2Column7: TcxGridDBColumn
        Caption = #25253#38144#37329#39069
        DataBinding.FieldName = 'BCHXMoney'
        PropertiesClassName = 'TcxTextEditProperties'
        HeaderAlignmentHorz = taCenter
        Styles.Content = DataLink_CYZZ.FontBlue
        Styles.Footer = DataLink_CYZZ.FontBlue
        Styles.Header = DataLink_CYZZ.FontBlue
        Width = 62
      end
      object v1Column9: TcxGridDBColumn
        Caption = #22791#27880
        DataBinding.FieldName = 'SNote'
        PropertiesClassName = 'TcxTextEditProperties'
        Properties.Alignment.Horz = taCenter
        Properties.Alignment.Vert = taVCenter
        HeaderAlignmentHorz = taCenter
        Options.Editing = False
        Width = 91
      end
    end
    object cxGridLevel1: TcxGridLevel
      GridView = Tv2
    end
  end
  object cxGridPopupMenu1: TcxGridPopupMenu
    Grid = cxGrid1
    PopupMenus = <>
    Left = 592
    Top = 160
  end
  object ADOQueryCmd: TADOQuery
    Connection = DataLink_CYZZ.ADOLink
    Parameters = <>
    Left = 688
    Top = 8
  end
  object ADOQueryMain: TADOQuery
    Connection = DataLink_CYZZ.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 720
    Top = 8
  end
  object ADOQueryTemp: TADOQuery
    Connection = DataLink_CYZZ.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 760
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Order_Main
    Left = 848
    Top = 8
  end
  object Order_Main: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 815
    Top = 7
  end
  object cxGridPopupMenu2: TcxGridPopupMenu
    Grid = cxGrid2
    PopupMenus = <>
    Left = 581
    Top = 384
  end
  object DataSource2: TDataSource
    DataSet = ClientDataSet2
    Left = 616
    Top = 384
  end
  object ClientDataSet2: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 645
    Top = 385
  end
end