D10SZKaiXiYa/A09财务通用管理/U_ExpenseInput.dfm

283 lines
5.8 KiB
Plaintext
Raw Normal View History

2025-03-01 10:55:52 +08:00
object frmExpenseInput: TfrmExpenseInput
Left = 261
Top = 149
Caption = #36153#29992#30331#35760
2026-02-06 16:53:43 +08:00
ClientHeight = 524
ClientWidth = 1014
2025-03-01 10:55:52 +08:00
Color = clWhite
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
2026-02-06 16:53:43 +08:00
Font.Height = -16
Font.Name = #24494#36719#38597#40657
2025-03-01 10:55:52 +08:00
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnClose = FormClose
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
2026-02-06 16:53:43 +08:00
TextHeight = 21
2025-03-01 10:55:52 +08:00
object ToolBar1: TToolBar
Tag = 1
Left = 0
Top = 0
2026-02-06 16:53:43 +08:00
Width = 1014
2025-03-01 10:55:52 +08:00
Height = 38
AutoSize = True
ButtonHeight = 38
ButtonWidth = 75
Caption = 'ToolBar1'
Color = clWhite
DisabledImages = DataLink_Financial.ImageList_new32
Images = DataLink_Financial.ImageList_new32
List = True
ParentColor = False
ShowCaptions = True
TabOrder = 0
2026-02-06 16:53:43 +08:00
ExplicitTop = -6
2025-03-01 10:55:52 +08:00
object ToolButton3: TToolButton
Left = 0
Top = 0
AutoSize = True
Caption = #20445#23384
ImageIndex = 16
OnClick = ToolButton3Click
end
object TBClose: TToolButton
2026-02-06 16:53:43 +08:00
Left = 79
2025-03-01 10:55:52 +08:00
Top = 0
AutoSize = True
Caption = #20851#38381
ImageIndex = 7
OnClick = TBCloseClick
end
end
object ScrollBox1: TScrollBox
Left = 0
Top = 38
2026-02-06 16:53:43 +08:00
Width = 1014
Height = 486
2025-03-01 10:55:52 +08:00
Align = alClient
BevelInner = bvNone
BevelOuter = bvNone
BorderStyle = bsNone
Color = clWhite
Ctl3D = False
ParentColor = False
ParentCtl3D = False
TabOrder = 1
2026-02-06 16:53:43 +08:00
ExplicitTop = 44
2025-03-01 10:55:52 +08:00
object Label7: TLabel
2026-02-06 16:53:43 +08:00
Left = 78
Top = 323
Width = 64
Height = 21
Caption = #20132#26131#38468#35328
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Label1: TLabel
Left = 84
Top = 86
Width = 64
Height = 21
Caption = #25253#38144#31867#22411
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Label2: TLabel
Left = 440
Top = 140
Width = 32
Height = 21
Caption = #31246#21495
2025-03-01 10:55:52 +08:00
end
object Label3: TLabel
2026-02-06 16:53:43 +08:00
Left = 84
Top = 195
Width = 96
Height = 21
Caption = #25910#27454#38134#34892#21517#31216
end
object Label5: TLabel
Left = 84
Top = 249
Width = 96
Height = 21
Caption = #25910#27454#38134#34892#36134#25143
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Label6: TLabel
Left = 440
Top = 86
Width = 32
Height = 21
Caption = #37329#39069
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Label8: TLabel
Left = 84
Top = 140
Width = 64
Height = 21
Caption = #21333#20301#21517#31216
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Label10: TLabel
Left = 440
Top = 195
Width = 64
Height = 21
Caption = #20184#27454#38134#34892
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Label12: TLabel
Left = 440
Top = 249
Width = 64
Height = 21
Caption = #20184#27454#36134#21495
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Label4: TLabel
Left = 84
Top = 36
Width = 64
Height = 21
Caption = #30003#35831#21333#21495
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Label9: TLabel
Left = 440
Top = 36
Width = 32
Height = 21
Caption = #29992#36884
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object FinanceNote: TMemo
Tag = 2
Left = 168
Top = 303
Width = 681
2025-03-01 10:55:52 +08:00
Height = 57
ScrollBars = ssVertical
TabOrder = 0
end
2026-02-06 16:53:43 +08:00
object ReimburseType: TcxButtonEdit
Tag = 2
Left = 200
Top = 83
Hint = 'ReimburseType/'#25253#38144#31867#22411
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.OnButtonClick = ReimburseTypePropertiesButtonClick
2025-03-01 10:55:52 +08:00
TabOrder = 1
2026-02-06 16:53:43 +08:00
Width = 200
end
object Currency: TcxComboBox
Tag = 2
Left = 718
Top = 83
Properties.Items.Strings = (
2025-03-01 10:55:52 +08:00
'CNY'
'USD'
2026-02-06 16:53:43 +08:00
'VND')
2025-03-01 10:55:52 +08:00
TabOrder = 2
2026-02-06 16:53:43 +08:00
Text = 'CNY'
Width = 66
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object TaxNumber: TcxTextEdit
Tag = 2
Left = 512
Top = 137
2025-03-01 10:55:52 +08:00
TabOrder = 3
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object OppBankCardNo: TcxTextEdit
Tag = 2
Left = 200
Top = 246
2025-03-01 10:55:52 +08:00
TabOrder = 4
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Amount: TcxTextEdit
Tag = 2
Left = 512
Top = 83
2025-03-01 10:55:52 +08:00
TabOrder = 5
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object OppCoName: TcxTextEdit
Tag = 2
Left = 200
Top = 137
2025-03-01 10:55:52 +08:00
TabOrder = 6
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object OurBankCardNo: TcxTextEdit
Tag = 2
Left = 512
Top = 246
2025-03-01 10:55:52 +08:00
TabOrder = 7
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object OurBankName: TcxButtonEdit
Tag = 2
Left = 512
Top = 192
Hint = 'OurBankName/'#20184#27454#38134#34892
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.OnButtonClick = OurBankNamePropertiesButtonClick
2025-03-01 10:55:52 +08:00
TabOrder = 8
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object OppBankName: TcxButtonEdit
Tag = 2
Left = 200
Top = 192
Hint = 'OppBankName/'#25910#27454#38134#34892#21517#31216
Properties.Buttons = <
item
Default = True
Kind = bkEllipsis
end>
Properties.OnButtonClick = OppBankNamePropertiesButtonClick
2025-03-01 10:55:52 +08:00
TabOrder = 9
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object FFID: TcxTextEdit
Tag = 2
Left = 200
Top = 33
Properties.ReadOnly = True
2025-03-01 10:55:52 +08:00
TabOrder = 10
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
2026-02-06 16:53:43 +08:00
object Use: TcxTextEdit
Tag = 2
Left = 512
Top = 33
Properties.ReadOnly = False
2025-03-01 10:55:52 +08:00
TabOrder = 11
2026-02-06 16:53:43 +08:00
Width = 200
2025-03-01 10:55:52 +08:00
end
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_Financial.ADOLink
LockType = ltReadOnly
Parameters = <>
2026-02-06 16:53:43 +08:00
Left = 867
Top = 160
2025-03-01 10:55:52 +08:00
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_Financial.ADOLink
Parameters = <>
2026-02-06 16:53:43 +08:00
Left = 926
Top = 80
2025-03-01 10:55:52 +08:00
end
object ADOQueryMain: TADOQuery
Connection = DataLink_Financial.ADOLink
LockType = ltReadOnly
Parameters = <>
2026-02-06 16:53:43 +08:00
Left = 853
Top = 49
2025-03-01 10:55:52 +08:00
end
end