inherited frmSYDept: TfrmSYDept
  Left = 312
  Top = 149
  Caption = #32452#32455#32467#26500
  ClientHeight = 470
  ClientWidth = 988
  ExplicitWidth = 1004
  ExplicitHeight = 509
  PixelsPerInch = 96
  TextHeight = 12
  object ToolBar1: TToolBar [0]
    Tag = 1
    Left = 0
    Top = 0
    Width = 988
    Height = 38
    AutoSize = True
    ButtonHeight = 38
    ButtonWidth = 91
    Caption = 'ToolBar1'
    Color = clSkyBlue
    DisabledImages = DataLink_Company.ImageList_new32
    Images = DataLink_Company.ImageList_new32
    List = True
    ParentColor = False
    ShowCaptions = True
    TabOrder = 0
    object TBRafresh: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = #21047#26032
      ImageIndex = 1
      OnClick = TBRafreshClick
    end
    object TBAdd: TToolButton
      Left = 71
      Top = 0
      AutoSize = True
      Caption = #26032#22686#23376#31867
      ImageIndex = 2
      OnClick = TBAddClick
    end
    object ToolButton1: TToolButton
      Left = 166
      Top = 0
      AutoSize = True
      Caption = #20445#23384
      ImageIndex = 16
      OnClick = ToolButton1Click
    end
    object TBDel: TToolButton
      Left = 237
      Top = 0
      AutoSize = True
      Caption = #21024#38500
      ImageIndex = 5
      OnClick = TBDelClick
    end
    object ToolButton2: TToolButton
      Left = 308
      Top = 0
      AutoSize = True
      Caption = #32452#32455#20998#37197
      ImageIndex = 20
      Visible = False
    end
    object TBClose: TToolButton
      Left = 403
      Top = 0
      AutoSize = True
      Caption = #20851#38381
      ImageIndex = 7
      OnClick = TBCloseClick
    end
  end
  object cxDBTreeList1: TcxDBTreeList [1]
    Left = 0
    Top = 38
    Width = 249
    Height = 432
    Align = alLeft
    Bands = <
      item
      end>
    DataController.DataSource = DataSource1
    DataController.ParentField = 'DPParent'
    DataController.KeyField = 'DPID'
    Navigator.Buttons.CustomButtons = <>
    OptionsBehavior.CopyCaptionsToClipboard = False
    OptionsSelection.CellSelect = False
    OptionsView.CellAutoHeight = True
    OptionsView.Headers = False
    RootValue = -1
    Styles.Inactive = DataLink_Company.Red
    Styles.Selection = DataLink_Company.Red
    Styles.IncSearch = DataLink_Company.Red
    TabOrder = 1
    OnClick = cxDBTreeList1Click
    ExplicitTop = 18
    ExplicitHeight = 452
    object cxDBTreeList1cxDBTreeListColumn2: TcxDBTreeListColumn
      DataBinding.FieldName = 'DPName'
      Width = 210
      Position.ColIndex = 0
      Position.RowIndex = 0
      Position.BandIndex = 0
      Summary.FooterSummaryItems = <>
      Summary.GroupFooterSummaryItems = <>
    end
  end
  object Panel1: TPanel [2]
    Left = 249
    Top = 38
    Width = 739
    Height = 432
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = clSkyBlue
    TabOrder = 2
    ExplicitTop = 18
    ExplicitWidth = 379
    ExplicitHeight = 452
    object Label1: TLabel
      Left = 41
      Top = 40
      Width = 48
      Height = 12
      Caption = #19978#32423#32452#32455
    end
    object Label2: TLabel
      Left = 41
      Top = 81
      Width = 48
      Height = 12
      Caption = #32452#32455#21517#31216
    end
    object Label3: TLabel
      Left = 41
      Top = 121
      Width = 48
      Height = 12
      Caption = #32452#32455#32534#30721
    end
    object Label4: TLabel
      Left = 24
      Top = 16
      Width = 60
      Height = 14
      Caption = #32452#32455#32467#26500
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 41
      Top = 159
      Width = 48
      Height = 12
      Caption = #39034' '#24207' '#21495
    end
    object DPTopName: TEdit
      Left = 104
      Top = 37
      Width = 169
      Height = 20
      ReadOnly = True
      TabOrder = 0
    end
    object DPName: TEdit
      Left = 104
      Top = 77
      Width = 169
      Height = 20
      TabOrder = 1
      OnKeyPress = DPNameKeyPress
    end
    object DPNo: TEdit
      Left = 104
      Top = 117
      Width = 169
      Height = 20
      TabOrder = 2
    end
    object DPOrder: TEdit
      Left = 104
      Top = 155
      Width = 169
      Height = 20
      TabOrder = 3
    end
  end
  inherited ADOQueryBaseCmd: TADOQuery
    Connection = DataLink_Company.ADOLink
    Left = 313
    Top = 248
  end
  inherited ADOQueryBaseTemp: TADOQuery
    Connection = DataLink_Company.ADOLink
    Left = 401
    Top = 241
  end
  object DataSource1: TDataSource
    DataSet = CDS_Tree
    Left = 147
    Top = 219
  end
  object ADOQueryTree: TADOQuery
    Connection = DataLink_Company.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 117
    Top = 145
  end
  object ADOQueryTemp: TADOQuery
    Connection = DataLink_Company.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 528
    Top = 215
  end
  object ADOQueryCmd: TADOQuery
    Connection = DataLink_Company.ADOLink
    Parameters = <>
    Left = 520
    Top = 258
  end
  object CDS_Tree: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 96
    Top = 256
  end
end