object frmXcCodeHelp_dx: TfrmXcCodeHelp_dx
  Left = 261
  Top = 181
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #36755#20837#24110#21161
  ClientHeight = 415
  ClientWidth = 391
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object btOk: TBitBtn
    Left = 328
    Top = 112
    Width = 57
    Height = 27
    Caption = #30830#23450
    TabOrder = 0
    OnClick = btOkClick
  end
  object btNo: TBitBtn
    Left = 328
    Top = 200
    Width = 57
    Height = 27
    Caption = #21462#28040
    TabOrder = 1
    OnClick = btNoClick
  end
  object dbGrid1: TcxGrid
    Left = 0
    Top = 0
    Width = 315
    Height = 415
    Align = alLeft
    TabOrder = 2
    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 Tv1code: TcxGridDBColumn
        Caption = #32534#21495
        DataBinding.FieldName = 'code'
        HeaderAlignmentHorz = taCenter
        HeaderGlyphAlignmentHorz = taCenter
        Width = 100
      end
      object Tv1Name: TcxGridDBColumn
        Caption = #21517#31216
        DataBinding.FieldName = 'Name'
        PropertiesClassName = 'TcxComboBoxProperties'
        HeaderAlignmentHorz = taCenter
        HeaderGlyphAlignmentHorz = taCenter
        Options.Editing = False
        Options.Focusing = False
        Width = 189
      end
    end
    object dbGrid1Level1: TcxGridLevel
      GridView = Tv1
    end
  end
  object ADOQueryHelp: TADOQuery
    Connection = ADOConnection1
    LockType = ltReadOnly
    Parameters = <>
    Left = 272
    Top = 24
  end
  object DataSource1: TDataSource
    DataSet = ADOQueryHelp
    Left = 216
    Top = 40
  end
  object ADOConnection1: TADOConnection
    LoginPrompt = False
    Left = 192
    Top = 96
  end
end