object Form1: TForm1
  Left = 192
  Top = 107
  Width = 593
  Height = 250
  Caption = #1054#1089#1090#1072#1090#1082#1080' '#1087#1086' '#1089#1095#1077#1090#1091
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 192
    Width = 585
    Height = 31
    Align = alBottom
    BevelOuter = bvLowered
    TabOrder = 0
    DesignSize = (
      585
      31)
    object BitBtn1: TBitBtn
      Left = 489
      Top = 4
      Width = 91
      Height = 25
      Anchors = [akTop, akRight]
      TabOrder = 0
      Kind = bkOK
    end
    object CHBOX: TCheckBox
      Left = 8
      Top = 8
      Width = 201
      Height = 17
      Caption = #1055#1086#1082#1072#1079#1072#1090#1100' '#1086#1089#1090#1072#1090#1082#1080' '#1087#1086' '#1074#1089#1077#1084' '#1089#1095#1077#1090#1072#1084
      TabOrder = 1
    end
  end
  object DBGrid: TDBGridEh
    Left = 0
    Top = 0
    Width = 585
    Height = 192
    Align = alClient
    AutoFitColWidths = True
    DataSource = DataSource1
    Flat = True
    FooterColor = clWindow
    FooterFont.Charset = DEFAULT_CHARSET
    FooterFont.Color = clWindowText
    FooterFont.Height = -11
    FooterFont.Name = 'MS Sans Serif'
    FooterFont.Style = []
    Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Query: TIBQuery
    SQL.Strings = (
      
        'select accnumberout, rez, summa_ost,datout from ostat_platP(curr' +
        'ent_timestamp,'#39#39')')
    Left = 128
    Top = 48
    object QueryACCNUMBEROUT: TIBStringField
      DisplayLabel = #1057#1095#1077#1090
      DisplayWidth = 20
      FieldName = 'ACCNUMBEROUT'
      Origin = '"OSTAT_PLATP"."ACCNUMBEROUT"'
    end
    object QueryREZ: TIBStringField
      DisplayLabel = #1058#1080#1087' '#1086#1089#1090#1072#1090#1082#1072
      DisplayWidth = 34
      FieldName = 'REZ'
      Origin = '"OSTAT_PLATP"."REZ"'
      Size = 50
    end
    object QuerySUMMA_OST: TIBBCDField
      DisplayLabel = #1054#1089#1090#1072#1090#1086#1082
      DisplayWidth = 19
      FieldName = 'SUMMA_OST'
      Origin = '"OSTAT_PLATP"."SUMMA_OST"'
      currency = True
      Precision = 18
      Size = 2
    end
    object QueryDATOUT: TDateTimeField
      DisplayLabel = #1044#1072#1090#1072'/'#1074#1088#1077#1084#1103
      DisplayWidth = 18
      FieldName = 'DATOUT'
      Origin = '"OSTAT_PLATP"."DATOUT"'
    end
  end
  object DataSource1: TDataSource
    DataSet = Query
    Left = 168
    Top = 48
  end
end
