D10xhGemei/A02基础产品管理/U_SelectQtyUnit.dfm
2026-04-10 17:30:29 +08:00

51 lines
902 B
Plaintext

inherited frmSelectQtyUnit: TfrmSelectQtyUnit
Caption = #36873#25321#38376#24215
ClientHeight = 121
ClientWidth = 509
Position = poScreenCenter
ExplicitWidth = 525
ExplicitHeight = 160
PixelsPerInch = 96
TextHeight = 17
object btnOK: TButton [0]
Left = 308
Top = 42
Width = 75
Height = 25
Caption = #30830#23450
ModalResult = 1
TabOrder = 0
end
object cbQtyunit: TComboBox [1]
Left = 47
Top = 42
Width = 216
Height = 25
TabOrder = 1
Items.Strings = (
'M'
'Y'
'Kg'
#20214
#21452
#24352
#25552
#20010
#21253
#26020
#30424)
end
object btnCancel: TButton [2]
Left = 389
Top = 42
Width = 75
Height = 25
Caption = #21462#28040
ModalResult = 2
TabOrder = 2
end
inherited cxImageList_bar: TcxImageList
FormatVersion = 1
end
end