D10myBiaoqi/A09财务通用管理/U_BatchEdit.dfm

73 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2025-11-08 10:16:26 +08:00
object frmBatchEdit: TfrmBatchEdit
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #20215#26684#20462#25913
ClientHeight = 131
ClientWidth = 395
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object price: TcxTextEdit
Left = 114
Top = 24
TabOrder = 0
Width = 156
end
object btnOK: TcxButton
Left = 80
Top = 80
Width = 75
Height = 25
Caption = #20445#23384
ModalResult = 1
TabOrder = 1
OnClick = btnOKClick
end
object btnCancel: TcxButton
Left = 195
Top = 80
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 2
OnClick = btnCancelClick
end
object cxLabel2: TcxLabel
2026-05-13 09:12:14 +08:00
Left = 59
2025-11-08 10:16:26 +08:00
Top = 25
Caption = #20215#26684
end
2026-05-13 09:12:14 +08:00
object priceGW: TcxTextEdit
Left = 114
Top = 51
TabOrder = 4
Visible = False
Width = 156
end
object cxLabel1: TcxLabel
Left = 56
Top = 51
Caption = #20928#37325#20215#26684
Visible = False
end
2025-11-08 10:16:26 +08:00
object ADOConnection1: TADOConnection
Left = 312
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 312
Top = 64
end
end