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

60 lines
1.1 KiB
Plaintext
Raw 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
Left = 80
Top = 25
Caption = #20215#26684
end
object ADOConnection1: TADOConnection
Left = 312
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 312
Top = 64
end
end