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

101 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-12-14 17:23:12 +08:00
object frmPayableEdit: TfrmPayableEdit
Left = 682
Top = 315
Caption = #24212#20184#21333#20215#20462#25913
ClientHeight = 127
ClientWidth = 330
Color = clWhite
2025-07-17 14:27:41 +08:00
Font.Charset = ANSI_CHARSET
2024-12-14 17:23:12 +08:00
Font.Color = clWindowText
2025-07-17 14:27:41 +08:00
Font.Height = -16
Font.Name = #24494#36719#38597#40657
2024-12-14 17:23:12 +08:00
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
2025-07-17 14:27:41 +08:00
TextHeight = 21
2024-12-14 17:23:12 +08:00
object Panel1: TPanel
Left = 0
Top = 0
Width = 330
Height = 127
Align = alClient
TabOrder = 0
DesignSize = (
330
127)
object Label1: TLabel
2025-07-17 14:27:41 +08:00
Left = 58
2024-12-14 17:23:12 +08:00
Top = 41
2025-07-17 14:27:41 +08:00
Width = 32
Height = 21
2024-12-14 17:23:12 +08:00
Anchors = []
Caption = #21333#20215
end
2025-07-17 14:27:41 +08:00
object Label2: TLabel
Left = 26
Top = 81
Width = 64
Height = 21
Anchors = []
Caption = #23545#36134#26085#26399
end
2024-12-14 17:23:12 +08:00
object Button1: TButton
2025-07-17 14:27:41 +08:00
Left = 240
Top = 35
2024-12-14 17:23:12 +08:00
Width = 75
2025-07-17 14:27:41 +08:00
Height = 34
2024-12-14 17:23:12 +08:00
Caption = #30830#35748
TabOrder = 0
OnClick = Button1Click
end
object Price: TEdit
2025-07-17 14:27:41 +08:00
Left = 96
2024-12-14 17:23:12 +08:00
Top = 37
Width = 121
2025-07-17 14:27:41 +08:00
Height = 29
2024-12-14 17:23:12 +08:00
Anchors = []
TabOrder = 1
end
object Button2: TButton
2025-07-17 14:27:41 +08:00
Left = 240
Top = 74
2024-12-14 17:23:12 +08:00
Width = 75
2025-07-17 14:27:41 +08:00
Height = 35
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 ReconciliationDate: TcxDateEdit
Left = 96
Top = 75
AutoSize = False
Properties.ImmediatePost = True
Properties.ShowTime = False
TabOrder = 3
Height = 33
Width = 120
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