object frmSelPrintField: TfrmSelPrintField
  Left = 329
  Top = 100
  Width = 427
  Height = 530
  Caption = #23383#27573#25171#21360#36873#25321
  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 PrnGrid: TDBGrid
    Left = 497
    Top = 93
    Width = 200
    Height = 120
    DataSource = PrintDataSource
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -16
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Visible = False
  end
  object ScrollBox1: TScrollBox
    Left = 2
    Top = 0
    Width = 415
    Height = 438
    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 RMPrintDBGrid1: TRMPrintDBGrid
    ReportOptions = [rmgoStretch, rmgoWordWrap, rmgoGridLines]
    PageLayout.LeftMargin = 38
    PageLayout.TopMargin = 38
    PageLayout.RightMargin = 38
    PageLayout.BottomMargin = 38
    PageLayout.Height = 2970
    PageLayout.Width = 2100
    PageLayout.PageBin = 0
    PageLayout.PrinterName = #40664#35748#25171#21360#26426
    PageLayout.ColorPrint = False
    PageHeaderMsg.Font.Charset = GB2312_CHARSET
    PageHeaderMsg.Font.Color = clWindowText
    PageHeaderMsg.Font.Height = -13
    PageHeaderMsg.Font.Name = #23435#20307
    PageHeaderMsg.Font.Style = []
    PageFooterMsg.Font.Charset = GB2312_CHARSET
    PageFooterMsg.Font.Color = clWindowText
    PageFooterMsg.Font.Height = -15
    PageFooterMsg.Font.Name = #23435#20307
    PageFooterMsg.Font.Style = []
    PageCaptionMsg.CaptionMsg.Font.Charset = GB2312_CHARSET
    PageCaptionMsg.CaptionMsg.Font.Color = clWindowText
    PageCaptionMsg.CaptionMsg.Font.Height = -13
    PageCaptionMsg.CaptionMsg.Font.Name = #23435#20307
    PageCaptionMsg.CaptionMsg.Font.Style = []
    PageCaptionMsg.TitleFont.Charset = GB2312_CHARSET
    PageCaptionMsg.TitleFont.Color = clWindowText
    PageCaptionMsg.TitleFont.Height = -16
    PageCaptionMsg.TitleFont.Name = #23435#20307
    PageCaptionMsg.TitleFont.Style = [fsBold]
    MasterDataBandOptions.ReprintColumnHeaderOnNewColumn = True
    GridNumOptions.Text = 'No'
    GridFontOptions.Font.Charset = ANSI_CHARSET
    GridFontOptions.Font.Color = clWindowText
    GridFontOptions.Font.Height = -15
    GridFontOptions.Font.Name = #23435#20307
    GridFontOptions.Font.Style = []
    ReportSettings.InitialZoom = pzDefault
    ReportSettings.PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbPageSetup, pbExit, pbSaveToXLS]
    DBGrid = PrnGrid
    Left = 339
    Top = 449
  end
  object PrintDataSource: TDataSource
    DataSet = ClientDataSet1
    Left = 536
    Top = 246
  end
  object RMXLSExport1: TRMXLSExport
    ShowAfterExport = True
    ExportPrecision = 1
    PagesOfSheet = 1
    ExportImages = True
    ExportFrames = True
    ExportImageFormat = ifBMP
    JPEGQuality = 0
    ScaleX = 1.000000000000000000
    ScaleY = 1.000000000000000000
    CompressFile = False
    Left = 359
    Top = 368
  end
  object ClientDataSet1: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 378
    Top = 340
  end
end