RTFormwork/项目代码/RTBasicsV1/A09财务通用管理/U_BankFlowInInput.dfm
“ddf” 61630656e9 1
2024-07-07 09:35:27 +08:00

210 lines
4.6 KiB
Plaintext

object frmBankFlowInInput: TfrmBankFlowInInput
Left = 420
Top = 201
BorderIcons = [biSystemMenu]
Caption = #36134#25143#25910#20837
ClientHeight = 373
ClientWidth = 707
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #24494#36719#38597#40657
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 21
object ToolBar1: TToolBar
Left = 0
Top = 0
Width = 707
Height = 30
AutoSize = True
ButtonHeight = 30
ButtonWidth = 95
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.cxImageList_bar
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 = 63
Top = 0
AutoSize = True
Caption = #20445#23384#24182#32487#32493
ImageIndex = 16
OnClick = ToolButton1Click
end
object Tclose: TToolButton
Left = 162
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 7
OnClick = TcloseClick
end
end
object Panel1: TPanel
Left = 0
Top = 30
Width = 707
Height = 343
Align = alClient
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clWhite
ParentBackground = False
TabOrder = 1
object Label5: TLabel
Left = 317
Top = 18
Width = 32
Height = 21
Caption = #37329#39069
end
object Label20: TLabel
Left = 31
Top = 18
Width = 67
Height = 21
Caption = #26085' '#26399
end
object Label19: TLabel
Left = 31
Top = 101
Width = 64
Height = 21
Caption = #23545#26041#36134#21495
end
object Label2: TLabel
Left = 31
Top = 60
Width = 64
Height = 21
Caption = #23545#26041#21333#20301
end
object Label18: TLabel
Left = 31
Top = 142
Width = 64
Height = 21
Caption = #25105#26041#36134#21495
end
object Label7: TLabel
Left = 31
Top = 184
Width = 62
Height = 21
Caption = #22791' '#27880
end
object Amount: TcxCurrencyEdit
Tag = 7
Left = 357
Top = 12
ParentFont = False
Properties.DecimalPlaces = 2
Properties.DisplayFormat = '0.##;-0.##'
TabOrder = 0
Width = 204
end
object BFTime: TcxDateEdit
Left = 107
Top = 12
Enabled = False
ParentFont = False
Properties.ShowTime = False
TabOrder = 1
Width = 206
end
object OppCoName: TcxButtonEdit
Left = 107
Top = 55
ParentFont = False
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.ReadOnly = True
Properties.OnButtonClick = OppCoNamePropertiesButtonClick
Style.ButtonStyle = btsDefault
TabOrder = 2
OnDblClick = OppCoNameDblClick
Width = 456
end
object OppBKName: TcxButtonEdit
Left = 107
Top = 98
ParentFont = False
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.ReadOnly = True
Properties.OnButtonClick = OppBankNamePropertiesButtonClick
Style.ButtonStyle = btsDefault
TabOrder = 3
OnDblClick = OppCoNameDblClick
Width = 456
end
object OurBKName: TcxButtonEdit
Left = 107
Top = 141
ParentFont = False
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.ReadOnly = True
Properties.OnButtonClick = OurBankNamePropertiesButtonClick
Style.ButtonStyle = btsDefault
TabOrder = 4
OnDblClick = OppCoNameDblClick
Width = 456
end
object Note: TcxMemo
Left = 107
Top = 184
ParentFont = False
TabOrder = 5
Height = 127
Width = 454
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