object frmSelExportField: TfrmSelExportField Left = 473 Top = 162 BorderStyle = bsDialog Caption = 'Field Export Selection' ClientHeight = 502 ClientWidth = 422 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 = 132 Top = 456 Width = 75 Height = 25 Caption = 'Confirm' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 281 Top = 456 Width = 75 Height = 25 Caption = 'Close' TabOrder = 1 OnClick = Button2Click end object cxGrid1: TcxGrid Left = 329 Top = 151 Width = 200 Height = 162 TabOrder = 2 Visible = False object ExpGrid: TcxGridDBTableView NavigatorButtons.ConfirmDelete = False 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 = 3 Top = 0 Width = 423 Height = 438 HorzScrollBar.Visible = False Color = clSkyBlue ParentColor = False TabOrder = 3 object Label4: TLabel Left = 158 Top = 9 Width = 120 Height = 14 Caption = 'Field Selection' 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 = 5 Top = 449 Width = 80 Height = 17 Caption = 'Select All' TabOrder = 4 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 5 Top = 465 Width = 86 Height = 17 Caption = 'Abandon All' TabOrder = 5 OnClick = CheckBox2Click end object ExportDataSource: TDataSource Left = 424 Top = 233 end end