object frmBankFlowInInput: TfrmBankFlowInInput
  Left = 420
  Top = 201
  BorderIcons = [biSystemMenu]
  Caption = #36134#25143#25910#20837
  ClientHeight = 249
  ClientWidth = 490
  Color = clWhite
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 490
    Height = 38
    AutoSize = True
    ButtonHeight = 38
    ButtonWidth = 103
    Caption = 'ToolBar1'
    EdgeInner = esNone
    EdgeOuter = esNone
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    Images = DataLink_Financial.ImageList_new32
    List = True
    ParentFont = False
    ShowCaptions = True
    TabOrder = 0
    object TSAVE: TToolButton
      Left = 0
      Top = 0
      AutoSize = True
      Caption = #20445#23384
      ImageIndex = 16
      OnClick = TSAVEClick
    end
    object ToolButton1: TToolButton
      Left = 71
      Top = 0
      AutoSize = True
      Caption = #20445#23384#24182#32487#32493
      ImageIndex = 16
      OnClick = ToolButton1Click
    end
    object Tclose: TToolButton
      Left = 178
      Top = 0
      AutoSize = True
      Caption = #20851#38381
      ImageIndex = 7
      OnClick = TcloseClick
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 38
    Width = 490
    Height = 211
    Align = alClient
    BevelInner = bvRaised
    BevelOuter = bvLowered
    Color = clWhite
    ParentBackground = False
    TabOrder = 1
    object Label11: TLabel
      Left = 42
      Top = 125
      Width = 54
      Height = 12
      Caption = #22791'    '#27880
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label5: TLabel
      Left = 237
      Top = 25
      Width = 26
      Height = 12
      Caption = #37329#39069
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clBlue
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label2: TLabel
      Left = 41
      Top = 24
      Width = 54
      Height = 12
      Caption = #26085'    '#26399
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label3: TLabel
      Left = 43
      Top = 103
      Width = 52
      Height = 12
      Caption = #25105#26041#36134#25143
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label4: TLabel
      Left = 43
      Top = 77
      Width = 52
      Height = 12
      Caption = #23545#26041#36134#25143
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object Label7: TLabel
      Left = 43
      Top = 52
      Width = 52
      Height = 12
      Caption = #23545#26041#21333#20301
      Font.Charset = GB2312_CHARSET
      Font.Color = clMaroon
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = [fsBold]
      ParentFont = False
    end
    object note: TMemo
      Left = 102
      Top = 125
      Width = 360
      Height = 66
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      ScrollBars = ssVertical
      TabOrder = 2
    end
    object BFTime: TDateTimePicker
      Left = 102
      Top = 20
      Width = 130
      Height = 20
      Date = 41901.000000000000000000
      Format = 'yyyy-MM-dd'
      Time = 0.675385914350044900
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object Amount: TcxCurrencyEdit
      Tag = 7
      Left = 269
      Top = 22
      Properties.DecimalPlaces = 2
      Properties.DisplayFormat = '0.##;-0.##'
      TabOrder = 1
      Width = 192
    end
    object OppCoName: TBtnEditC
      Left = 101
      Top = 48
      Width = 361
      Height = 20
      ReadOnly = True
      TabOrder = 3
      OnBtnUpClick = OppCoNameBtnUpClick
      OnBtnDnClick = OppCoNameBtnDnClick
    end
    object OurBKName: TBtnEditC
      Left = 101
      Top = 99
      Width = 361
      Height = 20
      ReadOnly = True
      TabOrder = 4
      OnBtnUpClick = OurBKNameBtnUpClick
      OnBtnDnClick = OppCoNameBtnDnClick
    end
    object OppBKName: TBtnEditC
      Left = 101
      Top = 74
      Width = 361
      Height = 20
      TabOrder = 5
      OnBtnUpClick = OppBKNameBtnUpClick
      OnBtnDnClick = OppCoNameBtnDnClick
    end
  end
  object ADOQueryTMP: TADOQuery
    Connection = DataLink_Financial.ADOLink
    Parameters = <>
    Left = 364
    Top = 1
  end
  object ADOQueryCMD: TADOQuery
    Connection = DataLink_Financial.ADOLink
    Parameters = <>
    Left = 280
    Top = 6
  end
end