object frmDyeProcessInput: TfrmDyeProcessInput
  Left = 191
  Top = 136
  Caption = #24037#24207#24405#20837
  ClientHeight = 596
  ClientWidth = 1313
  Color = clWhite
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 1313
    Height = 38
    AutoSize = True
    ButtonHeight = 38
    ButtonWidth = 91
    Caption = 'ToolBar1'
    Color = clSkyBlue
    DisabledImages = DataLink_DyePlan.ImageList_new32
    Images = DataLink_DyePlan.ImageList_new32
    List = True
    ParentColor = False
    ShowCaptions = True
    TabOrder = 0
    object ToolButton3: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = #20445#23384
      ImageIndex = 16
      OnClick = ToolButton3Click
    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 ToolButton4: TToolButton
      Left = 213
      Top = 0
      AutoSize = True
      Caption = #20445#23384#26684#24335
      ImageIndex = 16
      OnClick = ToolButton4Click
    end
    object TBClose: TToolButton
      Left = 308
      Top = 0
      AutoSize = True
      Caption = #20851#38381
      ImageIndex = 7
      OnClick = TBCloseClick
    end
  end
  object cxGrid2: TcxGrid
    Left = 0
    Top = 38
    Width = 1313
    Height = 558
    Align = alClient
    TabOrder = 1
    object Tv2: TcxGridDBTableView
      Navigator.Buttons.CustomButtons = <>
      Navigator.Buttons.Delete.Enabled = False
      Navigator.Buttons.Delete.Visible = False
      DataController.DataSource = DS_HZ
      DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoImmediatePost]
      DataController.Summary.DefaultGroupSummaryItems = <>
      DataController.Summary.FooterSummaryItems = <
        item
          Kind = skSum
        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.GroupByBox = False
      Styles.IncSearch = DataLink_DyePlan.SHuangSe
      Styles.Header = DataLink_DyePlan.handBlack
      Styles.Inactive = DataLink_DyePlan.SHuangSe
      Styles.Selection = DataLink_DyePlan.SHuangSe
      object v2PSName: TcxGridDBColumn
        Caption = #24037#24207#21517#31216
        DataBinding.FieldName = 'PSName'
        HeaderAlignmentHorz = taCenter
        Width = 98
      end
      object v2PSNote: TcxGridDBColumn
        Caption = #24037#24207#31867#21035
        DataBinding.FieldName = 'PSType'
        HeaderAlignmentHorz = taCenter
        Width = 72
      end
      object v2SYRName: TcxGridDBColumn
        Caption = #36710#38388#21517#31216
        DataBinding.FieldName = 'Workshop'
        PropertiesClassName = 'TcxButtonEditProperties'
        Properties.Buttons = <
          item
            Default = True
            Kind = bkEllipsis
          end>
        Properties.OnButtonClick = v2SYRNamePropertiesButtonClick
        HeaderAlignmentHorz = taCenter
        Width = 73
      end
      object vLDPrice: TcxGridDBColumn
        Caption = #21333#20215
        DataBinding.FieldName = 'Price'
        HeaderAlignmentHorz = taCenter
        Width = 69
      end
      object v2Column1: TcxGridDBColumn
        Caption = #22791#27880
        DataBinding.FieldName = 'Note'
        PropertiesClassName = 'TcxTextEditProperties'
        HeaderAlignmentHorz = taCenter
        Width = 101
      end
    end
    object cxGridLevel1: TcxGridLevel
      GridView = Tv2
    end
  end
  object ADOQueryTemp: TADOQuery
    Connection = DataLink_DyePlan.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 719
    Top = 128
  end
  object ADOQueryCmd: TADOQuery
    Connection = DataLink_DyePlan.ADOLink
    Parameters = <>
    Left = 992
    Top = 172
  end
  object ADOQueryMain: TADOQuery
    Connection = DataLink_DyePlan.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 895
    Top = 129
  end
  object GPM_2: TcxGridPopupMenu
    Grid = cxGrid2
    PopupMenus = <>
    Left = 641
    Top = 342
  end
  object DS_HZ: TDataSource
    DataSet = CDS_HZ
    Left = 803
    Top = 275
  end
  object CDS_HZ: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 687
    Top = 240
  end
end