object frmFileUp: TfrmFileUp
  Left = 247
  Top = 162
  Width = 634
  Height = 447
  Caption = #19978#20256#25991#20214
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object cxGrid7: TcxGrid
    Left = 0
    Top = 41
    Width = 555
    Height = 367
    Align = alClient
    TabOrder = 0
    object TV7: TcxGridDBTableView
      NavigatorButtons.ConfirmDelete = False
      DataController.DataSource = DataSource1
      DataController.Summary.DefaultGroupSummaryItems = <>
      DataController.Summary.FooterSummaryItems = <>
      DataController.Summary.SummaryGroups = <>
      OptionsBehavior.GoToNextCellOnEnter = True
      OptionsBehavior.FocusCellOnCycle = True
      OptionsCustomize.ColumnFiltering = False
      OptionsData.Editing = False
      OptionsView.GroupByBox = False
      OptionsView.Indicator = True
      object FileName: TcxGridDBColumn
        Tag = 1
        Caption = #25991#20214#21517#31216
        DataBinding.FieldName = 'FileName'
        FooterAlignmentHorz = taCenter
        HeaderAlignmentHorz = taCenter
        Width = 121
      end
      object FileDate: TcxGridDBColumn
        Tag = 1
        Caption = #19978#20256#26085#26399
        DataBinding.FieldName = 'FileDate'
        FooterAlignmentHorz = taCenter
        HeaderAlignmentHorz = taCenter
        Width = 104
      end
    end
    object cxGridLevel6: TcxGridLevel
      GridView = TV7
    end
  end
  object Panel16: TPanel
    Left = 190
    Top = 126
    Width = 138
    Height = 30
    BevelInner = bvRaised
    Caption = #27491#22312#19978#20256#12290#12290#12290
    Color = clSkyBlue
    TabOrder = 1
    Visible = False
  end
  object ToolBar6: TToolBar
    Left = 555
    Top = 41
    Width = 63
    Height = 367
    Align = alRight
    AutoSize = True
    ButtonHeight = 30
    ButtonWidth = 59
    Caption = 'ToolBar1'
    Flat = True
    Images = DataLink_DDMD.ThreeImgList
    List = True
    ShowCaptions = True
    TabOrder = 2
    object FileUp: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = #19978#20256
      ImageIndex = 109
      Wrap = True
      OnClick = FileUpClick
    end
    object FileDel: TToolButton
      Left = 0
      Top = 30
      AutoSize = True
      Caption = #21024#38500
      ImageIndex = 17
      Wrap = True
      OnClick = FileDelClick
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 618
    Height = 41
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 3
    object Label1: TLabel
      Left = 8
      Top = 14
      Width = 68
      Height = 16
      Caption = #20135#21697#32534#21495
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Image2: TImage
      Left = 537
      Top = 17
      Width = 23
      Height = 16
    end
    object Code: TEdit
      Left = 78
      Top = 9
      Width = 211
      Height = 24
      Font.Charset = GB2312_CHARSET
      Font.Color = clBlue
      Font.Height = -16
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
      ReadOnly = True
      TabOrder = 0
    end
  end
  object ODPat: TOpenDialog
    Options = [ofReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing]
    Left = 404
    Top = 197
  end
  object IdFTP1: TIdFTP
    MaxLineAction = maException
    ReadTimeout = 0
    ProxySettings.ProxyType = fpcmNone
    ProxySettings.Port = 0
    Left = 405
    Top = 236
  end
  object SaveDialog1: TSaveDialog
    Left = 409
    Top = 285
  end
  object ADOQueryFile: TADOQuery
    Connection = DataLink_DDMD.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 488
    Top = 144
  end
  object DataSource1: TDataSource
    DataSet = ADOQueryFile
    Left = 392
    Top = 168
  end
  object ADOQueryCmd: TADOQuery
    Connection = DataLink_DDMD.ADOLink
    Parameters = <>
    Left = 496
    Top = 216
  end
  object ADOQueryTemp: TADOQuery
    Connection = DataLink_DDMD.ADOLink
    LockType = ltReadOnly
    Parameters = <>
    Left = 504
    Top = 264
  end
end