D10xhGemei/A09财务通用管理/U_ReceivableEdit.dfm

95 lines
1.9 KiB
Plaintext
Raw Permalink Normal View History

2024-12-14 17:23:12 +08:00
object frmReceivableEdit: TfrmReceivableEdit
Left = 682
Top = 315
Caption = #24212#25910#21333#20215#20462#25913
2025-07-17 14:27:41 +08:00
ClientHeight = 239
2024-12-14 17:23:12 +08:00
ClientWidth = 330
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 330
2025-07-17 14:27:41 +08:00
Height = 239
2024-12-14 17:23:12 +08:00
Align = alClient
TabOrder = 0
2025-07-17 14:27:41 +08:00
ExplicitHeight = 127
2024-12-14 17:23:12 +08:00
object Label1: TLabel
Left = 24
Top = 41
Width = 30
Height = 13
AutoSize = False
Caption = #21333#20215
end
2025-07-17 14:27:41 +08:00
object Label2: TLabel
Left = 24
Top = 81
Width = 30
Height = 13
AutoSize = False
Caption = #20943#20813
end
2024-12-14 17:23:12 +08:00
object Button1: TButton
Left = 208
Top = 38
Width = 75
Height = 21
Caption = #30830#35748
TabOrder = 0
OnClick = Button1Click
end
object Price: TEdit
Left = 64
Top = 37
Width = 121
Height = 21
TabOrder = 1
end
object Button2: TButton
Left = 208
2025-07-17 14:27:41 +08:00
Top = 77
2024-12-14 17:23:12 +08:00
Width = 75
2025-07-17 14:27:41 +08:00
Height = 21
Caption = #30830#35748
2024-12-14 17:23:12 +08:00
TabOrder = 2
OnClick = Button2Click
end
2025-07-17 14:27:41 +08:00
object Deduction: TEdit
Left = 64
Top = 77
Width = 121
Height = 21
TabOrder = 3
end
2024-12-14 17:23:12 +08:00
end
object ADOQueryMain: TADOQuery
Connection = DataLink_Financial.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 293
Top = 373
end
object ADOQueryTemp: TADOQuery
Connection = DataLink_Financial.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 197
Top = 373
end
object ADOQueryCmd: TADOQuery
Connection = DataLink_Financial.ADOLink
Parameters = <>
Left = 101
Top = 373
end
end