object frmTransferWayHelp: TfrmTransferWayHelp
  Left = 406
  Top = 191
  Width = 403
  Height = 480
  Caption = #36816#36755#26041#24335
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object dbGrid1: TcxGrid
    Left = 0
    Top = 0
    Width = 315
    Height = 453
    Align = alLeft
    TabOrder = 0
    object Tv1: TcxGridDBTableView
      OnDblClick = Tv1DblClick
      NavigatorButtons.ConfirmDelete = False
      DataController.DataSource = DataSource1
      DataController.Options = [dcoAssignGroupingValues, dcoAssignMasterDetailKeys, dcoSaveExpanding, dcoGroupsAlwaysExpanded]
      DataController.Summary.DefaultGroupSummaryItems = <>
      DataController.Summary.FooterSummaryItems = <
        item
          Kind = skCount
        end>
      DataController.Summary.SummaryGroups = <>
      OptionsBehavior.GoToNextCellOnEnter = True
      OptionsBehavior.FocusCellOnCycle = True
      OptionsCustomize.ColumnFiltering = False
      OptionsData.Deleting = False
      OptionsData.DeletingConfirmation = False
      OptionsData.Inserting = False
      OptionsSelection.CellSelect = False
      OptionsView.GroupByBox = False
      object Tv1Transferwaycode: TcxGridDBColumn
        Caption = #32534#21495
        DataBinding.FieldName = 'Transferwaycode'
        HeaderAlignmentHorz = taCenter
        HeaderGlyphAlignmentHorz = taCenter
        Width = 100
      end
      object Tv1TransferWayName: TcxGridDBColumn
        Caption = #21517#31216
        DataBinding.FieldName = 'TransferWayName'
        PropertiesClassName = 'TcxComboBoxProperties'
        HeaderAlignmentHorz = taCenter
        HeaderGlyphAlignmentHorz = taCenter
        Options.Editing = False
        Options.Focusing = False
        Width = 189
      end
    end
    object dbGrid1Level1: TcxGridLevel
      GridView = Tv1
    end
  end
  object btOk: TBitBtn
    Left = 328
    Top = 112
    Width = 57
    Height = 27
    Caption = #30830#23450
    TabOrder = 1
    OnClick = btOkClick
  end
  object btNo: TBitBtn
    Left = 328
    Top = 200
    Width = 57
    Height = 27
    Caption = #21462#28040
    TabOrder = 2
    OnClick = btNoClick
  end
  object DataSource1: TDataSource
    DataSet = ADOQueryHelp
    Left = 216
    Top = 40
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 192
    Top = 96
  end
  object ADOQueryHelp: TADOQuery
    Connection = ADOConnection1
    LockType = ltReadOnly
    Parameters = <>
    Left = 248
    Top = 120
  end
end