object frmClothContractListWJG: TfrmClothContractListWJG
  Left = 145
  Top = 32
  Width = 1031
  Height = 706
  Caption = #22806#21152#24037
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 1023
    AutoSize = True
    ButtonHeight = 30
    ButtonWidth = 107
    Caption = 'ToolBar1'
    Color = clSkyBlue
    Flat = True
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Images = DataLink_TradeManage.ThreeImgList
    List = True
    ParentColor = False
    ParentFont = False
    ShowCaptions = True
    TabOrder = 0
    object TBRafresh: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = #21047#26032
      ImageIndex = 2
      OnClick = TBRafreshClick
    end
    object TBFind: TToolButton
      Left = 63
      Top = 0
      AutoSize = True
      Caption = #36807#28388
      ImageIndex = 59
      OnClick = TBFindClick
    end
    object TBClose: TToolButton
      Left = 126
      Top = 0
      AutoSize = True
      Caption = #20851#38381
      ImageIndex = 55
      OnClick = TBCloseClick
    end
    object ToolButton2: TToolButton
      Left = 189
      Top = 0
      AutoSize = True
      Caption = #22686#34892
      ImageIndex = 103
      Visible = False
      OnClick = ToolButton2Click
    end
    object ToolButton3: TToolButton
      Left = 252
      Top = 0
      AutoSize = True
      Caption = #21024#34892
      ImageIndex = 107
      Visible = False
      OnClick = ToolButton3Click
    end
    object ToolButton4: TToolButton
      Left = 315
      Top = 0
      AutoSize = True
      Caption = #21040#22383#30830#23450
      ImageIndex = 113
      Visible = False
    end
    object ToolButton5: TToolButton
      Left = 402
      Top = 0
      Caption = #22383#24067#39046#26009#30830#23450
      ImageIndex = 114
      Visible = False
      OnClick = ToolButton5Click
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 32
    Width = 1023
    Height = 54
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = clSkyBlue
    TabOrder = 1
    object Label1: TLabel
      Left = 23
      Top = 22
      Width = 52
      Height = 12
      Caption = #30331#35760#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 Label3: TLabel
      Left = 283
      Top = 22
      Width = 52
      Height = 12
      Caption = #20219#21153#21333#21495
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 444
      Top = 22
      Width = 52
      Height = 12
      Caption = #20135#21697#21517#31216
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 612
      Top = 22
      Width = 26
      Height = 12
      Caption = #35268#26684
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label6: TLabel
      Left = 748
      Top = 22
      Width = 39
      Height = 12
      Caption = #22383#24067#21378
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label7: TLabel
      Left = 892
      Top = 22
      Width = 26
      Height = 12
      Caption = #26579#21378
      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 ConNo: TEdit
      Tag = 2
      Left = 337
      Top = 18
      Width = 81
      Height = 20
      TabOrder = 2
      OnChange = ConNoChange
      OnKeyPress = ConNoKeyPress
    end
    object C_CodeName: TEdit
      Tag = 2
      Left = 497
      Top = 18
      Width = 83
      Height = 20
      TabOrder = 3
      OnChange = ConNoChange
    end
    object C_Spec: TEdit
      Tag = 2
      Left = 640
      Top = 18
      Width = 83
      Height = 20
      TabOrder = 4
      OnChange = ConNoChange
    end
    object FactoryNoName: TEdit
      Tag = 2
      Left = 792
      Top = 18
      Width = 83
      Height = 20
      TabOrder = 5
      OnChange = ConNoChange
    end
    object FirstName: TEdit
      Tag = 2
      Left = 920
      Top = 18
      Width = 83
      Height = 20
      TabOrder = 6
      OnChange = ConNoChange
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 371
    Width = 1023
    Height = 301
    Align = alBottom
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object cxGrid3: TcxGrid
      Left = 2
      Top = 34
      Width = 1019
      Height = 265
      Align = alClient
      TabOrder = 0
      object Tv3: TcxGridDBTableView
        NavigatorButtons.ConfirmDelete = False
        DataController.DataSource = DataSource3
        DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
        DataController.Summary.DefaultGroupSummaryItems = <>
        DataController.Summary.FooterSummaryItems = <
          item
            Kind = skSum
            Column = v3Column2
          end
          item
            Kind = skSum
            Column = v3Column3
          end>
        DataController.Summary.SummaryGroups = <>
        OptionsBehavior.FocusCellOnTab = True
        OptionsBehavior.GoToNextCellOnEnter = True
        OptionsBehavior.FocusCellOnCycle = True
        OptionsCustomize.ColumnFiltering = False
        OptionsView.Footer = True
        OptionsView.GroupByBox = False
        Styles.Header = DataLink_TradeManage.Default
        object v3Column6: TcxGridDBColumn
          Caption = #39046#26009#26085#26399
          DataBinding.FieldName = 'TPDate'
          PropertiesClassName = 'TcxDateEditProperties'
          Properties.SaveTime = False
          Properties.ShowTime = False
          HeaderAlignmentHorz = taCenter
          Width = 95
        end
        object v3Column10: TcxGridDBColumn
          Caption = #21152#24037#21378
          DataBinding.FieldName = 'ToName'
          PropertiesClassName = 'TcxButtonEditProperties'
          Properties.Buttons = <
            item
              Default = True
              Kind = bkEllipsis
            end>
          Properties.ReadOnly = True
          Properties.OnButtonClick = v3Column10PropertiesButtonClick
          HeaderAlignmentHorz = taCenter
          Width = 73
        end
        object v3Column3: TcxGridDBColumn
          Caption = #25237#22383#21305#25968
          DataBinding.FieldName = 'Qty1'
          Visible = False
          HeaderAlignmentHorz = taCenter
          Styles.Header = DataLink_TradeManage.Default
          Width = 63
        end
        object v3gangNO: TcxGridDBColumn
          Caption = #32568#21495
          DataBinding.FieldName = 'gangNO'
          HeaderAlignmentHorz = taCenter
          Width = 80
        end
        object v3JGType: TcxGridDBColumn
          Caption = #21152#24037#31867#21035
          DataBinding.FieldName = 'JGType'
          PropertiesClassName = 'TcxComboBoxProperties'
          Properties.DropDownListStyle = lsFixedList
          Properties.Items.Strings = (
            #27491#24120#21152#24037
            #22238#20462#21152#24037)
          Properties.ReadOnly = False
          HeaderAlignmentHorz = taCenter
          Width = 60
        end
        object v3Column9: TcxGridDBColumn
          Caption = #21305#25968#37327
          DataBinding.FieldName = 'TPPS'
          HeaderAlignmentHorz = taCenter
          Width = 61
        end
        object v3Column2: TcxGridDBColumn
          Caption = #25968#37327'('#35745#21010')'
          DataBinding.FieldName = 'TPQty'
          PropertiesClassName = 'TcxTextEditProperties'
          Properties.OnEditValueChanged = v3Column2PropertiesEditValueChanged
          HeaderAlignmentHorz = taCenter
          Styles.Header = DataLink_TradeManage.Default
          Width = 97
        end
        object v3Column4: TcxGridDBColumn
          Caption = #29983#20135#25968#37327
          DataBinding.FieldName = 'Qty2'
          PropertiesClassName = 'TcxTextEditProperties'
          Properties.OnEditValueChanged = v3Column2PropertiesEditValueChanged
          HeaderAlignmentHorz = taCenter
          Width = 85
        end
        object v3Column5: TcxGridDBColumn
          Caption = #35745#21010#32553#29575'(%)'
          DataBinding.FieldName = 'Qty3'
          PropertiesClassName = 'TcxTextEditProperties'
          HeaderAlignmentHorz = taCenter
          Width = 85
        end
        object v3Column1: TcxGridDBColumn
          Caption = #25968#37327#21333#20301
          DataBinding.FieldName = 'TPUnit'
          PropertiesClassName = 'TcxComboBoxProperties'
          Properties.DropDownListStyle = lsFixedList
          Properties.Items.Strings = (
            'M'
            'Kg')
          HeaderAlignmentHorz = taCenter
          Width = 68
        end
        object v3Column7: TcxGridDBColumn
          Caption = #39046#26009#20154
          DataBinding.FieldName = 'TPPerson'
          HeaderAlignmentHorz = taCenter
          Width = 75
        end
        object v3Column11: TcxGridDBColumn
          Caption = #21152#24037#21333#20215
          DataBinding.FieldName = 'JGPrice'
          HeaderAlignmentHorz = taCenter
          Width = 59
        end
        object v3Column8: TcxGridDBColumn
          Caption = #22791#27880
          DataBinding.FieldName = 'TPNote'
          HeaderAlignmentHorz = taCenter
          Width = 105
        end
      end
      object cxGridLevel1: TcxGridLevel
        GridView = Tv3
      end
    end
    object ToolBar2: TToolBar
      Left = 2
      Top = 2
      Width = 1019
      AutoSize = True
      ButtonHeight = 30
      ButtonWidth = 95
      Caption = 'ToolBar1'
      Color = clSkyBlue
      Flat = True
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      Images = DataLink_TradeManage.ThreeImgList
      List = True
      ParentColor = False
      ParentFont = False
      ShowCaptions = True
      TabOrder = 1
      object ToolButton8: TToolButton
        Left = 0
        Top = 0
        AutoSize = True
        Caption = #22686#34892
        ImageIndex = 103
        OnClick = ToolButton2Click
      end
      object ToolButton9: TToolButton
        Left = 63
        Top = 0
        AutoSize = True
        Caption = #21024#34892
        ImageIndex = 107
        OnClick = ToolButton3Click
      end
      object ToolButton11: TToolButton
        Left = 126
        Top = 0
        Caption = #21518#21152#24037#30830#23450
        ImageIndex = 114
        OnClick = ToolButton5Click
      end
    end
  end
  object cxSplitter1: TcxSplitter
    Left = 0
    Top = 363
    Width = 1023
    Height = 8
    HotZoneClassName = 'TcxMediaPlayer9Style'
    AlignSplitter = salBottom
    Control = Panel2
  end
  object cxGrid1: TcxGrid
    Left = 0
    Top = 86
    Width = 1023
    Height = 277
    Align = alClient
    TabOrder = 4
    object Tv1: TcxGridDBTableView
      NavigatorButtons.ConfirmDelete = False
      OnCellClick = Tv1CellClick
      DataController.DataSource = DataSource1
      DataController.Summary.DefaultGroupSummaryItems = <>
      DataController.Summary.FooterSummaryItems = <
        item
          Kind = skSum
        end
        item
          Kind = skSum
        end
        item
          Kind = skSum
        end
        item
          Kind = skSum
          Column = v1Column9
        end
        item
          Kind = skSum
          Column = v1Column10
        end
        item
          Kind = skSum
          Column = v1Column12
        end
        item
          Kind = skSum
          Column = v1Column13
        end
        item
          Kind = skSum
          Column = v1Column11
        end
        item
          Kind = skSum
          Column = v1Column1
        end>
      DataController.Summary.SummaryGroups = <>
      OptionsCustomize.ColumnFiltering = False
      OptionsData.Editing = False
      OptionsSelection.CellSelect = False
      OptionsView.Footer = True
      OptionsView.GroupByBox = False
      Styles.Inactive = DataLink_TradeManage.SHuangSe
      Styles.IncSearch = DataLink_TradeManage.SHuangSe
      Styles.Selection = DataLink_TradeManage.SHuangSe
      Styles.Header = DataLink_TradeManage.Default
      object v1Column3: TcxGridDBColumn
        Caption = #20219#21153#21333#21495
        DataBinding.FieldName = 'ConNo'
        HeaderAlignmentHorz = taCenter
        Width = 82
      end
      object v1Column2: TcxGridDBColumn
        Caption = #20135#21697#21517#31216
        DataBinding.FieldName = 'C_CodeName'
        HeaderAlignmentHorz = taCenter
        Styles.Header = DataLink_TradeManage.Default
        Width = 112
      end
      object v1FactoryNo1Name: TcxGridDBColumn
        Caption = #22383#24067#21378
        DataBinding.FieldName = 'FactoryNoName'
        HeaderAlignmentHorz = taCenter
        Styles.Header = DataLink_TradeManage.Default
        Width = 79
      end
      object v1JGType: TcxGridDBColumn
        Caption = #21152#24037#31867#21035
        DataBinding.FieldName = 'JGType'
        HeaderAlignmentHorz = taCenter
        Width = 60
      end
      object v1gangNO: TcxGridDBColumn
        Caption = #32568#21495
        DataBinding.FieldName = 'gangNO'
        HeaderAlignmentHorz = taCenter
        Width = 70
      end
      object v1PRTSpec: TcxGridDBColumn
        Caption = #35268#26684
        DataBinding.FieldName = 'C_Spec'
        HeaderAlignmentHorz = taCenter
        Styles.Header = DataLink_TradeManage.Default
        Width = 106
      end
      object v1Column5: TcxGridDBColumn
        Caption = #26579#21378
        DataBinding.FieldName = 'FirstName'
        Visible = False
        HeaderAlignmentHorz = taCenter
        Styles.Header = DataLink_TradeManage.Default
        Width = 84
      end
      object v1LLidx: TcxGridDBColumn
        Caption = #39034#24207
        DataBinding.FieldName = 'LLidx'
        HeaderAlignmentHorz = taCenter
        Width = 50
      end
      object v1PRTMF: TcxGridDBColumn
        Caption = #38376#24133'(cm)'
        DataBinding.FieldName = 'MFQty'
        HeaderAlignmentHorz = taCenter
        Styles.Header = DataLink_TradeManage.Default
        Width = 63
      end
      object v1PRTKZ: TcxGridDBColumn
        Caption = #20811#37325'(g/'#13217')'
        DataBinding.FieldName = 'KZQty'
        HeaderAlignmentHorz = taCenter
        Styles.Header = DataLink_TradeManage.Default
        Width = 72
      end
      object v1OrderUnit: TcxGridDBColumn
        Caption = #21333#20301
        DataBinding.FieldName = 'TPUnit'
        HeaderAlignmentHorz = taCenter
        Styles.Header = DataLink_TradeManage.Default
        Width = 64
      end
      object v1Column9: TcxGridDBColumn
        Caption = #21322#25104#21697#21305#25968
        DataBinding.FieldName = 'TPPS'
        HeaderAlignmentHorz = taCenter
        Width = 73
      end
      object v1Column10: TcxGridDBColumn
        Caption = #21322#25104#21697#25968#37327
        DataBinding.FieldName = 'BCPQty'
        HeaderAlignmentHorz = taCenter
        Width = 72
      end
      object v1Column12: TcxGridDBColumn
        Caption = #20986#24211#21305#25968
        DataBinding.FieldName = 'HCPS'
        HeaderAlignmentHorz = taCenter
        Width = 60
      end
      object v1Column13: TcxGridDBColumn
        Caption = #20986#24211#25968#37327
        DataBinding.FieldName = 'HCQty'
        HeaderAlignmentHorz = taCenter
        Width = 59
      end
      object v1Column11: TcxGridDBColumn
        Caption = #24211#23384#21305#25968
        DataBinding.FieldName = 'KCPS'
        HeaderAlignmentHorz = taCenter
        Width = 60
      end
      object v1Column1: TcxGridDBColumn
        Caption = #24211#23384#25968#37327
        DataBinding.FieldName = 'KCQty'
        HeaderAlignmentHorz = taCenter
        Styles.Header = DataLink_TradeManage.Default
        Width = 65
      end
    end
    object cxGrid1Level1: TcxGridLevel
      GridView = Tv1
    end
  end
  object cxGridPopupMenu1: TcxGridPopupMenu
    Grid = cxGrid1
    PopupMenus = <>
    Left = 752
    Top = 216
  end
  object ADOQueryCmd: TADOQuery
    Connection = DataLink_TradeManage.ADOLink
    Parameters = <>
    Left = 936
  end
  object ADOQueryMain: TADOQuery
    Connection = DataLink_TradeManage.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 1000
  end
  object ADOQueryTemp: TADOQuery
    Connection = DataLink_TradeManage.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 1040
    Top = 8
  end
  object DataSource1: TDataSource
    DataSet = Order_Main
    Left = 1168
    Top = 8
  end
  object Order_Main: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 1096
    Top = 8
  end
  object ClientDataSet3: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 1112
    Top = 240
  end
  object DataSource2: TDataSource
    DataSet = ClientDataSet2
    Left = 880
    Top = 176
  end
  object DataSource3: TDataSource
    DataSet = ClientDataSet3
    Left = 1112
    Top = 216
  end
  object ClientDataSet2: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 920
    Top = 224
  end
  object RM1: TRMGridReport
    ThreadPrepareReport = True
    InitialZoom = pzDefault
    PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbPageSetup, pbExit, 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 = 352
    Top = 192
    ReportData = {}
  end
  object RMDBMain: TRMDBDataSet
    Visible = True
    DataSet = Order_Main
    Left = 400
    Top = 192
  end
  object RMXLSExport1: TRMXLSExport
    ShowAfterExport = True
    ExportPrecision = 1
    PagesOfSheet = 1
    ExportImages = True
    ExportFrames = True
    ExportImageFormat = ifBMP
    JPEGQuality = 0
    ScaleX = 1.000000000000000000
    ScaleY = 1.000000000000000000
    CompressFile = False
    Left = 416
    Top = 248
  end
  object cxGridPopupMenu2: TcxGridPopupMenu
    Grid = cxGrid3
    PopupMenus = <>
    Left = 1168
    Top = 464
  end
end