object frmSelExportField: TfrmSelExportField
  Left = 206
  Top = 131
  BorderStyle = bsDialog
  Caption = #23383#27573#23548#20986#36873#25321
  ClientHeight = 491
  ClientWidth = 423
  Color = clBtnFace
  Font.Charset = ANSI_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 Button1: TButton
    Left = 94
    Top = 456
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 243
    Top = 456
    Width = 75
    Height = 25
    Caption = #20851#38381
    TabOrder = 1
    OnClick = Button2Click
  end
  object cxGrid1: TcxGrid
    Left = 329
    Top = 151
    Width = 200
    Height = 162
    TabOrder = 2
    Visible = False
    object ExpGrid: TcxGridDBTableView
      Navigator.Buttons.CustomButtons = <>
      DataController.DataSource = ExportDataSource
      DataController.Summary.DefaultGroupSummaryItems = <>
      DataController.Summary.FooterSummaryItems = <>
      DataController.Summary.SummaryGroups = <>
      OptionsBehavior.AlwaysShowEditor = True
      OptionsView.GroupByBox = False
    end
    object cxGrid1Level1: TcxGridLevel
      GridView = ExpGrid
    end
  end
  object Panel2: TScrollBox
    Left = 2
    Top = 0
    Width = 423
    Height = 438
    HorzScrollBar.Visible = False
    Color = clSkyBlue
    ParentColor = False
    TabOrder = 3
    object Label4: TLabel
      Left = 158
      Top = 9
      Width = 60
      Height = 14
      Caption = #23383#27573#36873#25321
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
  end
  object CheckBox1: TCheckBox
    Left = 20
    Top = 449
    Width = 49
    Height = 17
    Caption = #20840#36873
    TabOrder = 4
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 20
    Top = 465
    Width = 49
    Height = 17
    Caption = #20840#24323
    TabOrder = 5
    OnClick = CheckBox2Click
  end
  object ExportDataSource: TDataSource
    Left = 424
    Top = 233
  end
end