RTFormwork/项目代码/RTBasicsV1/A03基础价格管理/U_InputBoxCostPrice.dfm
“ddf” 61630656e9 1
2024-07-07 09:35:27 +08:00

87 lines
1.8 KiB
Plaintext

object frmInputBoxCostPrice: TfrmInputBoxCostPrice
Left = 682
Top = 315
Caption = #35831#36755#20837
ClientHeight = 106
ClientWidth = 407
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 407
Height = 106
Align = alClient
Color = clWhite
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #24494#36719#38597#40657
Font.Style = []
ParentBackground = False
ParentFont = False
TabOrder = 0
ExplicitLeft = 1
ExplicitWidth = 636
ExplicitHeight = 79
object Label1: TLabel
Left = 27
Top = 21
Width = 48
Height = 21
Caption = #20844#24335#65306
end
object Label3: TLabel
Left = 27
Top = 60
Width = 48
Height = 21
Caption = #32467#26524#65306
end
object CostPriceEquation: TcxTextEdit
Tag = 2
Left = 81
Top = 15
ParentColor = True
TabOrder = 0
OnExit = CostPriceEquationExit
Width = 306
end
object cxButton1: TcxButton
Left = 312
Top = 54
Width = 75
Height = 33
Caption = #30830#35748
TabOrder = 1
OnClick = cxButton1Click
end
object CostPrice: TcxTextEdit
Tag = 2
Left = 81
Top = 54
ParentColor = True
ParentFont = False
Properties.ReadOnly = True
TabOrder = 2
OnExit = CostPriceEquationExit
Width = 225
end
end
object ADO_GS: TADOQuery
Connection = DataLink_MarketValue.ADOLink
LockType = ltReadOnly
Parameters = <>
Left = 478
Top = 94
end
end