object frmSelPrintFieldNew: TfrmSelPrintFieldNew
  Left = 272
  Top = 178
  BorderStyle = bsDialog
  Caption = #23383#27573#25171#21360#36873#25321
  ClientHeight = 493
  ClientWidth = 430
  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 = 17
    Top = 165
    Width = 320
    Height = 120
    DataSource = PrintDataSource
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -12
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    Visible = False
  end
  object Panel2: TScrollBox
    Left = 2
    Top = 0
    Width = 423
    Height = 438
    HorzScrollBar.Visible = False
    BevelInner = bvSpace
    BevelKind = bkTile
    BorderStyle = bsNone
    Color = clSkyBlue
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentColor = False
    ParentFont = False
    TabOrder = 3
    object Label4: TLabel
      Left = 166
      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 = 21
    Top = 450
    Width = 49
    Height = 17
    Caption = #20840#36873
    TabOrder = 4
    OnClick = CheckBox1Click
  end
  object CheckBox2: TCheckBox
    Left = 21
    Top = 466
    Width = 49
    Height = 17
    Caption = #20840#24323
    TabOrder = 5
    OnClick = CheckBox2Click
  end
  object PrintDataSource: TDataSource
    DataSet = ClientDataSet1
    Left = 536
    Top = 246
  end
  object ClientDataSet1: TClientDataSet
    Aggregates = <>
    Params = <>
    Left = 378
    Top = 340
  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 = -13
    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 = -13
    PageCaptionMsg.TitleFont.Name = #23435#20307
    PageCaptionMsg.TitleFont.Style = []
    GridNumOptions.Text = 'No'
    GridFontOptions.Font.Charset = DEFAULT_CHARSET
    GridFontOptions.Font.Color = clWindowText
    GridFontOptions.Font.Height = -11
    GridFontOptions.Font.Name = 'MS Sans Serif'
    GridFontOptions.Font.Style = []
    ReportSettings.InitialZoom = pzDefault
    ReportSettings.PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbPageSetup, pbExit]
    DBGrid = PrnGrid
    Left = 328
    Top = 424
  end
end