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

63 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2026-05-19 17:05:02 +08:00
object frmBatchEditUnit: TfrmBatchEditUnit
Left = 0
Top = 0
BorderStyle = bsDialog
Caption = #20215#26684#20462#25913
ClientHeight = 120
ClientWidth = 381
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 btnOK: TcxButton
Left = 72
Top = 64
Width = 75
Height = 25
Caption = #20445#23384
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TcxButton
Left = 195
Top = 64
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 1
OnClick = btnCancelClick
end
object cxLabel2: TcxLabel
Left = 96
Top = 25
Caption = #21333#20301
end
object QtyUnit: TcxComboBox
Left = 149
Top = 24
Properties.Items.Strings = (
'M'
'Kg')
TabOrder = 3
Width = 121
end
object ADOConnection1: TADOConnection
Left = 312
end
object ADOQuery1: TADOQuery
Connection = ADOConnection1
Parameters = <>
Left = 312
Top = 64
end
end